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-09-01 21:34:06 +00:00
..
AirplaneSprite.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
BudgetNumbers.java javadocs: document the BudgetNumbers class 2013-02-20 01:36:57 +00:00
Bulldozer.java refactor: consolidate checkSize() into getZoneSizeFor() 2013-08-12 02:23:54 +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 tile animation: cleanup, remove obsolete ANIMBIT constant 2013-07-17 20:59:06 +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 tiles.rc: move BURNBIT knowledge from source code to tiles.rc 2013-07-20 21:10:40 +00:00
MapListener.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
MapScanner.java scanTile: use annotations in tiles.rc to determine behavior of tiles 2013-09-01 21:34:06 +00:00
MapState.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
Micropolis.java tiles.rc: use description numbers from tiles.rc rather than hardcoded numbers 2013-09-01 16:32:25 +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 tiles.rc: move CONDBIT knowledge from source code to tiles.rc 2013-07-20 21:10:50 +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 tile animation: cleanup, remove obsolete ANIMBIT constant 2013-07-17 20:59:06 +00:00
SpriteKind.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
TileConstants.java scanTile: use annotations in tiles.rc to determine behavior of tiles 2013-09-01 21:34:06 +00:00
Tiles.java tiles.rc: use description numbers from tiles.rc rather than hardcoded numbers 2013-09-01 16:32:25 +00:00
TileSpec.java tiles.rc: annotate each tile with its description number 2013-09-01 16:32:14 +00:00
ToolEffect.java toolstroke: fix bug in the bounds checking 2013-05-17 16:47:32 +00:00
ToolEffectIfc.java toolstroke: add sound support for tooleffect class 2013-05-16 23:44:54 +00:00
ToolPreview.java toolstroke: actually make sounds when tool is applied 2013-05-16 23:46:33 +00:00
ToolResult.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
ToolStroke.java cleanup: remove a couple lines of code not needed 2013-08-12 02:37:07 +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
TranslatedToolEffect.java toolstroke: add sound support for tooleffect class 2013-05-16 23:44:54 +00:00
ZoneStatus.java javadocs: document the ZoneStatus class 2013-02-20 01:36:50 +00:00