summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-03(svn r26554) -Fix(r26489): Use last address of the destination buffer.alberth
2014-05-02(svn r26553) -Update from WebTranslator v3.0:translators
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
2014-05-01(svn r26552) -Update from WebTranslator v3.0:translators
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
2014-05-01(svn r26551) -Fix: document revision number for latest savegame version changefonsinchen
2014-05-01(svn r26550) -Change: Show measured order times in timetable GUIfonsinchen
2014-05-01(svn r26549) -Change: better estimation for link capacities during full loadfonsinchen
2014-05-01(svn r26548) -Codechange: move updating of load_unload_ticks out of ↵fonsinchen
LoadUnloadVehicle
2014-05-01(svn r26547) -Codechange: Collect order travel and wait times independent of ↵fonsinchen
timetables
2014-05-01(svn r26546) -Codechange: Make order wait_time, travel_time and max_speed ↵fonsinchen
private
2014-04-30(svn r26545) -Update from WebTranslator v3.0:translators
catalan - 1 changes by juanjo croatian - 27 changes by VoyagerOne czech - 4 changes by djst korean - 8 changes by telk5093
2014-04-29(svn r26540) -Update from WebTranslator v3.0:translators
basque - 9 changes by laxkax catalan - 10 changes by juanjo italian - 12 changes by lorenzodv
2014-04-28(svn r26539) -Fix [FS#5994]: [Windows] Crash due to assuming (formerly) ↵rubidium
_video_driver is being set before the operating system has time to perform the first "paint" callback
2014-04-28(svn r26538) -Codechange: remove double accounting of the driversrubidium
2014-04-28(svn r26537) -Update from WebTranslator v3.0:translators
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
2014-04-27(svn r26536) -Change: Reshuffle advanced settings tree.frosch
2014-04-27(svn r26535) -Remove: Missed onefrosch
2014-04-27(svn r26534) -Remove: Soon unneeded translations.frosch
2014-04-27(svn r26533) -Codechange: Rename some stringsfrosch
2014-04-27(svn r26531) -Fix-ish: improve consistency of the usage of max and maximumrubidium
2014-04-27(svn r26530) -Update from WebTranslator v3.0:translators
catalan - 19 changes by juanjo english_US - 18 changes by Supercheese italian - 17 changes by lorenzodv
2014-04-27(svn r26529) -Merge: documentation updates from 1.4 branchfrosch
2014-04-27(svn r26528) -Remove: A bunch of archaic settings from the advanced settings ↵frosch
GUI.
2014-04-27(svn r26527) -Codechange: Rename STR_MAPGEN_RANDOM to STR_FACE_RANDOMfrosch
2014-04-27(svn r26526) -Remove: Ability to set map generation seed via GUI. If you ↵frosch
really need it, use the console.
2014-04-27(svn r26525) -Remove: Screenshot format setting from GUI.frosch
2014-04-27(svn r26524) -Remove: Soon unneeded translations.frosch
2014-04-27(svn r26523) -Fix [FS#5992]: OpenBSD compilation (MagisterQuis)frosch
2014-04-27(svn r26522) -Add: A config-file-only setting to disable usage of 8bpp video ↵frosch
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.
2014-04-26(svn r26521) -Fix-ish: prevent from ever reading huge (or negative) amounts ↵rubidium
of data in strgen
2014-04-26(svn r26520) -Change: Reword some texts, mostly setting names.frosch
2014-04-26(svn r26519) -Update from WebTranslator v3.0:translators
korean - 2 changes by telk5093
2014-04-26(svn r26518) -Change: make genworld messages on the dedicated server ↵rubidium
disable-able by using -dnet=0
2014-04-26(svn r26517) -Fix: Windows 9x (or rather non-unicode) compile failuresrubidium
2014-04-25(svn r26514) -Fix: rewrite link-in-tar handling so it doesn't use strncpy ↵rubidium
and it doesn't overrun its buffers anymore
2014-04-25(svn r26513) -Fix: 9x compilation, maybefrosch
2014-04-25(svn r26512) -Update from WebTranslator v3.0:translators
croatian - 1 changes by VoyagerOne
2014-04-25(svn r26511) -Codechange: use strecpy in game_textrubidium
2014-04-25(svn r26510) -Codechange: use memcpy instead of strncpy in the town name ↵rubidium
replace word function since we never want to add a '\0' anyway, and we know the exact length too
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures ↵rubidium
the return is not NULL)
2014-04-25(svn r26508) -Codechange: use seprintf instead of a custom vstrcatprintf hybridrubidium
2014-04-25(svn r26507) -Cleanup: remove now unused custom strndup implementationrubidium
2014-04-24(svn r26506) -Codechange: replace most of vsnprintf with vseprintfrubidium
2014-04-24(svn r26505) -Fix (r23634, r26493): Incorrect usage of strecpy/strecatfrosch
2014-04-24(svn r26504) -Fix (r26499): Obiwan and his gang.frosch
2014-04-24(svn r26503) -Fix: compilation error with full debug buildrubidium
2014-04-24(svn r26502) -Fix: OSX compilation errorrubidium
2014-04-24(svn r26501) -Fix: Windows compilation errorrubidium
2014-04-24(svn r26500) -Cleanup: remove unused snprintf implementationrubidium
2014-04-24(svn r26499) -Codechange: replace strndup with streduprubidium
2014-04-24(svn r26498) -Add: method for duplicating strings with similar behaviours as ↵rubidium
strecpy and strecat; give end pointer instead of a size