Commit Graph

21451 Commits (0535569d2f9ceb17b35a7ff2be90ee733d19b303)
 

Author SHA1 Message Date
rubidium 0535569d2f (svn r26556) -Codechange: use sources.list to tell a file shouldn't be built for a particular platform 11 years ago
translators e3647002af (svn r26555) -Update from WebTranslator v3.0:
czech - 18 changes by Eskymak
english_US - 5 changes by Supercheese
11 years ago
alberth e297f14676 (svn r26554) -Fix(r26489): Use last address of the destination buffer. 11 years ago
translators f9f5f7aaa0 (svn r26553) -Update from WebTranslator v3.0:
croatian - 5 changes by VoyagerOne
dutch - 50 changes by habell
norwegian_bokmal - 16 changes by cuthbert
russian - 2 changes by Lone_Wolf
slovak - 18 changes by Milsa
11 years ago
translators 0c8ecb8364 (svn r26552) -Update from WebTranslator v3.0:
czech - 14 changes by djst
finnish - 1 changes by jpx_
italian - 5 changes by lorenzodv
brazilian_portuguese - 49 changes by Tucalipe
russian - 32 changes by Lone_Wolf
11 years ago
fonsinchen 7c9ef443e3 (svn r26551) -Fix: document revision number for latest savegame version change 11 years ago
fonsinchen d4aae15fa5 (svn r26550) -Change: Show measured order times in timetable GUI 11 years ago
fonsinchen b8381b6b25 (svn r26549) -Change: better estimation for link capacities during full load 11 years ago
fonsinchen d5bd72296b (svn r26548) -Codechange: move updating of load_unload_ticks out of LoadUnloadVehicle 11 years ago
fonsinchen c81a6070cb (svn r26547) -Codechange: Collect order travel and wait times independent of timetables 11 years ago
fonsinchen d49dad9f9c (svn r26546) -Codechange: Make order wait_time, travel_time and max_speed private 11 years ago
translators 9f3590ccba (svn r26545) -Update from WebTranslator v3.0:
catalan - 1 changes by juanjo
croatian - 27 changes by VoyagerOne
czech - 4 changes by djst
korean - 8 changes by telk5093
11 years ago
translators e1b03c3e43 (svn r26540) -Update from WebTranslator v3.0:
basque - 9 changes by laxkax
catalan - 10 changes by juanjo
italian - 12 changes by lorenzodv
11 years ago
rubidium 071662545c (svn r26539) -Fix [FS#5994]: [Windows] Crash due to assuming (formerly) _video_driver is being set before the operating system has time to perform the first "paint" callback 11 years ago
rubidium beb540ec55 (svn r26538) -Codechange: remove double accounting of the drivers 11 years ago
translators 39e2e5af1e (svn r26537) -Update from WebTranslator v3.0:
catalan - 24 changes by juanjo
english_US - 25 changes by Supercheese
finnish - 31 changes by jpx_
german - 32 changes by planetmaker
korean - 43 changes by telk5093
luxembourgish - 39 changes by Phreeze
russian - 17 changes by Lone_Wolf
11 years ago
frosch 90f0ba840f (svn r26536) -Change: Reshuffle advanced settings tree. 11 years ago
frosch 639223058e (svn r26535) -Remove: Missed one 11 years ago
frosch 0fa2f909cc (svn r26534) -Remove: Soon unneeded translations. 11 years ago
frosch e811c54d1d (svn r26533) -Codechange: Rename some strings 11 years ago
rubidium 12fb14724d (svn r26531) -Fix-ish: improve consistency of the usage of max and maximum 11 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
11 years ago
frosch 32c9d71baf (svn r26529) -Merge: documentation updates from 1.4 branch 11 years ago
frosch fffab86525 (svn r26528) -Remove: A bunch of archaic settings from the advanced settings GUI. 11 years ago
frosch 7a6d2e0110 (svn r26527) -Codechange: Rename STR_MAPGEN_RANDOM to STR_FACE_RANDOM 11 years ago
frosch f5545aa0b1 (svn r26526) -Remove: Ability to set map generation seed via GUI. If you really need it, use the console. 11 years ago
frosch 9430dfe7fa (svn r26525) -Remove: Screenshot format setting from GUI. 11 years ago
frosch 94116f93fb (svn r26524) -Remove: Soon unneeded translations. 11 years ago
frosch 3be8cb7061 (svn r26523) -Fix [FS#5992]: OpenBSD compilation (MagisterQuis) 11 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.
11 years ago
rubidium 707ca990a9 (svn r26521) -Fix-ish: prevent from ever reading huge (or negative) amounts of data in strgen 11 years ago
frosch e23c9b1fc5 (svn r26520) -Change: Reword some texts, mostly setting names. 11 years ago
translators 108fec6130 (svn r26519) -Update from WebTranslator v3.0:
korean - 2 changes by telk5093
11 years ago
rubidium caffafc38b (svn r26518) -Change: make genworld messages on the dedicated server disable-able by using -dnet=0 11 years ago
rubidium b3ea3c45f9 (svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failures 11 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 11 years ago
frosch b40d6dfb81 (svn r26513) -Fix: 9x compilation, maybe 11 years ago
translators 6a9599e4a9 (svn r26512) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
11 years ago
rubidium 8fff83588d (svn r26511) -Codechange: use strecpy in game_text 11 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 11 years ago
rubidium 034735a54c (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 11 years ago
rubidium 0b159549d4 (svn r26508) -Codechange: use seprintf instead of a custom vstrcatprintf hybrid 11 years ago
rubidium e251d82f96 (svn r26507) -Cleanup: remove now unused custom strndup implementation 11 years ago
rubidium b886c8db8c (svn r26506) -Codechange: replace most of vsnprintf with vseprintf 11 years ago
frosch 3232a64598 (svn r26505) -Fix (r23634, r26493): Incorrect usage of strecpy/strecat 11 years ago
frosch efd1c31864 (svn r26504) -Fix (r26499): Obiwan and his gang. 11 years ago
rubidium b8f9579133 (svn r26503) -Fix: compilation error with full debug build 11 years ago
rubidium 982c68754d (svn r26502) -Fix: OSX compilation error 11 years ago
rubidium a13ec598a8 (svn r26501) -Fix: Windows compilation error 11 years ago
rubidium baa9dd4b5d (svn r26500) -Cleanup: remove unused snprintf implementation 11 years ago