TODO- update the TODO file
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@608 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
c4fa905d97
commit
cafa42e655
1 changed files with 8 additions and 5 deletions
13
TODO
13
TODO
|
@ -7,11 +7,10 @@ Simulator speeds-
|
||||||
*Do not have sprite's movement speed be dependent on speed.
|
*Do not have sprite's movement speed be dependent on speed.
|
||||||
|
|
||||||
Finances-
|
Finances-
|
||||||
*Fix bug where it is possible to get negative money :(...
|
*Pay operating costs either every week or at the beginning of the year,
|
||||||
It happens when expenses exceed income and there is no funds.
|
instead of at the end of the year. This will fix an issue where it is
|
||||||
|
possible to get negative money... just make your expenses exceed your
|
||||||
Budget dialog-
|
income and run completely out of money.
|
||||||
*Press escape to close
|
|
||||||
|
|
||||||
On Game Load-
|
On Game Load-
|
||||||
*All zones are unpowered for the first several ticks. I'd imagine there
|
*All zones are unpowered for the first several ticks. I'd imagine there
|
||||||
|
@ -31,3 +30,7 @@ Disasters-
|
||||||
City size notifications-
|
City size notifications-
|
||||||
*Pause and pop up a message the first time the city reaches 2000, 10000,
|
*Pause and pop up a message the first time the city reaches 2000, 10000,
|
||||||
50000, etc. people.
|
50000, etc. people.
|
||||||
|
|
||||||
|
Graphics-
|
||||||
|
*Let graphics be pluggable; use a mechanism similar to how the UI strings
|
||||||
|
are pluggable according to locale.
|
||||||
|
|
Reference in a new issue