-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
11 additions
and
414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
Performance improvements! | ||
|
||
AI prioritizes unit upgrades over purchasing new constructions | ||
|
||
perf: Don't update city stats at *end turn* when unassigning extra population (won't affect anything until next turn where we'll recalc anyway) | ||
|
||
chore: rename hasUnique(String) -> hasTagUnique(String) | ||
|
||
perf: Unique mapping overhaul - don't multiply when checking 'has unique', prep for EnumMap for typed uniques | ||
|
||
Moved AI unit upgrade into "use gold" function, so it is prioritized *over* purchasing new constructions | ||
|
||
Resolved - units are not added to cities in resistance if non-resistant cities are available | ||
|
||
Updated Events json schema | ||
|
||
Docker build doesn't like linking version numbers of plugins | ||
|
||
Improve desktop file for Linux desktop - By MayeulC | ||
Units are not added to cities in resistance if non-resistant cities are available |