summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Collapse)Author
2011-07-10(svn r22646) -Codechange: Simplify MP_WATER map accessors, esp. for locks ↵frosch
and depots. (based on patched by adf88 and michi_cc)
2011-07-07(svn r22641) -Fix (r22639): Warning about uninitialised fields.frosch
2011-07-04(svn r22633) -Fix: Implement variables 25 and 7F for railtypes.frosch
2011-06-12(svn r22571) -Add: [NewGRF] Show town persistent storage in the NewGRF debug ↵terkhen
GUI.
2011-06-12(svn r22570) -Codechange: Store the GrfID of the caller when opening a ↵terkhen
parent window in the NewGRF debug GUI.
2011-06-12(svn r22569) -Feature: [NewGRF] Persistent storage for towns.terkhen
2011-06-12(svn r22567) -Codechange: Store persistent storages inside a pool.terkhen
2011-06-12(svn r22565) -Codechange: Use helper functions for getting the persistent ↵terkhen
storage in the NewGRF debug GUI.
2011-06-04(svn r22537) -Change [FS#3494]: replace the half small airport structure on ↵rubidium
the intercontinental airport with some grass
2011-06-03(svn r22535) -Cleanup: Remove uneeded constants, update and unify some ↵planetmaker
comments relating to sprite numbers
2011-05-29(svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1frosch
2011-05-08(svn r22436) -Fix (r18969): Apply railtype property 12 (station graphics) ↵frosch
also to station groundsprites from action 1.
2011-05-06(svn r22430) -Fix: COAL, RUBR, SUGR and the coalmine used windows palette ↵frosch
colours in smallmap/legends etc..
2011-05-04(svn r22420) -Cleanup: Replace the somewhat mixed DOS+Windows palette with ↵frosch
the pure DOS palette. Also blank the animation colours, which are filled from a different array anyway.
2011-05-04(svn r22419) -Change: Always use the DOS palette for drawing.frosch
-Remove: the '-i' option for palette selection.
2011-05-03(svn r22417) -Add: an advanced setting to specify the default palette to use ↵frosch
for NewGRFs without action 14 palette information; this makes the default choice independent from the used base graphics and '-i' option.
2011-04-29(svn r22383) -Codechange: Rename PALETTE_TO_STRUCT_GREY to PALETTE_NEWSPAPER ↵frosch
as it does not belong to the other PALETTE_TO_STRUCT_xxx recolourings.
2011-04-29(svn r22381) -Codechange: It's called 'steel', not 'steele'planetmaker
2011-04-29(svn r22378) -Fix: The recolouring scheme applied to the silicon bridge ↵planetmaker
recoloured too much
2011-04-19(svn r22352) -Change: make YAPF the default pathfinder for ships, don't ↵smatz
discourage players from using it
2011-04-09(svn r22304) -Add: {DECIMAL} string code to print decimal fractions.frosch
2011-04-03(svn r22293) -Add: Allow docks to feature company colour (add another pony ↵planetmaker
for the firs(t) fish&chips foundry)
2011-03-11(svn r22233) -Fix (r22210): value strings for command-pause-level were not ↵yexo
shown correctly
2011-03-06(svn r22219) -Codechange: Unduplicate npf/yapf strings.alberth
2011-03-06(svn r22217) -Codechange: Unduplicate horizontal positioning strings.alberth
2011-03-06(svn r22215) -Codechange: Unduplicate original/realistic strings.alberth
2011-03-06(svn r22213) -Codechange: Unduplicate company on/off strings.alberth
2011-03-06(svn r22211) -Codechange: Unduplicate Off/On strings.alberth
2011-03-06(svn r22210) -Add: Add a variable for the value strings in the settings tables.alberth
2011-03-06(svn r22209) -Codechange: Move function declarations from ↵alberth
settings.h.preamble to the ini file that uses it.
2011-03-06(svn r22207) -Add: Add the copyright message to the new ini files.alberth
2011-03-05(svn r22204) -Change: Make the base costs for building and demolishing ↵planetmaker
NewObjects also local to the individual NewGRFs
2011-03-05(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the ↵rubidium
client settings
2011-03-05(svn r22199) -Cleanup-ish: replace the shortcut macros for (gui)flags with ↵rubidium
their more clearly named (longer) constant names
2011-03-05(svn r22198) -Codechange: make some constants name more explicitrubidium
2011-03-05(svn r22197) -Cleanup: remove the distinction between conditional and ↵rubidium
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(svn r22196) -Codechange: use default values for the from and to of savegame ↵rubidium
versions as well
2011-03-05(svn r22194) -Codechange: use the defaults feature of settingsgen to remove ↵rubidium
the need to state the "default" value for all items
2011-03-04(svn r22188) -Add: Generate the settings as part of the MSVC build process, ↵glx
and enable it in Makefile too
2011-03-03(svn r22175) -Fix: [NewGRF] memory leak if a station newgrf contains prop 09 ↵yexo
twice for the same station id
2011-03-03(svn r22173) -Add: Add preamble and postamble files before and after the ↵alberth
generated settings data.
2011-03-03(svn r22172) -Add: Add ini files containing the table/settings data.alberth
2011-02-21(svn r22125) -Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles ↵frosch
were swapped, causing the wheeltower to not work properly, and the bottom corner to show the wrong sprite.
2011-02-19(svn r22110) -Codechange: Remove WaterDrawTileStruct and use ↵frosch
DrawTileSprites/DrawTileSeqStruct instead.
2011-02-19(svn r22109) -Fix (r21269, 21272): Missing undeffing of macros.frosch
2011-02-19(svn r22108) -Codechange: Replace some magic with some other magic though ↵frosch
less easy to break.
2011-02-13(svn r22074) -Cleanup (r22073): there was already a setting-callback that ↵yexo
did what is needed
2011-02-13(svn r22073) -Fix: immediately update the train weight when you change the ↵yexo
multiplier for train cargo weight
2011-02-06(svn r22004) -Change [FS#4471]: always report mammoth trains are disabled to ↵rubidium
NewGRFs, and allow the maximum train length to be modified in multiplayer as well
2011-02-06(svn r22001) -Codechange: Rename difficulty.number_industries to ↵alberth
difficulty.industry_density.