FreeCol / freecol

FreeCol: FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization. The objective of the game is to create an independent nation.
GNU General Public License v2.0
585 stars 170 forks source link

Maps Overhaul #65

Closed Blakeley00 closed 4 years ago

Blakeley00 commented 4 years ago

New Mazim maps added, damaged rivers in old maps repaired, authors of old maps identified, all maps renamed to include size and author info. Map properties file updated too. Full details can be found in this post: https://sourceforge.net/p/freecol/discussion/141200/thread/9eb4fbdf/?page=2&limit=25#b431

Note: NO maps have been removed. The 5 old maps are simply renamed to use the new naming system.

Maps

mpope042 commented 4 years ago

Merged after a short struggle in git.5b617fe. The map renaming broke the test suite (running "ant test" is recommended) but I took the opportunity to find a workaround for an out-of-memory fail when importing large maps.

Blakeley00 commented 4 years ago

Thank you Mike! This is great news. Sorry it wasn't smooth sailing still.