Stéphane Lepin
ca8848827e
events: refactoring + setup scene signals on scene creation
2019-04-20 18:03:19 +02:00
Stéphane Lepin
3a7473ba91
Merge pull request #300 from Palakis/bugfix/290-port-used-crash
...
server: implement "port already in use" message + fix crash with StreamStatus
2019-04-19 23:21:13 +02:00
Stéphane L
a99da27ff6
events: fix crash caused by early StreamStatus call
2019-04-19 23:09:25 +02:00
Stéphane L
c476649f3e
server(start): fix error message
2019-04-19 22:12:04 +02:00
Stéphane L
062473d6f4
server: show error message if port is already in use
2019-04-19 21:57:08 +02:00
Travis CI
d0ed43a8e5
docs(travis): Update protocol.md - 701098d [skip ci]
2019-04-19 18:18:53 +00:00
Stéphane Lepin
701098d19d
Merge pull request #299 from Palakis/feature/183-streamstatus-replay-buffer
...
events(StreamStatus): new property "replay-buffer-active"
2019-04-19 20:17:21 +02:00
Stéphane Lepin
c33a0ab439
events(StreamStatus): new property "replay-buffer-active"
2019-04-19 20:02:19 +02:00
Stéphane Lepin
b8af848d3a
Merge pull request #298 from Palakis/bugfix/264-debug-logging
...
fix debug logging
2019-04-19 19:16:11 +02:00
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
Travis CI
81ab199308
docs(travis): Update protocol.md - 92938d2 [skip ci]
2019-04-19 16:08:42 +00: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
Stéphane Lepin
c95104fada
Merge pull request #295 from Rosuav/docs-patch-fix-call-name
...
Fix call name GetSourcesTypesList -> GetSourceTypesList
2019-04-19 12:29:51 +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
Travis CI
979e0ddc88
docs(travis): Update protocol.md - 9fab714 [skip ci]
2019-04-16 23:23:02 +00:00
Stéphane Lepin
9fab714674
Merge pull request #293 from Vainock/patch-1
...
Make "WebSocket" consistent
2019-04-17 01:22:30 +02:00
Stéphane Lepin
2eb6463ab0
Merge pull request #272 from BarryCarlyon/scene_item_transform
...
Support item_transform signal
2019-04-17 01:21:46 +02: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
Travis CI
c62178a7fe
docs(travis): Update protocol.md - c12a432 [skip ci]
2019-04-16 21:14:32 +00: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
Vainock
bd4fe5a1a7
Make "WebSocket" consistent
2019-04-16 15:48:09 +02:00
Stéphane Lepin
190f5ebfc4
chore: empty commit to trigger ci again
2019-04-16 14:03:30 +02:00
Stéphane Lepin
79493df32e
requests(streaming): fix docs on SendCaptions
2019-04-16 13:11:46 +02:00
Stéphane Lepin
71d523437e
Merge pull request #287 from Lange/4.5.1-types-cleanup
...
docs(jsdoc): clean up types for compatability with obs-websocket-js typedef generator
2019-03-30 22:08:09 +01: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
Travis CI
5ac47b823f
docs(travis): Update protocol.md - ec572da [skip ci]
2019-03-30 14:36:45 +00:00
Stéphane L
ec572da822
docs: update release
2019-03-30 15:35:18 +01:00
Stéphane L
37f96b8cf2
chore: bump to 4.6.0
2019-03-30 15:34:06 +01:00
derrod
545db60b98
ci: enable/build captions
2019-03-22 10:27:27 +01:00
derrod
f65fdcdbc1
handler: Add caption handler
2019-03-22 10:24:25 +01:00
Stéphane Lepin
579acabe5e
Merge pull request #283 from Palakis/ubuntu-deb-fix
...
Fix package on Ubuntu
2019-03-22 01:46:22 +01:00
Stéphane Lepin
f2a9ff8551
ci(linux): fix Ubuntu package
2019-03-22 01:40:29 +01:00
Stéphane Lepin
2e40e07563
Merge pull request #282 from Palakis/azure-pipelines
...
ci(macos): setup Azure Pipelines
2019-03-21 23:14:16 +01:00
Stéphane Lepin
cb3af837c6
readme: fix building.md
2019-03-21 22:36:30 +01:00
Stéphane Lepin
3cce89ea3f
ci(macos): fix artifacts publishing
2019-03-21 22:28:08 +01:00
Stéphane Lepin
5f2dfb24ca
ci(macos): checkout submodules
2019-03-21 22:18:29 +01:00
Stéphane Lepin
4bc02a7389
ci(macos): install boost
2019-03-21 21:56:07 +01:00
Stéphane Lepin
eeeca8afd0
ci(macos): remove set -ev
2019-03-17 15:38:59 +01:00
Stéphane L
4f607df5fc
ci(macos): fix typo
2019-03-17 15:01:01 +01:00
Stéphane L
e06b3e2052
readme: Azure Pipelines CI badge
2019-03-17 14:48:17 +01:00