Commit Graph

15120 Commits (639223058eab65216d41c4dfc633eea4cd44ada1)

Author SHA1 Message Date
frosch 639223058e (svn r26535) -Remove: Missed one 10 years ago
frosch 0fa2f909cc (svn r26534) -Remove: Soon unneeded translations. 10 years ago
frosch e811c54d1d (svn r26533) -Codechange: Rename some strings 10 years ago
rubidium 12fb14724d (svn r26531) -Fix-ish: improve consistency of the usage of max and maximum 10 years ago
translators 5a8b28621f (svn r26530) -Update from WebTranslator v3.0:
catalan - 19 changes by juanjo
english_US - 18 changes by Supercheese
italian - 17 changes by lorenzodv
10 years ago
frosch 32c9d71baf (svn r26529) -Merge: documentation updates from 1.4 branch 10 years ago
frosch fffab86525 (svn r26528) -Remove: A bunch of archaic settings from the advanced settings GUI. 10 years ago
frosch 7a6d2e0110 (svn r26527) -Codechange: Rename STR_MAPGEN_RANDOM to STR_FACE_RANDOM 10 years ago
frosch f5545aa0b1 (svn r26526) -Remove: Ability to set map generation seed via GUI. If you really need it, use the console. 10 years ago
frosch 9430dfe7fa (svn r26525) -Remove: Screenshot format setting from GUI. 10 years ago
frosch 94116f93fb (svn r26524) -Remove: Soon unneeded translations. 10 years ago
frosch 3be8cb7061 (svn r26523) -Fix [FS#5992]: OpenBSD compilation (MagisterQuis) 10 years ago
frosch b2c786ea68 (svn r26522) -Add: A config-file-only setting to disable usage of 8bpp video modes.
-Remove: [win32] fullscreen_bpp setting, which is replaced by above setting.
-Change: Disable usage of 8bpp blitters and video modes by default. Many modern OS and hardware cause issues with those.
10 years ago
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
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