frosch
d71cc434e4
(svn r26504) -Fix (r26499): Obiwan and his gang.
2014-04-24 18:58:47 +00:00
rubidium
b8f9579133
(svn r26503) -Fix: compilation error with full debug build
2014-04-24 18:49:24 +00:00
rubidium
2e493fa806
(svn r26503) -Fix: compilation error with full debug build
2014-04-24 18:49:24 +00:00
rubidium
982c68754d
(svn r26502) -Fix: OSX compilation error
2014-04-24 18:44:38 +00:00
rubidium
781dd48949
(svn r26502) -Fix: OSX compilation error
2014-04-24 18:44:38 +00:00
rubidium
a13ec598a8
(svn r26501) -Fix: Windows compilation error
2014-04-24 18:44:29 +00:00
rubidium
66743167c9
(svn r26501) -Fix: Windows compilation error
2014-04-24 18:44:29 +00:00
rubidium
baa9dd4b5d
(svn r26500) -Cleanup: remove unused snprintf implementation
2014-04-24 18:40:16 +00:00
rubidium
99452c51ce
(svn r26500) -Cleanup: remove unused snprintf implementation
2014-04-24 18:40:16 +00:00
rubidium
699779324e
(svn r26499) -Codechange: replace strndup with stredup
2014-04-24 18:37:39 +00:00
rubidium
8960939b22
(svn r26499) -Codechange: replace strndup with stredup
2014-04-24 18:37:39 +00:00
rubidium
4768fae6d4
(svn r26498) -Add: method for duplicating strings with similar behaviours as strecpy and strecat; give end pointer instead of a size
2014-04-24 18:21:32 +00:00
rubidium
382ca0941f
(svn r26498) -Add: method for duplicating strings with similar behaviours as strecpy and strecat; give end pointer instead of a size
2014-04-24 18:21:32 +00:00
rubidium
0eda34689e
(svn r26497) -Fix: make sure the strgen and settingsgen code gets notified of changes to safeguards.h
2014-04-24 18:09:10 +00:00
rubidium
389d61f2fa
(svn r26497) -Fix: make sure the strgen and settingsgen code gets notified of changes to safeguards.h
2014-04-24 18:09:10 +00:00
frosch
aa743dc837
(svn r26496) -Fix (r1547): Reading console input on dedicated server relied on unspecified behaviour.
2014-04-24 17:49:31 +00:00
frosch
0e8bfeb7a9
(svn r26496) -Fix (r1547): Reading console input on dedicated server relied on unspecified behaviour.
2014-04-24 17:49:31 +00:00
translators
9c4ab4cb8c
(svn r26495) -Update from WebTranslator v3.0:
...
catalan - 2 changes by juanjo
croatian - 1 changes by VoyagerOne
estonian - 2 changes by KSiimson
lithuanian - 3 changes by Stabilitronas
spanish - 1 changes by juanjo
2014-04-24 17:45:33 +00:00
translators
411cca2dc3
(svn r26495) -Update from WebTranslator v3.0:
...
catalan - 2 changes by juanjo
croatian - 1 changes by VoyagerOne
estonian - 2 changes by KSiimson
lithuanian - 3 changes by Stabilitronas
spanish - 1 changes by juanjo
2014-04-24 17:45:33 +00:00
rubidium
a7e999ee20
(svn r26494) -Codechange: replace some further usages of s(n)printf with seprintf
2014-04-24 17:40:43 +00:00
rubidium
24fdd0b7bb
(svn r26494) -Codechange: replace some further usages of s(n)printf with seprintf
2014-04-24 17:40:43 +00:00
rubidium
e2330f16ea
(svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written
2014-04-24 04:41:54 +00:00
rubidium
b4914b91d9
(svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written
2014-04-24 04:41:54 +00:00
rubidium
1ab6ab9094
(svn r26492) -Fix (r26491): obviously it's too late
2014-04-23 21:33:29 +00:00
rubidium
ae46990636
(svn r26492) -Fix (r26491): obviously it's too late
2014-04-23 21:33:29 +00:00
rubidium
1535ad6327
(svn r26491) -Fix: compilation failure when networking is disabled
2014-04-23 21:32:41 +00:00
rubidium
567bf962fd
(svn r26491) -Fix: compilation failure when networking is disabled
2014-04-23 21:32:41 +00:00
rubidium
4cc448fa82
(svn r26490) -Fix (r26489): compilation under Windows
2014-04-23 21:30:32 +00:00
rubidium
ce06139328
(svn r26490) -Fix (r26489): compilation under Windows
2014-04-23 21:30:32 +00:00
rubidium
5c7c2445d8
(svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay
2014-04-23 21:23:21 +00:00
rubidium
21f991e235
(svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay
2014-04-23 21:23:21 +00:00
rubidium
a0eaaf80b7
(svn r26488) -Codechange: perform the appropriate length checks when getting a client name
2014-04-23 21:19:54 +00:00
rubidium
160ad31028
(svn r26488) -Codechange: perform the appropriate length checks when getting a client name
2014-04-23 21:19:54 +00:00
rubidium
b1f6351eff
(svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names
2014-04-23 21:16:58 +00:00
rubidium
a5274117bd
(svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names
2014-04-23 21:16:58 +00:00
rubidium
6ecc602050
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
2014-04-23 21:12:09 +00:00
rubidium
5b82822c12
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
2014-04-23 21:12:09 +00:00
frosch
24c7134bff
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
2014-04-23 20:44:42 +00:00
frosch
ef4c2ce031
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
2014-04-23 20:44:42 +00:00
fonsinchen
547e8233be
(svn r26484) -Change: Remove demand calculation based on tiles.
2014-04-23 20:23:22 +00:00
fonsinchen
56e8ea6dde
(svn r26484) -Change: Remove demand calculation based on tiles.
2014-04-23 20:23:22 +00:00
fonsinchen
ba66343558
(svn r26483) -Fix: Allow single-vehicle consists to station-refit in a meaningful way.
2014-04-23 20:22:27 +00:00
fonsinchen
49f27eb247
(svn r26483) -Fix: Allow single-vehicle consists to station-refit in a meaningful way.
2014-04-23 20:22:27 +00:00
rubidium
2be4215f43
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2014-04-23 20:13:33 +00:00
rubidium
0463dbdc9e
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2014-04-23 20:13:33 +00:00
translators
dd84952d15
(svn r26481) -Update from WebTranslator v3.0:
...
polish - 1 changes by wojteks86
2014-04-22 17:45:10 +00:00
translators
287ecd1582
(svn r26481) -Update from WebTranslator v3.0:
...
polish - 1 changes by wojteks86
2014-04-22 17:45:10 +00:00
rubidium
f54d141211
(svn r26480) -Fix (r26479): forgot to remove a *
2014-04-21 18:35:12 +00:00
rubidium
f0d5f754b6
(svn r26480) -Fix (r26479): forgot to remove a *
2014-04-21 18:35:12 +00:00
rubidium
a4e769d3f6
(svn r26479) -Codechange: use MallocT instead of malloc
2014-04-21 18:31:06 +00:00