summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2014-04-24(svn r26496) -Fix (r1547): Reading console input on dedicated server relied ↵frosch
on unspecified behaviour.
2014-04-24(svn r26495) -Update from WebTranslator v3.0:translators
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
2014-04-24(svn r26494) -Codechange: replace some further usages of s(n)printf with ↵rubidium
seprintf
2014-04-24(svn r26493) -Codechange: use strecat to concatenate script settings instead ↵rubidium
of manually accounting for the amount of characters that has been written
2014-04-23(svn r26492) -Fix (r26491): obviously it's too laterubidium
2014-04-23(svn r26491) -Fix: compilation failure when networking is disabledrubidium
2014-04-23(svn r26490) -Fix (r26489): compilation under Windowsrubidium
2014-04-23(svn r26489) -Codechange: properly account for the end of buffers in the ↵rubidium
file io code instead of assuming MAX_PATH is okay
2014-04-23(svn r26488) -Codechange: perform the appropriate length checks when getting ↵rubidium
a client name
2014-04-23(svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script namesrubidium
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy ↵frosch
and strecat.
2014-04-23(svn r26484) -Change: Remove demand calculation based on tiles.fonsinchen
2014-04-23(svn r26483) -Fix: Allow single-vehicle consists to station-refit in a ↵fonsinchen
meaningful way.
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2014-04-22(svn r26481) -Update from WebTranslator v3.0:translators
polish - 1 changes by wojteks86
2014-04-21(svn r26480) -Fix (r26479): forgot to remove a *rubidium
2014-04-21(svn r26479) -Codechange: use MallocT instead of mallocrubidium
2014-04-21(svn r26478) -Update from WebTranslator v3.0:translators
czech - 4 changes by djst serbian - 2 changes by ivan_mile
2014-04-20(svn r26477) -Update from WebTranslator v3.0:translators
catalan - 30 changes by juanjo russian - 1 changes by Lone_Wolf serbian - 18 changes by ivan_mile turkish - 7 changes by wakeup
2014-04-20(svn r26476) -Fix: prevent comparing to NULL when strndup could not allocate ↵rubidium
memory
2014-04-20(svn r26475) -Fix: potentially undefined shifts in NewGRF coderubidium
2014-04-20(svn r26474) -Cleanup: remove unneeded check for NULLrubidium
2014-04-20(svn r26473) -Fix: make sure there is no uninitialised sprite data; the ↵rubidium
other blitters cleared the memory too
2014-04-20(svn r26472) -Cleanup: pointless instance variablerubidium