diff --git a/About/About.xml b/About/About.xml index 0bf4909d..ba159c19 100644 --- a/About/About.xml +++ b/About/About.xml @@ -18,7 +18,7 @@ - 1.1.0.18 (02-29-2020) + 1.1.0.19 (02-29-2020) Adds modding components to RimWorld: vehicles, spell casting, weapon slots, oversized weapons, and more! @@ -77,6 +77,10 @@ Marcus Bell, RainerWingel, Dalton Johnson, Chris Seieroe, Robin Gleeson, Robert ======================== Changelog ======================== +1.1.0.19 (02-29-2020) +======================== +Hotfix for adding compatibility between the newest version of RimWorld and the previous version of 1.0. + 1.1.0.18 (02-29-2020) ======================== Added cross compatibility for RimWorld 1.0 as well as RimWorld 1.1. diff --git a/About/Changelog.txt b/About/Changelog.txt index 87938b5a..92245849 100644 --- a/About/Changelog.txt +++ b/About/Changelog.txt @@ -1,3 +1,7 @@ +1.1.0.19 (02-29-2020) +======================== +Hotfix for adding compatibility between the newest version of RimWorld and the previous version of 1.0. + 1.1.0.18 (02-29-2020) ======================== Added cross compatibility for RimWorld 1.0 as well as RimWorld 1.1. diff --git a/About/Manifest.xml b/About/Manifest.xml index 5f65cf45..3d7ba6fa 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@  JecsTools - 1.1.0.18 + 1.1.0.19 diff --git a/About/Version.txt b/About/Version.txt index 191e2da2..b10c8a44 100644 --- a/About/Version.txt +++ b/About/Version.txt @@ -1 +1 @@ -1.1.0.18 +1.1.0.19 diff --git a/Assemblies/0JecsTools.dll b/Assemblies/0JecsTools.dll index e5bde95f..51408fe0 100644 Binary files a/Assemblies/0JecsTools.dll and b/Assemblies/0JecsTools.dll differ diff --git a/Assemblies/AbilityUser.dll b/Assemblies/AbilityUser.dll index 4f1dd530..45cbc2f5 100644 Binary files a/Assemblies/AbilityUser.dll and b/Assemblies/AbilityUser.dll differ diff --git a/Assemblies/AbilityUserAI.dll b/Assemblies/AbilityUserAI.dll index bedd1b7e..3a98066a 100644 Binary files a/Assemblies/AbilityUserAI.dll and b/Assemblies/AbilityUserAI.dll differ diff --git a/Assemblies/CompActivatableEffect.dll b/Assemblies/CompActivatableEffect.dll index f38682b5..43e02233 100644 Binary files a/Assemblies/CompActivatableEffect.dll and b/Assemblies/CompActivatableEffect.dll differ diff --git a/Assemblies/CompAnimated.dll b/Assemblies/CompAnimated.dll index fe9d0aff..e2d203a1 100644 Binary files a/Assemblies/CompAnimated.dll and b/Assemblies/CompAnimated.dll differ diff --git a/Assemblies/CompBalloon.dll b/Assemblies/CompBalloon.dll index 3b7a1d9a..ed5dc2df 100644 Binary files a/Assemblies/CompBalloon.dll and b/Assemblies/CompBalloon.dll differ diff --git a/Assemblies/CompBigBox.dll b/Assemblies/CompBigBox.dll index 8e0de3cb..1948de17 100644 Binary files a/Assemblies/CompBigBox.dll and b/Assemblies/CompBigBox.dll differ diff --git a/Assemblies/CompDeflector.dll b/Assemblies/CompDeflector.dll index 7d852761..d0e1a147 100644 Binary files a/Assemblies/CompDeflector.dll and b/Assemblies/CompDeflector.dll differ diff --git a/Assemblies/CompDelayedSpawner.dll b/Assemblies/CompDelayedSpawner.dll index 54c258af..3e6b6a76 100644 Binary files a/Assemblies/CompDelayedSpawner.dll and b/Assemblies/CompDelayedSpawner.dll differ diff --git a/Assemblies/CompExtraSounds.dll b/Assemblies/CompExtraSounds.dll index 7f567a8f..e2ced7c8 100644 Binary files a/Assemblies/CompExtraSounds.dll and b/Assemblies/CompExtraSounds.dll differ diff --git a/Assemblies/CompInstalledPart.dll b/Assemblies/CompInstalledPart.dll index d1f627c1..81c314a2 100644 Binary files a/Assemblies/CompInstalledPart.dll and b/Assemblies/CompInstalledPart.dll differ diff --git a/Assemblies/CompLumbering.dll b/Assemblies/CompLumbering.dll index 8146a1ba..ea0854b2 100644 Binary files a/Assemblies/CompLumbering.dll and b/Assemblies/CompLumbering.dll differ diff --git a/Assemblies/CompOverlays.dll b/Assemblies/CompOverlays.dll index 11ce08cb..6f8ebdd9 100644 Binary files a/Assemblies/CompOverlays.dll and b/Assemblies/CompOverlays.dll differ diff --git a/Assemblies/CompOversizedWeapon.dll b/Assemblies/CompOversizedWeapon.dll index 68a7d83e..499d6bf4 100644 Binary files a/Assemblies/CompOversizedWeapon.dll and b/Assemblies/CompOversizedWeapon.dll differ diff --git a/Assemblies/CompSlotLoadable.dll b/Assemblies/CompSlotLoadable.dll index ca42a572..a55ab1df 100644 Binary files a/Assemblies/CompSlotLoadable.dll and b/Assemblies/CompSlotLoadable.dll differ diff --git a/Assemblies/CompToggleDef.dll b/Assemblies/CompToggleDef.dll index 376a9c15..3cab4fce 100644 Binary files a/Assemblies/CompToggleDef.dll and b/Assemblies/CompToggleDef.dll differ diff --git a/Assemblies/CompVehicle.dll b/Assemblies/CompVehicle.dll index 38a93ec0..de8814ea 100644 Binary files a/Assemblies/CompVehicle.dll and b/Assemblies/CompVehicle.dll differ diff --git a/Assemblies/PawnShields.dll b/Assemblies/PawnShields.dll index 52937598..a66183df 100644 Binary files a/Assemblies/PawnShields.dll and b/Assemblies/PawnShields.dll differ diff --git a/Assemblies/ThinkNodes.dll b/Assemblies/ThinkNodes.dll index aa04b151..d9b7b123 100644 Binary files a/Assemblies/ThinkNodes.dll and b/Assemblies/ThinkNodes.dll differ diff --git a/LoadFolders.xml b/LoadFolders.xml index 7ee4fc90..1c79815f 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -5,7 +5,6 @@
  • 1.0
  • -
  • Common
  • /
  • \ No newline at end of file diff --git a/Source/.vs/JecsTools/v15/.suo b/Source/.vs/JecsTools/v15/.suo index 42eba966..2b1356b0 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 8be0c0bf..e7f88e4a 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 e4a690af..bcfaed70 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 diff --git a/updateinfo b/updateinfo index 8645be30..0b6e61b7 100644 --- a/updateinfo +++ b/updateinfo @@ -3,10 +3,10 @@ ============================== JecsTools Update -v1.1.0.17 (02-29-2020) +v1.1.0.18 (02-29-2020) ==================== -Updates JecsTools for use in RimWorld 1.1 +Added cross compatibility for RimWorld 1.0 as well as RimWorld 1.1. -------------------- Download now on... @@ -25,12 +25,12 @@ Discuss the mod on... [img width=260]https://raw.githubusercontent.com/jecrell/JecsTools/master/About/Preview.png[/img] [hr] [b]JecsTools -Version: 1.1.0.17 +Version: 1.1.0.18 Updated: 02-29-2020 -Description: [color=orange]Updates JecsTools for use in RimWorld 1.1[/color] +Description: [color=orange]Added cross compatibility for RimWorld 1.0 as well as RimWorld 1.1.[/color] [hr] [b]Download now on...[/b] -[url=https://www.patreon.com/posts/22139730]Patreon[/url] +[url=https://www.patreon.com/posts/34452021]Patreon[/url] [url=https://github.com/jecrell/JecsTools]GitHub[/url] [url=https://steamcommunity.com/sharedfiles/filedetails/?id=932008009]Steam[/url] [b]Discuss the mod on...[/b]