diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a4e3c2..42915241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -## [Unreleased](https://github.com/LostArtefacts/TR-Rando/compare/V1.10.1...master) - xxxx-xx-xx +## [Unreleased](https://github.com/LostArtefacts/TR-Rando/compare/V1.10.2...master) - xxxx-xx-xx -## [Unreleased](https://github.com/LostArtefacts/TR-Rando/compare/V1.10.0...V1.10.1) - 2024-12-01 +## [V1.10.2](https://github.com/LostArtefacts/TR-Rando/compare/V1.10.1...V1.10.2) - 2024-12-06 +- added support for TR1X 4.6 (#796) + +## [V1.10.1](https://github.com/LostArtefacts/TR-Rando/compare/V1.10.0...V1.10.1) - 2024-12-01 - fixed too many pickups on the same tile in TR2R patch 4 causing a crash (#793) ## [V1.10.0](https://github.com/LostArtefacts/TR-Rando/compare/V1.9.3...V1.10.0) - 2024-11-05 diff --git a/Deps/TRGE.Coord.dll b/Deps/TRGE.Coord.dll index eb2d0af8..650a92c7 100644 Binary files a/Deps/TRGE.Coord.dll and b/Deps/TRGE.Coord.dll differ diff --git a/Deps/TRGE.Core.dll b/Deps/TRGE.Core.dll index 19bb4c02..5ba1ec74 100644 Binary files a/Deps/TRGE.Core.dll and b/Deps/TRGE.Core.dll differ diff --git a/TRRandomizerCore/Helpers/TR1XInjectionType.cs b/TRRandomizerCore/Helpers/TR1XInjectionType.cs index cf4d7354..a20b3066 100644 --- a/TRRandomizerCore/Helpers/TR1XInjectionType.cs +++ b/TRRandomizerCore/Helpers/TR1XInjectionType.cs @@ -11,4 +11,7 @@ public enum TR1XInjectionType LaraJumps, ItemRotation, PS1Enemy, + DisableAnimSprite, + Skybox, + PSCrystal, } diff --git a/TRRandomizerCore/Processors/TR1/TR1InjectionProcessor.cs b/TRRandomizerCore/Processors/TR1/TR1InjectionProcessor.cs index 5e68a35a..5af70de3 100644 --- a/TRRandomizerCore/Processors/TR1/TR1InjectionProcessor.cs +++ b/TRRandomizerCore/Processors/TR1/TR1InjectionProcessor.cs @@ -12,6 +12,8 @@ public class TR1InjectionProcessor : TR1LevelProcessor { TR1XInjectionType.LaraAnims, TR1XInjectionType.LaraJumps, + TR1XInjectionType.Skybox, + TR1XInjectionType.PSCrystal, }; public void Run() diff --git a/TRRandomizerView/TRRandomizerView.csproj b/TRRandomizerView/TRRandomizerView.csproj index 5ac09752..a3f98e5f 100644 --- a/TRRandomizerView/TRRandomizerView.csproj +++ b/TRRandomizerView/TRRandomizerView.csproj @@ -20,7 +20,7 @@ false Resources\rando.ico - 1.10.1 + 1.10.2 Tomb Raider Randomizer Copyright © Tomb Raider Community 2024