WTS/game/scripts
Gouvernathor 7a25a13926 Improve threading when predicting the wardrobe
don't use single-underscore names
if available, use the thread-safer invoke_in_main_thread (not required when setting the global variables)
set __lock to True outside of the thread, otherwise if the thread starts late, the while loop is skipped
call get_character_object in the main thread
2023-11-19 00:23:33 +01:00
..
animations Avoid using an actual image reference instead of direct null 2023-11-18 02:01:37 +01:00
cg Simplify generic CG code 2023-11-15 20:44:46 +01:00
characters Fix conflicting properties 2023-11-18 20:30:51 +01:00
chibis Refactor variables - Part 1 2023-03-31 23:41:48 +01:00
doll Merge branch 'current' into dev 2023-10-18 12:57:55 +01:00
events Fix and improve big_bang 2023-11-18 16:30:05 +01:00
gui Fix conflicting properties 2023-11-18 20:30:51 +01:00
interface Fix conflicting properties 2023-11-18 20:30:51 +01:00
inventory Use the correct operator(s) for None 2023-11-17 01:48:01 +01:00
minigames Fix conflicting properties 2023-11-18 20:30:51 +01:00
rooms Fix conflicting properties 2023-11-18 20:30:51 +01:00
shops Fix conflicting properties 2023-11-18 20:30:51 +01:00
utility Fix conflicting properties 2023-11-18 20:30:51 +01:00
wardrobe Improve threading when predicting the wardrobe 2023-11-19 00:23:33 +01:00
cds.rpy Bug fixes 2023-06-18 23:18:50 +01:00
characters.rpy Scrap some prepended newlines 2023-11-15 15:42:23 +00:00
constants.rpy Modding support 2023-04-11 20:36:25 +01:00
mods.rpy Bug fixes and improvements 2023-07-15 23:03:01 +01:00
options.rpy Scrap some prepended newlines 2023-11-15 15:42:23 +00:00
script.rpy Scrap some prepended newlines 2023-11-15 15:42:23 +00:00
shaders.rpy Bug fixes and additions 2022-10-06 22:22:53 +01:00
theme.rpy Scrap some prepended newlines 2023-11-15 15:42:23 +00:00
variables.rpy Refactor variables - Part 1 2023-03-31 23:41:48 +01:00