------------------------------------------------------------------------ r26530 | translators | 2014-04-27 19:49:36 +0200 (Sun, 27 Apr 2014) | 5 lines -Update from WebTranslator v3.0: catalan - 19 changes by juanjo english_US - 18 changes by Supercheese italian - 17 changes by lorenzodv ------------------------------------------------------------------------ r26529 | frosch | 2014-04-27 17:45:53 +0200 (Sun, 27 Apr 2014) | 1 line -Merge: documentation updates from 1.4 branch ------------------------------------------------------------------------ r26528 | frosch | 2014-04-27 17:35:31 +0200 (Sun, 27 Apr 2014) | 1 line -Remove: A bunch of archaic settings from the advanced settings GUI. ------------------------------------------------------------------------ r26527 | frosch | 2014-04-27 17:30:53 +0200 (Sun, 27 Apr 2014) | 1 line -Codechange: Rename STR_MAPGEN_RANDOM to STR_FACE_RANDOM ------------------------------------------------------------------------ r26526 | frosch | 2014-04-27 17:15:28 +0200 (Sun, 27 Apr 2014) | 1 line -Remove: Ability to set map generation seed via GUI. If you really need it, use the console. ------------------------------------------------------------------------ r26525 | frosch | 2014-04-27 17:13:46 +0200 (Sun, 27 Apr 2014) | 1 line -Remove: Screenshot format setting from GUI. ------------------------------------------------------------------------ r26524 | frosch | 2014-04-27 17:13:27 +0200 (Sun, 27 Apr 2014) | 1 line -Remove: Soon unneeded translations. ------------------------------------------------------------------------ r26523 | frosch | 2014-04-27 15:21:30 +0200 (Sun, 27 Apr 2014) | 1 line -Fix [FS#5992]: OpenBSD compilation (MagisterQuis) ------------------------------------------------------------------------ r26522 | frosch | 2014-04-27 14:15:14 +0200 (Sun, 27 Apr 2014) | 4 lines -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. ------------------------------------------------------------------------ r26521 | rubidium | 2014-04-26 22:55:08 +0200 (Sat, 26 Apr 2014) | 2 lines -Fix-ish: prevent from ever reading huge (or negative) amounts of data in strgen ------------------------------------------------------------------------ r26520 | frosch | 2014-04-26 22:34:22 +0200 (Sat, 26 Apr 2014) | 1 line -Change: Reword some texts, mostly setting names. ------------------------------------------------------------------------ r26519 | translators | 2014-04-26 19:45:12 +0200 (Sat, 26 Apr 2014) | 3 lines -Update from WebTranslator v3.0: korean - 2 changes by telk5093 ------------------------------------------------------------------------ r26518 | rubidium | 2014-04-26 18:55:30 +0200 (Sat, 26 Apr 2014) | 2 lines -Change: make genworld messages on the dedicated server disable-able by using -dnet=0 ------------------------------------------------------------------------ r26517 | rubidium | 2014-04-26 09:30:15 +0200 (Sat, 26 Apr 2014) | 2 lines -Fix: Windows 9x (or rather non-unicode) compile failures ------------------------------------------------------------------------ r26514 | rubidium | 2014-04-25 23:29:54 +0200 (Fri, 25 Apr 2014) | 2 lines -Fix: rewrite link-in-tar handling so it doesn't use strncpy and it doesn't overrun its buffers anymore ------------------------------------------------------------------------ r26513 | frosch | 2014-04-25 21:25:38 +0200 (Fri, 25 Apr 2014) | 1 line -Fix: 9x compilation, maybe ------------------------------------------------------------------------ r26512 | translators | 2014-04-25 19:45:08 +0200 (Fri, 25 Apr 2014) | 3 lines -Update from WebTranslator v3.0: croatian - 1 changes by VoyagerOne ------------------------------------------------------------------------ r26511 | rubidium | 2014-04-25 19:43:09 +0200 (Fri, 25 Apr 2014) | 2 lines -Codechange: use strecpy in game_text ------------------------------------------------------------------------ r26510 | rubidium | 2014-04-25 19:35:29 +0200 (Fri, 25 Apr 2014) | 2 lines -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 ------------------------------------------------------------------------ r26509 | rubidium | 2014-04-25 17:40:32 +0200 (Fri, 25 Apr 2014) | 2 lines -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) ------------------------------------------------------------------------ r26508 | rubidium | 2014-04-25 17:25:59 +0200 (Fri, 25 Apr 2014) | 2 lines -Codechange: use seprintf instead of a custom vstrcatprintf hybrid ------------------------------------------------------------------------ r26507 | rubidium | 2014-04-25 17:17:17 +0200 (Fri, 25 Apr 2014) | 2 lines -Cleanup: remove now unused custom strndup implementation ------------------------------------------------------------------------ r26506 | rubidium | 2014-04-24 21:51:45 +0200 (Thu, 24 Apr 2014) | 2 lines -Codechange: replace most of vsnprintf with vseprintf ------------------------------------------------------------------------ r26505 | frosch | 2014-04-24 21:09:17 +0200 (Thu, 24 Apr 2014) | 1 line -Fix (r23634, r26493): Incorrect usage of strecpy/strecat ------------------------------------------------------------------------ r26504 | frosch | 2014-04-24 20:58:47 +0200 (Thu, 24 Apr 2014) | 1 line -Fix (r26499): Obiwan and his gang. ------------------------------------------------------------------------ r26503 | rubidium | 2014-04-24 20:49:24 +0200 (Thu, 24 Apr 2014) | 2 lines -Fix: compilation error with full debug build ------------------------------------------------------------------------ r26502 | rubidium | 2014-04-24 20:44:38 +0200 (Thu, 24 Apr 2014) | 2 lines -Fix: OSX compilation error ------------------------------------------------------------------------ r26501 | rubidium | 2014-04-24 20:44:29 +0200 (Thu, 24 Apr 2014) | 2 lines -Fix: Windows compilation error ------------------------------------------------------------------------ r26500 | rubidium | 2014-04-24 20:40:16 +0200 (Thu, 24 Apr 2014) | 2 lines -Cleanup: remove unused snprintf implementation ------------------------------------------------------------------------ r26499 | rubidium | 2014-04-24 20:37:39 +0200 (Thu, 24 Apr 2014) | 2 lines -Codechange: replace strndup with stredup ------------------------------------------------------------------------ r26498 | rubidium | 2014-04-24 20:21:32 +0200 (Thu, 24 Apr 2014) | 2 lines -Add: method for duplicating strings with similar behaviours as strecpy and strecat; give end pointer instead of a size ------------------------------------------------------------------------ r26497 | rubidium | 2014-04-24 20:09:10 +0200 (Thu, 24 Apr 2014) | 2 lines -Fix: make sure the strgen and settingsgen code gets notified of changes to safeguards.h ------------------------------------------------------------------------ r26496 | frosch | 2014-04-24 19:49:31 +0200 (Thu, 24 Apr 2014) | 1 line -Fix (r1547): Reading console input on dedicated server relied on unspecified behaviour. ------------------------------------------------------------------------ r26495 | translators | 2014-04-24 19:45:33 +0200 (Thu, 24 Apr 2014) | 7 lines -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 ------------------------------------------------------------------------ r26494 | rubidium | 2014-04-24 19:40:43 +0200 (Thu, 24 Apr 2014) | 2 lines -Codechange: replace some further usages of s(n)printf with seprintf ------------------------------------------------------------------------ r26493 | rubidium | 2014-04-24 06:41:54 +0200 (Thu, 24 Apr 2014) | 2 lines -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written ------------------------------------------------------------------------ r26492 | rubidium | 2014-04-23 23:33:29 +0200 (Wed, 23 Apr 2014) | 2 lines -Fix (r26491): obviously it's too late ------------------------------------------------------------------------ r26491 | rubidium | 2014-04-23 23:32:41 +0200 (Wed, 23 Apr 2014) | 2 lines -Fix: compilation failure when networking is disabled ------------------------------------------------------------------------ r26490 | rubidium | 2014-04-23 23:30:32 +0200 (Wed, 23 Apr 2014) | 2 lines -Fix (r26489): compilation under Windows ------------------------------------------------------------------------ r26489 | rubidium | 2014-04-23 23:23:21 +0200 (Wed, 23 Apr 2014) | 2 lines -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay ------------------------------------------------------------------------ r26488 | rubidium | 2014-04-23 23:19:54 +0200 (Wed, 23 Apr 2014) | 2 lines -Codechange: perform the appropriate length checks when getting a client name ------------------------------------------------------------------------ r26487 | rubidium | 2014-04-23 23:16:58 +0200 (Wed, 23 Apr 2014) | 2 lines -Codechange: use lastof instead of lengthof/sizeof for script names ------------------------------------------------------------------------ r26486 | rubidium | 2014-04-23 23:12:09 +0200 (Wed, 23 Apr 2014) | 2 lines -Codechange: replace a number of snprintfs with seprintf ------------------------------------------------------------------------ r26485 | frosch | 2014-04-23 22:44:42 +0200 (Wed, 23 Apr 2014) | 1 line -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat. ------------------------------------------------------------------------ r26484 | fonsinchen | 2014-04-23 22:23:22 +0200 (Wed, 23 Apr 2014) | 1 line -Change: Remove demand calculation based on tiles. ------------------------------------------------------------------------ r26483 | fonsinchen | 2014-04-23 22:22:27 +0200 (Wed, 23 Apr 2014) | 1 line -Fix: Allow single-vehicle consists to station-refit in a meaningful way. ------------------------------------------------------------------------ r26482 | rubidium | 2014-04-23 22:13:33 +0200 (Wed, 23 Apr 2014) | 2 lines -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 ------------------------------------------------------------------------ r26481 | translators | 2014-04-22 19:45:10 +0200 (Tue, 22 Apr 2014) | 3 lines -Update from WebTranslator v3.0: polish - 1 changes by wojteks86 ------------------------------------------------------------------------ r26480 | rubidium | 2014-04-21 20:35:12 +0200 (Mon, 21 Apr 2014) | 2 lines -Fix (r26479): forgot to remove a * ------------------------------------------------------------------------ r26479 | rubidium | 2014-04-21 20:31:06 +0200 (Mon, 21 Apr 2014) | 2 lines -Codechange: use MallocT instead of malloc ------------------------------------------------------------------------ r26478 | translators | 2014-04-21 19:45:13 +0200 (Mon, 21 Apr 2014) | 4 lines -Update from WebTranslator v3.0: czech - 4 changes by djst serbian - 2 changes by ivan_mile ------------------------------------------------------------------------ r26477 | translators | 2014-04-20 19:45:24 +0200 (Sun, 20 Apr 2014) | 6 lines -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 ------------------------------------------------------------------------