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 #1089

Merged
merged 27 commits into from
Apr 14, 2021
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
00c83bc
Removed unused reverse redirections.
krzychu124 Feb 20, 2021
13551fe
Squashed commits from 'major-feature-harmony2-migration', removed unu…
krzychu124 Feb 21, 2021
443c0e2
Reordered methods and fields.
krzychu124 Feb 21, 2021
65389d1
- Improved TranspilerUtils
krzychu124 Feb 24, 2021
b5f21bc
- added missing GameConnectionManager.cs to VCS
krzychu124 Feb 24, 2021
86c2a94
Migrated most Vehicle patches
krzychu124 Mar 1, 2021
4ef1b78
Added missing file(wip) to the git.
krzychu124 Mar 1, 2021
74f6042
TrainAI patch migration to Harmony
krzychu124 Mar 5, 2021
6e847f6
HumanAI, ResidentAI, TouristAI patch migration, added missing imports…
krzychu124 Mar 7, 2021
7822935
Fixed StackOverflow in ResidentAI patch, moved FindCitizenPathPositio…
krzychu124 Mar 10, 2021
1fb3c3b
Pathfinding migration
krzychu124 Mar 10, 2021
b210e96
Submodule fix
krzychu124 Mar 11, 2021
1cf92e9
Deleted RedirectionFramework submodule, fixed usings
krzychu124 Mar 11, 2021
756fed3
RedirectionFramework dll copy cleanup
krzychu124 Mar 11, 2021
ce25819
Code readability improvements
krzychu124 Mar 15, 2021
189b7b6
Moved IGameConnectionManager outside of api project
krzychu124 Apr 8, 2021
f2984f5
Changes after code review, replaced harmonyDelegate with normal deleg…
krzychu124 Apr 8, 2021
16e99ff
Removed interface abstraction from GameConnectionManager
krzychu124 Apr 8, 2021
f1f98de
GetLocalizedStatusPatch - fix typo, removed redundant Update() call f…
krzychu124 Apr 10, 2021
47f0ba3
FindCitizenPathPosition() accessibility change - suggestion after cod…
krzychu124 Apr 10, 2021
4eb6438
FindCitizenPathPosition() accessibility change - suggestion after cod…
krzychu124 Apr 10, 2021
9f7bb61
Merge pull request #1060 from CitiesSkylinesMods/improvement/full-har…
krzychu124 Apr 10, 2021
cac1b15
Merge branch 'testing' of https://github.com/krzychu124/Cities-Skylin…
krzychu124 Apr 13, 2021
a226e16
Removed invalid references (RedirectionFramework deleted after migrat…
krzychu124 Apr 13, 2021
54d3a8f
Merge pull request #1088 from CitiesSkylinesMods/master-to-testing
krzychu124 Apr 13, 2021
9679c19
Merge branch 'master' into testing
krzychu124 Apr 14, 2021
94cf123
Merge branch 'master' into testing
DaEgi01 Apr 14, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[submodule "TLM/CSUtil.CameraControl"]
path = TLM/CSUtil.CameraControl
url = https://github.com/krzychu124/CSUtil.CameraControl.git
[submodule "TLM/TLM/RedirectionFramework"]
path = TLM/TLM/RedirectionFramework
url = https://github.com/krzychu124/RedirectionFramework.git
87 changes: 0 additions & 87 deletions TLM/TLM/Benchmark/BenchmarkManager.cs

This file was deleted.

107 changes: 0 additions & 107 deletions TLM/TLM/Custom/AI/CustomAmbulanceAI.cs

This file was deleted.

59 changes: 0 additions & 59 deletions TLM/TLM/Custom/AI/CustomBuildingAI.cs

This file was deleted.

102 changes: 0 additions & 102 deletions TLM/TLM/Custom/AI/CustomBusAI.cs

This file was deleted.

Loading