Commit Graph

78 Commits

Author SHA1 Message Date
LoafyLemon b28a3e250d Refactor variables - Part 1
* Added get_character_scheduling function
* Removed update_interface_color calls (Redundant)
* Redesigned variable naming convention to simplify assignment and lookup
* Removed counter_class (Superseded)
* Removed DynamicDisplayable CG implementation (Superseded)
2023-03-31 23:41:48 +01:00
LoafyLemon 1263a062aa Hermione scene fixes
* Fixed Hermione's titjob scene
2023-03-21 21:50:06 +00:00
LoafyLemon 8df4960a1b Map events and Bug fixes
* Converted the event into new format
* Fixed layering bugs
* Fixed return labels
* Fixed Narrator fade being applied on top of CGs
* Fixed music restarting twice whenever Genie returns to the office
2023-03-16 21:58:10 +00:00
LoafyLemon 669bf3bd06 Bug fixes
* Fixed breasts potion intro label typo
* Fixed menus page calculation (PY2 -> PY3)
* Fixed menu page arrow rotation in Twins Shop
* Fixed ball dress being able to be given out before getting the actual item in a parcel
* Fixed Hermione vibrator event CG wetness layering
2023-03-11 17:41:07 +00:00
LoafyLemon 69c0e93be5 Hermione Scene fixes
* Fixed eyes and pupils, and merged them into one image
* Added missing shadows
* Converted files to webp format
* Fixed tears calls
* Fixed layering
* Removed dev label
2023-03-01 20:19:18 +00:00
LoafyLemon 12517df4aa CG changes and assets cleanup
* Improved camera handling during CGs
* Converted some CGs into image statements
* Removed old and obsolete assets that are not in use
2023-02-26 22:03:23 +00:00
LoafyLemon 1176e18613 Hermione Scene + Bug fixes
* Added arbitrary cum layers support for dolls
* Improved camera handling during Hermione sex scene
* Added additional clothing options during Hermione sex scene
* Fixed texture leak in Hermione sex scene
* Fixed image prediction in Hermione sex scene
* Converted Hermione face calls during sex scene to layered images
* Reorganized hermione sex scene assets
2023-02-26 22:03:23 +00:00
LoafyLemon 99f174cfbb Refactoring, Optimizations, Bug fixes
* Fixed Hermione's hslut panties
* Refactored image calls
* Refactored character poses (partially)
* Added hash generation to all Doll-type displayables
* Hashed and cached Doll layers (Greatly improves rollback performance)
* Fixed outfit and colour randomization
* Added is_stale method to doll-type displayables to reduce code complexity
* Removed doll-related redundant global methods
* Added AVIF format support
* Simplified Doll posing
* and more...
2023-01-18 20:22:59 +00:00
LoafyLemon 870bfa29b4 Merge branch 'dev' into Python3 2022-12-28 19:20:38 +00:00
LoafyLemon 51acc26ab7 Cho Events - CG posing - Part 2
* Added desk cum layers
* Added more expressions
* Adjusted some expressions
* Finished initial CG posing implementation
2022-12-03 22:38:31 +00:00
LoafyLemon a81deb7129 Cho Events - CG posing - Part 1 2022-12-01 21:39:12 +00:00
LoafyLemon 4c3dc64014 Cho Events - CG Implementation
* Implemented CG images and code
* Adjusted dust particle effect to work with ambiguous image resolutions
2022-11-28 21:35:31 +00:00
LoafyLemon 022da2a727 Merge branch 'dev' into Python3 2022-10-16 19:37:12 +01:00
LoafyLemon 10e99cbc05 Bug fixes and additions
* Added rummage sound
* Added noshake parameter to personal CG
* Remastered vibrator sounds to avoid clipping
* Improved dialogue pacing
* Improved chibis positioning
* Fixed weather sounds playing over public CG
* Fixed shaking CG displayable
* Fixed logic issues
2022-10-06 22:22:53 +01:00
LoafyLemon 4e2ad91cf2 Vibrator Event
* Added vibrator animation to public path
* Fixed vibrator animation
* Added choice menu logic
2022-10-02 22:22:51 +01:00
LoafyLemon d6e8efaaa3 Refactoring 2022-09-29 22:19:55 +01:00
LoafyLemon 348752f47f Hermione Flirt - Flitwick CG
* Added CG for flirt public favour
2022-09-26 19:11:09 +01:00
LoafyLemon 3054eabe0c Vibrator Event
* Added vibrator panties cum layers
* Added CG vibrator shake animation
2022-09-25 23:09:26 +01:00
LoafyLemon 82c54c0b57 Image attribute
* Added `no_hermione` image attribute
* Fixed missing xray effect
* Implemented equips for the event (partially)
2022-09-13 22:40:27 +01:00
LoafyLemon 3f31988bc0 Bug fixes and posing
* Fixed image tags for vibrator event
* Fixed errors reported by lint
* Added NPC reactions
* Added basic posing for Hermione during vibrator events
2022-09-13 21:58:52 +01:00
LoafyLemon 27130d703e Public Requests - Flashing CG
* Implemented and posed CG
* Fixed blacktone screen zorder
* Added blink_repeat transform
* Adjusted dialogues in accordance with the new artwork
2022-09-06 22:37:02 +01:00
LoafyLemon d266a3de68 Additional artwork
* Added additional and adjusted artwork for vibrator events personal variant
2022-09-03 16:01:39 +01:00
LoafyLemon 97ec57c8d3 Vibrator Events - Personal variant
* Implemented personal variant CG
2022-09-02 20:18:29 +01:00
LoafyLemon 738390d6be Vibrator Events - Posing (Part 1)
* Fixed Xray displayable not updating when its children supplied no image attributes.
* Defined default zorders on children of Xray displayable
* Posed parts of the event
2022-08-14 22:51:07 +01:00
LoafyLemon 40466b026b Vibrator Events - CG
* Initial implementation
2022-08-09 00:31:35 +01:00
LoafyLemon 6603c68262 Xray Displayable
* Added support for image references
* Added support for LayeredImage, and LayeredImageProxy
* Added the ability to use show statements as a proxy for Xray displayables
* Added previously omitted mask child to the visit method
* Restored automatic image definitions (As a part of CG implementation effort)
2022-08-08 23:11:18 +01:00
LoafyLemon 7870da0905 Bug fixes
* Fix `fem` caller unnecessary arguments (Caused by regex most likely)
* Fixed xray displayable opaque Render flag (superseded by internal Ren'py changes)
* Fixed Doll animation concatenation to list
2022-06-19 22:27:08 +01:00
LoafyLemon 42756113b8 WTS 2022-05-17 00:48:22 +01:00