- Dec 09, 2024
-
-
Candymaker authored
I missed this because for some reason it still worked fine anyway...
-
Candymaker authored
-
- Aug 10, 2024
-
-
Candymaker authored
-
Candymaker authored
Humble is now listed in the shop index and can be bought. Still could use more improvement, but it's good enough for now. Closes #31
-
- Jun 15, 2024
-
-
Candymaker authored
The `target_reached` signal was not getting emitted sometimes. No idea why, but added a check to fix the problem. Fixes #32
-
- Jun 01, 2024
-
-
Candymaker authored
The pseudo-random generation was only able to generate a limited set of 64-bit numbers, even when called twice like this.
-
Candymaker authored
-
- May 17, 2024
-
-
Candymaker authored
-
- Apr 19, 2024
-
-
Candymaker authored
-
- Mar 17, 2024
-
-
Candymaker authored
After like six and a half months I finally found enought time to get this done. There's still probably issues with this new model, I will fix them as I find them. I will also improve the new textures further at a later date. I also half-assed the updated sex animations since I'll be redoing them completely anyways when I update the player models. Will get the blend files out very soon, just need to put them in a neat package and upload somewhere.
-
- Dec 10, 2023
-
-
Candymaker authored
-
Candymaker authored
-
Candymaker authored
-
- Sep 02, 2023
-
-
Candymaker authored
-
- Aug 28, 2023
-
-
Candymaker authored
-
Candymaker authored
Only includes a minimal example for testing, which is not indexed. Closes #7.
-
- Aug 20, 2023
-
-
Candymaker authored
VR/desktop only, gender filtering, and others are now done in the index JSON files instead of the resource. The system is more flexible and versatile. More conditions can be easily added. The names in the index files have been removed, since they were unused. Each type of destination (attraction, minigame, roleplay, dream) now has a subclass of destination. ContentIndex has been refactored to be more robust and thread-safe.
-
- Aug 19, 2023
-
-
Candymaker authored
Lolipop has been renamed to Lollipop. Sport has been renamed to BBall. I intend to add some more "sport" outfits reusing some of eachothers' clothing items in the same folder. The content and author translation files have been moved, and are listed in the index JSON instead of project.godot.
-
Candymaker authored
Also fix some error messages when loading saves.
-
- Aug 12, 2023
-
-
Candymaker authored
This is still far from what I want, but I'm sick of working on it. It's plenty good enough for now. Certainly a lot better than before. Closes #29 (for now).
-
- Jul 17, 2023
-
-
Candymaker authored
-
- Jul 16, 2023
-
-
Candymaker authored
-
Candymaker authored
Loading begins during fadeouts and is usually very quick. If it's done fast enough the loading screen is skipped, so you will rarely see them.
-
- Jul 15, 2023
-
-
Candymaker authored
Only exception is startup. Using Thread objects directly can cause stutters, especially on Windows. It's very important to not have any stutters in VR mode. I wanted to wait until 4.1 to do this, because I heard it's not as stable in 4.0.
-
Candymaker authored
It seems to be broken. Not sure when it stopped working, was probably an engine update.
-
Candymaker authored
Nothing actually requires 4.1, but 4.1.1 is almost out, may as well update now.
-
- Jul 08, 2023
-
-
Candymaker authored
-
- Jul 07, 2023
-
-
Candymaker authored
-
Candymaker authored
-
Candymaker authored
There are no sex spots at any of them yet, but I tested with temp ones and it does work.
-
Candymaker authored
-
Candymaker authored
-
- Jul 01, 2023
-
-
Candymaker authored
Setting GI mode to dynamic only effects VoxelGI and the effect is too miniscule to notice if the mesh doesn't have an emissive material. It's not worth the performance cost. Shadow casting has also been disabled in a few places where they weren't noticable, for performance.
-
Candymaker authored
Features a shortened crop-top, extra-short shorts, flip-flops, and lowerable sunglasses.
-
- Jun 30, 2023
-
-
Candymaker authored
Allow setting names per page. Use the proper spelling "dialogue" to better distinguish from dialog windows. Other minor improvements and fixes.
-
- Jun 18, 2023
-
-
Candymaker authored
Caught this while testing the project in Godot 4.1, thanks to its new thread safety checks.
-
- Jun 17, 2023
-
-
Candymaker authored
-
- Jun 13, 2023
-
-
Candymaker authored
Now shows author info and a description before confirming.
-
- May 31, 2023
-
-
Candymaker authored
Spouse gazing no longer does a raycast every frame. This was one of the performance issues that needed addressing before adding multiple spouses. The spouse also now looks at the player immediately during the intro sequence.
-
- May 30, 2023
-
-
Candymaker authored
-