Compare commits

..

8 Commits

Author SHA1 Message Date
47421d2a57 Scrap some prepended newlines 2023-11-11 21:04:20 +01:00
4e8d661165 init is ignored when early is used 2023-11-11 21:02:58 +01:00
dbda53d19a Update the timeit function to use the timeit module
add the autorange function as a bonus (I like it better)
2023-11-11 21:02:36 +01:00
b6d07aaa99 Hasten is_integer
the commented further improvement should be done too imo, but up to you
2023-11-11 20:58:07 +01:00
18f3ae4219 Avoid creating an unnecessary list (use an iterator instead) 2023-11-11 20:54:41 +01:00
20fcacf97b Hasten num_to_word
the return value when readable=False, but readable=False is never actually passed in the code
2023-11-11 20:54:11 +01:00
f179095287 Simplify some transforms 2023-11-11 20:49:53 +01:00
247433b573 Hasten istype 2023-11-11 20:42:56 +01:00
916 changed files with 4857 additions and 13020 deletions

1
.gitignore vendored
View File

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

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

Binary file not shown.

View File

@ -1,2 +0,0 @@
# We don't want to include PNGs in GIT
*.png

BIN
game/characters/genie/outfits/robes_beard.webp (Stored with Git LFS) Normal file

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