Commit graph

1248 commits

Author SHA1 Message Date
Michael Yick
b16bd97d33 Debloated builds and include renconstruct
An option in the options.rpy made it so renconstruct.toml wasn't shipped
with the game AND the lack of an option made the game compile with the
dist/ folder being exported, meaning that the game would ship with an
android build unnecessarily.

Fixes: #239
Fixes: #240
2024-10-11 15:03:13 -05:00
Map
6cea8fa94b add additional promo art credit 2024-10-10 14:40:02 -05:00
Map
1fad3b0b62 Update italian and spanish strings 2024-10-10 11:17:22 -05:00
Map
fc537fecc7 undo checking for conflicting properties (as it turns out enforcing cleaner code is inconvenient (especially if it's over something that doesn't show issues in the first place)) 2024-10-08 18:18:20 -05:00
Map
f3bb2caa7f put backspace functionality into the help menu 2024-10-08 13:17:03 -05:00
Map
3bf7e9e433 up the default volume slider 2024-10-07 20:59:14 -05:00
Map
d581c7884c makes the scroll toggle a little smarter 2024-10-07 20:15:57 -05:00
Map
3d51bae4a6 remove comment that no longer applies in mod menu 2024-10-07 20:14:54 -05:00
Map
5d44682f49 fix android mod buttons 2024-10-07 18:14:12 -05:00
Map
033175500c Fix mods without defined names not being assigned their folder name
Remove checks for the 'None' language as the user will never be assigned to it
Some comment typo fixes
Make reloading mods not play the splash screen
Pressing backspace will now hide the mod details pane, and shoe mod errors if there's any
Attempt at making a button for android to hide the details pane.
2024-10-07 17:10:10 -05:00
Map
2c2899e734 Turn on check conflicting properties (trolling modders one config var at a time) 2024-10-07 04:02:06 -05:00
Map
301035bad1 Fix some lint errors 2024-10-07 03:57:39 -05:00
Map
e06db742e2 Merge branch 'master' of https://git.cavemanon.xyz/Cavemanon/SnootGame 2024-10-07 03:07:10 -05:00
Map
610737fddf remove redundant imports for rounded corners 2024-10-07 03:07:03 -05:00
Map
e41d42d4e7 tweak rounded corners of mod icons 2024-10-07 03:06:54 -05:00
Map
7873a882a8 Add note about icon in mod README 2024-10-07 02:50:02 -05:00
Map
c045fcff26 nudge "no mods!" message down a bit 2024-10-07 02:49:53 -05:00
Map
81c646e81b remove unused gui images 2024-10-07 00:56:36 -05:00
Map
7612935547 turn on linear fades to prevent mixing from getting out of wack
and fucking fix those volume defaults once and for all
2024-10-07 00:51:56 -05:00
Legalo
201cd61f63 Merge pull request 'Spanish Translation for new stuf' (#251) from Espaniolo into master
Reviewed-on: https://git.cavemanon.xyz/Cavemanon/SnootGame/pulls/251
2024-10-07 05:31:53 +00:00
Map
934a0dc72a change languaged_up to be set inside the lang_sel screen 2024-10-07 00:30:08 -05:00
Legalo
9d1064c75e Spanish Translation for new stuf 2024-10-07 02:29:08 -03:00
Map
ca7406d0d9 Add pre-splash 2024-10-07 00:08:51 -05:00
Map
79ac93e6fd Turn on deferred languages 2024-10-06 23:23:58 -05:00
Map
019d5f4f44 Fixed language setup screen 2024-10-06 23:22:25 -05:00
Map
64b566d66b Set volume slider default 2024-10-06 23:15:57 -05:00
Mappening
40ec930ab3 Merge pull request 'Improved epilgoue menu' (#250) from improved_epilogue_menu into master
Reviewed-on: https://git.cavemanon.xyz/Cavemanon/SnootGame/pulls/250
Reviewed-by: Legalo <legalo@noreply.git.cavemanon.xyz>
2024-10-07 03:00:23 +00:00
Map
b8d8a00f44 Give the mod menu the epilogue style.
Change the mod details pane to display the name of a mod if the display is set to "icon"
2024-10-06 21:46:08 -05:00
Map
fd21e45713 Merge branch 'master' into improved_epilogue_menu 2024-10-06 21:08:29 -05:00
Mappening
87e9546d15 Merge pull request 'Backporting Wani's mod interface' (#249) from wani_mod_menu into master
Reviewed-on: https://git.cavemanon.xyz/Cavemanon/SnootGame/pulls/249
Reviewed-by: Legalo <legalo@noreply.git.cavemanon.xyz>
2024-10-07 02:00:49 +00:00
Map
a266c9508c Fix NOMODS flag clearing the load order
Mods that don't have loadable scripts are forced on
2024-10-06 20:30:04 -05:00
Map
b1719c4b21 make the mod toggle button disappear if the mod doesn't have any valid scripts loaded 2024-10-06 19:53:53 -05:00
Map
db337e64ae make the custom backgrounds more orange 2024-10-06 18:26:33 -05:00
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
5eb39a7c3c Merge branch 'master' into wani_mod_menu 2024-10-06 14:29:47 -05:00
Map
aa0eff4377 move mod buttons slightly higher, and create a seperate 'start' button for starting mods on Andoird 2024-10-06 14:27:48 -05:00
Map
e54c950ef6 Fix UI issues.
Tighten up mod display to include more buttons at once, showing the original while in android.
Expands mod buttons to fill the space the menu panel provides. Redone mod button images to fit aesthetically
Imports misc files for modding, including the readme and flags
2024-10-05 18:12:28 -05:00
Map
8dfa492442 forgor to return the fucking label that puts you into the main menu 2024-10-05 14:15:11 -05:00
Map
6a407f4630 fix typo blunders that crash the game 2024-10-05 14:07:09 -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