Redo chapter select and minor clean up of code base #247

Merged
MapAnon merged 12 commits from chapter_select_and_misc_fixes into master 2024-10-03 03:19:16 +00:00
Member
  • Organizes all non-default renpy scripts into the src folder
  • Some better documentation of various functions
  • Splits the rest of the definitions (like names, screens, etc.) into misc_definitions
  • Redoes chapter select to be less segmented, fixing some edge cases, layed out a bit more like Wani's chapter select, and using revised chapter selection/names
  • Redoes chapter sequencing to be less bloated

More or less required to be looked at before the italian update can go, since the chapter select had a few bugs that slipped by.

- Organizes all non-default renpy scripts into the src folder - Some better documentation of various functions - Splits the rest of the definitions (like names, screens, etc.) into misc_definitions - Redoes chapter select to be less segmented, fixing some edge cases, layed out a bit more like Wani's chapter select, and using revised chapter selection/names - Redoes chapter sequencing to be less bloated More or less required to be looked at before the italian update can go, since the chapter select had a few bugs that slipped by.
MapAnon added the
refactor
Medium Priority
labels 2024-10-02 16:32:06 +00:00
MapAnon added 12 commits 2024-10-02 16:32:10 +00:00
MapAnon requested review from nutbuster 2024-10-02 16:44:26 +00:00
MapAnon requested review from Legalo 2024-10-02 16:44:28 +00:00
Member

move

default persistent.lewd = False
default persistent.autoup = False

to misc

move ``` default persistent.lewd = False default persistent.autoup = False ``` to misc
nutbuster approved these changes 2024-10-02 21:01:13 +00:00
Author
Member

move

default persistent.lewd = False
default persistent.autoup = False

to misc

As in misc_definitions.rpy? Why? Those are config vars

> move > ``` > default persistent.lewd = False > default persistent.autoup = False > ``` > to misc As in misc_definitions.rpy? Why? Those are config vars
Legalo approved these changes 2024-10-03 00:10:28 +00:00
Legalo left a comment
Member

Looks good to me

Looks good to me
MapAnon merged commit 267634783d into master 2024-10-03 03:19:16 +00:00
MapAnon deleted branch chapter_select_and_misc_fixes 2024-10-03 03:19:54 +00:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Cavemanon/SnootGame#247
No description provided.