summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Collapse)Author
2012-12-23(svn r24844) -Add: News display settings to adv. settings window.frosch
2012-12-23(svn r24843) -Codechange: Move news display options into the general ↵frosch
settings framework. (based on patch by eagle_rainbow)
2012-12-05(svn r24792) -Add: Readd difficulty settings to advanced settings unless ↵frosch
they are already present in other settings windows.
2012-12-05(svn r24790) -Remove: Classic difficulty profiles.frosch
2012-12-05(svn r24789) -Add: Separate setting to control the default settings of newly ↵frosch
added scripts and random AIs.
2012-12-05(svn r24786) -Codechange: Add SettingsProfile enum for difficulty profiles ↵frosch
and highscore tables.
2012-12-05(svn r24785) -Add: Various methods to open the OSK. (based on patch by ↵frosch
Eagle_rainbow)
2012-11-14(svn r24748) -Add: Clear button to all editboxes.frosch
2012-11-11(svn r24695) -Fix/Cleanup: Remove remaining (incorrect) usages of ↵frosch
ResolverObject::scope and count.
2012-11-10(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.alberth
2012-11-10(svn r24691) -Codechange: Add resolver classes for vehicles.alberth
2012-11-10(svn r24690) -Codechange: Add resolver classes for industry tiles.alberth
2012-11-10(svn r24689) -Codechange: Add resolver classes for industries.alberth
2012-11-10(svn r24686) -Codechange: Add resolver classes for airport tiles.alberth
2012-11-10(svn r24685) -Codechange: Add resolver classes for rail types.alberth
2012-11-10(svn r24684) -Codechange: Add resolver classes for stations.alberth
2012-11-10(svn r24683) -Codechange: Add resolver classes for objects.alberth
2012-11-10(svn r24682) -Codechange: Add resolver classes for houses.alberth
2012-11-08(svn r24672) -Add [FS#5356]: Remember the basic/advanced/expert filter ↵frosch
selection.
2012-11-08(svn r24671) -Feature [FS#5355]: Add basic/advanced/expert filters to adv. ↵frosch
settings GUI. (Eagle_rainbow)
2012-10-13(svn r24590) -Feature: More options for the auto-scroll setting. (adf88)frosch
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