rubidium
|
ef8d491d8f
|
(svn r24996) -Change: Apply default service interval changes to vehicles without custom interval (peter1138)
|
2013-02-14 17:08:56 +00:00 |
|
rubidium
|
99a08e1e8c
|
(svn r24968) -Fix [FS#5379]: company window was not updated when shared were enabled/disabled
|
2013-02-04 20:29:38 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
planetmaker
|
89a2ba2a6d
|
(svn r24899) -Fix [FS#5434]: Also the station build window needs redrawing when the station spread changes (based on patch by juanjo)
|
2013-01-08 22:38:59 +00:00 |
|
planetmaker
|
f8e0b22974
|
(svn r24894) -Fix [FS#5434]: Invalidate station selection window when station spread changes (based on patch by juanjo)
|
2013-01-08 17:44:39 +00:00 |
|
frosch
|
0efd29b71b
|
(svn r24860) -Codechange: Add SettingDesc::GetType().
|
2012-12-26 17:43:35 +00:00 |
|
frosch
|
21b43b63f5
|
(svn r24843) -Codechange: Move news display options into the general settings framework. (based on patch by eagle_rainbow)
|
2012-12-23 21:07:12 +00:00 |
|
michi_cc
|
c75962e04c
|
(svn r24833) -Codechange: Replace magic numbers for invalidating vehicle-related windows with an enum.
|
2012-12-20 19:44:02 +00:00 |
|
frosch
|
d1ab0f03bc
|
(svn r24790) -Remove: Classic difficulty profiles.
|
2012-12-05 19:36:41 +00:00 |
|
frosch
|
22dc45738d
|
(svn r24787) -Fix: Unify checks for editability of settings.
|
2012-12-05 19:35:09 +00:00 |
|
frosch
|
a499435351
|
(svn r24786) -Codechange: Add SettingsProfile enum for difficulty profiles and highscore tables.
|
2012-12-05 19:34:45 +00:00 |
|
frosch
|
c6ed8c01b3
|
(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.
|
2012-05-14 21:04:49 +00:00 |
|
frosch
|
c11d80148f
|
(svn r24247) -Fix: If loading of int-list settings fails, use the default.
|
2012-05-14 20:53:39 +00:00 |
|
frosch
|
599f89e641
|
(svn r24193) -Fix (r24191): Also update comments accordingly.
|
2012-05-01 15:34:45 +00:00 |
|
frosch
|
ec73ad1145
|
(svn r24192) -Fix [FS#5153-ish]: Also use default value when reading an invalid integer setting value.
|
2012-05-01 15:33:42 +00:00 |
|
michi_cc
|
3f267db3a6
|
(svn r24146) -Fix [FS#5153]: Use default value when reading an invalid setting value. (Eddi)
|
2012-04-17 19:45:04 +00:00 |
|
michi_cc
|
6c8a16f36e
|
(svn r24145) -Cleanup: Switch coding style.
|
2012-04-17 19:44:59 +00:00 |
|
truebrain
|
f239a61406
|
(svn r23609) -Add: save/load all GameScript related material
|
2011-12-19 20:56:34 +00:00 |
|
truebrain
|
561b25d031
|
(svn r23601) -Fix: fix the conflict in window number
|
2011-12-19 20:50:21 +00:00 |
|
rubidium
|
0ca25fb3af
|
(svn r23480) -Fix [FS#4594]: replace OS error messages with internal error messages when that's possible
|
2011-12-10 16:05:26 +00:00 |
|
rubidium
|
58423b26d1
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
frosch
|
34f9c4d00f
|
(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.
|
2011-12-04 13:21:51 +00:00 |
|
michi_cc
|
d3b7b89493
|
(svn r23415) -Feature: Infrastructure maintenance costs.
|
2011-12-03 23:40:46 +00:00 |
|
truebrain
|
a8b22e5292
|
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')
|
2011-12-01 12:04:10 +00:00 |
|
truebrain
|
cc12942d70
|
(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
|
2011-12-01 12:03:34 +00:00 |
|
truebrain
|
34d7f01ccc
|
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig
|
2011-11-29 23:26:35 +00:00 |
|
peter1138
|
15d0a22aac
|
(svn r23315) -Codechange: Only encode sprites for zoom levels that will be used.
|
2011-11-24 12:26:44 +00:00 |
|
peter1138
|
4e97261315
|
(svn r23314) -Add: Add settings to restrict viewport zoom levels.
|
2011-11-24 12:20:14 +00:00 |
|
rubidium
|
834eac49fd
|
(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)
|
2011-11-14 21:42:54 +00:00 |
|
planetmaker
|
9309ef58a0
|
(svn r23211) -Fix: Invalidate build vehicle window when changing the setting for wagon speed limits
|
2011-11-14 10:42:47 +00:00 |
|
rubidium
|
bd64bf6372
|
(svn r23193) -Codechange: don't cast away const unneededly
|
2011-11-12 08:10:22 +00:00 |
|
yexo
|
a256bd71e4
|
(svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings unless gui.ai_developer_tools is enabled (Zuu)
|
2011-11-08 21:48:00 +00:00 |
|
rubidium
|
05300a00b1
|
(svn r22824) -Codechange: pass sub directory to ini loading
|
2011-08-24 13:38:26 +00:00 |
|
frosch
|
c544dca519
|
(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.
|
2011-07-02 12:58:37 +00:00 |
|
rubidium
|
dc74518b96
|
(svn r22577) -Fix: MSVC64 compile warning
|
2011-06-13 07:43:48 +00:00 |
|
frosch
|
615e435677
|
(svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1
|
2011-05-29 18:35:31 +00:00 |
|
rubidium
|
197fcab295
|
(svn r22489) -Fix [FS#4623]: don't cast pointers to unsigned long or vice versa
|
2011-05-22 21:40:26 +00:00 |
|
smatz
|
b5e132924e
|
(svn r22298) -Change: allow enabling 'freeform edges' setting when there is only station label above one of northern tiles
|
2011-04-07 15:58:21 +00:00 |
|
smatz
|
a8862eb77f
|
(svn r22297) -Fix [FS#4580]: the 'freeform edges' setting could be enabled when there were buoys on the northern border (adf88)
|
2011-04-07 15:48:13 +00:00 |
|
rubidium
|
f90044d343
|
(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings
|
2011-03-05 18:00:48 +00:00 |
|
rubidium
|
e48967541a
|
(svn r22198) -Codechange: make some constants name more explicit
|
2011-03-05 11:16:44 +00:00 |
|
alberth
|
31386c42a7
|
(svn r22145) -Codechange: Do explicit test for non-bool values.
|
2011-02-25 22:04:38 +00:00 |
|
yexo
|
b51c62f5af
|
(svn r22074) -Cleanup (r22073): there was already a setting-callback that did what is needed
|
2011-02-13 20:52:33 +00:00 |
|
yexo
|
f1377a228f
|
(svn r22073) -Fix: immediately update the train weight when you change the multiplier for train cargo weight
|
2011-02-13 20:45:17 +00:00 |
|
terkhen
|
8196b03074
|
(svn r22059) -Fix (r21179): Make the send chat message window follow the position of the status bar.
|
2011-02-11 18:24:12 +00:00 |
|
frosch
|
915e339d0f
|
(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.
|
2011-02-05 16:07:23 +00:00 |
|
terkhen
|
91dcc9e016
|
(svn r21973) -Fix: Redraw the town authority window after modifying town authority settings.
|
2011-02-05 13:42:57 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
terkhen
|
b5468e7a80
|
(svn r21860) -Codechange: Rename road vehicle subtype functions to match the train names.
|
2011-01-19 18:44:13 +00:00 |
|
frosch
|
6e4dd56158
|
(svn r21814) -Fix/Add: Check GRF version from action 8, and disallow usage of GRFs with versions above 7.
|
2011-01-15 21:13:47 +00:00 |
|