Commit Graph

820 Commits

Author SHA1 Message Date
7ed5b01227 Bug fixes
* Fixed pulse_hover animation resetting
* Fixed Hermione's hold book pose
* Fixed minor story inconsistencies and spelling
* Fixed Tonks' hair colour not resetting
* Blocked Hermione from being summoned during Tonks' investigation
* Blocked Snape from being summoned during the day (It's not like he'd help anyway)
* Updated tutorials to reflect these changes
2023-02-13 22:17:37 +00:00
9eb2305901 Luna - Cork Necklace
* Added Redrawn Necklace with colourable layers.
2023-02-13 00:00:24 +01:00
7d1e761308 Bug Fix (Windows)
* Replaced os.path.join with posixpath.join in some instances to enforce UNIX paths
2023-02-11 21:25:15 +00:00
fb8e3aab0f Outfit import/export
* Re-implemented image payload injection using Python3-compliant methods
* Added sanity checks for image importing and exporting
* Added compression for the payload
* Added user input for exported image file names
* Removed redundant layer for Tonks' ribbon bra
* Updated MyMod clothing definition example.
* Fixed regression in outfit clone functions
2023-02-10 23:12:16 +00:00
5fdf1e87fe Bug fixes
* Fixed traceback crash (doh!) caused by uncaught ast eval exception
* Fixed dev colour code info screen
2023-02-09 19:35:52 +00:00
dcdd54cdfe Colour Re-implementation
* Overhauled colour codes support with Ren'py supplied Color class
* Added support for hexadecimals alongside colour tuples w/ backwards compatibility
* Reduced colour assignments overhead
* Converted all colour lists into hexadecimals for all characters
2023-02-08 21:40:28 +00:00
3586bba211 Modding support
* Added the ability to add fan-made characters, and to modify the existing ones through modpath overrides
* Changed modpath initialisation to automatically add 'mods/' directory
2023-02-08 17:37:12 +00:00
4061dcceeb Merge fix 2023-02-07 22:05:15 +00:00
35ac11d10d Update scripts
* Updated scripts to reflect bodyparts changes
2023-02-07 19:31:21 +00:00
2acccbea5a Bodyparts, Modding, Bug fixes
* Added DollBodypart class to allow more extensive modding support for characters, along with dedicates layers for breasts, hips and so on...
* Added more bangs into DollClothDynamic, allowing tracking of singular objects and the ability to chainload the IDs
* Added get_character_body global method
* Added istype global method
* Improved caching, layering for dynamic clothes
* Improved hashing for Doll instances
* Improved readability and improved internal naming convention for Doll-type classes
* Removed dedicated buttplug slot (superseded by multislot reimplementation)
* Fixed clothing supplied skin layer issues with zorders
* Fixed DollClothDynamic __repr__ lack of quotes
* Fixed Hermione's open_wide_tongue mouth
* Fixed Hermione's tattoos missing images
* Fixed Cho's 'goodbye' after-summon skit using wrong number of expressions
2023-02-07 19:22:05 +00:00
58b4639007 Wardobe file organization - Part 2
* Renamed clothing pieces for consistency.
2023-02-07 17:47:29 +01:00
a847ef2aca Fix 2023-02-07 17:23:48 +01:00
12078176ee Wardobe file organization
* Organized Wardrobe files.
2023-02-07 17:13:30 +01:00
69e7f5e542 Convert Potions
* Converted Hermione's potion body changes into clothing items for better maintainability and to provide modding support
* Composited body images of characters into singular files to reduce layering complexity and overhead
* Fixed Luna's eyemasks
2023-02-05 17:25:11 +00:00
137497af6d Fixes
* Moved Luna chocolate frog necklace to correct category.
* Added missing "mistletoe" accessory into Luna's reindeer outfit.
2023-02-01 17:36:34 +01:00
3d40049b81 Merge branch 'dev' into Python3 2023-01-30 20:35:25 +00:00
bb46dba8cc Fixes
* Fixed Tonks "xmas" stockings layers, and re-added using in game transparency.
* Minor writing fix.
2023-01-30 21:31:52 +01:00
c3b117b874 Bug fix
* Fixed character studio
2023-01-30 20:18:54 +00:00
e8a617ac7b Bug fixes
* Fixed Tonks' elf year skin zorder
* Fixed icon cropping for makeup
2023-01-20 20:21:39 +00:00
9491299be0 Bug fix
* Fixed item zorders to reflect the new values
2023-01-20 16:52:09 +00:00
22a84479dd Dynamic Cum Layering
* Added dynamic cum layering based on clothing and facial states w/ backwards compatibility
* Fixed layers zordering
* Refactored default layer dicts
* Fixed repr class name in DollClothDynamic
* Added back and front zorder modifiers to cum layers
* Fixed cum layers not updating on call
* Fixed skin layers fighting for zorder with the body
2023-01-19 21:55:19 +00:00
2946efbd2b Bug Fixes
* Refresh image if showing on specific function calls
2023-01-19 18:07:10 +00:00
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
c1b04f6ccd IO Overhaul, Refactoring, and more
* Refactored DollFace
* Refactored DollBody
* Refactored DollCum
* Refactored DollCloth
* Refactored Doll
* Refactored clothing item zorders
* Refactored implementation of body, face, cum, clothing layers
* Refactored function calls
* Removed DollLipstick
* Added DollMakeup class, allowing adding dynamic clothes tracking face states
* Added DollClothDynamic, allowing dynamic clothes tracking other cloth states with bangs support
* Added cache to frequently called functions, drastically reducing the overhead
* Added hash system, reducing clone redundancy
* Added layer modifiers support for all types (face, body, cum, clothes etc.)
* Added support for an arbitrary number of equipped multislot clothing items (makeup, tattoos, piercings, etc.)
* Simplified initialization for clothing items and dolls
* Simplified class function calls
* Reduced the number of image creation calls
* Added hue support for additional skin layers
* Added displayable support to image cropping function
* Replaced store cache with built-in functools cache for _list_files function
* Refactored all character files
* and more...
2023-01-14 23:04:54 +00:00
dab4f55370 Minor writing fixes
* Minor writing fixes - Luna "Talk to me" Events.
2023-01-13 22:08:25 +01:00
07d30a6d2f Cho Quidditch Outro - Part 3 2023-01-12 00:19:35 +01:00
987c48d4cf Cho Quidditch Outro - Part 2 2023-01-10 20:30:38 +01:00
2c35c2d5df Optimizations
* Disabled detection of orphaned scripts for non-devs
* Added cache to renpy.list_files to reduce IO overhead (~14s -> ~0.01s per 10k calls)
* Fixed wrong module call in weather.
2023-01-03 21:27:35 +00:00
43d18f0de1 Remove backported rand func (Superseded) 2023-01-03 20:04:11 +00:00
7533b82331 Merge remote-tracking branch 'origin/dev' into Python3 2023-01-03 19:50:23 +00:00
571652ea4a Cho Quidditch Outro - Part 1 2023-01-03 19:23:29 +00:00
a47e788b6a Merge branch 'Xmas' into dev 2023-01-02 18:01:43 +00:00
5a6f9887d5 Save compatibility 2022-12-30 15:54:34 +00:00
870bfa29b4 Merge branch 'dev' into Python3 2022-12-28 19:20:38 +00:00
4d5fb8869b Merge branch 'Xmas' into dev 2022-12-28 19:09:28 +00:00
2d7a84bf00 Bug fixes
* Fixed Genie flashing his goods in stats menu
* Fixed lipstick causing a crash in saved outfits due to missing zlayers
* Fixed debug print spam
* Version bump
2022-12-28 19:06:24 +00:00
90e57fd6af Hotfix
* Fixed a crash caused by zlayers
2022-12-23 19:48:00 +00:00
bdd654a806 Version bump 2022-12-23 17:03:53 +00:00
8994c77109 Zlayers
* Implemented zorder control for specific clothing layers
* Fixed Tonks' breasts missing shading.
2022-12-23 16:26:49 +00:00
e4c3c3e51d Outfit
* Added Tonks Santa outfit.
* Added outfit unlock and Tonks to xmas Mirror story.
2022-12-23 02:09:10 +01:00
aa6942bd0b Reimplement "Virgin Killer outfit"" 2022-12-22 23:42:34 +00:00
ffc24fa9f8 Revert "Virgin Killer outfit" 2022-12-22 23:40:40 +00:00
6d0b393ada fix 2022-12-22 23:40:40 +00:00
f8a06b0864 Xmas Story
* Added new Genie Stripper Santa Outfit.
* Added experimental Genie Outfit cheat.
* Refactored santa speaker to utilize a single `gen` speaker and applied the change to all affected events.
* Improved base Genie model, the default robes outfit and image creation code.
2022-12-22 23:40:40 +00:00
216649d37c Bug fix
* Fixed naughty list username retrieval failing on Windows
2022-12-22 23:40:40 +00:00
1d25e458f5 Bug Fixes
* Fixed decoration menu page swap arrow position
* Fixed room and title screen animations restarting with every interaction
2022-12-22 23:40:40 +00:00
04fa574b29 Decorations
* Added naughty list decor
* Added window decor
* Added garland decor
* Improved poster enlarging
2022-12-22 23:40:40 +00:00
badfe74d8e Outfits
* Added remaining outfit pieces
2022-12-22 23:40:40 +00:00
47ac29730d Outfits
* Added remaining outfit pieces
2022-12-22 23:40:40 +00:00
dd95b0dc43 Virgin Killer outfit
* Added Cho Virgin killer outfit.
2022-12-22 23:40:40 +00:00
488d2aae0d Mirror story posing + outfits
* Posed Xmas Mirror story dialogue

