From a6edf3a110a4f2a5010322e421e734f2f7fe44f3 Mon Sep 17 00:00:00 2001
From: Vrelnir <vrelnir@gmail.com>
Date: Sat, 30 Mar 2024 00:20:24 +0000
Subject: [PATCH] Updated to 0.4.6.4

---
 DoL Changelog.txt                            | 49 +++++++++++++++++++-
 devTools/androidsdk/image/cordova/config.xml |  2 +-
 game/01-config/sugarcubeConfig.js            |  2 +-
 version                                      |  2 +-
 4 files changed, 50 insertions(+), 5 deletions(-)

diff --git a/DoL Changelog.txt b/DoL Changelog.txt
index b742aca5df..33cfe39266 100644
--- a/DoL Changelog.txt	
+++ b/DoL Changelog.txt	
@@ -132,7 +132,7 @@ Thanks to Cutiland for the following additions and improvements:
 Alex now has specific ejaculation lines, rather sharing them with generic NPCs. Coded by Cutiland. Written by Cutiland and Index.
 Added a different interaction for the party date with Avery, where a random NPC asks Avery what they do to afford such expensive parties. Written by Avur.
 When entering the farm around 6 and 7 a.m the PC may find out that Alex is not in the shower shed getting ready for work and decide to look for them in the cottage. Written by Index.
-Avery now have a more detailed scene when drinking whine with PC. Written by Avur.
+Avery now have a more detailed scene when drinking wine with PC. Written by Avur.
 Black Wolf will now bring a baby rabbit for a visible disturbed PC. Written by Charming.
 Robin may now sometimes visit PC while they're working in the Cafe. Written by FoxgirlZoe.
 Whitney will sometimes try to bully Robin by pulling their lower clothing down in the hallways. Written by Doodle and Juniaki.
@@ -402,7 +402,52 @@ Fix to being unable to take Dr Harper's or the Asylum's pills. Thanks to Lollipo
 Fixed a bug with masking images. Thanks to Kirsty.
 Gave the long-sleeved shirt the appropriate gender designation. Thanks to Kirsty.
 Fixed a bug with NPCs at the pub. Thanks to Kirsty.
-Fixed school lockers not being able to be broken into at F skulduggery. Thanks to Kirsty
+Fixed school lockers not being able to be broken into at F skulduggery. Thanks to Kirsty.
+
+
+0.4.6.4
+Fixed a regression of Sydney's minus corruption being purple. Thanks to Xao.
+Fixed an issue where you'd get sent to the ufarm at night,if you had unlocked your gate the night before, during the day. Thanks to Tanny78.
+The oyster scene in the cave diving sequence should now only appear if vore is enabled. Thanks to Tanny78.
+Thanks to Tanny78 for other fixes at the farm.
+Thanks to P_Ruby for fixing an incorrect pronoun.
+Thanks to miyakoAki4828 for a Kylar pronoun issue.
+Thanks to P_Ruby for typo fixes.
+
+Thanks to PurityGuy for the following fixes:
+Fixed the debug renderer being unusable, and restored functionality to the main layer groups.
+Fixed some issues with Alex regarding condoms.
+Demon players will no longer absorb the sexual essence of an NPC after escaping a stalking encounter. I don't know how this was never caught.
+Fixed an error when encountering the Wraith in soft mode.
+Fixed not getting paid at the adult shop in certain events.
+Fixed a span error at the office building.
+Fixed the dogs at the pound generating using human gender settings instead of beast settings.
+Fixed Kylar being unreachable in the canteen, and prevented them from telepathically sensing your interactions with Sydney from the prison.
+Sneaking to Robin's room while exposed should no longer teleport them back to the orphanage from other locations or punishment events.
+
+Thanks to Lollipop Scythe for the following fixes:
+Fixed an issue at the pound where dogs used human gender chance instead of beast.
+Fixed an issue with a beach cave event.
+Fixed a bug that interfered with masturbation text.
+Clarified the explanation fo the player image override feature.
+
+Thanks to Kirsty for the following fixes:
+Fixed a year-old bug with accessory layers not being updated in updateClothes.
+Fixed angel wing layering issues.
+Falling with classic angel wings will now give you the classic fallen wings by default.
+Fixed undefined pronouns in the pub after tipping/stealing from the musician.
+Fixed neon blue, denim, russet, lilac, and navy blue colours not displaying on icon.
+Removed original colour option on denimwear, replaced with denim colour.
+Fixed missing combat image for reading glasses and several headwear items.
+Fixed missing sidebar image error for swimming goggles.
+Adjusted shortall sprite to cover the player's underwear.
+Fixed broken link on the pirate ship.
+The shirt and blazer top can now be properly tucked/untucked.
+Fixed incorrect pj cover sprites and added missing breast sprites for the monk's habit. Thanks to Eudemonism00.
+Added missing breast sprites for the star and moon pjs. Thanks to Beta.
+Fixed zoom issue with roll over button in combat. Thanks to Xao.
+Fixed missing sleeve acc images on the open shoulder lolita dress.
+
 
 
 0.4.5.3
diff --git a/devTools/androidsdk/image/cordova/config.xml b/devTools/androidsdk/image/cordova/config.xml
index f65ddd8b03..db7e960981 100644
--- a/devTools/androidsdk/image/cordova/config.xml
+++ b/devTools/androidsdk/image/cordova/config.xml
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='utf-8'?>
 <widget 
     id="dol" 
-    version="0.4.6.3" 
+    version="0.4.6.4" 
     xmlns="http://www.w3.org/ns/widgets" 
     xmlns:cdv="http://cordova.apache.org/ns/1.0"
     android-packageName="com.vrelnir.DegreesOfLewdity"
diff --git a/game/01-config/sugarcubeConfig.js b/game/01-config/sugarcubeConfig.js
index fc2fbd2bb8..3cd5701a0a 100644
--- a/game/01-config/sugarcubeConfig.js
+++ b/game/01-config/sugarcubeConfig.js
@@ -11,7 +11,7 @@ window.StartConfig = {
 	debug: false,
 	enableImages: true,
 	enableLinkNumberify: true,
-	version: "0.4.6.3",
+	version: "0.4.6.4",
 	versionName: "",
 	sneaky: false,
 };
diff --git a/version b/version
index 800a8cede9..99cf3badd1 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.4.6.3
\ No newline at end of file
+0.4.6.4
\ No newline at end of file
-- 
GitLab