- Mar 10, 2022
-
-
Tristimdorion authored
-
LazyStarbuck authored
- Mar 09, 2022
-
-
Tristimdorion authored
Removed: person.work_outfit -> this is now integrated with the default uniform functions that determine the uniform based on job not on location so it can now be used for stripclub uniforms too. Added: get_uniform_wardrobe_for_person extended to select correct wardrobe base on job -> this is used by wear uniform to decide on the uniform worn Removed: strip_club_dance no longer needs to change the outfit, she has a uniform for the evening used for stripping
-
Tristimdorion authored
Optimization: remove serach for appropriote outside in extende sluttiness bracket
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
Fixed: actually try to move the clothing out of the way, instead of removing, some were missing the position. Added: extra checks to make sure her vagina is available when transitioning.
-
Tristimdorion authored
-
Tristimdorion authored
Changed: make Sarah's initial job critical so you can't hire her when you meet her before she starts in HR.
-
Tristimdorion authored
-
Tristimdorion authored
Added: extra validation checks to UpdateWidgetText (this works differently in different versions of renpy)
-
Tristimdorion authored
Removed unused code
-
Tristimdorion authored
-
Tristimdorion authored
Changed: event order -> run_move before morning crisis events (wait no always occurs on End Day click)
-
Tristimdorion authored
Added: End Day button change text (but somehow it doesn't work yet).
-
- Mar 08, 2022
-
-
Tristimdorion authored
-
Tristimdorion authored
Optimization: some more list comprehensions to replace loops Optimization: added version of get_random_from_list() that uses renpy.random.choice instead of random.randint Changed: simplify retrieval of opinion_scores
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
Optimization: utilize threads to do the run_move for a person (slowest function, run for every person in game)
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
-
Tristimdorion authored
Changed: alternative is item with lowest_slut -> only then nude
-
Tristimdorion authored
Fixed: can_add_accessory
-
Tristimdorion authored
Restored: alternative try with higher sluttiness range in decide_on_xxx() functions
-
- Mar 07, 2022
-
-
Tristimdorion authored
Optimization: move list declaration to init part of code
-