* Added Cho Reindeer Outfit.
* Added Luna Reindeer Outfit.

* Partially added Luna Bunny-girl outfit.
* Partially added Cho Bunny-girl outfit.
* Partially added Hermione Bunny-girl outfit.
* Partially added Hermione Reindeer Outfit.
2022-12-22 23:40:40 +00:00
c34d1975af Xmas Story - Posing - Part 1 2022-12-22 23:40:40 +00:00
9d7fb94cbb Xmas Story 2022-12-22 23:40:40 +00:00
c7be1497f9 Revert "Virgin Killer outfit" 2022-12-22 23:38:47 +00:00
08c347a321 fix 2022-12-22 15:40:50 +01:00
860212b5e1 Xmas Story
* Added new Genie Stripper Santa Outfit.
* Added experimental Genie Outfit cheat.
* Refactored santa speaker to utilize a single `gen` speaker and applied the change to all affected events.
* Improved base Genie model, the default robes outfit and image creation code.
2022-12-21 20:38:20 +00:00
b38147852a Bug fix
* Fixed naughty list username retrieval failing on Windows
2022-12-20 22:54:47 +00:00
1b40bf2165 Outfit
* Added Tonks Pullover Outfit.
2022-12-19 19:12:00 +01:00
2956afe75a Bug Fixes
* Fixed decoration menu page swap arrow position
* Fixed room and title screen animations restarting with every interaction
2022-12-17 21:57:06 +00:00
367fabc739 Decorations
* Added naughty list decor
* Added window decor
* Added garland decor
* Improved poster enlarging
2022-12-17 21:52:44 +00:00
b26dbb4f06 Outfits
* Added remaining outfit pieces
2022-12-15 21:08:24 +01:00
3281387711 Outfits
* Added remaining outfit pieces
2022-12-15 21:07:32 +01:00
f10e6608ce Virgin Killer outfit
* Added Cho Virgin killer outfit.
2022-12-14 20:56:44 +01:00
b29701f39c Mirror story posing + outfits
* Posed Xmas Mirror story dialogue

