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 |
|
rubidium
|
0eaa8fbfcd
|
(svn r26054) -Fix: minor memory leak in strgen
|
2013-11-22 21:45:57 +00:00 |
|
rubidium
|
d32a858d30
|
(svn r26053) -Fix: possible use-after-free
|
2013-11-22 21:45:28 +00:00 |
|
rubidium
|
3362606401
|
(svn r26053) -Fix: possible use-after-free
|
2013-11-22 21:45:28 +00:00 |
|
rubidium
|
d8cd229ef7
|
(svn r26052) -Fix: missing virtual destructor could cause some memory to be not freed
|
2013-11-22 21:44:51 +00:00 |
|
rubidium
|
83a76c73c7
|
(svn r26052) -Fix: missing virtual destructor could cause some memory to be not freed
|
2013-11-22 21:44:51 +00:00 |
|
rubidium
|
81c0b0e861
|
(svn r26051) -Fix: out of bounds access in CmdTownCargoGoal
|
2013-11-22 21:44:23 +00:00 |
|
rubidium
|
8e27031492
|
(svn r26051) -Fix: out of bounds access in CmdTownCargoGoal
|
2013-11-22 21:44:23 +00:00 |
|
rubidium
|
ecfed05729
|
(svn r26050) -Fix: possible, but currently untriggered, out of bounds access in strgen
|
2013-11-22 21:43:47 +00:00 |
|
rubidium
|
6f21593bf6
|
(svn r26050) -Fix: possible, but currently untriggered, out of bounds access in strgen
|
2013-11-22 21:43:47 +00:00 |
|
rubidium
|
aec32ecac1
|
(svn r26049) -Codechange: remove some dead code as order can't be NULL there
|
2013-11-22 21:42:47 +00:00 |
|
rubidium
|
1b924f194f
|
(svn r26049) -Codechange: remove some dead code as order can't be NULL there
|
2013-11-22 21:42:47 +00:00 |
|
rubidium
|
9cd7c07e34
|
(svn r26048) -Fix: use delete instead of free when allocated by new
|
2013-11-22 21:42:20 +00:00 |
|
rubidium
|
830a49692d
|
(svn r26048) -Fix: use delete instead of free when allocated by new
|
2013-11-22 21:42:20 +00:00 |
|
rubidium
|
0eb1e6ae67
|
(svn r26047) -Fix: possible, but very unlikely, null pointer dereference when gunziping just downloaded files
|
2013-11-22 21:41:49 +00:00 |
|
rubidium
|
ed4e14dc20
|
(svn r26047) -Fix: possible, but very unlikely, null pointer dereference when gunziping just downloaded files
|
2013-11-22 21:41:49 +00:00 |
|
rubidium
|
32e52df99f
|
(svn r26046) -Fix: handle a number of failure conditions from methods called in the network code
|
2013-11-22 21:41:19 +00:00 |
|
rubidium
|
fad4fa09ba
|
(svn r26046) -Fix: handle a number of failure conditions from methods called in the network code
|
2013-11-22 21:41:19 +00:00 |
|
translators
|
54c6d9540f
|
(svn r26045) -Update from WebTranslator v3.0:
norwegian_bokmal - 2 changes by Trond
swedish - 3 changes by abbedabb
|
2013-11-22 18:45:13 +00:00 |
|
translators
|
b37d402b2d
|
(svn r26045) -Update from WebTranslator v3.0:
norwegian_bokmal - 2 changes by Trond
swedish - 3 changes by abbedabb
|
2013-11-22 18:45:13 +00:00 |
|
translators
|
40f040e901
|
(svn r26044) -Update from WebTranslator v3.0:
norwegian_bokmal - 4 changes by Trond
|
2013-11-21 18:45:08 +00:00 |
|
translators
|
b568de6c49
|
(svn r26044) -Update from WebTranslator v3.0:
norwegian_bokmal - 4 changes by Trond
|
2013-11-21 18:45:08 +00:00 |
|
rubidium
|
dc65379970
|
(svn r26043) -Fix [FS#5811]: occasional hanging when client joins
|
2013-11-21 18:35:31 +00:00 |
|
rubidium
|
1a043202d1
|
(svn r26043) -Fix [FS#5811]: occasional hanging when client joins
|
2013-11-21 18:35:31 +00:00 |
|
translators
|
4c81d3c2cd
|
(svn r26042) -Update from WebTranslator v3.0:
japanese - 3 changes by nex259
luxembourgish - 1 changes by Phreeze
|
2013-11-20 18:45:12 +00:00 |
|
translators
|
ae7b830964
|
(svn r26042) -Update from WebTranslator v3.0:
japanese - 3 changes by nex259
luxembourgish - 1 changes by Phreeze
|
2013-11-20 18:45:12 +00:00 |
|
fonsinchen
|
02af2aa10e
|
(svn r26041) -Fix: make variable initialization more obvious for humans and compilers.
|
2013-11-19 19:43:56 +00:00 |
|
fonsinchen
|
8852d63711
|
(svn r26041) -Fix: make variable initialization more obvious for humans and compilers.
|
2013-11-19 19:43:56 +00:00 |
|
fonsinchen
|
fa581e5b5c
|
(svn r26040) -Fix: return 0 from unreached part of function to silence some compilers
|
2013-11-19 19:42:40 +00:00 |
|
fonsinchen
|
29d0c68bb0
|
(svn r26040) -Fix: return 0 from unreached part of function to silence some compilers
|
2013-11-19 19:42:40 +00:00 |
|
translators
|
4f3f3e684d
|
(svn r26039) -Update from WebTranslator v3.0:
belarusian - 139 changes by KorneySan
croatian - 1 changes by VoyagerOne
korean - 2 changes by telk5093
turkish - 15 changes by wakeup
|
2013-11-19 18:45:22 +00:00 |
|
translators
|
65752ec55b
|
(svn r26039) -Update from WebTranslator v3.0:
belarusian - 139 changes by KorneySan
croatian - 1 changes by VoyagerOne
korean - 2 changes by telk5093
turkish - 15 changes by wakeup
|
2013-11-19 18:45:22 +00:00 |
|
frosch
|
83fea1c6ca
|
(svn r26038) -Fix: Doxygen syntax.
|
2013-11-18 20:09:09 +00:00 |
|
frosch
|
78d0c37298
|
(svn r26038) -Fix: Doxygen syntax.
|
2013-11-18 20:09:09 +00:00 |
|
rubidium
|
f7d1308574
|
(svn r26037) -Fix (r26036): there was a reason they weren't references...
|
2013-11-18 19:47:43 +00:00 |
|