Commit Graph

21421 Commits (707ca990a92e52de8f20d5991aad23de942e0bca)
 

Author SHA1 Message Date
rubidium 707ca990a9 (svn r26521) -Fix-ish: prevent from ever reading huge (or negative) amounts of data in strgen 10 years ago
frosch e23c9b1fc5 (svn r26520) -Change: Reword some texts, mostly setting names. 10 years ago
translators 108fec6130 (svn r26519) -Update from WebTranslator v3.0:
korean - 2 changes by telk5093
10 years ago
rubidium caffafc38b (svn r26518) -Change: make genworld messages on the dedicated server disable-able by using -dnet=0 10 years ago
rubidium b3ea3c45f9 (svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failures 10 years ago
rubidium 9edf5eba4e (svn r26514) -Fix: rewrite link-in-tar handling so it doesn't use strncpy and it doesn't overrun its buffers anymore 10 years ago
frosch b40d6dfb81 (svn r26513) -Fix: 9x compilation, maybe 10 years ago
translators 6a9599e4a9 (svn r26512) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
10 years ago
rubidium 8fff83588d (svn r26511) -Codechange: use strecpy in game_text 10 years ago
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 10 years ago
rubidium 034735a54c (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
rubidium 0b159549d4 (svn r26508) -Codechange: use seprintf instead of a custom vstrcatprintf hybrid 10 years ago
rubidium e251d82f96 (svn r26507) -Cleanup: remove now unused custom strndup implementation 10 years ago
rubidium b886c8db8c (svn r26506) -Codechange: replace most of vsnprintf with vseprintf 10 years ago
frosch 3232a64598 (svn r26505) -Fix (r23634, r26493): Incorrect usage of strecpy/strecat 10 years ago
frosch efd1c31864 (svn r26504) -Fix (r26499): Obiwan and his gang. 10 years ago
rubidium b8f9579133 (svn r26503) -Fix: compilation error with full debug build 10 years ago
rubidium 982c68754d (svn r26502) -Fix: OSX compilation error 10 years ago
rubidium a13ec598a8 (svn r26501) -Fix: Windows compilation error 10 years ago
rubidium baa9dd4b5d (svn r26500) -Cleanup: remove unused snprintf implementation 10 years ago
rubidium 699779324e (svn r26499) -Codechange: replace strndup with stredup 10 years ago
rubidium 4768fae6d4 (svn r26498) -Add: method for duplicating strings with similar behaviours as strecpy and strecat; give end pointer instead of a size 10 years ago
rubidium 0eda34689e (svn r26497) -Fix: make sure the strgen and settingsgen code gets notified of changes to safeguards.h 10 years ago
frosch aa743dc837 (svn r26496) -Fix (r1547): Reading console input on dedicated server relied on unspecified behaviour. 10 years ago
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
10 years ago
rubidium a7e999ee20 (svn r26494) -Codechange: replace some further usages of s(n)printf with seprintf 10 years ago
rubidium e2330f16ea (svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written 10 years ago
rubidium 1ab6ab9094 (svn r26492) -Fix (r26491): obviously it's too late 10 years ago
rubidium 1535ad6327 (svn r26491) -Fix: compilation failure when networking is disabled 10 years ago
rubidium 4cc448fa82 (svn r26490) -Fix (r26489): compilation under Windows 10 years ago
rubidium 5c7c2445d8 (svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay 10 years ago
rubidium a0eaaf80b7 (svn r26488) -Codechange: perform the appropriate length checks when getting a client name 10 years ago
rubidium b1f6351eff (svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names 10 years ago
rubidium 6ecc602050 (svn r26486) -Codechange: replace a number of snprintfs with seprintf 10 years ago
frosch 24c7134bff (svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat. 10 years ago
fonsinchen 547e8233be (svn r26484) -Change: Remove demand calculation based on tiles. 10 years ago
fonsinchen ba66343558 (svn r26483) -Fix: Allow single-vehicle consists to station-refit in a meaningful way. 10 years ago
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 10 years ago
translators dd84952d15 (svn r26481) -Update from WebTranslator v3.0:
polish - 1 changes by wojteks86
10 years ago
rubidium f54d141211 (svn r26480) -Fix (r26479): forgot to remove a * 10 years ago
rubidium a4e769d3f6 (svn r26479) -Codechange: use MallocT instead of malloc 10 years ago
translators 09e08c01ad (svn r26478) -Update from WebTranslator v3.0:
czech - 4 changes by djst
serbian - 2 changes by ivan_mile
10 years ago
translators 0c03fa3208 (svn r26477) -Update from WebTranslator v3.0:
catalan - 30 changes by juanjo
russian - 1 changes by Lone_Wolf
serbian - 18 changes by ivan_mile
turkish - 7 changes by wakeup
10 years ago
rubidium aa7456e397 (svn r26476) -Fix: prevent comparing to NULL when strndup could not allocate memory 10 years ago
rubidium 101b982263 (svn r26475) -Fix: potentially undefined shifts in NewGRF code 10 years ago
rubidium 3c3f9663e9 (svn r26474) -Cleanup: remove unneeded check for NULL 10 years ago
rubidium 6504817680 (svn r26473) -Fix: make sure there is no uninitialised sprite data; the other blitters cleared the memory too 10 years ago
rubidium 67f3c2a764 (svn r26472) -Cleanup: pointless instance variable 10 years ago
translators 25c26d2eba (svn r26471) -Update from WebTranslator v3.0:
catalan - 4 changes by juanjo
simplified_chinese - 79 changes by xiangyigao
english_US - 8 changes by Supercheese
indonesian - 7 changes by Yoursnotmine
italian - 1 changes by lorenzodv
10 years ago
translators 9f38748a19 (svn r26470) -Update from WebTranslator v3.0:
catalan - 2 changes by juanjo
korean - 3 changes by telk5093
polish - 4 changes by wojteks86
gaelic - 29 changes by GunChleoc
10 years ago