* Added Cho Reindeer Outfit.
* Added Luna Reindeer Outfit.

* Partially added Luna Bunny-girl outfit.
* Partially added Cho Bunny-girl outfit.
* Partially added Hermione Bunny-girl outfit.
* Partially added Hermione Reindeer Outfit.
2022-12-14 18:32:54 +01:00
f58d18b2ac Xmas Story - Posing - Part 1 2022-12-12 22:08:39 +01:00
e169296009 Xmas Story 2022-12-11 19:37:56 +00:00
2f5b4b0a83 Cho Events - CG posing Part 5
* Posed part of the event.
2022-12-10 20:11:38 +01:00
726050a332 Cho Events - CG posing Part 4
* Posed part of the event.
* Adjusted 2 images.
2022-12-08 19:55:02 +01:00
28f507e212 Cho Events - CG posing - Part 3
* Posed part of the event.
* Added additional writing.

* Minor writing fixes.
2022-12-06 20:37:34 +01:00
0beecc4ecc Bug fix
* Fixed some images that were uploaded in a lossy state
2022-12-05 21:41:17 +00:00
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
26adea42a1 Proofreading
* Proofread some of the writing in Luna's 'Inspect her body' favour
2022-12-03 22:28:46 +00:00
5dba635a27 Minor writing fixes
* Minor writing fixes - Luna "inspect body" favours.
2022-12-02 19:35:20 +01:00
a81deb7129 Cho Events - CG posing - Part 1 2022-12-01 21:39:12 +00:00
fef2bf5311 Cho Events - CG additions
* Added new expressions and improved others
2022-12-01 18:33:12 +00:00
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
4765e14aa7 Sanity checks
* Added sanity checks for orphaned scripts
* Adjusted required Renpy version check
* Adjusted initialization priority for sanity checks
2022-11-26 18:40:01 +00:00
d74daee216 Cho Events - Part 2
* Added additional writing for CG.
2022-11-25 18:48:12 +01:00
55a8e8e358 Cho Events - Part 1
* Split 'Inspect her body' into sections, to make the events more manageable.
* Added new content for Tier 2.
* Added new content for Tier 3.
* Added a flag for Cho's blowjob events.
2022-11-18 23:47:26 +00:00
b50c30250a Minor tweaks 2022-11-14 22:38:08 +01:00
dc6c496f4e Writing tweaks - Luna
* Minor writing tweaks on Luna Inspect body and talk to me favours.
2022-11-14 22:07:06 +01:00
baa83c8cc5 Footwear support
* Added footwear support for dolls
* Added DollClothDummy subclass dummy controller
2022-11-12 22:32:33 +00:00
54f21f7f50 Merge branch 'Python3' into Chibis 2022-11-12 21:10:26 +00:00
c32d926742 Coroutines
* Implemented asynchronous coroutines for Doll and Outfit generators
2022-11-11 22:24:47 +00:00
2334c25d72 Merge remote-tracking branch 'origin/Python3' into Chibis 2022-11-09 21:09:53 +00:00
c87ecb9e8f Susan Priestess Outfit
* Added Susan Priestess Outfit.
2022-11-09 21:29:52 +01:00
dd4b2898e0 Bug fixes
* Fixed Luna sprite persisting throughout Wardrobe context
* Fixed regression related to wardrobe chit-chats due to the mixing of renpy and python scopes
2022-11-04 21:17:41 +00:00
8edc533830 Translation tools
* Added CLI translation generation tool
2022-10-26 22:55:33 +01:00
f8d7a6915c Fix
* Fixed sound not playing.
2022-10-22 02:04:18 +02:00
16bff74037 Proofreading 2022-10-21 19:12:16 +02:00
0dada1d367 Fixes and improvements
Mirror of Erised:
* Set doll positioning at start of mirror stories to ensure dolls are correct.
* Adjusted Doll flip on "A booty at sea" story.
* Removed Doll Cum layers on "A booty at sea" story as genie cums inside/on her back.
* Improved "A bad time to disrobe" writing.

