Commit Graph

780 Commits

Author SHA1 Message Date
Gouvernathor ec3483ae26 Remove unused imports 2024-03-30 18:53:49 +01:00
Gouvernathor 750d8dff4d hotfix 2024-03-29 21:04:30 +01:00
Gouvernathor 17ebf50170 Cleanup 2024-03-26 23:10:18 +01:00
Gouvernathor 375b77b2ab fix 2024-03-26 22:10:26 +01:00
Gouvernathor ffc47109ed Speedup dict accesses
nested dicts are حَرَام but due punishment will come at a later time
2024-03-26 22:06:04 +01:00
Gouvernathor f39cebc06f Remove another throwaway variable 2024-03-26 22:05:15 +01:00
Gouvernathor 66f8f5ab28 Avoid code duplication and using throwaway variables 2024-03-26 21:58:59 +01:00
Gouvernathor f17cffa3ec Final f-string batch
some uses of str.format remain, but converting them would be more trouble than it's worth
2024-03-26 21:58:22 +01:00
Gouvernathor 04f76d2b54 Warn about using reset_variables 2024-03-26 20:36:44 +01:00
Gouvernathor be88d0ed7e A bunch more f-strings
I'm not done
2024-03-26 20:31:41 +01:00
Gouvernathor 5fa2a0ff19 Translation doesn't work like that 2024-03-26 20:07:43 +01:00
Gouvernathor 15b6025d39 More f-strings 2024-03-26 19:56:38 +01:00
Gouvernathor 489f43cd0b Fix kwarg calls 2024-03-26 19:53:28 +01:00
Gouvernathor fa0acdbfff Generalized use of f-strings 2024-03-26 19:49:01 +01:00
Gouvernathor e4d64839b8 Avoid shadowing the builtin 2024-03-26 19:43:42 +01:00
Gouvernathor c816674c7c Unnecessary formatting 2024-03-26 19:42:57 +01:00
Gouvernathor 40be2ccf18 Factorize check 2024-03-26 19:41:37 +01:00
LoafyLemon a89f7b8161 Update Credits 2024-03-25 15:22:06 +00:00
LoafyLemon 38d2494bc3 Fix conflicting properties (by Gouvernathor)
big work
what was reliable before is now not, in recent versions of renpy, which is why we added that new config (which I put in say.rpy, but it can be moved somewhere else)
Also fixes the game_menu's title position, incidentally

some changes are incompatible with my diary and achievement branches, respectively, they will need to be merged with a bit of manual care
2024-03-25 14:57:36 +00:00
LoafyLemon b62b7bcc3a Achievements System Tweaks for Ren'py 8.2.X 2024-03-25 14:39:35 +00:00
Gouvernathor 019ca9e9a9 Allow several achievements to be displayed at the same time
like in steam
the change to popup_animation is not thoroughly tested

(cherry picked from commit f714e482f6)
2024-03-24 18:36:33 +00:00
Gouvernathor f0c9aaa153 Rebase the achievements system on the builtin feature
a lot of work, but entirely backwards-compatible !
no visible change (no intended ones at least) except maybe performance
2024-03-24 18:36:29 +00:00
LoafyLemon 7071d30b82 Merge branch 'dev' of ssh://ssh.silverstudiogames.org:3022/SilverStudioGames/WTS into dev 2024-03-24 18:25:59 +00:00
Johnny28 fbbb7f5665 Luna Talk to me CG Posing PT 1
* Posed part of the event.
* Adjusted layer order.
2024-03-24 19:24:51 +01:00
LoafyLemon 0597621c54 Random Object Refactoring and a bug fix (by
Gouvernathor)
2024-03-24 18:18:34 +00:00
Gouvernathor 9a088d22e1 Fix 9ee1de9
(cherry picked from commit 5252c7eae2)
2024-03-24 18:08:53 +00:00
Gouvernathor ef17df3698 Make the wardrobe variables dynamic
(cherry picked from commit 9ee1de9fd0)
2024-03-24 18:08:26 +00:00
Gouvernathor ad2e009665 Change the spinner box character
(cherry picked from commit 902cf9b4d9)
2024-03-24 18:03:24 +00:00
Gouvernathor f871b036dd 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

