diff --git a/About/About.xml b/About/About.xml index 002a3457..e9eace70 100644 --- a/About/About.xml +++ b/About/About.xml @@ -1,12 +1,21 @@  - JecsToolsXTed + JecsTools jecrell + jecrell.jecstools https://discord.gg/AaVFA7V
  • 1.1
  • - 1.1.0.16 (11-16-2019) + +
  • + brrainz.harmony + Harmony + steam://url/CommunityFilePage/2009463077 + https://github.com/pardeike/HarmonyRimWorld/releases/latest +
  • +
    + 1.1.0.17 (02-29-2020) Adds modding components to RimWorld: vehicles, spell casting, weapon slots, oversized weapons, and more! @@ -65,6 +74,10 @@ Marcus Bell, RainerWingel, Dalton Johnson, Chris Seieroe, Robin Gleeson, Robert ======================== Changelog ======================== +1.1.0.17 (02-29-2020) +======================== +Updates JecsTools for use in RimWorld 1.1 + 1.1.0.16 (11-16-2019) ======================== Adds in various work-in-progress code changes. Adds a belated Japanese translation update from Proxyer. Adds a force user code fix from Mehni. Adds BigBox - a solution for larger selection boxes for oversized pawns (such as dragons). diff --git a/About/Changelog.txt b/About/Changelog.txt index 301f520f..43efd49e 100644 --- a/About/Changelog.txt +++ b/About/Changelog.txt @@ -1,3 +1,7 @@ +1.1.0.17 (02-29-2020) +======================== +Updates JecsTools for use in RimWorld 1.1 + 1.1.0.16 (11-16-2019) ======================== Adds in various work-in-progress code changes. Adds a belated Japanese translation update from Proxyer. Adds a force user code fix from Mehni. Adds BigBox - a solution for larger selection boxes for oversized pawns (such as dragons). diff --git a/About/Manifest.xml b/About/Manifest.xml index 6e6804b0..4e0f6e38 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@  JecsTools - 1.1.0.16 + 1.1.0.17 diff --git a/About/Version.txt b/About/Version.txt index d94b075b..5c10aa04 100644 --- a/About/Version.txt +++ b/About/Version.txt @@ -1 +1 @@ -1.1.0.16 +1.1.0.17 diff --git a/Assemblies/0JecsTools.dll b/Assemblies/0JecsTools.dll index 295358ff..91e55f0e 100644 Binary files a/Assemblies/0JecsTools.dll and b/Assemblies/0JecsTools.dll differ diff --git a/Assemblies/AbilityUser.dll b/Assemblies/AbilityUser.dll index 1f884bf0..338cf0cd 100644 Binary files a/Assemblies/AbilityUser.dll and b/Assemblies/AbilityUser.dll differ diff --git a/Assemblies/AbilityUserAI.dll b/Assemblies/AbilityUserAI.dll index 1ad25942..5bb203c1 100644 Binary files a/Assemblies/AbilityUserAI.dll and b/Assemblies/AbilityUserAI.dll differ diff --git a/Assemblies/CompActivatableEffect.dll b/Assemblies/CompActivatableEffect.dll index b79744b8..57560e56 100644 Binary files a/Assemblies/CompActivatableEffect.dll and b/Assemblies/CompActivatableEffect.dll differ diff --git a/Assemblies/CompAnimated.dll b/Assemblies/CompAnimated.dll index a5e8ed07..60a1d202 100644 Binary files a/Assemblies/CompAnimated.dll and b/Assemblies/CompAnimated.dll differ diff --git a/Assemblies/CompBalloon.dll b/Assemblies/CompBalloon.dll index 385437dc..118fd233 100644 Binary files a/Assemblies/CompBalloon.dll and b/Assemblies/CompBalloon.dll differ diff --git a/Assemblies/CompBigBox.dll b/Assemblies/CompBigBox.dll index 85f977d3..76369637 100644 Binary files a/Assemblies/CompBigBox.dll and b/Assemblies/CompBigBox.dll differ diff --git a/Assemblies/CompDeflector.dll b/Assemblies/CompDeflector.dll index d74372f2..ce45f4e9 100644 Binary files a/Assemblies/CompDeflector.dll and b/Assemblies/CompDeflector.dll differ diff --git a/Assemblies/CompDelayedSpawner.dll b/Assemblies/CompDelayedSpawner.dll index 1de1d742..84a61c8d 100644 Binary files a/Assemblies/CompDelayedSpawner.dll and b/Assemblies/CompDelayedSpawner.dll differ diff --git a/Assemblies/CompExtraSounds.dll b/Assemblies/CompExtraSounds.dll index 656961d0..790028f7 100644 Binary files a/Assemblies/CompExtraSounds.dll and b/Assemblies/CompExtraSounds.dll differ diff --git a/Assemblies/CompInstalledPart.dll b/Assemblies/CompInstalledPart.dll index b8e60652..e8c05e44 100644 Binary files a/Assemblies/CompInstalledPart.dll and b/Assemblies/CompInstalledPart.dll differ diff --git a/Assemblies/CompLumbering.dll b/Assemblies/CompLumbering.dll index 3e8d0e82..5f0e4d2a 100644 Binary files a/Assemblies/CompLumbering.dll and b/Assemblies/CompLumbering.dll differ diff --git a/Assemblies/CompOverlays.dll b/Assemblies/CompOverlays.dll index f66508db..6e0c525c 100644 Binary files a/Assemblies/CompOverlays.dll and b/Assemblies/CompOverlays.dll differ diff --git a/Assemblies/CompOversizedWeapon.dll b/Assemblies/CompOversizedWeapon.dll index 0bdbd605..a8ae7b00 100644 Binary files a/Assemblies/CompOversizedWeapon.dll and b/Assemblies/CompOversizedWeapon.dll differ diff --git a/Assemblies/CompSlotLoadable.dll b/Assemblies/CompSlotLoadable.dll index f6e011a0..40cbdbb1 100644 Binary files a/Assemblies/CompSlotLoadable.dll and b/Assemblies/CompSlotLoadable.dll differ diff --git a/Assemblies/CompToggleDef.dll b/Assemblies/CompToggleDef.dll index 9551cc09..fa38b7d5 100644 Binary files a/Assemblies/CompToggleDef.dll and b/Assemblies/CompToggleDef.dll differ diff --git a/Assemblies/CompVehicle.dll b/Assemblies/CompVehicle.dll index 1f25b4db..82bd657f 100644 Binary files a/Assemblies/CompVehicle.dll and b/Assemblies/CompVehicle.dll differ diff --git a/Assemblies/PawnShields.dll b/Assemblies/PawnShields.dll index c2db21d2..530da7f7 100644 Binary files a/Assemblies/PawnShields.dll and b/Assemblies/PawnShields.dll differ diff --git a/Assemblies/ThinkNodes.dll b/Assemblies/ThinkNodes.dll index 71e486f1..81c45dce 100644 Binary files a/Assemblies/ThinkNodes.dll and b/Assemblies/ThinkNodes.dll differ diff --git a/Source/.vs/JecsTools/v15/.suo b/Source/.vs/JecsTools/v15/.suo index 41e1e28f..8eaf4b6a 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 aca0341b..bbb1a5dc 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 ad24e902..94ebaa63 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/Source/AllModdingComponents/JecsTools/PlaceWorker_Outline.cs b/Source/AllModdingComponents/JecsTools/PlaceWorker_Outline.cs index 9b230fc2..05ffc398 100644 --- a/Source/AllModdingComponents/JecsTools/PlaceWorker_Outline.cs +++ b/Source/AllModdingComponents/JecsTools/PlaceWorker_Outline.cs @@ -8,7 +8,7 @@ public class PlaceWorker_Outline : PlaceWorker { private static readonly Color transparentWhite = new Color(1f, 1f, 1f, 0f); - public override void DrawGhost(ThingDef def, IntVec3 center, Rot4 rot, Color ghostCol) + public override void DrawGhost(ThingDef def, IntVec3 center, Rot4 rot, Color ghostCol, Thing thing = null) { var drawFieldCells = new List(); foreach (var c in GenAdj.CellsOccupiedBy(center, rot, def.size)) diff --git a/Source/AllModdingComponents/PawnShields/HarmonyPatches.cs b/Source/AllModdingComponents/PawnShields/HarmonyPatches.cs index 6d0586f8..aa24dc2e 100644 --- a/Source/AllModdingComponents/PawnShields/HarmonyPatches.cs +++ b/Source/AllModdingComponents/PawnShields/HarmonyPatches.cs @@ -108,8 +108,7 @@ static HarmonyPatches() new HarmonyMethod(patchCustomMethod)); } - - Log.Message("2"); + //Pawn_HealthTracker { @@ -126,8 +125,7 @@ static HarmonyPatches() null); } - - Log.Message("2"); + //Pawn_EquipmentTracker { @@ -145,8 +143,7 @@ static HarmonyPatches() } - - Log.Message("2"); + //StatWorker //TODO - Needs fixing for 1.0 { Type type = typeof(StatWorker); @@ -164,8 +161,7 @@ static HarmonyPatches() new HarmonyMethod(patchCustomMethod)); } - - Log.Message("2"); + { Type type = typeof(StatWorker);