* "Flash your tits", Minor writing fix
2022-10-20 18:44:56 +02:00
e9021f1b87 Bug fix
* Fixed missing reconstruction call
2022-10-20 16:44:13 +01:00
84aa694384 Merge branch 'Python3' into Chibis 2022-10-19 22:22:29 +01:00
2b01668442 Merge remote-tracking branch 'origin/dev' into Python3 2022-10-19 22:19:16 +01:00
b8bc54fc54 Bug fix
* Fixed an issue with the order of layers caused by the use of sets
2022-10-19 22:19:05 +01:00
19c4d958c9 Fallback Support
* Added fallback support for clothing ids lacking chibi images
* Refactored various extension formats support
2022-10-19 19:55:10 +01:00
c50a3cf6bd Chibi Overhaul
* Added custom animation/transform support
* Added Rollback support
* Added special layers support
* Rewritten parts of code responsible for displaying the animation
* Rewritten animation creator to mirror Doll-like file behaviour
* Fixed mouse button events handling
* Fixed raise error type
* Fixed inability to add more than one layer for each frame
* Replaced PY2 format with f strings for clarity
2022-10-19 00:18:26 +01:00
908eec6692 Chibi Overhaul
* Implemented automatic clothing system
* Implemented Skipping support
* Implemented interrupt support
* Implemented pause support
* Implemented Loop Pathfinding (A -> B -> A)
* Implemented Loop Pathfinding with Reverse (A -> B -> C -> B -> A)
* Implemented Repeat Pathfinding (A -> B x2)
* Implemented Repeat Pathfinding with wrap (A -> B -> A x2)
* Implemented Repeat Pathfinding with Reverse (A -> B -> C -> B -> A x2)
* Added Cho chibi placeholders
2022-10-17 23:02:29 +01:00
d1c37b11eb Minor fixes.
* Text consistency.
* Art tweaks on Hermione squirting base pose.
2022-10-16 23:19:06 +02:00
022da2a727 Merge branch 'dev' into Python3 2022-10-16 19:37:12 +01:00
54d12585c1 Bug fixes
* Fixed code logic for Hermione's gift items
2022-10-15 18:56:47 +01:00
a8d7c731bd Version bump
* Updated configuration
* Updated whitespace
2022-10-10 19:18:11 +01:00
34f5d96e3b Small logic fix
* Adjusted writing (dev)
2022-10-10 20:01:50 +02:00
5e76ca2cb2 Bugfixes
* Fixed leaking menu option (dev)
* Proofreading (dev)
2022-10-10 18:54:02 +01:00
215bb24f9b Hermione Masturbate favour Squirting
* Added squirting to Hermione masturbate favour.
* Added "squirt_transition" image variants (mix of "squirt" and "squirt_post" for when she cums multiple times).
* Removed unnecessary code that's already part of end label.
* Removed "set music volume" for one of the events.
2022-10-10 17:11:30 +02:00
4cfd4d2511 Added Squirt layers to Nude Hermione Base pose 2022-10-10 15:29:07 +02:00
257e932617 Bugfix
* Fixed wrong expressing being used on genie speaker.
2022-10-10 13:49:16 +02:00
1c4e01b3da Bug fixes
* Fixed return events not initiating on Buttplug gift item event.
* Fixed soundfile naming issue.
2022-10-10 13:40:58 +02:00
be85fbbda2 Vibrator Event - Additional Menu option
* Added option to send Hermione away if Public path isn't available.
2022-10-09 23:49:33 +02:00
94b86e0b55 Cleaned Hermione up
* Removed Cum layer as Hermione changes clothing.
2022-10-09 22:48:10 +02:00
def7eeb07e Bugfix
* Fixed Tonks' nicknames soft-crashing to main menu
2022-10-09 21:04:09 +01:00
896c73f7d8 Update credits 2022-10-08 23:35:47 +01:00
b55fceda83 Vibrator Event
* Fixed small inconsistency in intro on replay success writing if she's hasn't worn them before.
2022-10-08 23:40:16 +02:00
b2fc769e69 Save Compatibility
* Added a workaround for call stack issues on old saves
* Rebuilt whitespace
* Removed redundant load_fix functions
2022-10-08 21:59:31 +01:00
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
1e63a1651c vibrator Event
* Muted weather sounds during public CG
2022-10-03 18:44:30 +02:00
634d4cb0b9 Minor writing tweaks 2022-10-03 01:33:55 +02:00
2032a820a1 Proofreading 2022-10-02 23:37:23 +01:00
dfee38a6d5 Hotfix
* Removed fly sounds
2022-10-02 23:21:08 +01:00
63a699e74a Vibrator public Ambient sounds
* Added ambient outside sounds.
2022-10-03 00:13:46 +02:00
c1cca84fdd Add new audio channel 2022-10-02 22:56:52 +01:00
4e2ad91cf2 Vibrator Event
* Added vibrator animation to public path
* Fixed vibrator animation
* Added choice menu logic
2022-10-02 22:22:51 +01:00
cc259564bb Bugfix
* Avoid catching nodes during init phase and remove debug vars
2022-10-02 16:40:53 +01:00
b35c2cd26f images 2022-10-02 14:35:45 +02:00
fe050afcda Vibrator event posing
* Finished posing Vibrator event.
* Added Minor wetness layer on personal CG.
* Improved image transitions on split up dialogue lines.
2022-10-02 14:35:13 +02:00
a6ff9ed876 Bugfix
* Attempts to fix Expression Editor crash caused by pickling the unpickleable
2022-10-02 00:35:43 +01:00
d6e8efaaa3 Refactoring 2022-09-29 22:19:55 +01:00
caa2e5153e fix
* Hid image for mafkin chat until underlying code supports it.
2022-09-29 21:07:25 +02:00
860dea3baa Merge branch 'dev' into Python3 2022-09-29 19:54:08 +01:00
3689ab53b9 Hotfix + drawing 2022-09-29 15:04:51 +01:00
1171cc81d5 Vibrator event posing and Businesswoman Outfit chats
* Posed Vibrator public event.
* Added Tonks "Businesswoman" related chats.
2022-09-29 15:54:41 +02:00
6d1f685e80 Businesswoman Outfit for Tonks 2022-09-28 23:10:49 +01:00
c3d026ea55 Vibrator event posing
* Posed part of high level public event
2022-09-27 19:05:07 +02:00
109877f09d Hermione Flirt - Flitwick Writing.
* Added additional writing + variants for Hermione Flirt with Flitwich CG.
2022-09-26 23:05:47 +02:00
348752f47f Hermione Flirt - Flitwick CG
* Added CG for flirt public favour
2022-09-26 19:11:09 +01:00
0260c4d479 Vibrator Event Posing
* Posed Vibrator Public Intro variants
* Added Wet Basic panties/thigh light + Heavy
* Adjusted Wet Basic vibrator panties/thigh light + Heavy
2022-09-26 18:06:20 +02:00
3054eabe0c Vibrator Event
* Added vibrator panties cum layers
* Added CG vibrator shake animation
2022-09-25 23:09:26 +01:00
34df16f5e4 Vibrator event posing
* Posed Personal High level Dolls.
2022-09-23 18:56:51 +02:00
89822a4198 Merge remote-tracking branch 'origin/dev' into Python3 2022-09-23 17:50:35 +01:00
e5cb75cc04 Vibrator event posing
* Posed Low level Public event and intro.
* Added alternative low public tier intro writing when Hermione's personal tier is higher.
* Added clothing equips at start of public return to avoid it being overwritten by outfit scheduler.
* Adjusted some wording to improve flow of conversation.
2022-09-22 20:05:38 +02:00
e5a7060af9 Refactoring 2022-09-21 21:57:04 +01:00
88abc53835 Vibrator Event Posing
* Posed Low level Personal variant.
* Added vibrator dropped on floor sound effect "drop_plastic.ogg"
2022-09-21 20:42:39 +02:00
c352f8cea3 Python3 IO encoding changes 2022-09-21 19:22:14 +01:00
af2a4a4a85 Doll equip function
* Added list/tuple support for the equip function
2022-09-21 18:10:48 +01:00
961ff76c7b Tonks Auror Outfit
* Adjusted Tonks' Auror coat
* Redrawn Tonks' Auror choker
* Updated save compatibility
* Version bump
2022-09-21 00:15:53 +01:00
5bdf050a75 Vibrator Interface
* Added vibrator interface to the public event
* Fixed invalid syntax
2022-09-20 21:08:46 +01:00
1ca049ee23 Vibrator event Posing and fix
* Posed Vibrator event Main Intro section.
* Added repeat writing variants at start of event
* Adjusted stripping/equipping sections.
* Adjusted some writing slightly about her taping on the vibrators.

