Commit Graph

366 Commits

Author SHA1 Message Date
tt2468
c16669c7b0 Request: Minor code cleanup 2021-09-02 13:25:17 -07:00
tt2468
0269209d59 Requests: Use OBS naming for monitorType enum 2021-09-02 11:24:48 -07:00
Github Actions
d2d2bdd730 docs(ci): Update generated docs - 9a8587d [skip ci] 2021-09-01 17:44:19 +00:00
tt2468
9a8587d6df Requests: Check for last scene in RemoveScene 2021-09-01 10:43:36 -07:00
tt2468
8a45560297 Utils: Add GetSceneCount() 2021-09-01 10:43:24 -07:00
tt2468
fb0656c31e RequestHandler: Simplify request statuses 2021-09-01 10:30:40 -07:00
tt2468
26bef074ac EventHandler: Add (disabled) InputAudioMonitorTypeChanged event 2021-08-31 06:39:09 -07:00
tt2468
e18aaff661 RequestStatus: Add new statuses to replace old soon 2021-08-31 06:38:55 -07:00
tt2468
4271730dc2 Requests: Add more requests 2021-08-30 13:55:22 -07:00
tt2468
b86107a699 Base: Add OBSPropertiesAutoDestroy 2021-08-30 13:55:05 -07:00
Github Actions
6035f258d2 docs(ci): Update generated docs - a40160e [skip ci] 2021-08-30 17:01:00 +00:00
tt2468
a40160e305 WebSocketServer: Use Sec-WebSocket-Protocol for json/msgpack 2021-08-30 09:59:59 -07:00
tt2468
b58f6e8366 WebSocketServer: Remove unnecessary string usage 2021-08-30 04:46:59 -07:00
tt2468
670fa7c249 CI: More fixes 2021-08-30 04:15:55 -07:00
tt2468
d858118e28 CI: Fix oopsies 2021-08-30 03:42:32 -07:00
tt2468
bb71a4c77b CI: Prefix checkinstall version to avoid errors 2021-08-30 03:29:30 -07:00
tt2468
3dfd091e71 CI: Provide package version suffix to cmake 2021-08-30 03:17:09 -07:00
tt2468
a3d0ff5eea CMakeLists: More changes for version suffix 2021-08-30 03:08:09 -07:00
tt2468
5988f0f97a Installer: Use OBS_WEBSOCKET_VERSION instead of CMAKE_PROJECT_VERSION 2021-08-30 02:52:21 -07:00
tt2468
eb6015df05 Base: Remove generated installer file 2021-08-30 02:51:35 -07:00
tt2468
15188e3ebe GitIgnore: Ignore generated installer file 2021-08-30 02:51:14 -07:00
tt2468
1ecf2a4fdb CMakeLists: Allow specifying version suffix string 2021-08-30 02:50:02 -07:00
tt2468
292b2b0d3b Base: Remove generated plugin macros file 2021-08-30 02:49:43 -07:00
tt2468
b3676586e4 GitIgnore: Ignore generated plugin macros 2021-08-30 02:49:07 -07:00
tt2468
6d882ba94f Merge branch 'master' of https://github.com/Palakis/obs-websocket 2021-08-30 02:31:03 -07:00
tt2468
d669db24ac CI: Update some stuff 2021-08-30 02:30:48 -07:00
Github Actions
fc8dce45ee docs(ci): Update generated docs - ac78acd [skip ci] 2021-08-30 08:47:29 +00:00
tt2468
ac78acd28c CI: Try to fix tag recognition (again) 2021-08-30 01:46:52 -07:00
tt2468
f37edbd71c EventHandler: Include required event intent in emit 2021-08-30 01:39:46 -07:00
tt2468
78f9c93739 Requests: Fix global realm storage on persistent data req's 2021-08-30 01:32:22 -07:00
tt2468
96c5818395 ConnectInfo: Update QR code format 2021-08-30 01:11:29 -07:00
tt2468
85fa41962d Merge branch 'master' of https://github.com/Palakis/obs-websocket 2021-08-29 17:02:29 -07:00
tt2468
1849c39c4c CI: Fix git tag recognition 2021-08-28 23:51:55 -07:00
tt2468
0b02b7453e Fix package version 2021-08-28 23:28:00 -07:00
tt2468
d7d6969092 CI: Add release builds for Windows + Linux
Also updates badges on README
2021-08-28 23:20:28 -07:00
tt2468
a37cfb3e5b
WebSocketProtocol: Fix Identified OpCode responses 2021-08-28 07:10:03 -07:00
tt2468
ccb42f1f0c README: Add simpleobsws
It's finally in beta, so we can go ahead and add it as officially
supporting 5.0
2021-08-28 05:33:06 -07:00
Github Actions
2f1ca4a066 docs(ci): Update generated docs - d1abc6e [skip ci] 2021-08-28 12:14:17 +00:00
tt2468
d1abc6e0c7 Docs: Fix table of contents links and some other stuff 2021-08-28 05:13:24 -07:00
Github Actions
06c188a8ca docs(ci): Update generated docs - 03e32c8 [skip ci] 2021-08-28 12:02:58 +00:00
tt2468
03e32c8b5e Base: Major protocol refactor
As discussed in the #development channel in discord
- Switch from using message types to integer op codes
- Consolidate op-specific keys into `d` sub-object
- Shorten low-level payload keys from `messageType` to `op`, add `d`

Other changes:
- The WebSocketCloseCode enum has been refactored. It's best to just
treat it like it's new
- Some performance benefits came along the way. Nothing gamechanging,
but notable
- Various bug fixes discovered while refactoring
2021-08-28 05:02:24 -07:00
tt2468
91fadf505f Base: Overwrite bad define 2021-08-27 06:24:30 -07:00
tt2468
ade9653ed6 Base: Only include required util namespaces 2021-08-27 04:34:06 -07:00
tt2468
0547e1f2da Base: Lots of changes 2021-08-27 04:19:42 -07:00
tt2468
16697fb65e Requests: Add more requests 2021-08-27 02:33:33 -07:00
tt2468
fc08828773 Base: Update QMainWindow cast 2021-08-27 01:20:13 -07:00
tt2468
251e3a28c1 Requests: Reorder some requests 2021-08-26 23:29:55 -07:00
tt2468
bd289ae751 Requests: Rename slotData to slotValue to align with other profile parameters 2021-08-26 23:11:24 -07:00
tt2468
7c5c0f42da Requests: Merge global and profile persistent data requests
The code was largely shared, so it made more sense to just merge the
requests and create realms.
2021-08-26 23:06:23 -07:00
tt2468
8185580cff RequestStatus: Add DataRealmNotFound 2021-08-26 23:02:52 -07:00