1581 Commits

Author SHA1 Message Date
Andrey Kaipov
b0badd0630 Docs: Add another Go client library 2021-07-08 21:21:25 -04:00
Azure CI
d05ff26930 docs(ci): Update protocol.md - 5350832 [skip ci] 4.9.1 2021-06-10 05:56:15 +00:00
Stéphane Lepin
535083205a
Merge pull request #765 from Palakis/4.9.1-prep
4.9.1 Prep
2021-06-10 07:55:38 +02:00
tt2468
9a8d283d27 base: Update plugin version to 4.9.1 2021-06-09 21:03:59 -07:00
tt2468
1eb02e77e0 Docs: Mark unreleased requests with 4.9.1 2021-06-09 19:11:02 -07:00
Stéphane Lepin
b271cf9d32
Merge pull request #692 from Palakis/fix/obs-shutdown-crash
Events: Fix multiple shutdown crashes
2021-06-10 02:39:26 +02:00
tt2468
0a084122d3
Merge pull request #764 from dnaka91/fix-leak-tbar
Requests: Fix leak in ReleaseTBar, SetTBarPosition
2021-06-08 18:31:35 -07:00
tt2468
a29e0325dd
Merge pull request #761 from dnaka91/fix-release-transition
Requests: Fix leak in SetSceneTransitionOverride
2021-06-08 18:30:03 -07:00
Dominik Nakamura
4ea010f168
Requests: Fix leak in ReleaseTBar, SetTBarPosition 2021-06-09 10:24:09 +09:00
Dominik Nakamura
b03ab12e45
Requests: Fix leak in SetSceneTransitionOveride 2021-06-09 09:41:46 +09:00
tt2468
9311b38747
Merge pull request #760 from bobvandevijver/patch-1
Fix small pipeline typo
2021-06-07 09:30:36 -07:00
Bob van de Vijver
2380ba4612
Fix small pipeline typo 2021-06-07 11:39:41 +02:00
tt2468
60e2f0183e Merge branch '4.x-current' into fix/obs-shutdown-crash 2021-06-06 16:25:38 -07:00
Stéphane Lepin
8009f65ed0
Merge pull request #758 from Palakis/fix/ci-patches
CI: Fix some various stuff getting in the way of doing 4.9.1 dev
2021-06-06 17:53:59 +02:00
tt2468
393fca6aed CI: Update dirty hack to OBS 27 2021-06-01 18:34:52 -07:00
tt2468
f8abe91b83 CI: Version our OBS build cache
When new OBS tags are released, we need to wipe the old cache
to get them to work properly.
2021-06-01 18:22:34 -07:00
tt2468
27ab3e0ea8 CI: Allow usage of RC's for objects 2021-06-01 18:12:15 -07:00
tt2468
1ca10f3e34 CI: Remove github workflows for now
It's super broken on this branch and getting in the way. Removing
it for now and I'll move everything back to gh workflows after 4.9.1
2021-06-01 18:11:13 -07:00
tt2468
c1cd1adb08 WSServer: Run asio loop in std::thread and join on stop 2021-06-01 18:00:24 -07:00
tt2468
1266b3f3fe Events: Various crash fixes 2021-06-01 18:00:14 -07:00
Azure CI
5505e0d7b5 docs(ci): Update protocol.md - a469fc5 [skip ci] 2021-06-02 00:20:15 +00:00
tt2468
a469fc539a
Merge pull request #708 from Meetsch/feature/virtualcam
Requests: support for new virtualcam related obs-frontend-api in upcoming OBS-Studio 27.0
2021-06-01 17:19:32 -07:00
tt2468
ef36585319 Requests, Events: Mark as unreleased 2021-06-01 17:01:20 -07:00
Azure CI
46214eef44 docs(ci): Update protocol.md - 5f0b152 [skip ci] 2021-06-01 00:14:07 +00:00
tt2468
5f0b152427
Merge pull request #751 from hanazuki/doc-ReorderSceneItems
docs: Fix type of ReorderSceneItems request parameter
2021-05-31 17:13:33 -07:00
Stéphane Lepin
cbc7664b78
Merge pull request #740 from Palakis/fix/createscene-release-source
Requests: Release created scene in CreateScene
2021-06-01 01:52:39 +02:00
Stéphane Lepin
39bc97a51c
Merge pull request #745 from Palakis/add-dart-library
README: Add Dart client library
2021-06-01 01:47:10 +02:00
Azure CI
017e551a91 docs(ci): Update protocol.md - 19dad77 [skip ci] 2021-05-31 23:46:42 +00:00
tt2468
19dad7775c
Merge pull request #746 from BarRaider/docs-fix-readme-link
docs: fixed url to refer to the correct part of the readme
2021-05-31 16:45:56 -07:00
Kasumi Hanazuki
de15118872 docs: Fix type of ReorderSceneItems request parameter
The parameter `items` accepts a list of SceneItem ids/names but not Scenes.
2021-05-21 13:03:10 +00:00
BarRaider
bb81e1e0ab
docs: fixed url to refer to the correct part of the readme 2021-05-17 16:17:07 -07:00
tt2468
58b49fed85
README: Add Dart client library 2021-05-17 14:28:13 -07:00
tt2468
6740e5fec7 Requests: Autorelease created scene in CreateScene
Creating the scene increments the referenced scene by one,
but we do not decrement it. This produces a memory leak which
leads to the scene never being deleted after being removed from
the UI.
2021-05-14 01:52:37 -07:00
Stéphane Lepin
fe9419fb8a Merge branch 'bugfix/cmake-frontend-lib' into 4.x-current 2021-04-18 23:30:03 +02:00
Stéphane Lepin
ba93b05efa cmake: fix frontend api message + nitpicks 2021-04-18 23:29:20 +02:00
Stéphane Lepin
d154e77299 Merge branch '4.x-current' into bugfix/cmake-frontend-lib 2021-04-18 23:25:44 +02:00
Stéphane Lepin
2f8073d548
Merge pull request #702 from Palakis/fix/imageformats
CMake: Copy other imageformats plugins too.
2021-04-18 23:15:33 +02:00
Stéphane Lepin
1f0c1691be cmake: simplify package step 2021-04-18 23:00:26 +02:00
Stéphane Lepin
50eedd11e0 cmake: fix target directory path of QImage plugins 2021-04-18 22:56:09 +02:00
Stéphane Lepin
6f50628172
Merge pull request #727 from ZyanKLee/feature/ZyanKLee-inline-build
allow inline build with obs-studio
2021-04-18 22:47:08 +02:00
Stéphane Lepin
4256f2df8b Merge branch '4.x-current' into feature/ZyanKLee-inline-build 2021-04-18 22:20:13 +02:00
Stéphane Lepin
344f7c33e4 Merge branch '4.x-current' into fix/imageformats 2021-04-18 21:54:05 +02:00
Azure CI
39454bc13e docs(ci): Update protocol.md - fcffa55 [skip ci] 2021-04-18 19:53:39 +00:00
Stéphane Lepin
fcffa55af1
Merge pull request #705 from Palakis/fix/addsceneitem-docs
Docs: Properly mark `setVisible` as optional
2021-04-18 21:53:01 +02:00
Stéphane Lepin
b74afd1033
Merge pull request #701 from Palakis/ci-qt-upgrade
CI: Various CI improvements
2021-04-18 21:50:52 +02:00
Azure CI
ff548589bc docs(ci): Update protocol.md - f2f80c4 [skip ci] 2021-04-13 14:04:38 +00:00
tt2468
f2f80c4e7e
Merge pull request #706 from dnaka91/from-scene-optional
docs: Mark from-scene as optional
2021-04-13 07:03:54 -07:00
tt2468
381745dbf6 CI: Various improvements 2021-04-13 06:58:28 -07:00
Dominik Nakamura
1b61bd9551
Remove unnecessary files and changes 2021-04-13 22:24:20 +09:00
tt2468
415fb73245 CI: Update and improve Ubuntu build 2021-04-13 05:48:50 -07:00