Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to Harmony / RedirectionFramework #260

Merged
merged 44 commits into from
Jul 15, 2019

Conversation

VictorPhilipp
Copy link
Collaborator

@VictorPhilipp VictorPhilipp commented Mar 30, 2019

Fixes #119

…harmony

# Conflicts:
#	README.md
#	TLM/TLM/TLM.csproj
#	TLM/TLM/Util/ModsCompatibilityChecker.cs
…-harmony

# Conflicts:
#	TLM/TLM/Custom/AI/CustomCarAI.cs
#	TLM/TLM/Custom/AI/CustomCargoTruckAI.cs
#	TLM/TLM/Custom/AI/CustomCitizenAI.cs
#	TLM/TLM/Custom/AI/CustomPassengerCarAI.cs
#	TLM/TLM/Custom/AI/CustomTrainAI.cs
#	TLM/TLM/Custom/AI/CustomTramBaseAI.cs
#	TLM/TLM/Manager/Impl/AdvancedParkingManager.cs
#	TLM/TLM/Manager/Impl/ExtCitizenInstanceManager.cs
#	TLM/TLM/Traffic/Data/ExtCitizenInstance.cs
…ion-to-harmony

# Conflicts:
#	TLM/TLM/Custom/PathFinding/CustomPathFind2.cs
# Conflicts:
#	TLM/TLM/Geometry/Impl/SegmentGeometry.cs
#	TLM/TLM/LoadingExtension.cs
#	TLM/TLM/Manager/Impl/GeometryManager.cs
#	TLM/TLM/Manager/Impl/JunctionRestrictionsManager.cs
#	TLM/TLM/Manager/Impl/OptionsManager.cs
#	TLM/TLM/Manager/Impl/TrafficPriorityManager.cs
#	TLM/TLM/Manager/Impl/VehicleBehaviorManager.cs
#	TLM/TLM/State/ConfigData/Debug.cs
#	TLM/TLM/State/Configuration.cs
#	TLM/TLM/State/GlobalConfig.cs
#	TLM/TLM/State/Options.cs
#	TLM/TLM/TLM.csproj
#	TLM/TLM/Traffic/Impl/SegmentEnd.cs
#	TLM/TLM/UI/SubTools/JunctionRestrictionsTool.cs
#	TLM/TMPE.API/Manager/IGeometryManager.cs
#	TLM/TMPE.API/Manager/IJunctionRestrictionsManager.cs
#	TLM/TMPE.API/Traffic/Data/SegmentEndFlags.cs
#	TLM/TMPE.API/Traffic/Data/SegmentFlags.cs
# Conflicts:
#	TLM/TLM/Custom/AI/CustomCitizenAI.cs
#	TLM/TLM/Custom/AI/CustomHumanAI.cs
#	TLM/TLM/Custom/AI/CustomPassengerCarAI.cs
#	TLM/TLM/Manager/IExtCitizenInstanceManager.cs
#	TLM/TLM/Manager/Impl/AdvancedParkingManager.cs
#	TLM/TLM/Traffic/Data/ExtCitizenInstance.cs
#	TLM/TLM/TrafficManagerMod.cs
.gitmodules Outdated Show resolved Hide resolved
@VictorPhilipp VictorPhilipp changed the title #119: Migration to harmony #119: Migration to Harmony / RedirectionFramework Mar 30, 2019
@originalfoo originalfoo added enhancement Improve existing feature LABS TM:PE LABS branch STABLE TM:PE STABLE branch labels Apr 2, 2019
@VictorPhilipp
Copy link
Collaborator Author

VictorPhilipp commented Jun 6, 2019

Thanks for testing! I fixed the null reference issue.

@originalfoo originalfoo mentioned this pull request Jun 20, 2019
4 tasks
krzychu124 and others added 11 commits June 24, 2019 01:32
…s-Traffic-Manager-President-Edition into 119-migration-to-harmony

# Conflicts:
#	TLM/TLM/Custom/AI/CustomCitizenAI.cs
#	TLM/TLM/Custom/AI/CustomPassengerCarAI.cs
#	TLM/TLM/Custom/AI/CustomVehicleAI.cs
#	TLM/TLM/Custom/PathFinding/CustomPathManager.cs
#	TLM/TLM/Manager/IVehicleBehaviorManager.cs
#	TLM/TLM/Manager/Impl/AdvancedParkingManager.cs
#	TLM/TLM/Manager/Impl/JunctionRestrictionsManager.cs
#	TLM/TLM/Manager/Impl/RoutingManager.cs
#	TLM/TLM/Manager/Impl/VehicleBehaviorManager.cs
#	TLM/TLM/Traffic/Data/ExtCitizenInstance.cs
#	TLM/TMPE.sln
Hopefully one less merge conflict
…s-Traffic-Manager-President-Edition into 119-migration-to-harmony-merged

# Conflicts:
#	README.md
#	TLM/TLM/State/Options.cs
#	TLM/TLM/TLM.csproj
#	TLM/TLM/TrafficManagerMod.cs
#	TLM/TLM/UI/TrafficManagerTool.cs
Fixes Harmony savegame compat with the pre-Harmony master
originalfoo and others added 2 commits July 15, 2019 19:37
Added couple of missing keys
Master to harmony branch, resolved conflicts, savegame compatibility fix
Added the 10.21 stuff in for now, also a message about us working on v11.
Copy link
Member

@krzychu124 krzychu124 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Member

@originalfoo originalfoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM!

Copy link
Collaborator

@kvakvs kvakvs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looked through everything carefully.
Looking good.
Remaining tabs and usings and formatting will be addressed in subsequent PRs.

@originalfoo
Copy link
Member

Testing in-game seems OK to me, and seems to be save/loading successfully.

@krzychu124 krzychu124 merged commit ef4fc55 into master Jul 15, 2019
@originalfoo originalfoo deleted the 119-migration-to-harmony branch July 24, 2019 17:34
@originalfoo originalfoo added the code cleanup Refactor code, remove old code, improve maintainability label Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Refactor code, remove old code, improve maintainability enhancement Improve existing feature Harmony LABS TM:PE LABS branch STABLE TM:PE STABLE branch technical Tasks that need to be performed in order to improve quality and maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migration to Harmony
5 participants