summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Collapse)Author
2012-07-14(svn r24400) -Add: Plural 'names' to the output of strgen -export-plurals.frosch
2012-07-03(svn r24373) -Codechange: Improve descriptions of plural forms.frosch
2012-07-02(svn r24368) -Fix (r24367): Silence GCC warnings.frosch
2012-05-25(svn r24270) -Add: Missing descriptions for adv. settings.frosch
2012-05-15(svn r24252) -Fix [FS#5162]: Change the unit of the sprite-cache size ↵frosch
setting from megabytes to megapixels, so it depends on the blitter being used. Also increase it from 64 to 128, and change the name in the cfg file, so everyone gets the new default.
2012-05-12(svn r24235) -Add: Add help-strings for the settings in the advanced ↵alberth
settings window.
2012-05-12(svn r24234) -Add: Add help-string infrastructure to the ini filesalberth
2012-05-06(svn r24210) -Feature: Split the renew-months setting text in two string ↵alberth
values (one before life time and one after).
2012-05-06(svn r24209) -Cleanup: Remove now unused SGF_NOCOMMA value.alberth
2012-05-06(svn r24206) -Codechange: Move colouring of advanced setting options to the ↵alberth
drawing code.
2012-05-01(svn r24194) -Change: Rename the 'signal_side' setting to ↵frosch
'train_signal_side', and add a third option while doing so.
2012-05-01(svn r24191) -Fix: If you consider a settings to potentially cause desyncs ↵frosch
via NewGRFs and thus disallow changing it in network games, you should probably also sync it to clients.
2012-04-28(svn r24186) -Feature: [NewGRF] Callback to set industry production level on ↵frosch
construction. (andythenorth)
2012-04-24(svn r24177) -Fix (r0) [FS#5148]: The arctic "shops and offices" used the ↵frosch
"church" sprite in one of its four views.
2012-04-17(svn r24141) -Feature: Display rating in the town directory window. ↵michi_cc
(Inspired by patch from MagicBuzz)
2012-04-17(svn r24134) -Add: Configurable limits for tree planting.michi_cc
2012-04-17(svn r24129) -Feature [FS#3660]: Option to minimise signal distance when ↵michi_cc
dragging over obstacles. (adf88)
2012-04-10(svn r24111) -Codechange: use Colour more instead of manually bitstuffingrubidium
2012-03-10(svn r24022) -Add: CARGO_LIST control code for stringsrubidium
2012-02-15(svn r23952) -Feature: [NewGRF] Customisable tunnel portals for rail types ↵michi_cc
(sprites by Snail).
2012-02-11(svn r23931) -Change: Scale infrastructure cost of rail tracks by the total ↵michi_cc
number of all tracks and not independently for each rail type.
2012-02-04(svn r23895) -Revert (r23888): Broken and not even needed anymore in the ↵michi_cc
container format 2 implementation that was committed.
2012-02-04(svn r23888) -Change: Move the min/max zoom settings to the "misc" section ↵michi_cc
so they are valid before sprites are loaded.
2012-01-28(svn r23862) -Fix (r23860): Fix sweets capacity.frosch
2012-01-28(svn r23860) -Feature: [NewGRF] Add cargo property 1D to set the capacity ↵frosch
multipliers when refitting vehicles, which do not use callback 15.
2012-01-16(svn r23816) -Fix (r23635, r23805): make SCC_ENCODED the first entry in the ↵yexo
StringControlCode enum since it's value is not allowed to change
2012-01-15(svn r23805) -Add: {STRING6} and {STRING7}.frosch
2012-01-07(svn r23769) -Codechange: make the lag/join start timeouts configurable as wellrubidium
2012-01-06(svn r23764) -Fix [FS#4955]: make default timeouts for certain states lower ↵rubidium
and configurable
2012-01-05(svn r23758) -Feature: [NewGRF] Alternate rail type label list.michi_cc
2012-01-01(svn r23706) -Codechange: prevent 'unknown command' doxygen errorssmatz
2011-12-19(svn r23635) -Add: introduce GSText, to allow translating GameScript text, ↵truebrain
even over network
2011-12-17(svn r23582) -Fix [FS#4870]: add missing characters for certain languages ↵rubidium
and the large font -Codechange: don't remove large font glyphs because they are broken in the original font, just fix them up in openttd.grf using action A -Change: make extra characters more consistent with the original font All by PaulC.
2011-12-17(svn r23576) -Codechange: split the base of strgen with the strgen code that ↵rubidium
creates the actual .lng files
2011-12-17(svn r23568) -Codechange: only allocate the buffer for writing when it is ↵rubidium
really needed
2011-12-15(svn r23527) -Codechange: unify colo(u)r as far as it goesrubidium
2011-12-15(svn r23526) -Codechange: unify cargos vs cargoesrubidium
2011-12-13(svn r23504) -Feature: Aircraft range.michi_cc
2011-12-11(svn r23497) -Add: Advanced display setting to control the linewidth in ↵frosch
graphs. (ChillCore)
2011-12-08(svn r23446) -Codechange: move _cur_palette and it's related first/count ↵rubidium
dirty variables into a single structure
2011-12-04(svn r23433) -Fix [FS#4868]: recolouring of some animated colours from the ↵rubidium
windows palette went wrong
2011-12-04(svn r23422) -Fix [FS#4863] (r22797): the default palette setting wasn't ↵rubidium
applied correctly anymore as the configuration file is loaded after the first NewGRF scan
2011-12-03(svn r23415) -Feature: Infrastructure maintenance costs.michi_cc
2011-12-01(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to ↵truebrain
script.script_max_opcode_till_suspend
2011-11-25(svn r23326) -Fix [FS#4852] (r23239): snow line for very old savegames ↵rubidium
wasn't retrieved from the savegame anymore
2011-11-24(svn r23317) -Change: Rename sprite_cache_size setting so that the new ↵peter1138
default is used.
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-11-24(svn r23314) -Add: Add settings to restrict viewport zoom levels.peter1138
2011-11-23(svn r23303) -Add: economy.fund_buildings, to disallow funding buildingstruebrain
2011-11-23(svn r23297) -Add: {CARGO_TINY} (Rubidium)truebrain