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
jason@long.name f3ca16a672 behaviors: define a new class TileBehavior to be a base class
this will be a base class of all tile-behavior classes

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@868 d9718cc8-9f43-0410-858b-315f434eb58c
2013-10-04 12:53:52 +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 copyright: add copyright notices to source files missing it 2013-09-28 20:23:22 +00:00
CityBudget.java CityBudget: move in the four escrow-style account balances 2013-03-23 15:45:52 +00:00
CityDimension.java refactor: introduce new CityDimension class to encapsulate width/height 2013-09-05 11:22:40 +00:00
CityEval.java city-eval: use public getTrafficDensity() instead of direct access 2013-09-28 16:34:37 +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
CityRect.java android port: convert use of java.awt.Rectangle to own CityRect class 2013-09-09 14:11:55 +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 behaviors: rename old TileBehavior class to make room for new one 2013-10-04 12:53:49 +00:00
MapState.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
Micropolis.java overlay: use public getLandValue() method to draw landvalue overlay 2013-09-28 16:34:28 +00:00
MicropolisMessage.java refactor: remove isPic argument from cityMessage() notification 2013-09-22 00:48:34 +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 copyright: add copyright notices to source files missing it 2013-09-28 20:23:22 +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 refactor: remove isPic argument from cityMessage() notification 2013-09-22 00:48:34 +00:00
SpriteKind.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
TileBehavior.java behaviors: define a new class TileBehavior to be a base class 2013-10-04 12:53:52 +00:00
TileConstants.java cleanup: rename FREEZ to RESCLR for consistency 2013-09-20 11:21:28 +00:00
Tiles.java copyright: add copyright notices to source files missing it 2013-09-28 20:23:22 +00:00
TileSpec.java copyright: add copyright notices to source files missing it 2013-09-28 20:23:22 +00:00
ToolEffect.java copyright: add copyright notices to source files missing it 2013-09-28 20:23:22 +00:00
ToolEffectIfc.java copyright: add copyright notices to source files missing it 2013-09-28 20:23:22 +00:00
ToolPreview.java copyright: add copyright notices to source files missing it 2013-09-28 20:23:22 +00:00
ToolResult.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
ToolStroke.java android port: convert use of java.awt.Rectangle to own CityRect class 2013-09-09 14:11:55 +00:00
TornadoSprite.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
TrafficGen.java refactor: move traffic-density mutation code to new function 2013-09-28 16:33:56 +00:00
TrainSprite.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
TranslatedToolEffect.java copyright: add copyright notices to source files missing it 2013-09-28 20:23:22 +00:00
ZoneStatus.java javadocs: document the ZoneStatus class 2013-02-20 01:36:50 +00:00