Commit graph

970 commits

Author SHA1 Message Date
Map
0e35c5a415 Expand epilogue menu style to include the rest of the menu's (except for the mod menu, for the time being) 2024-10-06 18:19:06 -05:00
Map
302c2f6b10 Change rollback side to only appear on Android 2024-10-06 18:17:54 -05:00
Map
c14c7b43be Remove redundant mobile variant of the extras menu 2024-10-06 15:49:49 -05:00
Map
2269086430 Bring all features from latest renpy updates into default renpy scripts 2024-10-05 09:42:58 -05:00
Map
902e435e6c Update common.rpym 2024-10-05 09:29:49 -05:00
Map
62cc1206ce remove score debug screen and image file 2024-10-05 09:26:49 -05:00
Map
42c05f0cbf Bring renpy sync back 2024-10-05 09:19:47 -05:00
Map
7904646359 Bring fast skipping to the skip button (fucking finally) 2024-10-05 09:14:16 -05:00
Map
e41e277f7b Re-enable voices volume slider 2024-10-05 09:03:18 -05:00
Map
fa2bf7e4a9 change comments in cg_gallery to a proper comment 2024-10-05 08:54:14 -05:00
Map
ffccaff704 fix conflicting properties 2024-10-05 08:49:05 -05:00
Map
84240297e5 document where snoot config vars are 2024-10-05 08:18:06 -05:00
Map
a8fb7bae19 correct some more lint errors 2024-10-05 08:16:02 -05:00
Map
cd21d816d3 correct minor russian lint error 2024-10-05 08:12:39 -05:00
Map
557ce88ff4 Remove check that makes developer tools only appear when config.developer is on 2024-10-05 08:09:52 -05:00
Map
7309c68119 Bring edgescroll toggling from Wani 2024-10-05 08:09:19 -05:00
Map
963851af8e Fix android extra's menu not displaying the chapter select button, as well as removing the check that forces chapter select to be on when config.developer is true 2024-10-04 18:12:30 -05:00
MichaelYick
4db1a76088 Italian Translation (#246)
Co-authored-by: dsatta <dsatta60@gmail.com>
Co-authored-by: nutbuster <nutbuster@cock.li>
Co-authored-by: Map <mapmappening@gmail.com>
Reviewed-on: https://git.cavemanon.xyz/Cavemanon/SnootGame/pulls/246
Reviewed-by: Mappening <mapanon@noreply.git.cavemanon.xyz>
Co-authored-by: MichaelYick <michaelyick@cavemanon.xyz>
Co-committed-by: MichaelYick <michaelyick@cavemanon.xyz>
2024-10-04 21:46:02 +00:00
Map
91abc6f87f Move some config vars to options.rpy 2024-10-03 10:15:14 -05:00
Map
3b53dc1f6f Move story var resetting so that it runs everytime the user enters the ending selection menu.
Fix list copying to work as intended
2024-10-03 10:09:29 -05:00
Map
e82064ef6b slightly better documentation for storyline.rpy 2024-10-03 07:22:12 -05:00
Map
c8b5c68649 Reset story vars when chapter select initializes 2024-10-03 07:21:59 -05:00
Map
6b93689456 Provide a const-like variable for chapter_list so it can be reset as needed 2024-10-03 07:15:35 -05:00
Map
f71b284e90 revise chapter select code again 2024-10-03 07:07:41 -05:00
Map
73328cb2e1 final overhaul that should make everything work
Redid chapter names, sourced from the source snoot script
Tightened up transitions in chapter select
made all get_ending() checks use ending_route_number instead.
2024-10-02 11:16:26 -05:00
Map
10e8010f9b fix chapter select needing developer mode enabled 2024-10-02 10:52:48 -05:00
Map
5126f0e3ae fix oversight of me being retarded and removing an import without testing 2024-10-02 10:52:26 -05:00
Map
c3e365d01c Add setup_ending. Endings are now determined and setup the moment branching is required. 2024-10-02 07:27:34 -05:00
Map
3059d469f2 redo chapter select and chapter processing 2024-10-02 06:54:36 -05:00
Map
2a157e1362 add locking feature to get_ending (needed for chapter 11) 2024-10-02 06:34:35 -05:00
Map
1373bed36b document chapter_variables 2024-10-02 06:34:14 -05:00
Map
99997a4204 move all non-default renpy scripts into src 2024-10-01 17:17:59 -05:00
Map
cebabce278 document the few functions in script.rpy 2024-10-01 17:16:36 -05:00
Map
00166f6d3d move insult layers function into misc_definitions 2024-10-01 17:16:18 -05:00
Map
d9cb051d91 reorganize definitions into a seperate file.
Rename definitions.rpy into image_definitions.rpy
change some var defaults into actual default statements
2024-10-01 17:11:18 -05:00
Map
0ceae541a5 Add more safegaurds when entering the chapter select, rephrase some chapter select text 2024-10-01 17:03:38 -05:00
Iggy
92ee2a56f1 Add exit game after ending 1 2024-09-18 12:00:03 -03:00
Iggy
4d3801dd3d fix commit 2024-08-30 20:35:22 -03:00
Iggy
aee5d8b610 find_chapter_in_array now exits to the main menu in case of error 2024-08-30 20:31:52 -03:00
Iggy
b1cc24fb2e chapter_select improvements 2024-08-30 20:03:19 -03:00
Iggy
e0027f3c5d Add ending chapters to chapter-select tool 2024-08-30 19:45:30 -03:00
Iggy
a787d1ceaf Remove unused globals 2024-08-30 17:33:26 -03:00
Iggy
719f08ba24 Make set_scores function more readable 2024-08-30 15:18:00 -03:00
Iggy
a31fa50d8a Functions refactoring 2024-08-30 15:02:24 -03:00
Iggy
803e878c3f Remove is_end_of_chapters function 2024-08-30 14:40:28 -03:00
Iggy
908d8f62f7 Remove lock_scores logic and point-increasing functions 2024-08-29 18:07:30 -03:00
Iggy
76e61ee78e fix commit 2024-08-29 14:11:56 -03:00
Iggy
dcff088d11 Remove unused build.classify 2024-08-29 14:07:05 -03:00
Iggy
98cd25dc47 Delete build.include_update 2024-08-26 17:02:38 -03:00
Iggy
cacc68462a - Add missing build.classify
- Add android mkdir again
2024-08-26 16:28:30 -03:00