translators
d96a673e57
(svn r26519) -Update from WebTranslator v3.0:
...
korean - 2 changes by telk5093
2014-04-26 17:45:12 +00:00
rubidium
caffafc38b
(svn r26518) -Change: make genworld messages on the dedicated server disable-able by using -dnet=0
2014-04-26 16:55:30 +00:00
rubidium
aa5a570b0d
(svn r26518) -Change: make genworld messages on the dedicated server disable-able by using -dnet=0
2014-04-26 16:55:30 +00:00
rubidium
b3ea3c45f9
(svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failures
2014-04-26 07:30:15 +00:00
rubidium
5ebf72d126
(svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failures
2014-04-26 07:30:15 +00:00
rubidium
9edf5eba4e
(svn r26514) -Fix: rewrite link-in-tar handling so it doesn't use strncpy and it doesn't overrun its buffers anymore
2014-04-25 21:29:54 +00:00
rubidium
5ef2042819
(svn r26514) -Fix: rewrite link-in-tar handling so it doesn't use strncpy and it doesn't overrun its buffers anymore
2014-04-25 21:29:54 +00:00
frosch
b40d6dfb81
(svn r26513) -Fix: 9x compilation, maybe
2014-04-25 19:25:38 +00:00
frosch
08eeec15be
(svn r26513) -Fix: 9x compilation, maybe
2014-04-25 19:25:38 +00:00
translators
6a9599e4a9
(svn r26512) -Update from WebTranslator v3.0:
...
croatian - 1 changes by VoyagerOne
2014-04-25 17:45:08 +00:00
translators
cb266074d5
(svn r26512) -Update from WebTranslator v3.0:
...
croatian - 1 changes by VoyagerOne
2014-04-25 17:45:08 +00:00
rubidium
8fff83588d
(svn r26511) -Codechange: use strecpy in game_text
2014-04-25 17:43:09 +00:00
rubidium
5e90054f20
(svn r26511) -Codechange: use strecpy in game_text
2014-04-25 17:43:09 +00:00
rubidium
555ee931bf
(svn r26510) -Codechange: use memcpy instead of strncpy in the town name replace word function since we never want to add a '\0' anyway, and we know the exact length too
2014-04-25 17:35:29 +00:00
rubidium
6ad6845f8c
(svn r26510) -Codechange: use memcpy instead of strncpy in the town name replace word function since we never want to add a '\0' anyway, and we know the exact length too
2014-04-25 17:35:29 +00:00
rubidium
034735a54c
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
2014-04-25 15:40:32 +00:00
rubidium
9ed12b0f07
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
2014-04-25 15:40:32 +00:00
rubidium
0b159549d4
(svn r26508) -Codechange: use seprintf instead of a custom vstrcatprintf hybrid
2014-04-25 15:25:59 +00:00
rubidium
4227f495c5
(svn r26508) -Codechange: use seprintf instead of a custom vstrcatprintf hybrid
2014-04-25 15:25:59 +00:00
rubidium
e251d82f96
(svn r26507) -Cleanup: remove now unused custom strndup implementation
2014-04-25 15:17:17 +00:00
rubidium
db8d208bfc
(svn r26507) -Cleanup: remove now unused custom strndup implementation
2014-04-25 15:17:17 +00:00
rubidium
b886c8db8c
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
2014-04-24 19:51:45 +00:00
rubidium
e61fe21237
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
2014-04-24 19:51:45 +00:00
frosch
3232a64598
(svn r26505) -Fix (r23634, r26493): Incorrect usage of strecpy/strecat
2014-04-24 19:09:17 +00:00
frosch
fad2d3c709
(svn r26505) -Fix (r23634, r26493): Incorrect usage of strecpy/strecat
2014-04-24 19:09:17 +00:00
frosch
efd1c31864
(svn r26504) -Fix (r26499): Obiwan and his gang.
2014-04-24 18:58:47 +00:00
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