Compare commits

..

19 Commits

Author SHA1 Message Date
Gouvernathor 4770be5f1b Convert existing cds using the new system 2024-03-28 22:28:53 +01:00
Gouvernathor a048b0e3cc Exception type 2024-03-28 22:27:10 +01:00
Gouvernathor e98680d123 Add dynamic statement 2024-03-27 00:26:23 +01:00
Gouvernathor 8e80555393 Add decorator 2024-03-27 00:26:14 +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
106 changed files with 690 additions and 1206 deletions

1
.gitignore vendored
View File

@ -44,7 +44,6 @@ game/cache/
project.json
android.json
*.keystore
*.pem
# Ren'py logs
traceback.txt

120
README.md

File diff suppressed because it is too large Load Diff

BIN
android-presplash.jpg (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More