This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
citylimitsj/src/micropolisj/engine
2013-05-16 23:41:57 +00:00
..
AirplaneSprite.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
Animate.java cleanup: fix really minor typo in comment 2013-02-23 12:54:04 +00:00
BudgetNumbers.java javadocs: document the BudgetNumbers class 2013-02-20 01:36:57 +00:00
Bulldozer.java toolstroke: move bulldozer tool code to a separate file 2013-05-16 23:41:40 +00:00
CityBudget.java CityBudget: move in the four escrow-style account balances 2013-03-23 15:45:52 +00:00
CityEval.java java6-compat: eliminate use of diamond operator (a J7-only feature) 2013-02-24 14:01:36 +00:00
CityLocation.java javadocs: document CityLocation, CityEval, and MapGenerator classes 2013-02-18 01:56:47 +00:00
CityProblem.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
Disaster.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
EarthquakeListener.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
ExplosionSprite.java cleanup: use new isZoneCenter() check instead of testing for ZONEBIT flag 2013-05-05 18:52:28 +00:00
GameLevel.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
HelicopterSprite.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
MapGenerator.java CityBudget: do not change funds when generating a map 2013-03-23 15:46:05 +00:00
MapListener.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
MapScanner.java cleanup: use new isZoneCenter() check instead of testing for ZONEBIT flag 2013-05-05 18:52:28 +00:00
MapState.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
Micropolis.java cleanup: use new isZoneCenter() check instead of testing for ZONEBIT flag 2013-05-05 18:52:28 +00:00
MicropolisMessage.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
MicropolisTool.java toolstroke: separate class for road-like tools 2013-05-16 23:41:49 +00:00
MonsterSprite.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
package.html Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
RoadLikeTool.java toolstroke: separate class for road-like tools 2013-05-16 23:41:49 +00:00
ShipSprite.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
Sound.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
Speed.java simspeed: no matter speed, always two animation cycles per sim step 2013-04-29 22:02:29 +00:00
Sprite.java cleanup: use new isZoneCenter() check instead of testing for ZONEBIT flag 2013-05-05 18:52:28 +00:00
SpriteKind.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
TileConstants.java ToolPreview: a class for holding the effect of a tool 2013-05-16 23:41:57 +00:00
ToolEffectIfc.java ToolPreview: a class for holding the effect of a tool 2013-05-16 23:41:57 +00:00
ToolPreview.java ToolPreview: a class for holding the effect of a tool 2013-05-16 23:41:57 +00:00
ToolResult.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
ToolStroke.java toolstroke: separate class for road-like tools 2013-05-16 23:41:49 +00:00
TornadoSprite.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
TrafficGen.java java6-compat: eliminate use of diamond operator (a J7-only feature) 2013-02-24 14:01:36 +00:00
TrainSprite.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
ZoneStatus.java javadocs: document the ZoneStatus class 2013-02-20 01:36:50 +00:00