jason@long.name
|
3df55318e0
|
graphics: convert all_commercial into com_zones (arranged in 3x3 blocks)
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@702 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-25 18:56:03 +00:00 |
|
jason@long.name
|
960b734417
|
graphics: res_zones: has residential tiles arranged in 3x3 blocks
(the same way they appear in the game)
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@701 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-25 18:55:42 +00:00 |
|
jason@long.name
|
c203103baf
|
graphics/HACKING doc: explains how to build a new tiles.png
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@700 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-25 17:40:27 +00:00 |
|
jason@long.name
|
ad6d40200c
|
MakeTiles: make default to take whole image specified
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@699 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-25 17:40:11 +00:00 |
|
jason@long.name
|
43f940aa6f
|
roads: rearrange into 11 columns of 16 tiles each
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@698 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-25 17:39:55 +00:00 |
|
jason@long.name
|
7ce218e21b
|
graphics: split all_terrain into 64 tiles of terrain, and 176 tiles of roads
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@697 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-25 17:39:39 +00:00 |
|
jason@long.name
|
0018fe13ae
|
MakeTiles: a little program to assemble the image based on tiles.dat
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@696 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-25 17:39:24 +00:00 |
|
jason@long.name
|
9f5584c124
|
graphics: split up tiles.png into four parts
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@695 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-25 17:39:03 +00:00 |
|
jason@long.name
|
0778b92d05
|
locale: add half-complete Swedish translation, contributed by felix.riiga
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@694 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-18 17:31:38 +00:00 |
|
jason@long.name
|
101aa15c66
|
build.xml: automatically convert utf8 files for translated strings
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@693 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-18 01:02:53 +00:00 |
|
jason@long.name
|
d7f7cf95ca
|
repos: specify what files to ignore
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@692 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-18 01:02:44 +00:00 |
|
jason@long.name
|
f7c8cb53e2
|
gui: change layout of new-city-dialog to work with wider dialog
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@691 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-15 12:41:54 +00:00 |
|
jason@long.name
|
3138b04741
|
translation tool: if language already has translated strings, load them
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@690 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-15 12:41:46 +00:00 |
|
jason@long.name
|
ef6b562553
|
translation: add French (fr) translation for Micropolis
contributed by Benoît Gross
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@689 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-06-14 20:57:04 +00:00 |
|
jason@long.name
|
873caa361b
|
cleanup: move tile value comparisons into TileConstants class
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@688 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:55:58 +00:00 |
|
jason@long.name
|
f5e1793592
|
cleanup: move res/com/ind Zone Pop() functions to TileConstants
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@687 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:55:49 +00:00 |
|
jason@long.name
|
25751e73c4
|
cleanup: do not refetch the tile value when a property exists having it
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@686 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:55:41 +00:00 |
|
jason@long.name
|
cd7537768d
|
road/rail deteriation: use isOverWater() instead of hard-coded numbers
Note- this will allow deteriation of bridges even when there is
traffic. This is a change from previous versions.
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@685 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:55:33 +00:00 |
|
jason@long.name
|
c272e200bf
|
cleanup: isOverWater() should neutralize traffic, not the caller
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@684 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:55:25 +00:00 |
|
jason@long.name
|
599ea026f3
|
cleanup: move neutralizeRoad() to TileConstants
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@683 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:55:17 +00:00 |
|
jason@long.name
|
e2fd24ff10
|
tiles: document the underwater railroad tiles
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@682 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:55:08 +00:00 |
|
jason@long.name
|
9ff3e14eb5
|
cleanup: avoid comparisons with tile constants
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@681 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:55:00 +00:00 |
|
jason@long.name
|
906a0c4570
|
tiles: helper function- isTinyExplosion
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@680 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:52:36 +00:00 |
|
jason@long.name
|
6794888026
|
tiles: helper functions- isFire, isRadioactive, isFlood
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@679 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:52:27 +00:00 |
|
jason@long.name
|
d708cdb0f2
|
TODO file: remove note about enforcing straight lines for roads
since that's been fixed in v1.3
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@678 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-28 01:52:17 +00:00 |
|
jason@long.name
|
e06fe7a7ee
|
build.xml: bump version number
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@677 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-24 00:32:28 +00:00 |
|
jason@long.name
|
f3af16e2e4
|
rail tool: fix bug where laying rail on moving traffic did not work
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@673 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-22 11:33:09 +00:00 |
|
jason@long.name
|
682c9964a5
|
translation-tool: allow Test to work even if java not in path
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@672 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:37:44 +00:00 |
|
jason@long.name
|
88fc2ae4bb
|
translation-tool: make Submit button show submission instructions
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@671 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:31:03 +00:00 |
|
jason@long.name
|
a9eaa3021e
|
translation-tool: remove Save btn; instead, auto-save when needed
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@670 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:30:47 +00:00 |
|
jason@long.name
|
5fddf1d8f1
|
translation-tool: do not allow removing/testing the "C" locale
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@669 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:30:31 +00:00 |
|
jason@long.name
|
74bc9593b3
|
translation-tool: code for removing locale from tool
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@668 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:30:15 +00:00 |
|
jason@long.name
|
4f728f229f
|
translation-tool: move StringsModel to separate file
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@667 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:29:58 +00:00 |
|
jason@long.name
|
88e9186ca1
|
translation-tool: allow running from any working directory
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@666 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:29:42 +00:00 |
|
jason@long.name
|
ac980de693
|
translation-tool: save working files in user's home directory
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@665 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:29:26 +00:00 |
|
jason@long.name
|
11a5489fb7
|
translation-tool: abstract the table to a separate class
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@664 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:29:08 +00:00 |
|
jason@long.name
|
d8a0c8fe45
|
translation-tool: stubs for additional buttons
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@663 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:28:52 +00:00 |
|
jason@long.name
|
99756b5d0a
|
translations: merge in my older work on the translation tool
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@662 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:28:32 +00:00 |
|
jason@long.name
|
30a5b6d53c
|
TranslationTool: add a 'Test' button to launch Micropolis with translated strings
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@661 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:28:14 +00:00 |
|
jason@long.name
|
8f67c73383
|
TranslationTool: now able to load/save strings files
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@660 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:27:57 +00:00 |
|
jason@long.name
|
b99acad675
|
start of new tool: TranslationTool, for working on strings
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@659 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:27:42 +00:00 |
|
jason@long.name
|
237b28ebe7
|
translations: add menu item for launching translation tool
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@658 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-21 13:27:23 +00:00 |
|
jason@long.name
|
b20a0f7e77
|
error_popop: added a button for Exiting the program altogether
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@657 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-20 16:12:25 +00:00 |
|
jason@long.name
|
78934b9961
|
error_popup: protect all mouse events from unexpected errors
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@656 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-20 16:12:10 +00:00 |
|
jason@long.name
|
3abbc599f2
|
error_popup: protect all menu items from unexpected errors
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@655 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-20 16:11:53 +00:00 |
|
jason@long.name
|
dce768ef45
|
toolstroke: fix bug in the bounds checking
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@653 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-17 16:47:32 +00:00 |
|
jason@long.name
|
6de75a7947
|
error_popup: show an error message window when simulator crashes
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@652 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-17 11:26:56 +00:00 |
|
jason@long.name
|
4e27a04cc3
|
tiles: CLEAR is not doze-able
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@651 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-17 01:16:06 +00:00 |
|
jason@long.name
|
aacddfa6ef
|
tiles: CLEAR is not a zone-center
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@650 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-16 23:46:46 +00:00 |
|
jason@long.name
|
66fc6f58d2
|
toolstroke: actually make sounds when tool is applied
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@649 d9718cc8-9f43-0410-858b-315f434eb58c
|
2013-05-16 23:46:33 +00:00 |
|