Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-24 | (svn r26503) -Fix: compilation error with full debug build | rubidium | |
2014-04-24 | (svn r26502) -Fix: OSX compilation error | rubidium | |
2014-04-24 | (svn r26501) -Fix: Windows compilation error | rubidium | |
2014-04-24 | (svn r26500) -Cleanup: remove unused snprintf implementation | rubidium | |
2014-04-24 | (svn r26499) -Codechange: replace strndup with stredup | rubidium | |
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 late | rubidium | |
2014-04-23 | (svn r26491) -Fix: compilation failure when networking is disabled | rubidium | |
2014-04-23 | (svn r26490) -Fix (r26489): compilation under Windows | rubidium | |
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 names | rubidium | |
2014-04-23 | (svn r26486) -Codechange: replace a number of snprintfs with seprintf | rubidium | |
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 malloc | rubidium | |
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 code | rubidium | |
2014-04-20 | (svn r26474) -Cleanup: remove unneeded check for NULL | rubidium | |
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 variable | rubidium | |
2014-04-19 | (svn r26471) -Update from WebTranslator v3.0: | translators | |
catalan - 4 changes by juanjo simplified_chinese - 79 changes by xiangyigao english_US - 8 changes by Supercheese indonesian - 7 changes by Yoursnotmine italian - 1 changes by lorenzodv | |||
2014-04-18 | (svn r26470) -Update from WebTranslator v3.0: | translators | |
catalan - 2 changes by juanjo korean - 3 changes by telk5093 polish - 4 changes by wojteks86 gaelic - 29 changes by GunChleoc | |||
2014-04-18 | (svn r26469) -Fix [FS#5985, FS#5986, FS#5988]: Improve english strings. | frosch | |
2014-04-17 | (svn r26468) -Update from WebTranslator v3.0: | translators | |
catalan - 3 changes by arnau czech - 4 changes by djst english_AU - 2 changes by mrtux | |||
2014-04-16 | (svn r26467) -Fix: Include shadow on ... | peter1138 | |
2014-04-16 | (svn r26466) -Update from WebTranslator v3.0: | translators | |
hungarian - 1 changes by Brumi | |||
2014-04-15 | (svn r26465) -Update from WebTranslator v3.0: | translators | |
catalan - 23 changes by juanjo croatian - 4 changes by VoyagerOne english_US - 5 changes by Supercheese finnish - 1 changes by jpx_ luxembourgish - 4 changes by Phreeze swedish - 2 changes by Joel_A | |||
2014-04-14 | (svn r26464) -Update from WebTranslator v3.0: | translators | |
belarusian - 4 changes by Wowanxm catalan - 47 changes by juanjo norwegian_bokmal - 3 changes by cuthbert polish - 4 changes by wojteks86 brazilian_portuguese - 4 changes by Tucalipe | |||
2014-04-13 | (svn r26463) -Fix (r10190ish): Add special handling for PALETTE_CRASH to ↵ | peter1138 | |
work for non-8bpp-mapped sprites. | |||
2014-04-13 | (svn r26462) -Update from WebTranslator v3.0: | translators | |
german - 3 changes by planetmaker hungarian - 5 changes by Brumi italian - 3 changes by lorenzodv turkish - 4 changes by wakeup welsh - 6 changes by kazzie | |||
2014-04-12 | (svn r26459) -Update from WebTranslator v3.0: | translators | |
catalan - 2 changes by juanjo simplified_chinese - 10 changes by siu238X, xiangyigao traditional_chinese - 1 changes by siu238X finnish - 2 changes by jpx_ russian - 2 changes by Lone_Wolf | |||
2014-04-12 | (svn r26458) -Doc: Correct a few spelling mistakes (__ln__) | planetmaker | |
2014-04-12 | (svn r26457) -Codechange: Remove unused parameter from SetIndustryCompleted | planetmaker | |
2014-04-11 | (svn r26455) -Change: Prompt for confirmation when deleting a vehicle group. | peter1138 | |
2014-04-11 | (svn r26454) -Update from WebTranslator v3.0: | translators | |
catalan - 2 changes by juanjo simplified_chinese - 1 changes by xiangyigao english_AU - 2 changes by mrtux russian - 1 changes by Lone_Wolf | |||
2014-04-10 | (svn r26453) -Update from WebTranslator v3.0: | translators | |
basque - 35 changes by laxkax simplified_chinese - 2 changes by Gavin finnish - 2 changes by jpx_ italian - 1 changes by lorenzodv korean - 2 changes by telk5093 gaelic - 1 changes by GunChleoc | |||
2014-04-09 | (svn r26452) -Update from WebTranslator v3.0: | translators | |
basque - 18 changes by laxkax english_US - 2 changes by Supercheese russian - 2 changes by Lone_Wolf | |||
2014-04-08 | (svn r26451) -Change: Document GroupIsInGroup() function. | peter1138 | |
2014-04-08 | (svn r26450) -Feature: Hierarchical vehicle subgroups. | peter1138 | |