Commit Graph

730 Commits

Author SHA1 Message Date
Chris Angelico
32d0834c3f docs: Fix description of "mul" volume notation 2022-11-12 16:00:28 -08:00
Matt Rossman
9722ed3df4 Add CustomEvent docs entry
Resolves #1031
2022-11-12 15:56:03 -08:00
Christophe Carvalho Vilas-Boas
9f72852588 doc: Update README to add Java library 2022-11-12 15:51:05 -08:00
Translation Updater
6e0220ac7b Update translations from Crowdin 2022-10-25 22:32:12 +00:00
Github Actions
6d4b7c786e docs(ci): Update generated docs - 290e042 [skip ci] 2022-10-22 22:22:39 +00:00
Christophe Carvalho Vilas-Boas
290e042612 fix: Sleep request fields are exclusive so both optional fixes #1042 2022-10-22 15:22:20 -07:00
Github Actions
7e4c9529eb docs(ci): Update generated docs - bc18401 [skip ci] 2022-10-18 20:11:17 +00:00
Matteo Gheza
bc18401fb0 docs: Fix ouputPaused typo 2022-10-18 13:10:58 -07:00
Github Actions
265899f76f docs(ci): Update generated docs - 9e1a41f [skip ci] 2022-09-19 01:02:32 +00:00
tt2468
9e1a41f219
docs: Clarify that nested scenes are recommended instead of groups
Seems like it would be obvious, but apparently not
2022-09-18 18:02:13 -07:00
Chris Angelico
7893ae5caa docs: Add top-level headings to main TOC
It may be worth having the entire TOC up here, but this way, at least
it's possible to jump to the other TOCs.
2022-09-16 04:54:42 -07:00
Github Actions
a715639302 docs(ci): Update generated docs - 6038fe9 [skip ci] 2022-09-07 19:43:58 +00:00
tt2468
6038fe9a0a
docs: Start list of known propertyName values for common buttons 2022-09-07 12:43:29 -07:00
tt2468
6fba48929a
README: Add second contributor to obsws-python 2022-09-05 15:33:30 -07:00
bryce
7eb4eb101c README: Add Bitfocus Companion to client software 2022-09-05 15:32:51 -07:00
tt2468
f2e595e1ab
README: Add Kruiz Control and obsws-python to list 2022-09-04 17:11:30 -07:00
tt2468
c1ffbf0111
README: Add Aitum 2022-09-03 15:16:30 -07:00
tt2468
f08d3225ad
README: Add OBS Blade to supported client software 2022-09-03 07:06:10 -07:00
tt2468
84542e1ed5
README: Add deckboard to supported client software list 2022-09-03 06:53:41 -07:00
tt2468
bb9371b0dc
locale: Rename plugin settings title to match other plugins
Closes obsproject/obs-studio#7231
2022-09-02 00:11:59 -07:00
tt2468
ab918faea8
README: Add streamer.bot to list of supported client software 2022-09-01 03:12:56 -07:00
Translation Updater
5716577019 Update translations from Crowdin 2022-08-30 09:00:42 +00:00
Alessio Nossa
b4a1266cf0 README: Add OBS-web to client software 2022-08-25 05:28:06 -07:00
Github Actions
6527381c91 docs(ci): Update generated docs - fb2abc4 [skip ci] 2022-08-24 08:45:11 +00:00
Dominik Nakamura
fb2abc45cf docs: Fix category of GetRecordDirectory` 2022-08-24 01:44:55 -07:00
Dominik Nakamura
54b0dc3781 docs: Update link to Rust client crate 2022-08-24 01:44:29 -07:00
tytan652
0ff90d1687 base: Update non-MSVC compile options 2022-08-24 01:44:14 -07:00
C Davis
62bdbb2e64
README: Update to show availability of Dart SDK for obs-websocket (#981) 2022-08-24 01:43:39 -07:00
Translation Updater
5f8a0122bd Update translations from Crowdin 2022-08-17 04:17:13 +00:00
Andrey Kaipov
20ea6e3352 README: Add a Go client library to the list 2022-08-12 23:06:41 -07:00
tt2468
b07dce821a websocketserver: Log disconnect code and reason on disconnects
No clue why I wasn't doing this before.
2022-08-02 14:35:50 -07:00
Dominik Nakamura
2f549b82a3 base: Fix version string when built as submodule 2022-08-01 22:22:43 -07:00
Translation Updater
17243577c5 Update translations from Crowdin 2022-07-31 23:40:52 +00:00
tytan652
c0ba751aaf base: Clean up find_qt macro 2022-07-30 16:31:24 -07:00
tytan652
eba6c4c6f3 base: Add ENABLE_WEBSOCKET CMake option 2022-07-30 16:31:24 -07:00
tytan652
59e7e3a307 base: Add checks for submodules in CMake 2022-07-30 16:31:24 -07:00
tytan652
8bf8995ad8 base: Suppress C4996 warning 2022-07-28 12:15:38 -07:00
tytan652
2b8dd47a6c Revert "base: Set the correct Windows preprocessor var for asio"
This reverts commit 420e600864.
2022-07-28 12:15:38 -07:00
tt2468
268a45e8dd base: Format CMakeLists.txt (again) 2022-07-28 11:46:32 -07:00
tytan652
e52d5402cf base: Add and use find_qt to support Qt5 and Qt6 2022-07-28 11:40:27 -07:00
tytan652
0db223b148 base: Suppress deps warnings
/wd4267 is required by websocketpp
-Wno-error=format-overflow is required by asio

-Wno-error=null-pointer-subtraction is required by json on macOS

-Wno-error=deprecated-declarations is required on macOS because Xcode 14
deprecates sprintf()
2022-07-28 11:40:27 -07:00
tytan652
420e600864 base: Set the correct Windows preprocessor var for asio
Fix C4996 warning

Co-authored-by: PatTheMav <PatTheMav@users.noreply.github.com>
2022-07-28 11:40:27 -07:00
tytan652
190a9551f6 requesthandler,websocketserver: Fix C4101 warnings 2022-07-28 11:40:27 -07:00
tytan652
773f85e0d7 requesthandler: Fix C4267 warnings 2022-07-28 11:40:27 -07:00
tytan652
b5d50c4243 lib,requesthandler,eventhandler: Fix C4244 & C4334 warnings 2022-07-28 11:40:27 -07:00
Github Actions
e3314b3608 docs(ci): Update generated docs - 1902d7e [skip ci] 2022-07-25 15:31:39 +00:00
tt2468
1902d7e1a3 base: Update version to 5.0.1 2022-07-25 08:30:34 -07:00
tt2468
e0d322d4cc Config: Disable WebSocket server by default
I believe it would be bad to enable a network-based WebSocket server
for all OBS users, since obs-websocket usage is very likely less than
a majority of users. A password will still be generated on first run,
so there are no worries about weirdness if a user goes in to enable
the server later on.
2022-07-25 08:24:04 -07:00
tt2468
ecde83a28d requesthandler: Allow empty object in Set*PrivateSettings requests
Requested by #958

Closes #958
2022-07-25 08:21:57 -07:00
tt2468
b0167e6296 base: Update README with C library
May God have mercy on our souls for this one.

Closes #961
2022-07-25 08:10:49 -07:00