Compare commits

..

11 Commits

Author SHA1 Message Date
1b1bc53759 Bug fixes and improvements
* Fixed renpy.input not working with Chinese translation
* Improved language handling for preferences
2022-11-05 21:27:34 +00:00
8af7186c97 Bug fixes
* Fixed polyjuice Luna potion file encoding (UTF8)
* Fixed typos
2022-11-05 20:12:25 +00:00
9660dc1ba6 Translation support - Part 1 Complete 2022-11-05 14:09:15 +08:00
4a1d831b82 Updated translation files 2022-10-31 20:36:36 +00:00
5c952fe7da Translation support - Part 1
* Added language switch option (WIP)
* Fixed translation generation cache cleanup
* Fixed python strings being untranslatable (partially)
2022-10-31 20:35:00 +00:00
24c27d40ce Updated translation files
* Updated translation files and merged them with the current translation
2022-10-26 23:03:39 +01:00
fb3cc812a0 Merge branch 'dev' into chinese-tl 2022-10-26 22:58:57 +01:00
2c8e17107b complete 2022-10-22 23:31:45 +08:00
86134e19ae Complete 2022-10-22 19:47:09 +08:00
992b0f77d5 complete 2022-10-22 14:42:27 +08:00
64476c1767 Initial commit 2022-10-21 18:32:45 +01:00
7154 changed files with 345966 additions and 73212 deletions

View File

@ -9,6 +9,6 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{py,rpy,rpym}]
[*.{py,rpy}]
indent_size = 4
indent_style = space

3
.gitignore vendored
View File

@ -36,15 +36,12 @@ pip-log.txt
*.rpymc
project.json
.android.json
buildinfo.py
# Ren'py data
game/saves/
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-icon_background.png (Stored with Git LFS)

Binary file not shown.

BIN
android-icon_foreground.png (Stored with Git LFS)

Binary file not shown.

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/astoria/body/armleft/on_hips.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/astoria/body/armleft/on_hips_fix.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/astoria/body/armright/on_hips.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/astoria/body/armright/on_hips_fix.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/astoria/body/base/front.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/astoria/body/breasts/normal.webp (Stored with Git LFS) Normal file

Binary file not shown.

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