rubidium
|
d9393035ea
|
(svn r20253) -Codechange: change GRFConfig::windows_paletted into a bitmask/bitset
|
2010-07-31 09:40:43 +00:00 |
|
rubidium
|
e469a94a2d
|
(svn r20253) -Codechange: change GRFConfig::windows_paletted into a bitmask/bitset
|
2010-07-31 09:40:43 +00:00 |
|
rubidium
|
6c22efc840
|
(svn r20252) -Codechange: deduplicate logic for setting a suitable (initial) palette for NewGRFs
|
2010-07-31 09:36:09 +00:00 |
|
rubidium
|
f7794e313f
|
(svn r20252) -Codechange: deduplicate logic for setting a suitable (initial) palette for NewGRFs
|
2010-07-31 09:36:09 +00:00 |
|
rubidium
|
1e86effbd3
|
(svn r20247) -Fix: when it is known the loading an old savegame is going to fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read
|
2010-07-30 22:57:46 +00:00 |
|
rubidium
|
24df43633c
|
(svn r20247) -Fix: when it is known the loading an old savegame is going to fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read
|
2010-07-30 22:57:46 +00:00 |
|
terkhen
|
c92b2e9d3c
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
terkhen
|
88ca183191
|
(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).
|
2010-07-29 14:26:28 +00:00 |
|
rubidium
|
a94031d60c
|
(svn r20233) -Codechange: fix/unify coding and comment style a bit
|
2010-07-28 09:48:35 +00:00 |
|
rubidium
|
fc6f336fee
|
(svn r20233) -Codechange: fix/unify coding and comment style a bit
|
2010-07-28 09:48:35 +00:00 |
|
rubidium
|
5153532a7f
|
(svn r20232) -Codechange: shuffle a few functions around so they don't need to be declared in advance
|
2010-07-28 09:47:31 +00:00 |
|
rubidium
|
d72ee2bc57
|
(svn r20232) -Codechange: shuffle a few functions around so they don't need to be declared in advance
|
2010-07-28 09:47:31 +00:00 |
|
rubidium
|
caf65f71de
|
(svn r20231) -Document: which version had which savegame version
|
2010-07-28 09:23:42 +00:00 |
|
rubidium
|
70ff0d7513
|
(svn r20231) -Document: which version had which savegame version
|
2010-07-28 09:23:42 +00:00 |
|
alberth
|
137e2b64c9
|
(svn r20211) -Codechange: Indented code should have curly braces around it.
|
2010-07-24 10:14:39 +00:00 |
|
alberth
|
be6c058424
|
(svn r20211) -Codechange: Indented code should have curly braces around it.
|
2010-07-24 10:14:39 +00:00 |
|
rubidium
|
9fd2afb147
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
4a2901eea4
|
(svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use VARDEF and put them in a more logical location
|
2010-07-19 15:51:06 +00:00 |
|
rubidium
|
3bb544e54d
|
(svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use VARDEF and put them in a more logical location
|
2010-07-19 15:51:06 +00:00 |
|
rubidium
|
8894ae2ccb
|
(svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARDEF and put them in a more logical location
|
2010-07-19 15:44:49 +00:00 |
|
rubidium
|
45213e5708
|
(svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARDEF and put them in a more logical location
|
2010-07-19 15:44:49 +00:00 |
|
rubidium
|
1b507dcf66
|
(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds
|
2010-07-16 17:45:34 +00:00 |
|
rubidium
|
e809c05099
|
(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds
|
2010-07-16 17:45:34 +00:00 |
|
rubidium
|
73280326f9
|
(svn r20090) -Fix: savegames would (very likely) end with 128 KiB worth of useless zeros
|
2010-07-08 18:45:52 +00:00 |
|
rubidium
|
72bfda4634
|
(svn r20090) -Fix: savegames would (very likely) end with 128 KiB worth of useless zeros
|
2010-07-08 18:45:52 +00:00 |
|
rubidium
|
621c5a77e2
|
(svn r20087) -Fix [FS#3876, FS#3887, FS#3920, FS#3923]: if after loading a savegame (including intro game) one tried to save a game (including autosave) and that failed (very) early on because it couldn't open the file for writing all pointers would be converted to NULLs which then causes corrupted game states
|
2010-07-08 11:50:42 +00:00 |
|
rubidium
|
b7fe013793
|
(svn r20087) -Fix [FS#3876, FS#3887, FS#3920, FS#3923]: if after loading a savegame (including intro game) one tried to save a game (including autosave) and that failed (very) early on because it couldn't open the file for writing all pointers would be converted to NULLs which then causes corrupted game states
|
2010-07-08 11:50:42 +00:00 |
|
michi_cc
|
a8c6eaeb4a
|
(svn r20048) -Feature: Add a setting to forbid towns building level crossings.
|
2010-07-02 16:34:07 +00:00 |
|
michi_cc
|
a75583bbb6
|
(svn r20048) -Feature: Add a setting to forbid towns building level crossings.
|
2010-07-02 16:34:07 +00:00 |
|
alberth
|
0dd71a0d7e
|
(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.
|
2010-06-27 09:05:10 +00:00 |
|
alberth
|
604e56adc2
|
(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.
|
2010-06-27 09:05:10 +00:00 |
|
rubidium
|
c28f639c40
|
(svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account
|
2010-06-23 14:38:17 +00:00 |
|
rubidium
|
52154e097c
|
(svn r20013) -Fix [FS#3890]: silence some warnings / take the advice of the warnings into account
|
2010-06-23 14:38:17 +00:00 |
|
frosch
|
6f800a8407
|
(svn r20005) -Codechange: Enumify force_proceed.
|
2010-06-21 17:35:27 +00:00 |
|
frosch
|
e931399b31
|
(svn r20005) -Codechange: Enumify force_proceed.
|
2010-06-21 17:35:27 +00:00 |
|
yexo
|
ec723b7744
|
(svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes
|
2010-06-20 19:13:02 +00:00 |
|
yexo
|
9cfb61adf5
|
(svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes
|
2010-06-20 19:13:02 +00:00 |
|
frosch
|
9468cce730
|
(svn r19985) -Fix (r19980): Loading preview data from old savegames failed indeterministically due to non-zeroed memory allocation. Thanks smatz.
|
2010-06-13 14:52:42 +00:00 |
|
frosch
|
58f2a1d014
|
(svn r19985) -Fix (r19980): Loading preview data from old savegames failed indeterministically due to non-zeroed memory allocation. Thanks smatz.
|
2010-06-13 14:52:42 +00:00 |
|
frosch
|
cce89a5cb9
|
(svn r19981) -Add: Read NewGRF configuration during SL_LOAD_CHECK.
|
2010-06-13 14:15:58 +00:00 |
|
frosch
|
d9b4d92050
|
(svn r19981) -Add: Read NewGRF configuration during SL_LOAD_CHECK.
|
2010-06-13 14:15:58 +00:00 |
|
frosch
|
928ecf82bb
|
(svn r19980) -Add: Load some general data from savegames on SL_LOAD_CHECK.
|
2010-06-13 14:15:36 +00:00 |
|
frosch
|
16618e6f16
|
(svn r19980) -Add: Load some general data from savegames on SL_LOAD_CHECK.
|
2010-06-13 14:15:36 +00:00 |
|
frosch
|
c9628dd568
|
(svn r19979) -Codechange: Separate static loadable fields from Company into separate struct.
|
2010-06-13 14:15:11 +00:00 |
|
frosch
|
e95518c8e9
|
(svn r19979) -Codechange: Separate static loadable fields from Company into separate struct.
|
2010-06-13 14:15:11 +00:00 |
|
frosch
|
593c7d178f
|
(svn r19977) -Add: Read current date during SL_LOAD_CHECK.
|
2010-06-13 14:14:20 +00:00 |
|
frosch
|
86244ad31e
|
(svn r19977) -Add: Read current date during SL_LOAD_CHECK.
|
2010-06-13 14:14:20 +00:00 |
|
frosch
|
af21685eb8
|
(svn r19976) -Add: Read mapsize during SL_LOAD_CHECK.
|
2010-06-13 14:13:49 +00:00 |
|
frosch
|
2d8c2af5e9
|
(svn r19976) -Add: Read mapsize during SL_LOAD_CHECK.
|
2010-06-13 14:13:49 +00:00 |
|