Unciv/core/src/com/unciv/logic/map
Yair Morgenstern 2923dc80c9 Massive performance improvement thanks to:
* not mapping out the uniques every tile
* saving tech uniques and units uniques specific to movement between tiles
2018-12-17 21:33:07 +02:00
..
BFS.kt Code inspection and other general fixes - gotta clean up when there are guests ;) 2018-12-04 23:21:57 +02:00
MapUnit.kt Massive performance improvement thanks to: 2018-12-17 21:33:07 +02:00
Perlin.kt Added random land\sea division using Perlin noise 2018-10-11 13:00:23 +03:00
RandomMapGenerator.kt Mountains no longer appear in ranges - caused untenable starting positions 2018-12-14 13:46:52 +02:00
RoadStatus.kt Converted all logic/map files to Kotlin 2018-02-25 00:07:40 +02:00
TileInfo.kt Submarine is invisible now, except to submarines and destroyers. But it still can be aimed by everybody. 2018-12-12 22:52:09 +08:00
TileMap.kt Massive performance improvement thanks to: 2018-12-17 21:33:07 +02:00
UnitMovementAlgorithms.kt Massive performance improvement thanks to: 2018-12-17 21:33:07 +02:00
UnitPromotions.kt Performance: Viewable tiles are now a transient list in civInfo 2018-11-21 19:16:06 +02:00