* Fixed leaking color on basic bra.
2022-09-20 19:05:18 +02:00
9042e5342f Vibrators Event
* Prepared more lines for posing
2022-09-19 21:33:00 +02:00
69f4186040 Vibrators Event
* Prepared lines for posing
2022-09-19 18:44:44 +01:00
052c504fee Bugfix 2022-09-18 18:56:14 +01:00
c75aaa4dd5 Fix 2022-09-18 19:27:22 +02:00
fd4a354ade Bugfix 2022-09-18 17:45:47 +01:00
53732cf416 Hotfix 2022-09-18 17:30:43 +01:00
fe8cd58ea1 Vibrators Event
* Implemented missing parts of the event
* Posed chibis and varying clothing states
* Adjusted shader code
2022-09-18 17:23:38 +01:00
9a877ebcf6 Vibrators event
* Added chibi vibrators on the floor image
* Replaced python audio calls with renpy audio calls (better prediction)
2022-09-15 22:37:23 +01:00
76048a5278 Colour Temperature Shader 2022-09-15 22:35:43 +01:00
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
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
bbb1b51401 Vibrator Posing PT3
* Posed remaining CG sections of Personal Vibrator event.
2022-09-13 16:21:21 +02:00
fe71a7b356 Susan Robes & Hermione layers
* Added 4 versions of robes for Susan
* Added vibrator squirting layers for Hermione
2022-09-10 21:52:46 +01:00
c278e9d551 Bugfix
* Fixed numbered additional layers ignoring their assigned number layer
* Added save compatibility patch
2022-09-10 21:51:00 +01:00
a0b0c074d3 Vibrator posing PT2 and additions
* Posed part of the personal event.
* Added additional expressions on pose 1 and 2 (eyes narrow crossed, eyes squint crossed).
* Added closed eyes variant on pose 3.
* Added puddle on pose 3.
* Added fringe shading
* Adjusted expression positioning.
2022-09-09 22:41:51 +02:00
def68027ec Mirror Story - Rewards 2022-09-08 22:41:59 +01:00
15771e31ef Proofreading 2022-09-07 19:40:33 +01:00
c4da5bf778 Proofreading 2022-09-07 19:02:01 +01:00
d8878ac3ad Public Request Flashing CG adjustments
* Adjusted some layers.
* Adjusted eye position names for consistency.
2022-09-07 19:25:00 +02:00
0ec1c4e4e8 Public Request - Flashing Writing
* Improved dialogue and pacing further to go along with new art.
2022-09-07 01:38:55 +02:00
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
e1316f1da3 Mirror Story - Blueballing Bad
* Added fan created mirror story, (Blueballing Bad) Written by NotTera.
2022-09-06 18:46:01 +02:00
3fad511fd1 Vibrator posing and fixes
* Posed part of the personal vibrator event
* Adjusted "closed" eyes slightly on personal vibrator CG

