Commit graph

18 commits

Author SHA1 Message Date
jason@long.name
de8b27d10a cleanup: repairZone should use xpos,ypos properties
instead of using function parameters

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@549 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-18 01:57:21 +00:00
jason@long.name
889676d9e2 cleanup: doCommericial, doIndustrial, use xpos,ypos properties
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@548 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-18 01:57:11 +00:00
jason@long.name
273620b6c5 cleanup: doResidential{In,Out} use xpos,ypos properties
instead of having them be passed in as parameters

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@547 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-18 01:57:04 +00:00
jason@long.name
e2c1a7eb6a cleanup: setSmoke should use xpos,ypos properties
instead of requiring them to be passed in as parameters

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@546 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-18 01:56:54 +00:00
jason@long.name
a92a5d6107 javadocs: document CityLocation, CityEval, and MapGenerator classes
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@545 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-18 01:56:47 +00:00
jason@long.name
9bf7a9d8ec javadocs: document methods of the Sprite class
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@544 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-18 01:56:41 +00:00
jason@long.name
beb640e2e8 cleanup: make Animate class private to the package
since it has no utility outside of the engine itself

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@543 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-18 01:56:34 +00:00
jason@long.name
feb04ae09a javadocs: document methods in the MapScanner class
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@542 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-18 01:56:29 +00:00
jason@long.name
082d752c21 TODO/FIXME- document some tasks that need to be looked at later
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@541 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-18 01:56:22 +00:00
jason@long.name
0255ae0744 cleanup: remove duplicate definitions of min/max game level
i.e.
removed Micropolis.MIN_LEVEL and Micropolis.MAX_LEVEL
as it was superceded by
GameLevel.MIN_LEVEL and GameLevel.MAX_LEVEL

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@540 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-17 20:58:31 +00:00
jason@long.name
9943df80f4 javadocs: explain what the simulator's internal arrays do
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@539 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-17 20:58:24 +00:00
jason@long.name
50a7cf4770 cleanup: refactor smoothTerrain() to make it side-effect free
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@538 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-17 20:58:17 +00:00
jason@long.name
567adeee43 cleanup: make qtem a local instead of global variable
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@537 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-17 20:58:10 +00:00
jason@long.name
9cedc10ef8 cleanup: make tem[] a local variable instead of global
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@536 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-17 20:58:03 +00:00
jason@long.name
99234bebc2 NewCityDialog: call makeClean() so title bar gets updated
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@535 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-17 20:57:55 +00:00
jason@long.name
db46ae46a7 update README file to explain how to run the program
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@530 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-15 15:24:36 +00:00
jason@long.name
ed6795dfca Importing source code for MicropolisJ, the Java rewrite of Micropolis.
This edition of Micropolis, written for the Java desktop platform,
is fairly feature complete. I believe the only missing functionality
is that of loading the built-in scenarios, and this can be implemented
if there is any demand for it.

I will soon update the home page at http://code.google.com/p/micropolis/
with downloadable packages of this edition of the software.


git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@528 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-14 21:02:42 +00:00
jason@long.name
99e2b7dd01 create top-level directory to hold the new Java-edition of Micropolis
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@527 d9718cc8-9f43-0410-858b-315f434eb58c
2013-02-14 20:51:42 +00:00