(cherry picked from commit 7a25a13926)
2024-03-24 18:02:19 +00:00
Gouvernathor 9d8444241b Optimize choice screen constants and variables
(cherry picked from commit c77f2ca46e)
2024-03-24 17:58:37 +00:00
LoafyLemon 606c9c55e0 Merge fix 2024-03-24 17:57:18 +00:00
LoafyLemon d4726d3be2 Fix and improve big_bang (by
Gouvernathor)

the "on show" wasn't working for some reason and wasn't necessary anyway
easeout was probaly mixed up with easein, in any case easein renders much better
using easein_cubic for a sharper explosion
2024-03-24 17:56:01 +00:00
LoafyLemon 26b1e7f051 Fix weather storm and create the weather image tag (by
Gouvernathor)
2024-03-24 17:54:06 +00:00
LoafyLemon 2ef20d57da Clarify and simplify weather (by
Gouvernathor)

remove two blank images (useless and slower than Null())
clarify in weather.rpy which are images directly shown on the screen and not just ingredients for the others
simplify the screen code
2024-03-24 17:53:07 +00:00
Gouvernathor 47da88a59e Merge fix 2024-03-24 17:43:00 +00:00
Gouvernathor 51e2f49606 Avoid using an actual image reference instead of direct null
(cherry picked from commit f8251f921b)
2024-03-24 17:42:32 +00:00
Gouvernathor 30747a50b0 Don't use mutables in signatures
(cherry picked from commit a88706142f)
2024-03-24 17:42:22 +00:00
Gouvernathor 726406e11b Simplify menu position
(cherry picked from commit 9479859edd)
2024-03-24 17:40:49 +00:00
Gouvernathor c3c0969be8 Sort inplace and skip unused variable
(cherry picked from commit e84d5cbdf0)
2024-03-24 17:40:40 +00:00
Gouvernathor d38d442688 Fix variable name and move defaults
(cherry picked from commit f6c0054be0)
2024-03-24 17:40:26 +00:00
Gouvernathor c5fb9a630c Merge labels into menus
(cherry picked from commit a29b7ec28b)
2024-03-24 17:39:16 +00:00
Gouvernathor 0d8c4df1fd Remove mutable in signature and pop todo
(cherry picked from commit 15b15b9085)
2024-03-24 17:38:39 +00:00
Gouvernathor 1e96385c47 Remove dependency
(cherry picked from commit 3fef941366)
2024-03-24 17:35:59 +00:00
Gouvernathor a516e76f9b Better pass kwargs
this is not py2 anymore

(cherry picked from commit 6b2766e668)
2024-03-24 17:34:17 +00:00
Gouvernathor 21c170e256 Don't use protected variable name
(cherry picked from commit 2f2a9b985b)
2024-03-24 17:33:33 +00:00
Gouvernathor 93526daa17 Use scene statement instead of equivalent
(cherry picked from commit d132436843)
2024-03-24 17:33:03 +00:00
Gouvernathor 7beb1e4c1d Simplify and quicken summon list iteration
(cherry picked from commit 110847e9e6)
2024-03-24 17:32:07 +00:00
Gouvernathor d1345a051d Make variables dynamic
or constant, in one case

(cherry picked from commit 1918def870)
2024-03-24 17:31:21 +00:00
Gouvernathor db26683c25 Internal tweaks
(cherry picked from commit d34a96284c)
2024-03-24 17:31:05 +00:00
Gouvernathor 03d1c9a2c4 Improve and fix last
(cherry picked from commit acfb09516c)
2024-03-24 17:29:54 +00:00