Palakis
fcf1fa8aff
studio mode: Remove parts of Qt UI hacks
2017-10-16 15:28:54 +02:00
Palakis
3981abc5ca
General: code and docs cleanup
2017-09-25 16:48:46 +02:00
RainbowEK
9b7752896a
Adding Heartbeat to obs-websocket. ( #112 )
...
* Added a Heartbeat in WSEvents (.cpp and .h updated)
Lines where the coded is added are marked with "//mod-0x =============" (x denotes a number).
* Updated the Heartbeat:
- Default it is off, and via JSON request can be switched on.
- The Heartbeat has configurable elements. Each individual element can be requested via a JSON request to be added to the Heartbeat.
- Maximum elements are in this example JSON update:
{
"current-profile": "#2-PGH",
"current-scene": "#2-HG",
"pulse": true,
"recording": false,
"streaming": false,
"total-record-time": 0,
"total-stream-time": 0,
"update-type": "Heartbeat"
}
* Cleaning
* Process all Palakis his comment/advice, and added 3 key/value pairs.
* Processed cleaning up comments as proposed by Stephane.
* Still found tabs in the comment header, and replaced by spaces.
* FUNCTIONAL MODIFICATION:
- Removed selective content of Heartbeat, and show all key/value parameters.
- Only request left is "on" or "off" selection of heartbeat.
FIX:
- Show streaming/recording related data only when streaming/recording is active, due to OBS showing wrong values when not active.
* Changed request type to start the Heartbeat to a boolean parameter.
* Delete ZERO_CHECK.log
* Delete obs-websocket_autogen.log
* Delete obs-websocket.log
2017-09-24 22:54:29 +02:00
Stéphane L
87b47689eb
Docs: more specific version number + tag unreleased methods/events
2017-09-08 21:42:13 +02:00
Brendan Hagan
4e642d97fc
docs: Add @since
2017-08-26 16:25:17 -04:00
Brendan Hagan
3c50e1e4d8
Update api doc for SwitchScenes
2017-08-24 10:18:00 -05:00
Logan S
9ce2b1983a
Protocol: add Replay Buffer Events and Requests ( #104 )
2017-08-19 15:05:42 +02:00
Brendan Hagan
a263d8a364
Docs: Initial generation of docs from code comments ( #106 )
2017-08-13 17:41:42 +02:00
Stéphane L
c7190cb94a
Events: add transition info to TransitionBegin
2017-08-05 22:17:13 +02:00
Stéphane L
4b89464349
General: refactor continued again
2017-08-05 18:26:14 +02:00
Stéphane L
dba599c127
General: refactor continued
2017-08-05 03:21:28 +02:00
Stéphane L
586f9076f0
General: code style refactor
2017-08-05 03:14:07 +02:00
Stéphane L
54a16f4d2f
Events: refactor logging code
2017-07-04 21:18:42 +02:00
Brendan Hagan
7675a1ee58
General: Toggle to log outgoing response and events
2017-07-04 14:17:51 -04:00
Palakis
f49980350a
General: code style refresh
2017-06-06 09:30:07 +02:00
Palakis
a3cbbf3ea9
General: refactor to limit linesize to 80 columns
2017-04-26 10:02:02 +02:00
Palakis
d0118c63c0
Bugfix: PreviewSceneChanged not emitted when swapping scenes
2017-04-23 12:28:51 +02:00
Palakis
f2028c506a
UI: System tray notification on new connections
2017-04-21 16:16:11 +02:00
Palakis
c7305889c3
Events: add scene description to SwitchScenes and PreviewSceneChanged
2017-04-20 19:41:58 +02:00
Palakis
e241518f8d
Add StudioModeSwitched event
2017-04-20 09:53:31 +02:00
Palakis
b7df1e8596
Add SetPreviewScene request type and PreviewSceneChanged event
2017-04-19 13:43:58 +02:00
Palakis
dedbbf12bb
Implement #63
2017-04-14 15:36:05 +02:00
Palakis
547991df72
Try to do something for #59
2017-04-14 15:11:53 +02:00
Palakis
1e71bfa151
Fixed a crash when switching to another scene after switching to another scene collection
2017-03-02 15:36:48 +01:00
Palakis
c9baed2df9
Fixes #24
2017-03-02 15:02:26 +01:00
Palakis
228708eec4
Added update type SceneItemVisibilityChanged
2017-03-01 21:41:42 +01:00
Palakis
42266ed14f
Fixes #17
2017-02-28 16:56:03 +01:00
Palakis
6f39da20a9
Removed TransitionEnd event + changed TransitionBegin triggering
2017-02-28 16:01:06 +01:00
Palakis
1ebb6f9257
Transition events + scene change compatibility with OBS 18.0.0
2017-02-28 15:40:40 +01:00
Palakis
e30e982ef0
Added update type TransitionDurationChanged
2017-02-27 13:24:25 +01:00
Palakis
d1c19382a1
Fixes #34
2017-02-26 19:46:09 +01:00
Palakis
d6091c83e2
A bit of cleaning
2017-02-24 20:09:42 +01:00
Palakis
3d68b7c9e5
Updated locale variables names + WIP Dynamic Server Settings
2017-02-23 21:01:24 +01:00
Palakis
98dbcc4c69
Copyright update and credit where it's due
2017-02-15 18:33:32 +01:00
Palakis
3bd600ed52
Preliminary work on event timestamping
2017-02-05 02:00:21 +01:00
Palakis
2d71dc68f1
WTH is this
2017-02-05 00:36:55 +01:00
Brendan Hagan
ff2bace1bf
[Protocol] Add OnTransitionChange/OnTransitionListChange ( Fixes #19 )
2017-02-03 01:30:54 -05:00
Stéphane Lepin
32932eacf5
Fixes #18
2016-12-04 20:38:49 +01:00
Stéphane Lepin
9904ca89d4
Fixes #11
2016-11-27 23:50:59 +01:00
Stéphane Lepin
5abcd18ba0
Fixes #8 and #9
2016-11-27 17:32:37 +01:00
Stéphane L
d1a142cefd
Fixed typo
2016-11-22 10:05:35 +01:00
Palakis
9ea3439f44
License change
2016-11-16 13:52:12 +01:00
Stéphane Lepin
338776ccd9
Better session data persistence
2016-11-11 18:13:23 +01:00
Stéphane Lepin
f500f0f296
So tired I can't write a decent commit message
2016-10-17 01:14:33 +02:00
Stéphane Lepin
87b64d4511
Forgot to release source references
2016-10-16 23:04:00 +02:00
Stéphane Lepin
cda7aed26e
Lots of changes. Big update !
2016-10-16 22:02:51 +02:00