Commit Graph

21470 Commits (7215b6a3d3b77a2b02fffd11aedf35d59aa5f7f9)
 

Author SHA1 Message Date
frosch 157e45f8d1 (svn r26520) -Change: Reword some texts, mostly setting names. 11 years ago
translators d96a673e57 (svn r26519) -Update from WebTranslator v3.0:
korean - 2 changes by telk5093
11 years ago
rubidium aa5a570b0d (svn r26518) -Change: make genworld messages on the dedicated server disable-able by using -dnet=0 11 years ago
rubidium 5ebf72d126 (svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failures 11 years ago
rubidium 5ef2042819 (svn r26514) -Fix: rewrite link-in-tar handling so it doesn't use strncpy and it doesn't overrun its buffers anymore 11 years ago
frosch 08eeec15be (svn r26513) -Fix: 9x compilation, maybe 11 years ago
translators cb266074d5 (svn r26512) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
11 years ago
rubidium 5e90054f20 (svn r26511) -Codechange: use strecpy in game_text 11 years ago
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 11 years ago
rubidium 9ed12b0f07 (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 11 years ago
rubidium 4227f495c5 (svn r26508) -Codechange: use seprintf instead of a custom vstrcatprintf hybrid 11 years ago
rubidium db8d208bfc (svn r26507) -Cleanup: remove now unused custom strndup implementation 11 years ago
rubidium e61fe21237 (svn r26506) -Codechange: replace most of vsnprintf with vseprintf 11 years ago
frosch fad2d3c709 (svn r26505) -Fix (r23634, r26493): Incorrect usage of strecpy/strecat 11 years ago
frosch d71cc434e4 (svn r26504) -Fix (r26499): Obiwan and his gang. 11 years ago
rubidium 2e493fa806 (svn r26503) -Fix: compilation error with full debug build 11 years ago
rubidium 781dd48949 (svn r26502) -Fix: OSX compilation error 11 years ago
rubidium 66743167c9 (svn r26501) -Fix: Windows compilation error 11 years ago
rubidium 99452c51ce (svn r26500) -Cleanup: remove unused snprintf implementation 11 years ago
rubidium 8960939b22 (svn r26499) -Codechange: replace strndup with stredup 11 years ago
rubidium 382ca0941f (svn r26498) -Add: method for duplicating strings with similar behaviours as strecpy and strecat; give end pointer instead of a size 11 years ago
rubidium 389d61f2fa (svn r26497) -Fix: make sure the strgen and settingsgen code gets notified of changes to safeguards.h 11 years ago
frosch 0e8bfeb7a9 (svn r26496) -Fix (r1547): Reading console input on dedicated server relied on unspecified behaviour. 11 years ago
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
11 years ago
rubidium 24fdd0b7bb (svn r26494) -Codechange: replace some further usages of s(n)printf with seprintf 11 years ago
rubidium b4914b91d9 (svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written 11 years ago
rubidium ae46990636 (svn r26492) -Fix (r26491): obviously it's too late 11 years ago
rubidium 567bf962fd (svn r26491) -Fix: compilation failure when networking is disabled 11 years ago
rubidium ce06139328 (svn r26490) -Fix (r26489): compilation under Windows 11 years ago
rubidium 21f991e235 (svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay 11 years ago
rubidium 160ad31028 (svn r26488) -Codechange: perform the appropriate length checks when getting a client name 11 years ago
rubidium a5274117bd (svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names 11 years ago
rubidium 5b82822c12 (svn r26486) -Codechange: replace a number of snprintfs with seprintf 11 years ago
frosch ef4c2ce031 (svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat. 11 years ago
fonsinchen 56e8ea6dde (svn r26484) -Change: Remove demand calculation based on tiles. 11 years ago
fonsinchen 49f27eb247 (svn r26483) -Fix: Allow single-vehicle consists to station-refit in a meaningful way. 11 years ago
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 11 years ago
translators 287ecd1582 (svn r26481) -Update from WebTranslator v3.0:
polish - 1 changes by wojteks86
11 years ago
rubidium f0d5f754b6 (svn r26480) -Fix (r26479): forgot to remove a * 11 years ago
rubidium b3129ce7bf (svn r26479) -Codechange: use MallocT instead of malloc 11 years ago
translators ab49f2f0d9 (svn r26478) -Update from WebTranslator v3.0:
czech - 4 changes by djst
serbian - 2 changes by ivan_mile
11 years ago
translators f399a92271 (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
11 years ago
rubidium 4b355534c0 (svn r26476) -Fix: prevent comparing to NULL when strndup could not allocate memory 11 years ago
rubidium bbed2ff956 (svn r26475) -Fix: potentially undefined shifts in NewGRF code 11 years ago
rubidium 295076155c (svn r26474) -Cleanup: remove unneeded check for NULL 11 years ago
rubidium c8fffcd5ce (svn r26473) -Fix: make sure there is no uninitialised sprite data; the other blitters cleared the memory too 11 years ago
rubidium ddc35bc252 (svn r26472) -Cleanup: pointless instance variable 11 years ago
translators 6ba16d9af0 (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
11 years ago
translators c51a058f2b (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
11 years ago
frosch be03779514 (svn r26469) -Fix [FS#5985, FS#5986, FS#5988]: Improve english strings. 11 years ago