Commit Graph

378 Commits (2e1727c40dec745b4f734b16e21a88ed1c3d232b)

Author SHA1 Message Date
frosch b77bb699da (svn r24250) -Fix [FS#5154]: Do not immediately display error messages from parsing the cfg file, but schedule them for displaying after the GUI is prepared for it. 12 years ago
frosch 51e7c489a3 (svn r24247) -Fix: If loading of int-list settings fails, use the default. 12 years ago
frosch f214171d15 (svn r24193) -Fix (r24191): Also update comments accordingly. 12 years ago
frosch 43ac4de940 (svn r24192) -Fix [FS#5153-ish]: Also use default value when reading an invalid integer setting value. 12 years ago
michi_cc adb1692f27 (svn r24146) -Fix [FS#5153]: Use default value when reading an invalid setting value. (Eddi) 12 years ago
michi_cc 123427749b (svn r24145) -Cleanup: Switch coding style. 12 years ago
truebrain 5d4b2519a4 (svn r23609) -Add: save/load all GameScript related material 13 years ago
truebrain c74ccfff1b (svn r23601) -Fix: fix the conflict in window number 13 years ago
rubidium c3440658e8 (svn r23480) -Fix [FS#4594]: replace OS error messages with internal error messages when that's possible 13 years ago
rubidium 9aab2dc861 (svn r23474) -Codechange: move the declaration error related functions to error.h 13 years ago
frosch ac150080de (svn r23427) -Fix: Do not load screen resolution and other basic stuff after bootstrap is finished. It was already loaded before, and might got changed already. 13 years ago
michi_cc fc8633e1ac (svn r23415) -Feature: Infrastructure maintenance costs. 13 years ago
truebrain ac0f5398c2 (svn r23386) -Fix: debug script related events to 'script' (removes 'ai') 13 years ago
truebrain bf803e40cc (svn r23384) -Remove: no longer allow a binary to be without AI support; the parts some compilers failed at, are integrated in other parts of the code now too 13 years ago
truebrain e7c77353ce (svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig 13 years ago
peter1138 9e0e4bf639 (svn r23315) -Codechange: Only encode sprites for zoom levels that will be used. 13 years ago
peter1138 782aee3c2a (svn r23314) -Add: Add settings to restrict viewport zoom levels. 13 years ago
rubidium cebe2eac6b (svn r23224) -Codechange: first load the config file partially so we can push scanning AIs to later in the process (when the GUI is showing the progress bar) 13 years ago
planetmaker 67053ce41f (svn r23211) -Fix: Invalidate build vehicle window when changing the setting for wagon speed limits 13 years ago
rubidium 4ef3d33895 (svn r23193) -Codechange: don't cast away const unneededly 13 years ago
yexo 41e9da2420 (svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings unless gui.ai_developer_tools is enabled (Zuu) 13 years ago
rubidium 9838ceb880 (svn r22824) -Codechange: pass sub directory to ini loading 13 years ago
frosch 9a5f813b6d (svn r22618) -Fix [FS#4653]: When changing difficulty settings over the network, do not just reopen the difficulty window if any game options window is opened; instead invalidate them properly. 13 years ago
rubidium 196a394a3c (svn r22577) -Fix: MSVC64 compile warning 13 years ago
frosch ea311e7904 (svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1 13 years ago
rubidium 9d8896bb8c (svn r22489) -Fix [FS#4623]: don't cast pointers to unsigned long or vice versa 13 years ago
smatz 77ac7940bf (svn r22298) -Change: allow enabling 'freeform edges' setting when there is only station label above one of northern tiles 13 years ago
smatz 6030e88966 (svn r22297) -Fix [FS#4580]: the 'freeform edges' setting could be enabled when there were buoys on the northern border (adf88) 13 years ago
rubidium 2e5b1f178e (svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings 14 years ago
rubidium 2a7912d415 (svn r22198) -Codechange: make some constants name more explicit 14 years ago
alberth 9222a30173 (svn r22145) -Codechange: Do explicit test for non-bool values. 14 years ago
yexo 45ce53f37f (svn r22074) -Cleanup (r22073): there was already a setting-callback that did what is needed 14 years ago
yexo e54d06dc13 (svn r22073) -Fix: immediately update the train weight when you change the multiplier for train cargo weight 14 years ago
terkhen c4104567a1 (svn r22059) -Fix (r21179): Make the send chat message window follow the position of the status bar. 14 years ago
frosch 447f3dbe2c (svn r21975) -Add: console command to reset the engine pool. It removes the traces of engines which are no longer associated to a NewGRF, and can be used to e.g. 'fix' scenarios which were screwed up by the author. You can only use it when there are no vehicles in the game though. 14 years ago
terkhen a788783e01 (svn r21973) -Fix: Redraw the town authority window after modifying town authority settings. 14 years ago
rubidium 05199a641a (svn r21890) -Cleanup: remove some unneeded includes 14 years ago
terkhen fdb720cc1a (svn r21860) -Codechange: Rename road vehicle subtype functions to match the train names. 14 years ago
frosch 56d06b6ef8 (svn r21814) -Fix/Add: Check GRF version from action 8, and disallow usage of GRFs with versions above 7. 14 years ago
terkhen dcb71c3770 (svn r21715) -Fix: Use the correct land colour in the owner legend. 14 years ago
rubidium 6ed9a8fb77 (svn r21698) -Fix: incorrectly named global variable 14 years ago
yexo 8ae90addd6 (svn r21695) -Codechange: add helper function to get the currently applicable GameSettings object 14 years ago
yexo 3436562d3a (svn r21694) -Fix: changing AI settings ingame was impossible when the difficulty level was other than custom 14 years ago
terkhen 8326e1d287 (svn r21523) -Fix: Some windows were not updated correctly after a train acceleration model change. 14 years ago
alberth f2a59e197c (svn r21467) -Doc: Add a few doxygen comments to config file settings code. 14 years ago
rubidium c7066d00af (svn r21358) -Codechange: make some network function names conform to coding style 14 years ago
alberth 16f678a990 (svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionBefore(). 14 years ago
rubidium bf6b6b8bc9 (svn r21244) -Fix [FS#4240] (r21179): the news message always stayed in the middle; let it follow the setting of the statusbar instead 14 years ago
rubidium 9bdf6a36f4 (svn r21179) -Fix [FS#4201] (r69): if the main toolbar's location is configurable, why isn't the statusbar's location configurable? 14 years ago
rubidium 582a75e052 (svn r21155) -Fix [FS#4222] (r14959): default service interval for ships/aircraft got switched 14 years ago