509 Commits

Author SHA1 Message Date
Stéphane Lepin
b1df0dca97
Merge pull request #474 from tt2468/patch-1
Suppress websocketpp logging entries
2020-04-30 19:40:22 +02:00
tt2468
0f434004a8 Add websocketpp error message to error dialog box 2020-04-30 10:08:56 -07:00
tt2468
f61bc809dd
[Bug Fix] Fix FreeType2 source type recognition
OBS appears to be using a new format for the FreeType2 source, so we add the new kinds.

One thing I'm unsure on is if anything still uses the old naming stuff `text_ft2`/`text_ft2_v2`, since if not then we should not check
2020-04-27 08:30:39 -07:00
tt2468
19f9593ac1
Supress websocketpp logging entries 2020-04-21 19:55:43 -07:00
tt2468
b692756260
The actual fix 2020-04-10 08:14:25 -07:00
Stéphane Lepin
3604995c2f requests(DeleteSceneItem + DuplicateSceneItem): backport dual "item" behaviour to existing functions 2020-03-30 00:02:36 +02:00
Stéphane Lepin
8b731f3ba4 fixes 2020-03-29 23:55:45 +02:00
Stéphane Lepin
83f702fbab requests(GetSceneItemProperties): add itemId response field 2020-03-29 23:28:07 +02:00
Stéphane Lepin
fbebf1c7d3 requests(scene item): fix docs 2020-03-29 23:04:20 +02:00
Stéphane Lepin
be14947668 oops 2020-03-29 22:12:54 +02:00
Stéphane Lepin
0fcf770043 requests(scene items): implement object mode on "item" request field 2020-03-29 22:07:55 +02:00
Stéphane Lepin
51ec3ede1f utils: add GetSceneItemFromRequestField 2020-03-29 21:42:10 +02:00
Stéphane Lepin
4e2302936f refactor bits 2020-03-29 21:41:38 +02:00
Stéphane Lepin
a6c6a42669 requests(scene items): doc fixes again 2020-03-29 19:39:57 +02:00
Stéphane Lepin
c486bc64c4 requests(scene items): refactor docs 2020-03-29 19:39:57 +02:00
Stéphane Lepin
3709ea1a95 docs(clarity): move scene items events into a proper "Scene Items" category
Namely:
- SourceOrderChanged
- SceneItemAdded
- SceneItemRemoved
- SceneItemVisibilityChanged
- SceneItemLockChanged
- SceneItemTransformChanged
- SceneItemSelected
- SceneItemDeselected
2020-03-29 19:39:57 +02:00
Stéphane Lepin
c1660f8ca2 chore: bump unreleased requests/events to 4.8.0 2020-03-29 19:39:19 +02:00
Stéphane Lepin
898e761988 requests(freetype2 source): allow functions to operate on v2 sources 2020-03-29 16:13:28 +02:00
Stéphane Lepin
846d52ebe5 requests(gdiplus source): allow functions to operate on v2 sources 2020-03-29 16:09:16 +02:00
Stéphane Lepin
f23ba0c513 Merge branch '4.x-current' into bugfix/crash-get-streaming-time 2020-03-28 19:17:53 +01:00
Stéphane Lepin
297d920fdc fix 2020-03-18 01:19:02 +01:00
Stéphane Lepin
c741a73893 request(SetTBarPosition): wip 2020-03-18 01:18:20 +01:00
Stéphane Lepin
bfcd16ea28 requests(studio mode): fix crash when calling frontend_set_preview_program_mode 2020-03-18 01:01:33 +01:00
Stéphane Lepin
247ca71bf9 utils: remove dynloaded function for projector open 2020-03-17 23:46:24 +01:00
Stéphane Lepin
88d39ab47a utils: remove dynamic loaded functions for recording pause 2020-03-17 23:45:57 +01:00
Stéphane Lepin
dc04cb54ab chore: bump to 4.8.0 2020-03-17 23:37:49 +01:00
Stéphane Lepin
6bed39e4fa
Merge pull request #410 from Lange/feat/transition-end-events
feat(events): add "TransitionEnd" and "TransitionVideoEnd" events
2020-03-15 23:21:53 +01:00
Stéphane Lepin
2a7aa432a9 events(TransitionEnd): remove from-scene because it's not available in transition_stop 2020-03-15 23:20:56 +01:00
Stéphane Lepin
061f5d5099 requests(OpenProjector): get function pointer from lib dynamically 2020-03-12 17:44:56 +01:00
Stéphane Lepin
796bdebd90 requests(OpenProjector): wrap version check with parentheses 2020-03-12 17:27:28 +01:00
Stéphane Lepin
d8f2aeb004 requests(OpenProjector): refactor libobs version check 2020-03-12 17:03:00 +01:00
Stéphane Lepin
b26cd901ca request(GetVersion): add supported image export formats list 2020-03-12 10:58:30 +01:00
Stéphane Lepin
5088d7dd86 requests(SetSyncOffset): allow negative offsets 2020-03-11 14:10:38 +01:00
Chris Angelico
be10227829 Utils,GetSceneItemProperties: Document both muted and alignment 2020-03-11 23:02:23 +11:00
Chris Angelico
ef47c172c5 Utils: Add a 'muted' flag to GetSceneItems 2020-03-11 22:52:33 +11:00
Stéphane Lepin
6d63779c70
Merge pull request #338 from Rosuav/open-projector
Create a command for opening a projector.
2020-03-11 12:11:23 +01:00
Stéphane Lepin
62ad1a483c
docs(OpenProjector): add info on geometry encoding 2020-03-11 12:09:08 +01:00
Chris Angelico
f4f760a231 Punt on explaining what the geometry string actually means 2020-03-11 22:05:37 +11:00
Stéphane Lepin
afcc11af57 docs: replace stream service option use-auth with use_auth 2020-03-05 10:08:59 +01:00
Chris Angelico
9fc41e4245
Apply suggestions from code review
Fixes all the easy ones. I'll look into the more substantive changes in a bit.

Co-Authored-By: Stéphane Lepin <Palakis@users.noreply.github.com>
2020-03-05 05:14:46 +11:00
Stéphane Lepin
8a7d7a41a4
Merge pull request #321 from Rosuav/item-locked-event
Fire an event whenever an item is locked/unlocked
2020-03-04 14:10:56 +01:00
Stéphane Lepin
45d5f4a760 events: rename SceneItemLockedChanged to SceneItemLockChanged 2020-03-04 14:04:26 +01:00
Stéphane Lepin
101b795c0a
Merge pull request #324 from Rosuav/show-gravity
Show alignment (gravity) of scene elements when querying/switching scenes
2020-03-04 13:49:58 +01:00
Stéphane Lepin
8311bd3fd9
Merge pull request #416 from tt2468/4.x-current
Fix SetStreamSettings when switching type
2020-03-04 11:37:01 +01:00
Stéphane Lepin
ec1926f7a6 events: fix @since value for SceneItemLockedChanged 2020-03-04 11:26:48 +01:00
Stéphane Lepin
4338cf57e6 OBSRemoteProtocol: rely only on event data when encoding an event 2020-02-25 15:24:26 +01:00
Stéphane Lepin
a0dce77a2f RpcEvent: streamTime and recordingTime are optional 2020-02-25 15:23:24 +01:00
tt2468
ca93882870
Remove unnecessary utf8 string conversion 2020-02-15 14:51:59 -08:00
tt2468
22fbb4262c
Return check type instead of type provided in request 2020-02-15 14:47:46 -08:00
tt2468
2845fd07a7
Final fixes before testing 2020-02-15 14:22:35 -08:00