diff --git a/About/About.xml b/About/About.xml index 54ef739c..599b6593 100644 --- a/About/About.xml +++ b/About/About.xml @@ -4,7 +4,7 @@ jecrell https://discord.gg/AaVFA7V 1.0.2059 - 1.1.0.14 (11-18-2018) + 1.1.0.15 (12-14-2018) Adds modding components to RimWorld: vehicles, spell casting, weapon slots, oversized weapons, and more! @@ -63,6 +63,10 @@ Maaxar, Shibby Says, TheJagermeister, Cory Bonifay, Kiya Nicoll, Matt Harris, Pa ======================== Changelog ======================== +1.1.0.15 (12-14-2018) +======================== +Removed apparel detour -- replaced with proper patched + 1.1.0.14 (11-18-2018) ======================== Added AlienRace BackstoryDef functionality into the JecsTools namespace diff --git a/About/Changelog.txt b/About/Changelog.txt index f14af213..b3f79804 100644 --- a/About/Changelog.txt +++ b/About/Changelog.txt @@ -1,3 +1,7 @@ +1.1.0.15 (12-14-2018) +======================== +Removed apparel detour -- replaced with proper patched + 1.1.0.14 (11-18-2018) ======================== Added AlienRace BackstoryDef functionality into the JecsTools namespace diff --git a/About/Manifest.xml b/About/Manifest.xml index 3aa78b64..808044b8 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@  JecsTools - 1.1.0.14 + 1.1.0.15 diff --git a/About/Version.txt b/About/Version.txt index 072f6560..09d816ed 100644 --- a/About/Version.txt +++ b/About/Version.txt @@ -1 +1 @@ -1.1.0.14 +1.1.0.15 diff --git a/Assemblies/0JecsTools.dll b/Assemblies/0JecsTools.dll index a996b822..61a69bf3 100644 Binary files a/Assemblies/0JecsTools.dll and b/Assemblies/0JecsTools.dll differ diff --git a/Assemblies/AbilityUser.dll b/Assemblies/AbilityUser.dll index cfb5b515..03a9ebd4 100644 Binary files a/Assemblies/AbilityUser.dll and b/Assemblies/AbilityUser.dll differ diff --git a/Assemblies/AbilityUserAI.dll b/Assemblies/AbilityUserAI.dll index 31aca998..692fb0a5 100644 Binary files a/Assemblies/AbilityUserAI.dll and b/Assemblies/AbilityUserAI.dll differ diff --git a/Assemblies/CompActivatableEffect.dll b/Assemblies/CompActivatableEffect.dll index e0999870..733b0066 100644 Binary files a/Assemblies/CompActivatableEffect.dll and b/Assemblies/CompActivatableEffect.dll differ diff --git a/Assemblies/CompAnimated.dll b/Assemblies/CompAnimated.dll index bf25761c..29ad3aba 100644 Binary files a/Assemblies/CompAnimated.dll and b/Assemblies/CompAnimated.dll differ diff --git a/Assemblies/CompBalloon.dll b/Assemblies/CompBalloon.dll index afce2d1a..1a30ef6c 100644 Binary files a/Assemblies/CompBalloon.dll and b/Assemblies/CompBalloon.dll differ diff --git a/Assemblies/CompDeflector.dll b/Assemblies/CompDeflector.dll index 3679d9ab..42b5b9f1 100644 Binary files a/Assemblies/CompDeflector.dll and b/Assemblies/CompDeflector.dll differ diff --git a/Assemblies/CompDelayedSpawner.dll b/Assemblies/CompDelayedSpawner.dll index 45a73f3b..7c1b8add 100644 Binary files a/Assemblies/CompDelayedSpawner.dll and b/Assemblies/CompDelayedSpawner.dll differ diff --git a/Assemblies/CompExtraSounds.dll b/Assemblies/CompExtraSounds.dll index d00d3460..b5dcefd0 100644 Binary files a/Assemblies/CompExtraSounds.dll and b/Assemblies/CompExtraSounds.dll differ diff --git a/Assemblies/CompInstalledPart.dll b/Assemblies/CompInstalledPart.dll index 8747fdbc..0fbf7123 100644 Binary files a/Assemblies/CompInstalledPart.dll and b/Assemblies/CompInstalledPart.dll differ diff --git a/Assemblies/CompLumbering.dll b/Assemblies/CompLumbering.dll index 4a77400a..4e4d45ef 100644 Binary files a/Assemblies/CompLumbering.dll and b/Assemblies/CompLumbering.dll differ diff --git a/Assemblies/CompOverlays.dll b/Assemblies/CompOverlays.dll index 7a5dd8ec..c9592adc 100644 Binary files a/Assemblies/CompOverlays.dll and b/Assemblies/CompOverlays.dll differ diff --git a/Assemblies/CompOversizedWeapon.dll b/Assemblies/CompOversizedWeapon.dll index 15a1ac38..b71f2a36 100644 Binary files a/Assemblies/CompOversizedWeapon.dll and b/Assemblies/CompOversizedWeapon.dll differ diff --git a/Assemblies/CompSlotLoadable.dll b/Assemblies/CompSlotLoadable.dll index 8ffe5abc..4517e1a9 100644 Binary files a/Assemblies/CompSlotLoadable.dll and b/Assemblies/CompSlotLoadable.dll differ diff --git a/Assemblies/CompToggleDef.dll b/Assemblies/CompToggleDef.dll index 65d87801..32f4c3c3 100644 Binary files a/Assemblies/CompToggleDef.dll and b/Assemblies/CompToggleDef.dll differ diff --git a/Assemblies/CompVehicle.dll b/Assemblies/CompVehicle.dll index 1c92513f..64405f2a 100644 Binary files a/Assemblies/CompVehicle.dll and b/Assemblies/CompVehicle.dll differ diff --git a/Assemblies/PawnShields.dll b/Assemblies/PawnShields.dll index 0a50a9c9..7f434f35 100644 Binary files a/Assemblies/PawnShields.dll and b/Assemblies/PawnShields.dll differ diff --git a/Source/.vs/JecsTools/v15/.suo b/Source/.vs/JecsTools/v15/.suo index ddf3ed6b..c7aa0398 100644 Binary files a/Source/.vs/JecsTools/v15/.suo and b/Source/.vs/JecsTools/v15/.suo differ diff --git a/Source/.vs/JecsTools/v15/Server/sqlite3/storage.ide-shm b/Source/.vs/JecsTools/v15/Server/sqlite3/storage.ide-shm index f4bda04d..54938019 100644 Binary files a/Source/.vs/JecsTools/v15/Server/sqlite3/storage.ide-shm and b/Source/.vs/JecsTools/v15/Server/sqlite3/storage.ide-shm differ diff --git a/Source/.vs/JecsTools/v15/Server/sqlite3/storage.ide-wal b/Source/.vs/JecsTools/v15/Server/sqlite3/storage.ide-wal index 2ca65e51..91f97c3b 100644 Binary files a/Source/.vs/JecsTools/v15/Server/sqlite3/storage.ide-wal and b/Source/.vs/JecsTools/v15/Server/sqlite3/storage.ide-wal differ