• Joined on 2024-08-08
Iggy pushed to master at Iggy/SnootGame 2024-08-23 23:15:35 +00:00
dd6da86a8c Change tar compression option
Iggy pushed to master at Iggy/SnootGame 2024-08-23 22:57:28 +00:00
a75d26de8d Update Renkit url
Iggy pushed to master at Iggy/SnootGame 2024-08-23 22:50:47 +00:00
351e433504 Upgrade Renkit version to 4.4.0
Iggy pushed to master at Iggy/SnootGame 2024-08-23 22:32:07 +00:00
80bdae1d08 Add tasks.patch
Iggy pushed to master at Iggy/SnootGame 2024-08-23 21:49:14 +00:00
df967527e4 Update Renpy versions in woodpecker.yml and reconstruct.toml
Iggy pushed to master at Iggy/SnootGame 2024-08-23 21:00:56 +00:00
fef3b7beec Hide quick_menu in chapter selection
cee1984f4d Convert "selected_tuple" into local function variable
0fbff1b81b Code optimizations
84ccfc1b13 Add improved chapter_selection
b65ed32b14 Remove redundant 'initstats' label
Compare 20 commits »
Iggy pushed to add-chapter-select at Iggy/SnootGame 2024-08-23 20:44:25 +00:00
fef3b7beec Hide quick_menu in chapter selection
Iggy pushed to add-chapter-select at Iggy/SnootGame 2024-08-23 02:25:42 +00:00
cee1984f4d Convert "selected_tuple" into local function variable
Iggy pushed to add-chapter-select at Iggy/SnootGame 2024-08-23 02:18:00 +00:00
0fbff1b81b Code optimizations
84ccfc1b13 Add improved chapter_selection
b65ed32b14 Remove redundant 'initstats' label
c5ea9c9cb5 Move chapter related variables to new file
993824e152 Mode chapter_select into "src" folder
Compare 5 commits »
Iggy pushed to add-chapter-select at Iggy/SnootGame 2024-08-22 01:03:40 +00:00
a65a5075fe Implement functions to increase Anon and Fang scores
4d449593f5 Initialize ending_route_number when selecting an ending
233a801aa5 select_chapter function improvements
59c229db73 Add chapters description to selection
Compare 4 commits »
Iggy pushed to add-chapter-select at Iggy/SnootGame 2024-08-21 01:08:55 +00:00
afee5de501 Move back global variables to storyline
2d793f86af - Move variables out of utility
fb64284d84 Add chapter select buttons
72ea3dd640 Add chapter_select
Compare 4 commits »
Iggy pushed to add-chapter-select at Iggy/SnootGame 2024-08-19 23:35:30 +00:00
966fca9fc5 Fix Chapter Select button yposition
Iggy pushed to add-chapter-select at Iggy/SnootGame 2024-08-19 23:21:07 +00:00
b34ad59fb4 Add setting to enable or disable chapter select
a933c090e4 Add chapter_select file
17cdc25bb1 Add chapter select to screens
3e9ea5ddbc Add chapter_select file
Compare 4 commits »
Iggy created branch add-chapter-select in Iggy/SnootGame 2024-08-19 21:37:07 +00:00
Iggy pushed to add-chapter-select at Iggy/SnootGame 2024-08-19 21:37:07 +00:00
Iggy pushed to master at Iggy/SnootGame 2024-08-19 21:35:28 +00:00
b7da3f957e Test change
Iggy pushed to master at Iggy/SnootGame 2024-08-19 21:31:57 +00:00
ce05fd5cdb Move story global variables initialization to the "initstats" label
806151f430 Change start script to call the first chapter based on the "chapter_list_index" variable
859610e3bd storyline refactoring and improve function modularity
8b783f6838 Delete persistent ending variables from storyline
a046896907 Move persistent ending variables to screens.rpy
Compare 12 commits »
Iggy pushed to storyline-optimization at Iggy/SnootGame 2024-08-19 21:26:48 +00:00
ce05fd5cdb Move story global variables initialization to the "initstats" label
806151f430 Change start script to call the first chapter based on the "chapter_list_index" variable
859610e3bd storyline refactoring and improve function modularity
8b783f6838 Delete persistent ending variables from storyline
a046896907 Move persistent ending variables to screens.rpy
Compare 8 commits »
Iggy pushed to storyline-optimization at Iggy/SnootGame 2024-08-18 19:37:00 +00:00
01e9ababa2 Delete commented lines from label get_ending
66d4b308af Delete commented lines from the storyline label
8b20ffaecd Remove init -999 python block for config.developer
97cc4252d5 Update FallingSky font to fix issue with words containing 'ft'
Compare 4 commits »
Iggy commented on pull request Cavemanon/SnootGame#244 2024-08-18 15:59:28 +00:00
Chapter navigation improvements

Yes, you are perfectly right. At first I thought about only using the same next_story_chapter function to handle all chapter navigation, including the endings but couldn't find the proper…