* Fixed "base underwear" so it matches "vibrator underwear"
2022-09-05 23:55:03 +02:00
dca5680261 Hermione vibrators
* Added vibrator clothing items and outfit
2022-09-05 21:32:18 +01:00
f81c30a6c0 Box-o-fun icon 2022-09-05 18:04:20 +01:00
a38636b992 Additional artwork
Added additional artwork for vibrator personal CG

* Squint eyes forward/right
* Closed eyes
* Angry mouth
2022-09-04 22:54:33 +02:00
31b86a3105 Additional artwork
* Adjusted vibrator CG mouths.
* Added "Worried" mouth.
* Added "Wet Ahegao" mouth.
* Renamed "Angry" mouth to "Open".

* Renamed some files using the wrong pose name.
2022-09-04 19:51:31 +02:00
d266a3de68 Additional artwork
* Added additional and adjusted artwork for vibrator events personal variant
2022-09-03 16:01:39 +01:00
97ec57c8d3 Vibrator Events - Personal variant
* Implemented personal variant CG
2022-09-02 20:18:29 +01:00
2e42f6addb History Screen improvements and fixes
* Removed itertools dependency
* Removed substitution for variables (redundant)
* Fixed a crash caused by anonymous variable assignment inside a nested lambda function, inside list comprehension due to unsupported ast magic (what a mouthful)
* Improved styling
2022-08-30 20:05:32 +01:00
260036b196 Fix 2022-08-26 22:21:21 +02:00
4615226f2a Tonks Nicknames
* Genie: Daddy
* Tonks: Slut, Whore, Slave
2022-08-25 16:11:04 +02:00
1c025c2723 Mechanic Outfit Chit-chats 2022-08-24 20:16:33 +01:00
16ede376bb Vibrator Events Posing (part 3)
* Posed remainder of public CG (high level variant)
2022-08-22 20:18:34 +02:00
e7c6281311 Mechanic Outfit (Tonks)
* Added mechanic outfit for Tonks
* Changed Lady D dress category (other -> dresses)
2022-08-21 21:59:10 +01:00
036f155493 Vibrator Events Posing (part 2)
* Posed part of the event.
2022-08-19 01:32:37 +02:00
55a46894f1 Vibrator Events - Sound effects
* Added Vibrator sounds, click sound.
* Adjusted intensity checks.
2022-08-17 14:38:57 +02:00
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
c29c7545f8 Vibrator Events - Fixes
* Fixed sound calls using wrong file format
* Fixed omitted Genie positioning
2022-08-09 22:02:00 +01:00
40466b026b Vibrator Events - CG
* Initial implementation
2022-08-09 00:31:35 +01:00
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
38214d719e Vibrator Events - Requested changes 2022-08-05 20:47:10 +01:00
759720093b Vibrator Events - Proofreading 2022-08-04 22:09:28 +01:00
3f6b3ca499 Vibrator Events - Additional dialogues 2022-08-04 19:55:46 +01:00
30360cb6ea Vibrator Events - Editing and proofreading 2022-07-28 19:54:27 +01:00
fa1962a8b4 Vibrator Events - Speaker changes
* Addressed legacy calls to certain speaking characters
2022-07-24 17:37:22 +01:00
23e5c598ee Vibrator Events - Initial Implementation
* Added vibrator event chain (w/ Placeholders)
* Added vibrator item (Box o' fun)
* Added IntLike class
* Added her_tier_public as IntLike object
2022-07-23 21:57:42 +01:00
0c5de9218e Bug fix
* Fixed Quidditch Quarrel hangout event still being played after the quidditch matches in some instances
2022-07-17 17:19:15 +01:00
568a1d1252 Whitespace
* Updated whitespace file
2022-07-16 22:17:28 +01:00
5c19a29b1b Susan Latex Set (QA) 2022-07-16 21:22:48 +01:00
5c96a89d9e Bug Fixes
* Fixed overlapping menu during Quidditch Training
* Fixed some text issues
* Make sure to fit images before blitting
2022-07-15 23:03:14 +01:00
d5aefe24c4 Color Picker
* Added history
* Added reset button
* Added icon
* Added dev functions
2022-07-15 22:48:34 +01:00
d98c4e2bb9 Cleanup
* Removed redundant image files and scripts
2022-07-15 17:40:05 +01:00
8e27ca95fc Color Picker
* Added labels for the colour picker
* Improved styling
2022-07-10 19:34:55 +01:00
22588ba646 Crash Defender
* Fixed missing cache file from android builds
* Added crash defender workaround for devices with borked OGL implementations
2022-07-07 22:05:22 +01:00
330173d510 Susan clothing + minor fix
* Added Susan Latex Outfit.
* Minor punctuation fix.
2022-07-07 22:15:00 +02:00
462921aeed Bug fixes
* Fixed animations (again)
* Added unstaged butt plug files
* Updated save compatibility
2022-07-06 16:27:29 +01:00
186cb39803 Butt Plugs
* Moved Hermione's butt plugs into their proper type
* Removed obsolete image files
2022-07-05 22:19:24 +01:00
822f35c08c Color Picker
* Rewritten and re-implemented color picker in shading language
* Vastly improved performance
* Added live preview back
* Overhauled interface
* Code Cleanup
* Reduced import overhead
2022-07-05 21:38:03 +01:00
1ff8217434 Save compatibility
* Version bump
* Updated save compatibility
2022-06-30 23:59:31 +01:00
3da96a8101 Bug fix
* Fied Snape's picture frame image position
2022-06-30 20:03:43 +01:00
39301f51ad Bug fixes
* Fixed Snape's Office music not playing
* Added map to dev start
2022-06-29 22:28:14 +01:00
5aecfe01f5 Minor fix
* Set Snape Doll xpos in Potions intro
2022-06-29 21:34:11 +02:00
09af431344 Bug fixes
* Fixed a rare crash during init caused by monkey-patched loadable function
* Fixed stats screen character scaling
* Fixed non-functional alpha slider
* Fixed missing Genie sprite inside stats screen
2022-06-29 19:46:19 +01:00
c4758d97e2 Minor writing fixes. 2022-06-28 02:28:15 +02:00
102d23d47f Bug fixes
* Fixed generic update image creator
* Fixed new side image type regression
* Fixed MyMod game version inside manifest
* Fixed MyMod missing from release
* Fixed android mods detection
* Removed android searchpaths (superseded)
* Moved engine related changes into its own file
2022-06-27 22:31:51 +01:00
bf5710bf10 Bug fixes
* Default renderer to Auto for compatibility reasons
* Fixed animation assignments for dolls
* Fixed missing side images for non-doll speakers
2022-06-24 18:32:41 +01:00
56ccffb8a2 Minor writing fixes 2022-06-24 18:00:51 +02:00
03a446e33b Susan Uniform tweaks
* Added skin shading at bottom of shirt and vest.
* Adjusted shirt outline when no vest above.
2022-06-22 17:52:05 +02:00
cc7989b6cf Bug fixes
* Fixed meter vbar styling
* Version bump
2022-06-21 21:22:35 +01:00
e1766d767e Bug fixes
* Fixed animation list for dolls
* Attempt at fixing Android 11 Texture Leak
2022-06-21 20:12:26 +01:00
6104691135 Configuration
* Disabled android workarounds
* Updated whitespace file
2022-06-20 21:22:32 +01:00
43ab6e87f8 Minor fix
* Fixed minor issue with Susan mouths
2022-06-20 21:26:49 +02:00
4cce755c7f Re-enable screen prediction 2022-06-20 19:45:05 +01:00
16bea0cbde Skip Callbacks
* Added skip start/end interaction callbacks support
* Fixed Doll images not being refreshed after exiting skip interaction
2022-06-20 19:41:04 +01:00
b81d7323c5 Bug fixes
* Fixed outfit scheduling overriding outfits in certain events
* Fixed Hermione's jobs transition issues
2022-06-20 18:45:02 +01:00
edf55768f9 Hotfix 2022-06-20 01:20:24 +01:00
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
e4a77ced9e Fixed incorrect xpos usage on character doll positions. 2022-06-19 18:05:43 +02:00
1f776778db Susan posing
* Finished remaining posing.
* Adjusted "down" pupil position.
2022-06-19 03:47:53 +02:00
4932306688 Susan Cum layers - Face
* Added Light and Heavy Cum layers for Susan Facial
2022-06-19 00:03:56 +02:00
49d4582533 Susan Posing PT3
* Posed Third and final Susan imperio event.
* Adjusted some mouth positions slightly.
* Added Opaque Drool Aheagao Mouth variant.
2022-06-18 21:07:26 +02:00
f53b24c789 Susan Icons
* Updated Susan's head icon
* Updated Susan's wardrobe icons
* Updated whitespace file
2022-06-18 15:58:53 +01:00
cd485b2bac Bug fixes
* Added checkpoints to forbid the editor from rolling back to menu context
* Added forced checkpoint for when the editor is being opened to avoid rolling back to before it was opened (by opening a console for example)
* Alleviated the issue for when the game tries to recover from the place it cannot stop rolling back, but version var is unavailable because of it being not initialized in that moment
2022-06-17 22:05:08 +01:00
754d139f31 Susan posing PT2
* Posed Susan's first Imperio Practice event with Astoria.
* Adjusted "disgust" mouth position slightly.
2022-06-17 21:53:12 +02:00
fd3f44f03c Susan posing PT1
* Posed Susan's first Imperio Practice event with Astoria.
2022-06-17 17:28:38 +02:00
8542fabbb4 Bugfix
* Fixed editor active flag becoming stuck after rolling back to before it was called
* Put editor onto interface layer to exclude it from transitions
2022-06-16 21:38:20 +01:00
1cee1f2930 Mute audio when minimized 2022-06-16 18:47:02 +01:00
3ea1ac6162 Ren'py Version number check message fix 2022-06-16 15:20:26 +02:00
e23ebf59ce Studio fix
* Fix a crash affecting developer build
2022-06-15 22:34:03 +01:00
f02b655c8c Susan Expressions
* Prepared Susan expression calls for posing
2022-06-15 22:17:20 +01:00
abaecc4c7f Bugfixes and refactoring
* Fixed history screen crash
* Changed default renderer to GL2
* Updated whitespace calculations file
* Updated minimum Ren'py version requirement
2022-06-15 21:25:52 +01:00
a2ba831e9f Added Hermione Breast and ass expand images into "masturbate" pose folders.
* Checked and pose looks fine so it will be compatible for anyone that uses the cheat.
2022-06-15 18:51:57 +02:00
e779c49ae1 Susan School uniform outfit chat 2022-06-15 16:57:38 +02:00
792f7ef274 Susan School Uniform
* Defined Remaining uniform pieces and adjusted base outfit.
* Fixed highlights on top by separating into "extra" layer.
* Fixed School skirt button luminosity. Separated highlights into "extra" layer.
* Added Socks Highlights as "extra" layer.
2022-06-15 16:27:34 +02:00
8c6e467816 Susan School uniform PT1
*Added School uniform art files
*Defined tops in wardrobe.rpy
2022-06-14 20:47:53 +02:00
85df32a9a4 Fix
* Fixed Susan outfit chats being put in the wrong section.
* Added genie nicknames in Wardrobe chats
2022-06-13 19:25:01 +02:00
6cfdb0f97d Susan Eye adjustements
*Adjusted Narrow and Wink eyeshapes
2022-06-13 19:06:47 +02:00
537a5bebdb Adjusted Susan "Stare" pupils 2022-06-13 16:19:11 +02:00
6fa1e0a0fa Web Updater
* Forbade interactions outside the Updater screen
* Added Automatic Updates preference
* Updated config vars
* Disabled custom GC values for wider testing purposes
* Added update logo fallback in case of unexpected circumstances
* Added CheckUpdates Screen Action Function
* Simplified parts of the updater code and reduced bloat
2022-06-13 00:04:59 +01:00
1453df5627 Susan clothing colour adjustments
* Adjusted Hair colour
* Adjusted Jeans button colour
2022-06-11 23:20:29 +02:00
93b3195ef2 Hotfix 2022-06-10 14:34:13 +01:00
fae1d26cd0 Susan Wardrobe
*Added adjusted clothing
*Commented out missing school clothing pieces in wardrobe file for now.
2022-06-10 14:48:46 +02:00
c5ae9f29d7 Susan Wardrobe
* Restored Susan's wardrobe work files
2022-06-09 22:02:38 +01:00
f921a08078 Susan Bones
* Added new Susan Bones model with new expressions.
* Added new base hairstyle
* Removed old clothes files
* Further reduced the number of Null displayables for Dolls
2022-06-09 21:13:04 +01:00
3fcb80bcfa Mirror of Erised
* Added 'seen' flag to show newly added stories
* Added 'played' flag to show stories that have already been played.
2022-06-03 17:41:46 +01:00
108475316d Tooltip improvements
* Moved calculations into a transform function.
* Reduced overhead
2022-05-31 16:03:20 +01:00
91f44064dc Weather improvements
* Reimplemented weather using renpy image methods
* Fixed weather causing fps drop
* Added cached weather results to the main room
* Reduced animation overhead
* Removed weather screen
* Unified day and night cloud images
2022-05-31 15:31:41 +01:00
9bcbdba53b Web Updater
* Separated updater server code
* Fixed update logo fetch crash
* Added logo fetch var
2022-05-30 22:04:51 +01:00
1812481b33 Hotfix 2022-05-29 22:41:50 +01:00
794f528b8b Web Updater
* Implemented web updater (simulation only)
* Added progress support to GUI
* Version bump
* Added updates directory
* Fixed slider missing image variants
2022-05-29 22:27:18 +01:00
d81d90f64a Hotfix
* Added mistakenly omitted "old" archive
2022-05-27 23:06:56 +01:00
8363c69a6b Build distribution & Misc
* Added asset archives for distributed builds
* Added platform specific classification for files
* Changed save directory from "WT SILVER" to "WTS"
* Changed executable name from "WT SILVER" to "WTS"
* Removed redundant font file
* Moved mods.rpy to scripts directory
2022-05-27 23:05:06 +01:00
a4e953ecf3 Bug fix
* Forbid editor from applying changes when hidden
* Allow skip interaction when editor is hidden
2022-05-27 16:23:37 +01:00
1554cdd5d5 Bug fix
* Fixed Expression Editor crash on a statement with no arguments
2022-05-27 15:18:39 +01:00
bb594c74c6 Expression Editor 0.3a
* Added new expression editor
* Fixed error parser for mods
* Unified Non-doll character expression parameter names
* Moved strip quotes function to global scope
* Added matches function that strips spaces before comparing
2022-05-26 21:50:54 +01:00
6d30d842f5 Hermione Butt plug event improvements and fixes
* Improved butt plug events
* Fixed missing whoring fallback
2022-05-22 20:48:33 +02:00
d86d0ac69d Lint improvements
* Added lint ignore tag detection for spoken strings.
* Fixed lint incorrectly marking newline characters as multiple spaces.
* Fixed lint incorrect behaviour for oxford commas.
* Fixed issues exposed by lint.
* Removed unreachable code.
2022-05-20 19:48:05 +01:00
cef14cd94e fix 2022-05-20 20:35:24 +02:00
205ca1ff3b Luna Police outfit tweaks and Genie expression replacements
* Re-implemented Luna Police outfit with separated Badge and Belt
* Replaced remaining Old genie sprite images (except g8 and blue genie images)
2022-05-20 20:34:30 +02:00
914f03fa73 Bug fixes and improvements
* Simplified and restructured plug events for Hermione
* Fixed Snape's sprite flickering
* Fixed requirements check for EventQueue class
* Adjusted label names for item-related quests
2022-05-19 16:44:36 +01:00
b09157538d Event Queue #1
* Added EventQueue system for events with requirements, and timers.
2022-05-17 22:05:27 +01:00
42756113b8 WTS 2022-05-17 00:48:22 +01:00