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 0a65ac514c TileConstants: replace BLBN, BLBNCN, BNCN constants with definitions
This will make it easier to find and replace uses of BULLBIT, BURNBIT, and
CONDBIT.

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@741 d9718cc8-9f43-0410-858b-315f434eb58c
2013-07-20 21:10:34 +00:00
..
AirplaneSprite.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
Animate.java tile animation: cleanup, remove obsolete ANIMBIT constant 2013-07-17 20:59:06 +00:00
BudgetNumbers.java javadocs: document the BudgetNumbers class 2013-02-20 01:36:57 +00:00
Bulldozer.java tile animation: cleanup, remove obsolete ANIMBIT constant 2013-07-17 20:59:06 +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 TileConstants: replace BLBN, BLBNCN, BNCN constants with definitions 2013-07-20 21:10:34 +00:00
MapListener.java Importing source code for MicropolisJ, the Java rewrite of Micropolis. 2013-02-14 21:02:42 +00:00
MapScanner.java TileConstants: replace BLBN, BLBNCN, BNCN constants with definitions 2013-07-20 21:10:34 +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: transfer ZONEBIT knowledge to tiles.rc 2013-07-20 21:10:29 +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 rail tool: fix bug where laying rail on moving traffic did not work 2013-05-22 11:33:09 +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 TileConstants: replace BLBN, BLBNCN, BNCN constants with definitions 2013-07-20 21:10:34 +00:00
Tiles.java tile animation: synthesize ANIMBIT when saving (for compatibility) 2013-07-18 13:31:50 +00:00
TileSpec.java tiles: transfer ZONEBIT knowledge to tiles.rc 2013-07-20 21:10:29 +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 TileConstants: replace BLBN, BLBNCN, BNCN constants with definitions 2013-07-20 21:10:34 +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