WarmUpTill
0736d673e1
Add option to check if chat was cleared / message was removed
2025-06-12 21:29:07 +02:00
WarmUpTill
34151e4bc6
Fix "Get user info" only allowing small values for user ids
2025-06-12 21:29:07 +02:00
WarmUpTill
1346c19bec
Fix crash when invalid token is used to connect to Twitch chat
2025-06-12 21:29:07 +02:00
WarmUpTill
79a8ad57af
Rework HTTP action URL input
...
The URL to be accessed can now be passed as a single URL instead of it
being split into a host and path component
2025-06-12 18:33:24 +02:00
WarmUpTill
daeb9275a3
Add support for inline scripts
...
* Script can be defined in the macro segment or loaded from a file
* Supports both LUA and Python
* Can be used for actions and conditions
* obs_script_create and obs_script_destroy are resolved at runtime
(Let's hope the API remains stable)
2025-06-09 14:20:44 +02:00
WarmUpTill
73b542a4db
Move scripting support to seperate project
2025-06-09 14:20:44 +02:00
WarmUpTill
93703c80bc
Hide option to verify timestamps when functionality is disabled
2025-06-01 11:57:26 +02:00
WarmUpTill
1ca61f3ed4
Add option to not link date-tz even if the source code exists
2025-05-28 22:11:07 +02:00
WarmUpTill
406e3c1855
Cleanup
...
* Add variable support to process condition
* Display unresolved variable value in Window action
* Add tooltips to indicate that variables are supported
2025-05-27 22:37:46 +02:00
WarmUpTill
c05dd40c4c
Add option to change various OBS video settings
2025-05-27 22:37:46 +02:00
WarmUpTill
721a786e79
Rework preview dialog to improve performance
...
Object detection and OCR models were constantly being re-initialized
each frame due to copy in the signal / slot handling
2025-05-27 22:37:46 +02:00
WarmUpTill
32d29875ed
Move responsibility of cascade init to ObjDetectParameters
2025-05-27 22:37:46 +02:00
warmuptill
0e5f56b562
Add tesseract config file support
2025-05-27 22:37:46 +02:00
WarmUpTill
5e3ab19940
Add ProfileSelectionWidget
...
Refreshes list of profiles when widget becomes visible to support widget
caching.
2025-05-27 22:37:46 +02:00
WarmUpTill
1c94a1ab44
Add X and Y position tempvars to cursor condition
2025-05-27 22:37:46 +02:00
WarmUpTill
34baa56134
Update process list on visibility change
...
This is done to support widget caching
2025-05-27 22:37:46 +02:00
WarmUpTill
5ce4171773
Add MonitorSelectionWidget
...
Refreshes list of monitors when widget becomes visible to support widget
caching
2025-05-27 22:37:46 +02:00
WarmUpTill
c281c6db83
Add WindowSelectionWidget
...
Refreshes list of windows when widget becomes visible to support widget
caching
2025-05-27 22:37:46 +02:00
WarmUpTill
a84731b8fe
Rework TransitionSelectionWidget to support widget caching
2025-05-27 22:37:46 +02:00
WarmUpTill
61fbff5821
Fix SetSourceSetting() not changing settings if the default value is set
...
This won't help in scenarios in which even a default value does not
exist, e.g. "text" for the text sources, as here it is unclear which
value type to use
2025-05-27 22:37:46 +02:00
WarmUpTill
1381654fed
Add Add support for widget caching to FilterSelectionWidget
2025-05-27 22:37:46 +02:00
WarmUpTill
9805601c07
Add support for widget caching to SceneItemSelectionWidget
2025-05-27 22:37:46 +02:00
WarmUpTill
ba3e87a761
Rework SourceSelectionWidget to support widget caching
2025-05-27 22:37:46 +02:00
WarmUpTill
7403a18e96
Cleanup
2025-05-27 22:37:46 +02:00
warmuptill
cdc5d16e95
Allow changing Tesseract model directory
...
This will prevent custom models being deleted when installing a new
version of the plugin, as the plugin's data directory might get wiped on
some operating systems.
2025-05-27 22:37:46 +02:00
warmuptill
27aed79305
Enable building with OCR support in Ubuntu environment
2025-05-27 22:37:46 +02:00
WarmUpTill
7ec95e33eb
Hide outdated video condition options
...
The "throttle" and "reduce matching latency" optiohns were introduced
before "short circuit evaluation" was available and are now outdated.
Both don't behave as expected with this option enabled.
The throttling effect can be better achieved with an additional "Timer"
condition.
2025-05-27 22:37:46 +02:00
WarmUpTill
45b37de9f7
Add MQTT connection tab
2025-05-27 20:23:07 +02:00
WarmUpTill
027a3e9074
Add MQTT condition and action
2025-05-27 20:23:07 +02:00
WarmUpTill
cab50e0922
Add MQTT helpers
2025-05-27 20:23:07 +02:00
WarmUpTill
942933290a
Remove unnecessary include
2025-05-27 20:23:07 +02:00
WarmUpTill
f13beaead2
Reduce log spam in case of invalid token
...
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
The caching mechanism for the token validity checks did not have the
desired effect, and the Twitch channel to user id mapping function was
attempting to resolve names even with an invalid token.
2025-05-08 21:10:13 +02:00
WarmUpTill
232cbb06f6
Disable Twitch event timestamp verification by default
...
debian-build / build (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
It brakes too often to be worth it as an option to be enabled by
default.
2025-05-07 18:33:04 +02:00
WarmUpTill
e9d57a0f4a
Refactor log helpers and add option to disable logging
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2025-05-01 19:55:28 +02:00
WarmUpTill
9633a61a65
Add option to disable Twitch event timestamp verification
debian-build / build (push) Waiting to run
Check locale / ubuntu64 (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
2025-05-01 12:46:20 +02:00
WarmUpTill
0643b250e1
Fix typos
2025-05-01 12:46:20 +02:00
WarmUpTill
b52738881f
Fix "HTTP" action failing to send data on MacOS
debian-build / build (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
2025-04-30 21:25:44 +02:00
WarmUpTill
470d5ba3d7
Log HTTP errors when verbose logging is enabled
2025-04-30 21:25:44 +02:00
WarmUpTill
5568f92ad0
Move JSON helpers to lib
2025-04-22 15:35:45 +02:00
WarmUpTill
7c4c0056ce
Remove libremidi patch
2025-04-22 15:35:45 +02:00
WarmUpTill
a3ca22d238
Cleanup CMakeLists.txt
2025-04-22 15:35:45 +02:00
WarmUpTill
70bbc7cdac
Implement proper timestamp validation for Twitch messages
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2025-04-11 19:02:37 +02:00
WarmUpTill
d892298995
Add missing "[adv-ss]" log tag
2025-04-11 19:02:37 +02:00
WarmUpTill
0fe31432be
Add "previous scene" to the "scene has (not) changed" checks
2025-04-11 18:57:58 +02:00
WarmUpTill
aa87911b71
Use cpp-httplib based HTTP action type
...
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
The goal is to remove the older, more limited version of the HTTP action
at some point in the future.
2025-03-30 14:06:19 +02:00
WarmUpTill
78a5a2629d
Hide the "remote" file check option
...
This option will be removed at some point in the future.
The http action should be used instead.
2025-03-30 14:01:41 +02:00
WarmUpTill
78ba22e1e4
Hide "get settings" button when setting macro property value
2025-03-30 14:01:41 +02:00
WarmUpTill
aba5737a60
Update and clean up locale (qwe1154323937)
2025-03-30 14:01:41 +02:00
WarmUpTill
b1d2156228
Update libremidi to v4.3.0
2025-03-30 14:01:41 +02:00
WarmUpTill
ae74f68db7
Add option to close projector windows
2025-03-22 18:09:51 +01:00
WarmUpTill
213f1bba36
Add "Any" entry of the reward selection only for Twitch condition
2025-03-22 18:09:51 +01:00
WarmUpTill
eaad4d1bbd
Fix Twitch helper caches misbehaving
...
API calls with different sets of arguments could map to the same key
value pair, which resulted in unexpected behavior for functions using
those caches
2025-03-22 18:09:51 +01:00
WarmUpTill
17d9b73b9a
Fix thread flood when Twitch event sub connection is lost
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2025-03-15 12:31:13 +01:00
WarmUpTill
d6185a6099
Add handling for Twitch API throttling
2025-03-15 12:31:13 +01:00
WarmUpTill
41c06b9edb
Refactor Twitch condition event handling
2025-03-15 12:31:13 +01:00
WarmUpTill
d8807077da
Add option to query reward information
2025-03-15 12:31:13 +01:00
WarmUpTill
34e125f82d
Rework chache handling
...
* No longer provide multiple HTTP helper functions with the same name
* Default to cache not being used
* Explicitly use the cache for certain Twitch actions and conditions
* Clear caches on shutdown to avoid leaks being reported
2025-03-15 12:31:13 +01:00
WarmUpTill
d670b6d07e
Move JSON temp var heper functions
2025-03-15 12:31:13 +01:00
WarmUpTill
7b0f985f18
Add macro properties for 'reward' object in redemption events
2025-03-15 12:31:13 +01:00
WarmUpTill
212be923f6
Add option to query user information
2025-03-15 12:31:13 +01:00
WarmUpTill
88fcb57e9f
Cleanup
2025-03-15 12:31:13 +01:00
WarmUpTill
9b609c118f
Fix disabling chat emote only mode attempting to send chat messages
2025-03-15 12:31:13 +01:00
WarmUpTill
a51b7f6b13
Fix UI theming issues
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2025-03-11 22:12:05 +01:00
WarmUpTill
808fd84b83
Remove Qt5 support
2025-03-11 22:12:05 +01:00
WarmUpTill
4e51b56b9b
Add game capture condition
2025-03-10 18:49:07 +01:00
WarmUpTill
911e79ea6a
Fix OCR controls showing in place of color controls
...
This happened when OCR support was disabled at build time
2025-03-10 18:33:13 +01:00
WarmUpTill
d586177de0
Add screenshot condition
debian-build / build (push) Waiting to run
Check locale / ubuntu64 (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
2025-03-09 20:57:51 +01:00
WarmUpTill
202c36646c
Fix UI issues when opening ItemSettingsDialogs
...
Some widgets were displayed incorrectly if the parent of the dialog
window is not the main settings window
2025-03-09 20:05:07 +01:00
Kaito Udagawa
930118c61f
Call Setup() after Load()
...
debian-build / build (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
Tesseract API depends on the languageCode and this must be reinitialized after Load
2025-03-06 08:43:54 +01:00
Kaito Udagawa
1e05f2f2ce
Fix languageCode
...
LanguageCode is not respected by OCRParameters and settings properly.
2025-03-06 08:43:54 +01:00
WarmUpTill
ae25b4d023
Improve setting selection handling
...
debian-build / build (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
Will now try to keep the current selection if possible.
This can be useful when switching between source of the same time.
2025-03-05 14:16:04 +01:00
WarmUpTill
af055a12a1
Cleanup
2025-03-05 14:16:04 +01:00
WarmUpTill
7de28eedd3
Improve settings button selection handling
...
Will now try to keep the current button selection if possible.
This can be useful when switching between source of the same time.
2025-03-05 14:16:04 +01:00
WarmUpTill
8dfe81f522
Display failure if Twitch token account name cannot be fetched
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2025-02-27 19:52:41 +01:00
WarmUpTill
a1d8ae291d
Add option to hide empty name warning in ItemSettingsDialog
2025-02-27 19:52:41 +01:00
WarmUpTill
816ee9b244
Fix crash when changing Twitch condition type
2025-02-04 08:26:04 +01:00
WarmUpTill
d7a244e80e
Fix transition condition not considering transition overrides
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2024-12-31 12:47:20 +01:00
WarmUpTill
50da3d3210
Fix "Media" condition showing the incorrect macro property selection
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2024-11-30 12:11:14 +01:00
WarmUpTill
821e768e76
Reduce screenshot selection area to area to be checked
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
debian-build / build (push) Has been cancelled
2024-11-22 20:52:15 +01:00
WarmUpTill
4d2179448b
Rename files
2024-11-22 20:52:15 +01:00
WarmUpTill
db50822b05
Prepare to fix deprecation warning when using OBS 31
...
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
The following log message will be present in OBS 31 when
CheckIfTrayIsDisabled() is called:
DEPRECATION: obs_frontend_get_global_config is deprecated. Read from
global or user configuration explicitly instead.
It will be resolved when the minimum OBS version is bumped to OBS 31.
2024-11-02 08:28:52 +01:00
WarmUpTill
63a545b293
Fix "Date" condition returning true unexpectedly
...
This could happen if the plugin was stopped on the General tab and
restarted or the first time the plugin was started.
2024-11-02 08:28:52 +01:00
WarmUpTill
9f15fbe47c
Recursively search for source button in property groups
debian-build / build (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
2024-10-30 18:29:23 +01:00
WarmUpTill
0ee6feb529
Add option to check the current stream key
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2024-10-26 23:42:59 +02:00
WarmUpTill
071c3309c2
Add option to check current streaming service
debian-build / build (push) Waiting to run
Check locale / ubuntu64 (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
2024-10-26 11:09:06 +02:00
WarmUpTill
d10300bd4b
Fix typo
2024-10-26 11:09:06 +02:00
WarmUpTill
392e775c7b
Add temp var support for size and running state
2024-10-26 11:08:51 +02:00
WarmUpTill
39327be88e
Add option to move scene item above / below specified scene item
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2024-10-21 20:46:27 +02:00
WarmUpTill
ed0963799c
Fix "Screenshot" action variable selection not being loaded
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2024-10-18 18:30:49 +02:00
WarmUpTill
f9e73a2b8f
Fix crash when clearing Twitch chat buffer
2024-10-18 18:29:46 +02:00
Przemek Pawlas
dfaa704b71
Remove some unused includes
2024-10-12 17:09:33 +02:00
Przemek Pawlas
37cc289204
Rename function
2024-10-12 17:09:33 +02:00
WarmUpTill
0fd5f47982
Add option to check if users leave or join Twitch chat
2024-10-08 19:57:50 +02:00
Przemek Pawlas
62ce83a7f6
Add one more Twitch chat tag temp var
2024-10-05 23:19:53 +02:00
Przemek Pawlas
8ecee0070d
Add more Twitch chat tag temp vars and properties
2024-10-05 16:01:32 +02:00
WarmUpTill
a4970b1b07
Match any Twitch chat message by default
2024-10-05 14:30:30 +02:00
WarmUpTill
335c964419
Fix connecting Twitch account leading to OBS freeze
...
In rare cases the close() call for the Twitch chat connection might fail
due to a race condition I have not fully figured out yet.
As a workaround the connection to the chat server will be force closed
for now.
2024-10-04 12:33:17 +02:00
WarmUpTill
72b2a7a07a
Add option to assign screenshot to variable
2024-10-03 19:10:14 +02:00
WarmUpTill
621ca201ef
Cleanup
2024-10-02 19:52:07 +02:00
WarmUpTill
563ea1a5e7
Add workaround for obs_source_set_sync_offset()
...
Calling obs_source_set_sync_offset() once with the desired value has no
effect.
The function needs to be called multiple times with different values in
hopes of the sync offset being changed successfully.
See https://github.com/obsproject/obs-studio/issues/7912
2024-10-01 22:19:27 +02:00