planetmaker
|
a82acadba1
|
(svn r22535) -Cleanup: Remove uneeded constants, update and unify some comments relating to sprite numbers
|
2011-06-03 20:41:30 +00:00 |
|
frosch
|
ea311e7904
|
(svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1
|
2011-05-29 18:35:31 +00:00 |
|
frosch
|
fb72295945
|
(svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) also to station groundsprites from action 1.
|
2011-05-08 15:58:59 +00:00 |
|
frosch
|
a5ba61f9b2
|
(svn r22430) -Fix: COAL, RUBR, SUGR and the coalmine used windows palette colours in smallmap/legends etc..
|
2011-05-06 22:10:50 +00:00 |
|
frosch
|
9728dc172b
|
(svn r22420) -Cleanup: Replace the somewhat mixed DOS+Windows palette with the pure DOS palette. Also blank the animation colours, which are filled from a different array anyway.
|
2011-05-04 17:15:54 +00:00 |
|
frosch
|
74e71380ef
|
(svn r22419) -Change: Always use the DOS palette for drawing.
-Remove: the '-i' option for palette selection.
|
2011-05-04 17:12:37 +00:00 |
|
frosch
|
ad541cb188
|
(svn r22417) -Add: an advanced setting to specify the default palette to use for NewGRFs without action 14 palette information; this makes the default choice independent from the used base graphics and '-i' option.
|
2011-05-03 20:30:26 +00:00 |
|
frosch
|
facd1301fc
|
(svn r22383) -Codechange: Rename PALETTE_TO_STRUCT_GREY to PALETTE_NEWSPAPER as it does not belong to the other PALETTE_TO_STRUCT_xxx recolourings.
|
2011-04-29 20:47:36 +00:00 |
|
planetmaker
|
aab49581ba
|
(svn r22381) -Codechange: It's called 'steel', not 'steele'
|
2011-04-29 15:26:12 +00:00 |
|
planetmaker
|
1c92edd89b
|
(svn r22378) -Fix: The recolouring scheme applied to the silicon bridge recoloured too much
|
2011-04-29 15:03:14 +00:00 |
|
smatz
|
75137872d1
|
(svn r22352) -Change: make YAPF the default pathfinder for ships, don't discourage players from using it
|
2011-04-19 18:47:36 +00:00 |
|
frosch
|
76a471694e
|
(svn r22304) -Add: {DECIMAL} string code to print decimal fractions.
|
2011-04-09 20:26:14 +00:00 |
|
planetmaker
|
f31e69b36a
|
(svn r22293) -Add: Allow docks to feature company colour (add another pony for the firs(t) fish&chips foundry)
|
2011-04-03 08:22:14 +00:00 |
|
yexo
|
77c8367b93
|
(svn r22233) -Fix (r22210): value strings for command-pause-level were not shown correctly
|
2011-03-11 19:48:26 +00:00 |
|
alberth
|
b802a7fb77
|
(svn r22219) -Codechange: Unduplicate npf/yapf strings.
|
2011-03-06 16:00:24 +00:00 |
|
alberth
|
380b2cdc2b
|
(svn r22217) -Codechange: Unduplicate horizontal positioning strings.
|
2011-03-06 15:59:23 +00:00 |
|
alberth
|
3738a94f98
|
(svn r22215) -Codechange: Unduplicate original/realistic strings.
|
2011-03-06 15:58:03 +00:00 |
|
alberth
|
00aeff8c02
|
(svn r22213) -Codechange: Unduplicate company on/off strings.
|
2011-03-06 15:56:12 +00:00 |
|
alberth
|
db549cfacf
|
(svn r22211) -Codechange: Unduplicate Off/On strings.
|
2011-03-06 15:52:23 +00:00 |
|
alberth
|
a7e7e76f7f
|
(svn r22210) -Add: Add a variable for the value strings in the settings tables.
|
2011-03-06 15:51:44 +00:00 |
|
alberth
|
26ba8bd23e
|
(svn r22209) -Codechange: Move function declarations from settings.h.preamble to the ini file that uses it.
|
2011-03-06 10:35:40 +00:00 |
|
alberth
|
a5cdadf060
|
(svn r22207) -Add: Add the copyright message to the new ini files.
|
2011-03-06 09:54:20 +00:00 |
|
planetmaker
|
1d9f2832d0
|
(svn r22204) -Change: Make the base costs for building and demolishing NewObjects also local to the individual NewGRFs
|
2011-03-05 18:28:10 +00:00 |
|
rubidium
|
2e5b1f178e
|
(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings
|
2011-03-05 18:00:48 +00:00 |
|
rubidium
|
7c608a4e0a
|
(svn r22199) -Cleanup-ish: replace the shortcut macros for (gui)flags with their more clearly named (longer) constant names
|
2011-03-05 11:34:31 +00:00 |
|
rubidium
|
2a7912d415
|
(svn r22198) -Codechange: make some constants name more explicit
|
2011-03-05 11:16:44 +00:00 |
|
rubidium
|
8ead62cdc1
|
(svn r22197) -Cleanup: remove the distinction between conditional and non-conditional settings; with default from and to savegame versions all can be conditional. They previously were as well; the non-conditional ones were macros of the conditionals with to/from saveload versions hardcoded
|
2011-03-05 10:47:49 +00:00 |
|
rubidium
|
13a31bf9b9
|
(svn r22196) -Codechange: use default values for the from and to of savegame versions as well
|
2011-03-05 10:20:49 +00:00 |
|
rubidium
|
2c04d3eb54
|
(svn r22194) -Codechange: use the defaults feature of settingsgen to remove the need to state the "default" value for all items
|
2011-03-05 10:12:03 +00:00 |
|
glx
|
b4466262b7
|
(svn r22188) -Add: Generate the settings as part of the MSVC build process, and enable it in Makefile too
|
2011-03-04 22:34:10 +00:00 |
|
yexo
|
b8547f1700
|
(svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 twice for the same station id
|
2011-03-03 21:24:03 +00:00 |
|
alberth
|
da00c588ec
|
(svn r22173) -Add: Add preamble and postamble files before and after the generated settings data.
|
2011-03-03 21:06:24 +00:00 |
|
alberth
|
5ef8c3bbab
|
(svn r22172) -Add: Add ini files containing the table/settings data.
|
2011-03-03 21:04:17 +00:00 |
|
frosch
|
7921e52abb
|
(svn r22125) -Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles were swapped, causing the wheeltower to not work properly, and the bottom corner to show the wrong sprite.
|
2011-02-21 17:38:33 +00:00 |
|
frosch
|
3e619faeaf
|
(svn r22110) -Codechange: Remove WaterDrawTileStruct and use DrawTileSprites/DrawTileSeqStruct instead.
|
2011-02-19 14:57:15 +00:00 |
|
frosch
|
411f58d71d
|
(svn r22109) -Fix (r21269, 21272): Missing undeffing of macros.
|
2011-02-19 14:55:31 +00:00 |
|
frosch
|
415724ff38
|
(svn r22108) -Codechange: Replace some magic with some other magic though less easy to break.
|
2011-02-19 14:51:46 +00:00 |
|
yexo
|
45ce53f37f
|
(svn r22074) -Cleanup (r22073): there was already a setting-callback that did what is needed
|
2011-02-13 20:52:33 +00:00 |
|
yexo
|
e54d06dc13
|
(svn r22073) -Fix: immediately update the train weight when you change the multiplier for train cargo weight
|
2011-02-13 20:45:17 +00:00 |
|
rubidium
|
ddff78f37c
|
(svn r22004) -Change [FS#4471]: always report mammoth trains are disabled to NewGRFs, and allow the maximum train length to be modified in multiplayer as well
|
2011-02-06 21:31:33 +00:00 |
|
alberth
|
8c3041b3c9
|
(svn r22001) -Codechange: Rename difficulty.number_industries to difficulty.industry_density.
|
2011-02-06 18:26:50 +00:00 |
|
alberth
|
f838069a44
|
(svn r22000) -Codechange: Introduce an enum for the industry density setting.
|
2011-02-06 18:11:39 +00:00 |
|
terkhen
|
67ce7c5c41
|
(svn r21974) -Feature: Add a setting to enable/disable funding local road reconstruction.
|
2011-02-05 13:46:09 +00:00 |
|
terkhen
|
a788783e01
|
(svn r21973) -Fix: Redraw the town authority window after modifying town authority settings.
|
2011-02-05 13:42:57 +00:00 |
|
alberth
|
b371711d78
|
(svn r21972) -Fix: Replace 'None' industries in the generation window with more descriptive label.
|
2011-02-05 11:42:27 +00:00 |
|
alberth
|
e3a35f7d40
|
(svn r21969) -Feature: Introduce 'minimal' number of industries as a replacment for the old 'none' setting in the newgame window.
|
2011-02-05 10:28:31 +00:00 |
|
rubidium
|
3c9bcf0e9a
|
(svn r21966) -Change [FS#4462]: [NewGRF] Disable the flipping of train engines/wagons in the depot by default for NewGRFs
|
2011-02-04 19:20:47 +00:00 |
|
rubidium
|
088223e058
|
(svn r21962) -Feature-ish: GUI setting to disable reversing at signals
|
2011-02-04 16:40:38 +00:00 |
|
rubidium
|
fd7633def5
|
(svn r21960) -Change: show the length of vehicles in tiles, instead of half tiles in the depot
-Fix [FS#4461]: don't count the number of vehicles but the length of vehicles to (configurably) limit train length
|
2011-02-04 15:40:35 +00:00 |
|
rubidium
|
7086bb3017
|
(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting
|
2011-02-04 15:37:23 +00:00 |
|