Commit Graph

429 Commits

Author SHA1 Message Date
LoafyLemon 9aff807593 Bug fixes
* Fixed inconsistent spacing
* Fixed inconsistent state var access
2024-04-02 16:18:18 +01:00
Gouvernathor e04fd221dd Flag unreachable code
(cherry picked from commit 25820e002a)
2024-04-02 13:37:20 +01:00
Johnny28 e50292c1e6 Minor fixes 2024-03-30 21:39:37 +01:00
LoafyLemon f06d33cd8d Bug fix, save compatibility
* Fixed zorder issue with Tonks' office outfit accessory
2024-03-30 20:11:56 +00:00
Gouvernathor 7e4d4a6799 Fix
(cherry picked from commit 218d8c63d2)
2024-03-30 18:14:24 +00:00
Gouvernathor 62cb39cd19 Default queues instead of using instanciation magic
(cherry picked from commit f7f0ecb566)
2024-03-30 18:13:03 +00:00
Gouvernathor a7a9fe2d9e A bunch more f-strings
I'm not done

(cherry picked from commit be88d0ed7e)
2024-03-30 17:55:26 +00:00
Johnny28 aaa5ff6beb Fixed issues reported by lint 2024-03-29 15:22:18 +01:00
LoafyLemon 5efd315847 Bug fixes, Save Compatibility, Secularisation 2024-03-28 15:48:19 +00:00
Johnny28 1d6cc4fb47 Luna Talk to me CG posing
* Posed the remainder of the event.
2024-03-28 15:59:36 +01:00
LoafyLemon 38d2494bc3 Fix conflicting properties (by Gouvernathor)
big work
what was reliable before is now not, in recent versions of renpy, which is why we added that new config (which I put in say.rpy, but it can be moved somewhere else)
Also fixes the game_menu's title position, incidentally

some changes are incompatible with my diary and achievement branches, respectively, they will need to be merged with a bit of manual care
2024-03-25 14:57:36 +00:00
LoafyLemon 7071d30b82 Merge branch 'dev' of ssh://ssh.silverstudiogames.org:3022/SilverStudioGames/WTS into dev 2024-03-24 18:25:59 +00:00
Johnny28 fbbb7f5665 Luna Talk to me CG Posing PT 1
* Posed part of the event.
* Adjusted layer order.
2024-03-24 19:24:51 +01:00
LoafyLemon 2ef20d57da Clarify and simplify weather (by
Gouvernathor)

remove two blank images (useless and slower than Null())
clarify in weather.rpy which are images directly shown on the screen and not just ingredients for the others
simplify the screen code
2024-03-24 17:53:07 +00:00
Gouvernathor 6860614062 Use the correct operator(s) for None
(cherry picked from commit 837d6b378e)
2024-03-24 17:06:06 +00:00
Gouvernathor 675839d28e Re-enable some menu yaligns and reimplement menu sets
these menu yaligns had been disabled for a long time (the menu_y variable was never read)

(cherry picked from commit eae844ef0b)
2024-03-24 17:01:04 +00:00
Gouvernathor fa3e1e4450 Refactor states.menu_pos and remove reset_menu_position
(cherry picked from commit fbe8035c43)
2024-03-24 17:00:35 +00:00
Gouvernathor 38fa26e5bf replace equivalent with statement
(cherry picked from commit ef62f74eed)
2024-03-24 16:56:35 +00:00
Gouvernathor 202807e320 Fix genie reform
(cherry picked from commit 1618fc378f)
2024-03-24 16:36:29 +00:00
Gouvernathor 4248f7f6d0 Improve ATL syntax
use the dedicated xycenter property
avoid setting the previous end-interpolation values before starting the new one, to avoid a jump if the player advances too quickly (also shortens the code)
add subpixel True, even though it doesn't seem very effective
prepare improvement in next renpy version

(cherry picked from commit 8b6627f588)
2024-03-24 16:31:08 +00:00
Gouvernathor d7ba36baa8 Better animation
(cherry picked from commit aa95f701dc)
2024-03-24 16:30:03 +00:00
Gouvernathor 4ee49a225b Reform genie layeredimage
(cherry picked from commit 3a429070fc)
2024-03-24 16:27:26 +00:00
Gouvernathor 094b010b7a Avoid using lists
(cherry picked from commit 78230893a8)
2024-03-24 16:22:53 +00:00
Gouvernathor 94404f4ed7 Use childful transforms as displayable
that's not *explicitly* documented, but it won't change any time soon
also deletes a placeholder image

(cherry picked from commit 3b6dd38e19)
2024-03-24 16:21:28 +00:00
Gouvernathor 3b4db03a6c Upgrade other uses of image manipulators
(cherry picked from commit a9dc195379)
2024-03-24 16:20:23 +00:00
Gouvernathor 0c564a521b Use expression instead of image
the only documented lingua
this is AST-equivalent

