rubidium
|
b75e60124d
|
(svn r26082) -Fix [FS#5816] (r26077): tar files with more than one file in the root directory would not be read properly (zydeco)
|
2013-11-24 13:00:06 +00:00 |
|
rubidium
|
388e8e2d97
|
(svn r26081) -Fix [FS#5815]: memset with virtual functions doesn't quite work. Upon further review CompanyProperties doesn't need to be virtual in the current code base
|
2013-11-24 09:52:35 +00:00 |
|
rubidium
|
6fb28d8719
|
(svn r26081) -Fix [FS#5815]: memset with virtual functions doesn't quite work. Upon further review CompanyProperties doesn't need to be virtual in the current code base
|
2013-11-24 09:52:35 +00:00 |
|
rubidium
|
3784110fe6
|
(svn r26080) -Fix: possible out of bounds array access
|
2013-11-24 09:30:30 +00:00 |
|
rubidium
|
a8e8f606d8
|
(svn r26080) -Fix: possible out of bounds array access
|
2013-11-24 09:30:30 +00:00 |
|
rubidium
|
954a141ca8
|
(svn r26077) -Codechange: handle strings like strings when scanning a tar instead of merely blobs of memory
|
2013-11-23 21:42:45 +00:00 |
|
rubidium
|
5e2d22da79
|
(svn r26077) -Codechange: handle strings like strings when scanning a tar instead of merely blobs of memory
|
2013-11-23 21:42:45 +00:00 |
|
rubidium
|
428faaf4ad
|
(svn r26076) -Codechange: upgrade some C-style named structs to C++-style named structs
|
2013-11-23 21:31:00 +00:00 |
|
rubidium
|
5049e938f5
|
(svn r26076) -Codechange: upgrade some C-style named structs to C++-style named structs
|
2013-11-23 21:31:00 +00:00 |
|
translators
|
31d55ff1a4
|
(svn r26074) -Update from WebTranslator v3.0:
afrikaans - 3 changes by mulderpf
|
2013-11-23 18:45:10 +00:00 |
|
translators
|
2f51639af8
|
(svn r26074) -Update from WebTranslator v3.0:
afrikaans - 3 changes by mulderpf
|
2013-11-23 18:45:10 +00:00 |
|
rubidium
|
5a3d193f68
|
(svn r26073) -Cleanup: unneeded check against NULL
|
2013-11-23 18:13:46 +00:00 |
|
rubidium
|
d336bf65df
|
(svn r26073) -Cleanup: unneeded check against NULL
|
2013-11-23 18:13:46 +00:00 |
|
rubidium
|
157a3d3be4
|
(svn r26072) -Cleanup: mark some unreachable default cases by NOT_REACHED()
|
2013-11-23 18:13:30 +00:00 |
|
rubidium
|
be6b64f4e6
|
(svn r26072) -Cleanup: mark some unreachable default cases by NOT_REACHED()
|
2013-11-23 18:13:30 +00:00 |
|
rubidium
|
710a35d8fe
|
(svn r26071) -Fix: always initialise GRFFileProps
|
2013-11-23 18:11:22 +00:00 |
|
rubidium
|
729d64d8d9
|
(svn r26071) -Fix: always initialise GRFFileProps
|
2013-11-23 18:11:22 +00:00 |
|
rubidium
|
7edbf2fed1
|
(svn r26070) -Fix: prevent extremely huge size for data (1+GiB)
|
2013-11-23 18:11:01 +00:00 |
|
rubidium
|
1b9e32664f
|
(svn r26070) -Fix: prevent extremely huge size for data (1+GiB)
|
2013-11-23 18:11:01 +00:00 |
|
rubidium
|
5eb7aea386
|
(svn r26069) -Fix: missing break in NewGRF object handling
|
2013-11-23 18:10:06 +00:00 |
|
rubidium
|
cf130ce9d8
|
(svn r26069) -Fix: missing break in NewGRF object handling
|
2013-11-23 18:10:06 +00:00 |
|
rubidium
|
5f44f88d3c
|
(svn r26068) -Fix: unneeded NULL check
|
2013-11-23 18:08:48 +00:00 |
|
rubidium
|
9e216a688f
|
(svn r26068) -Fix: unneeded NULL check
|
2013-11-23 18:08:48 +00:00 |
|
rubidium
|
5b6a15f879
|
(svn r26067) -Fix: possible NULL dereference when getting NewGRF version
|
2013-11-23 18:08:15 +00:00 |
|
rubidium
|
c035a9531b
|
(svn r26067) -Fix: possible NULL dereference when getting NewGRF version
|
2013-11-23 18:08:15 +00:00 |
|
rubidium
|
32164fc207
|
(svn r26066) -Fix: possible NULL dereference when resolving industry scope
|
2013-11-23 18:07:11 +00:00 |
|
rubidium
|
d18852170b
|
(svn r26066) -Fix: possible NULL dereference when resolving industry scope
|
2013-11-23 18:07:11 +00:00 |
|
rubidium
|
49eaa397ab
|
(svn r26065) -Fix: possible dereference of NULL for texts from game scripts
|
2013-11-23 18:06:27 +00:00 |
|
rubidium
|
c29f18f357
|
(svn r26065) -Fix: possible dereference of NULL for texts from game scripts
|
2013-11-23 18:06:27 +00:00 |
|
rubidium
|
fd0454e229
|
(svn r26064) -Fix: possible uninitialised array when loading a broken TT-ish savegame
|
2013-11-23 18:06:00 +00:00 |
|
rubidium
|
d9ee35006d
|
(svn r26064) -Fix: possible uninitialised array when loading a broken TT-ish savegame
|
2013-11-23 18:06:00 +00:00 |
|
rubidium
|
fcd6bf6342
|
(svn r26063) -Fix (r26062): a few tabs too much
|
2013-11-23 13:24:31 +00:00 |
|
rubidium
|
3bae1522c9
|
(svn r26063) -Fix (r26062): a few tabs too much
|
2013-11-23 13:24:31 +00:00 |
|
rubidium
|
54ecaa1290
|
(svn r26062) -Fix: beef up checks against invalid data in highscore and language files
|
2013-11-23 13:18:29 +00:00 |
|
rubidium
|
3b2a92ea97
|
(svn r26062) -Fix: beef up checks against invalid data in highscore and language files
|
2013-11-23 13:18:29 +00:00 |
|
rubidium
|
e4b208c069
|
(svn r26061) -Fix: negative result of ftell wasn't handled correctly in some cases
|
2013-11-23 13:17:45 +00:00 |
|
rubidium
|
78a316d349
|
(svn r26061) -Fix: negative result of ftell wasn't handled correctly in some cases
|
2013-11-23 13:17:45 +00:00 |
|
rubidium
|
5e0ea95267
|
(svn r26060) -Fix: do not let depend overrun its buffers when paths are extremely (and unlikely) long
|
2013-11-23 13:16:45 +00:00 |
|
rubidium
|
29ef70c246
|
(svn r26060) -Fix: do not let depend overrun its buffers when paths are extremely (and unlikely) long
|
2013-11-23 13:16:45 +00:00 |
|
rubidium
|
6bc32d7c5d
|
(svn r26059) -Fix (r20435): missed one instance causing to compare an array to NULL instead of an array's element
|
2013-11-23 13:16:05 +00:00 |
|
rubidium
|
ba1b35a0ac
|
(svn r26059) -Fix (r20435): missed one instance causing to compare an array to NULL instead of an array's element
|
2013-11-23 13:16:05 +00:00 |
|
rubidium
|
a6fae2c608
|
(svn r26058) -Fix: handle the return value of a number of functions better
|
2013-11-23 13:15:07 +00:00 |
|
rubidium
|
0e9c992104
|
(svn r26058) -Fix: handle the return value of a number of functions better
|
2013-11-23 13:15:07 +00:00 |
|
rubidium
|
73474728e3
|
(svn r26057) -Fix: a number of possibly uninitialised variables
|
2013-11-23 13:12:19 +00:00 |
|
rubidium
|
b3e93d6520
|
(svn r26057) -Fix: a number of possibly uninitialised variables
|
2013-11-23 13:12:19 +00:00 |
|
rubidium
|
bebf2291db
|
(svn r26056) -Fix: a number of possibly uninitialised variables
|
2013-11-22 21:50:43 +00:00 |
|
rubidium
|
2e54c8fdfa
|
(svn r26056) -Fix: a number of possibly uninitialised variables
|
2013-11-22 21:50:43 +00:00 |
|
rubidium
|
7ecfd60b96
|
(svn r26055) -Codechange: mark switch default as really not triggerable, as technically it's dead code
|
2013-11-22 21:47:03 +00:00 |
|
rubidium
|
bdd62a4b3e
|
(svn r26055) -Codechange: mark switch default as really not triggerable, as technically it's dead code
|
2013-11-22 21:47:03 +00:00 |
|
rubidium
|
f2a6dcc1ba
|
(svn r26054) -Fix: minor memory leak in strgen
|
2013-11-22 21:45:57 +00:00 |
|