summaryrefslogtreecommitdiff
path: root/src/settings.cpp
AgeCommit message (Collapse)Author
2011-01-04(svn r21715) -Fix: Use the correct land colour in the owner legend.terkhen
2011-01-02(svn r21698) -Fix: incorrectly named global variablerubidium
2011-01-02(svn r21695) -Codechange: add helper function to get the currently ↵yexo
applicable GameSettings object
2011-01-01(svn r21694) -Fix: changing AI settings ingame was impossible when the ↵yexo
difficulty level was other than custom
2010-12-15(svn r21523) -Fix: Some windows were not updated correctly after a train ↵terkhen
acceleration model change.
2010-12-11(svn r21467) -Doc: Add a few doxygen comments to config file settings code.alberth
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ↵rubidium
style
2010-11-21(svn r21284) -Codechange: Rename CheckSavegameVersion() to ↵alberth
IsSavegameVersionBefore().
2010-11-18(svn r21244) -Fix [FS#4240] (r21179): the news message always stayed in the ↵rubidium
middle; let it follow the setting of the statusbar instead
2010-11-13(svn r21179) -Fix [FS#4201] (r69): if the main toolbar's location is ↵rubidium
configurable, why isn't the statusbar's location configurable?
2010-11-12(svn r21155) -Fix [FS#4222] (r14959): default service interval for ↵rubidium
ships/aircraft got switched
2010-11-07(svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break ↵planetmaker
savegames with NewGRFs
2010-11-04(svn r21082) -Fix (r21080): Compilation error.terkhen
2010-11-04(svn r21080) -Fix: Do not allow to use a custom water level with the ↵terkhen
original map generator.
2010-11-01(svn r21075) -Fix [FS#4192]: Wrong (maximum) value shown for generation seed ↵rubidium
in the in-game console
2010-10-04(svn r20901) -Fix/Change: When using non-smooth or newgrf-economy changing ↵frosch
production rates does not work (anymore), so allow changing the production multiplier instead.
2010-10-01(svn r20860) -Cleanup: remove some unused functions and variablessmatz
2010-09-25(svn r20849) -Change: Only display liveries in the liverywindow if they are ↵frosch
used by some vehicle somewhen (not considering date or such).
2010-08-29(svn r20689) -Codechange: Make some global functions used in 1 .cpp file ↵alberth
static in that file.
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be ↵rubidium
missed :)
2010-07-19(svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file ↵rubidium
variables and move them to a more logical location
2010-06-13(svn r19978) -Add: Read settings during SL_LOAD_CHECK.frosch
2010-06-13(svn r19973) -Codechange: Add another procedure to chunk handlers for ↵frosch
checking savegames (empty for now).
2010-05-30(svn r19910) -Doc: Doxygen additions.alberth
2010-05-20(svn r19865) -Fix [FS#3830]: crash when changing locale settings from ↵rubidium
console due to strcpy-ing a string into a pointer
2010-05-20(svn r19864) -Fix: don't print a pointer as string for listing (a) setting(s)rubidium
2010-04-24(svn r19705) -Change: reinitialise the windows when changing the ↵rubidium
newgrf_developer_tools setting
2010-04-07(svn r19578) -Codechange: do not accept commas at invalid places in ↵smatz
ParseIntList()
2010-04-07(svn r19577) -Codechange: apply coding style to names of functions in ↵smatz
settings.cpp
2010-04-07(svn r19576) -Codechange: Unduplicating parse_intlist().alberth
2010-03-15(svn r19429) -Fix: when the title game contains an AIPL block the AI ↵yexo
settinsg where overwritten by those from the title game
2010-03-12(svn r19389) -Fix [FS3676]: only show the "No AIs available" error message ↵yexo
when explicitly changing the number of AI opponents
2010-03-06(svn r19348) -Add: Allow to sort road vehicles by power and by power vs ↵terkhen
running cost at the engine preview window.
2010-03-06(svn r19347) -Add: Vehicle GUI now shows power, weight and tractive effort ↵terkhen
for road vehicles.
2010-03-06(svn r19346) -Feature: Configurable slope steepness for road vehicles from ↵terkhen
0% to 10%, default is 7%.
2010-03-06(svn r19345) -Feature: Realistic acceleration for road vehicles.terkhen
2010-02-25(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make ↵yexo
sure all members are properly initialized
2010-02-25(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of ↵yexo
subclassing it
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-02-11(svn r19096) -Fix: segfault when one of the items in the news_display group ↵yexo
in the config file has no value
2010-02-10(svn r19081) -Codechange: make it possible to disable compilation of the ↵rubidium
AI+Squirrel
2010-02-10(svn r19074) -Change: when filtering list of settings and console commands, ↵smatz
use strstr() instead of strncmp()
2010-02-08(svn r19064) -Feature: Allow to select different land colours for the ↵terkhen
smallmap (reworked by Alberth).
2010-01-29(svn r18952) -Fix (r18950): loading recent (=newer then title game) ↵yexo
savegames failed
2010-01-29(svn r18950) -Fix: make sure the values of settings loaded from a savegame ↵yexo
are valid