(cherry picked from commit 542db72609)
2024-03-24 16:19:01 +00:00
Gouvernathor d48708579b Fix misuse of variable
- don't use a reserved name (starting with an underscore)
- use a file-local mangled name (starting with two underscores
- use renpy.dynamx to cleanup the variable automatically

(cherry picked from commit 3e86094b0b)
2024-03-24 16:00:53 +00:00
Johnny28 c697e69109 Added T4 Luna leveling, favour menu, EOC message
* Added Luna leveling on Tier 4 favours.
* Added EOC message.
* Added Luna T4 favours into favors.rpy
2024-03-18 22:27:35 +01:00
LoafyLemon cb4fd94def Initial posing 2024-03-18 18:12:20 +00:00
Johnny28 f81822071b Card game "boss battle" one-liners improvements
* Proofread and improved the card game boss battle one-liners.
* Minor fix.
2024-03-18 12:44:40 +01:00
Johnny28 04e500f5a2 fix
* Minor fix
2024-03-06 17:00:15 +01:00
Johnny28 5fea3110ce Luna Talk to me posing
* Posed part of the event.
2024-03-06 12:45:20 +01:00
Johnny28 57a5c4b2fa Luna Talk to me - First implementation, vars, writing checks
* First implementation of Luna T4 "Talk to me" favour.
* Added writing checks and vars.
* Minor adjustments.
2024-03-04 17:39:09 +01:00
Johnny28 8e90120960 Luna Inspect body CG posing PT4
* Posed part of the events.
2024-02-10 15:36:59 +01:00
LoafyLemon a3e2b2eaee New border, transform transition and a bug fix
* Added a new decorative frame for vertical CGs.
* Added a new transition/transform.
* Fixed CG say box fade not being hidden when it should be.
2024-02-08 18:05:43 +00:00
Johnny28 02dbe988f7 Luna Inspect body CG posing PT3
* Posed part of the events.
2024-02-07 16:55:09 +01:00
Johnny28 45ddbb7321 Luna Inspect body CG posing PT3
* Posed part of the events.
* Added/adjusted animations.
* Added "moist" fluids image.
2024-02-05 18:00:43 +01:00
LoafyLemon 042846b928 Quality Assurance and Bug fix
* Added two penis positions for grinding CG
* Fixed nickname reference during Hermione's titjob favour
2024-02-03 21:36:45 +00:00
Johnny28 40d782db77 Luna Inspect body CG posing PT2
* Posed part of the events.
2024-02-02 18:44:11 +01:00
Johnny28 6c936ce5c4 Luna Inspect body CG posing PT1
* Posed part of the events.
* Fixed missing shading on "grab_tits" image.
2024-02-01 16:41:57 +01:00
Johnny28 b0b01503e7 Fix 2024-01-29 17:26:38 +01:00
Johnny28 e959bd243f Luna T4 Masturbate for me additions
* Additional writing.
2024-01-26 21:43:29 +01:00
LoafyLemon a739d97d58 Night Filter
* Added night filter for Luna's blowjob scene
2024-01-26 17:41:08 +00:00
Johnny28 3e45dda2bb Luna T4 Masturbate for me
* Added and posed T4 Luna masturbate writing.
* Fixed inconsistent faceblush during masturbate events.
* Removed T3 Luna "End of content" call.
2024-01-26 15:22:28 +01:00
Johnny28 63a7a645dd Improved Hermione Cumslut public requests
- Split events into Tier 5 and 6 instead of sequential Tier 5 events, enabling players to explore every option in a single playthrough.
- Enhanced and added writing, making it more suitable for each tier.
- Adjusted cum locations to work better with the doll.
- Added the option to set Hermione's clothing status during the event to ensure that players can experience every available option.
- Added check so that Genie has to "finish" on Hermione's body during personal favours beforehand.
2024-01-22 14:43:41 +01:00
Johnny28 a41d61ebb7 Luna inspect body CG prep
* Prepared writing file for CG additions.
* Added Tier 4 Inspect body writing.
2024-01-18 21:36:32 +01:00
Johnny28 a11c8ae81d Hermione nicknames
* Added Genie nickname success dialogue variants for Hermione.
* Minor fixes
2023-11-21 18:19:18 +01:00
Johnny28 f5074e7aac Hermione nicknames
* Added more writing for fail variants.
* Simplified dialogue checks.
* Adjusted levels to make some inaccessible dialogue accessible.
2023-11-18 13:52:52 +01:00
Johnny28 bab691b985 Luna Fellatio CG posing 2023-11-14 14:43:22 +01:00
Johnny28 4d5a7fef3b Luna Fellatio CG posing and nicknames
* Event posing.
* Added nickname for Genie "Genie".
* Added unlock req for Luna "Cumslut" nickname.
2023-11-10 16:17:32 +01:00