Stéphane Lepin
3dd7fe5d4a
requests + events: log message to INFO instead of DEBUG
...
and slightly refactor the request handler
2019-04-19 19:00:52 +02:00
Stéphane Lepin
92938d2c35
Merge pull request #297 from Palakis/bugfix/242-getsceneitemproperties-item-size
...
GetSceneItemProperties: add width & height values
2019-04-19 18:07:34 +02:00
Stéphane Lepin
c914632663
GetSceneItemProperties: add width & height values
2019-04-19 17:44:11 +02:00
Chris Angelico
2209fe30e2
Fix call name GetSourcesTypesList -> GetSourceTypesList
...
The API call listed in the documentation doesn't work (tested on 4.3.1),
but without the 's', it works fine. Update documentation to match code.
2019-04-19 20:14:31 +10:00
Stéphane L
5e4d6fbd3f
utils: refactored docs and impl of scene item properties
2019-04-17 01:09:05 +02:00
Stéphane L
30df5f3558
events: fix typo
2019-04-17 00:15:15 +02:00
Stéphane Lepin
252dd7e09f
utils: indent fixes
2019-04-17 00:15:15 +02:00
Stéphane Lepin
2915690d22
utils: use obs_data_t for returned values
2019-04-17 00:15:15 +02:00
Barry Carlyon
1993596232
Requested changes to move the common code to a utils function.
2019-04-17 00:15:15 +02:00
Barry Carlyon
8946e8997f
Update WSEvents.cpp
...
Requested changes.
I swapped "obs_data_set_string(data, "name", itemName.toUtf8());" for scene-item and item-name as otherwise you don't know what scene the item was changed on (studio mode if you change items on a non active scene)
2019-04-17 00:15:15 +02:00
Barry Carlyon
dfeb156da9
Documentation/comment fix
2019-04-17 00:15:15 +02:00
Barry Carlyon
c10c35e38e
Forgot to declare the function
2019-04-17 00:15:15 +02:00
Barry Carlyon
67bfdde113
Update WSEvents.cpp
...
Clone OnSceneItemAdd to a new function to support the `item_transform` signal. Emit as `SourceItemChanged`
2019-04-17 00:15:15 +02:00
Stéphane Lepin
c12a4323e7
Merge pull request #279 from derrod/captions
...
Add caption handler
2019-04-16 23:12:20 +02:00
Stéphane L
fd1c4abad7
requests(streaming): conditional compilation of SendCaptions
2019-04-16 22:51:49 +02:00
Stéphane Lepin
79493df32e
requests(streaming): fix docs on SendCaptions
2019-04-16 13:11:46 +02:00
Alex Van Camp
268f503875
docs(jsdoc): clean up types for compatability with obs-websocket-js typedef generator
2019-03-30 14:26:58 -05:00
Stéphane L
37f96b8cf2
chore: bump to 4.6.0
2019-03-30 15:34:06 +01:00
derrod
f65fdcdbc1
handler: Add caption handler
2019-03-22 10:24:25 +01:00
Stéphane L
0921632f87
general(headers): replace include guards with "#pragma once"
2019-01-01 18:46:23 +01:00
Stéphane L
881de01073
minor fixes
2019-01-01 18:08:47 +01:00
Stéphane L
2d973e0b90
handler: return obs_data_t objects
2019-01-01 17:54:29 +01:00
Stéphane L
e9b43b9b2a
handler: refactor response passing
2019-01-01 17:25:08 +01:00
Stéphane Lepin
b9193989b0
requests(sources): missing return statements
2019-01-01 17:23:58 +01:00
Stéphane L
baac1b1d80
server: clarifying things
2019-01-01 15:57:29 +01:00
Stéphane L
40e2d410dd
server: use std::string in broadcast
2019-01-01 05:29:51 +01:00
Stéphane L
11617eea99
server: remove useless base64 helper
2019-01-01 05:16:57 +01:00
Stéphane L
5748c4d0ec
general: fix crash on exit
2019-01-01 05:13:08 +01:00
Stéphane L
2e5b903eae
events: singleton shared pointer refactor
2019-01-01 05:07:55 +01:00
Stéphane L
9405b17e14
config: singleton shared pointer refactor
2019-01-01 05:01:23 +01:00
Stéphane L
7d1f0e2a69
server: refactored singleton with QSharedPointer
2019-01-01 04:55:15 +01:00
Stéphane L
c245c24752
server: broadcast to authenticated only + use references in handler
2019-01-01 01:18:23 +01:00
Stéphane L
5b0410a207
server: per-connection properties
2019-01-01 01:07:50 +01:00
Stéphane L
62e4c42aa6
server: stop on unload
2018-12-31 21:29:34 +01:00
Stéphane L
fe1b14ff57
server: return refactor
2018-12-31 20:49:15 +01:00
Stéphane L
0391280c13
fix build issues
2018-12-31 20:27:52 +01:00
Stéphane Lepin
a8de9ac472
server: remove validate handler
2018-12-31 17:23:20 +01:00
Stéphane Lepin
7e6b53311d
import more changes from master
2018-12-31 17:18:07 +01:00
Stéphane Lepin
16bc68f2f9
server: import websockets++ server from master
2018-12-31 17:05:23 +01:00
Stéphane L
3c7570d814
scenes: rename SetSceneItemOrder to ReorderSceneItems + fix item freeing
2018-12-30 14:47:59 +01:00
Stéphane L
e310c7d744
move SetSceneItemOrder to Scenes
2018-12-24 18:34:18 +01:00
Stéphane L
8a649b89c8
scene items: import reorder method from master
2018-12-24 02:43:58 +01:00
Stéphane Lepin
58b10069ab
sources: fix issues
2018-12-24 00:10:45 +01:00
Stéphane Lepin
9cda739672
sceneitems: fix docs
2018-12-24 00:02:21 +01:00
Stéphane Lepin
276bba050b
sources: nitpicking
2018-12-23 23:59:30 +01:00
Stéphane Lepin
147e49b362
sources + scene items: refactor + get rid of scene-name
params
2018-12-23 23:54:25 +01:00
Stéphane Lepin
e8fbb18a71
sources(ft2): fix docs
2018-12-23 23:00:33 +01:00
Stéphane Lepin
682c349831
sources(ft2): simplified qstring compare
2018-12-23 18:30:27 +01:00
Stéphane Lepin
14b311f6ab
sources(ft2): fix errors
2018-12-23 18:26:57 +01:00
Stéphane Lepin
8a40f355c8
sources: fix indents again
2018-12-23 18:21:31 +01:00