Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-25 | (svn r25744) -Fix (r25648): [NewGRF] Also invalidate vehicle colour palette ↵ | frosch | |
when rearranging consists. | |||
2013-08-25 | (svn r25743) -Fix [FS#5705]: [OSX] Text input into an edit box would trigger ↵ | michi_cc | |
hotkeys. | |||
2013-08-24 | (svn r25742) -Update from WebTranslator v3.0: | translators | |
polish - 17 changes by voythas | |||
2013-08-23 | (svn r25741) -Fix: shift join dates of link graph jobs when using the date cheat | fonsinchen | |
2013-08-23 | (svn r25740) -Update from WebTranslator v3.0: | translators | |
turkish - 1 changes by wakeup | |||
2013-08-21 | (svn r25739) -Update from WebTranslator v3.0: | translators | |
afrikaans - 218 changes by mulderpf simplified_chinese - 1 changes by siu238X traditional_chinese - 1 changes by siu238X | |||
2013-08-20 | (svn r25738) -Feature: recursively walk all branches of conditional orders ↵ | fonsinchen | |
in the order prediction logic | |||
2013-08-20 | (svn r25737) -Codechange: move inner workings of RefreshNextHopsStats into ↵ | fonsinchen | |
separate function | |||
2013-08-20 | (svn r25736) -Codechange: move condition prediction out of ↵ | fonsinchen | |
GetNextStoppingOrder so that we can access both branches in calling code | |||
2013-08-20 | (svn r25735) -Feature: allow implicit orders even if no explicit ones are given. | fonsinchen | |
2013-08-19 | (svn r25734) -Update from WebTranslator v3.0: | translators | |
afrikaans - 21 changes by mulderpf | |||
2013-08-18 | (svn r25733) -Fix: Engine name was misaligned in purchase list for RTL. (sbr) | frosch | |
2013-08-18 | (svn r25732) -Fix: In BuildIndustryWindow in RTL mode, draw industry color ↵ | frosch | |
icon at the right. (sbr) | |||
2013-08-18 | (svn r25731) -Fix [FS#5692]: Minor RTL alignment issues. (sbr) | frosch | |
2013-08-18 | (svn r25730) -Update from WebTranslator v3.0: | translators | |
afrikaans - 87 changes by mulderpf swedish - 3 changes by Joel_A | |||
2013-08-18 | (svn r25729) -Fix [FS#5686]: If the child widgets of a NWidgetHorizontal ↵ | frosch | |
container do not fill the complete container, align them according to text direction. (sbr) | |||
2013-08-18 | (svn r25728) -Update: Baseset translations | frosch | |
2013-08-18 | (svn r25727) -Fix [FS#5686]: NWidgetMatrix used pip_pre and pip_post ↵ | frosch | |
inconsistently and incorrectly, causing misalignment for RTL. (spotted by sbr) | |||
2013-08-18 | (svn r25726) -Fix: Right side of object class string was misaligned. (sbr) | frosch | |
2013-08-17 | (svn r25725) -Update from WebTranslator v3.0: | translators | |
afrikaans - 232 changes by mulderpf indonesian - 31 changes by abdu354 luxembourgish - 69 changes by Phreeze | |||
2013-08-16 | (svn r25724) -Update from WebTranslator v3.0: | translators | |
luxembourgish - 2 changes by Phreeze | |||
2013-08-15 | (svn r25723) -Update from WebTranslator v3.0: | translators | |
indonesian - 71 changes by UseYourIllusion, abdu354 lithuanian - 2 changes by Stabilitronas luxembourgish - 68 changes by Phreeze | |||
2013-08-14 | (svn r25722) -Update from WebTranslator v3.0: | translators | |
croatian - 1 changes by VoyagerOne indonesian - 48 changes by UseYourIllusion, Yoursnotmine lithuanian - 2 changes by Stabilitronas swedish - 17 changes by Joel_A tamil - 12 changes by aswn | |||
2013-08-13 | (svn r25721) -Update from WebTranslator v3.0: | translators | |
lithuanian - 32 changes by Stabilitronas slovenian - 14 changes by matej1245 | |||
2013-08-12 | (svn r25720) -Update from WebTranslator v3.0: | translators | |
indonesian - 64 changes by UseYourIllusion lithuanian - 4 changes by Stabilitronas | |||
2013-08-11 | (svn r25719) -Update from WebTranslator v3.0: | translators | |
korean - 23 changes by telk5093 lithuanian - 39 changes by Stabilitronas | |||
2013-08-11 | (svn r25718) -Fix: return INVALID from GetNextStoppingStation if vehicle ↵ | fonsinchen | |
would have to unload everything at this same station at the next stop | |||
2013-08-11 | (svn r25717) -Fix: check for type of order before checking for refit type | fonsinchen | |
2013-08-10 | (svn r25716) -Update from WebTranslator v3.0: | translators | |
brazilian_portuguese - 3 changes by Tucalipe spanish - 3 changes by Terkhen | |||
2013-08-10 | (svn r25715) -Fix: return correct value from StationCargoList::Reserve, fix ↵ | fonsinchen | |
some documentation and simplify StationCargoList::Load a bit | |||
2013-08-10 | (svn r25714) -Fix: explicitly cast some things to silence warnings on GCC 4.0 | fonsinchen | |
2013-08-10 | (svn r25713) -Fix: use proper ObjC style to avoid problems if members are ↵ | fonsinchen | |
missing | |||
2013-08-10 | (svn r25712) -Fix: define kCGBitmapByteOrder32Host to 0 if it's missing. | fonsinchen | |
2013-08-10 | (svn r25711) -Fix: don't use NULL as integer | fonsinchen | |
2013-08-10 | (svn r25710) -Fix: string arguments to NSNotificationCenter::addObserver and ↵ | fonsinchen | |
NSNotificationCenter::postNotificationName can't be const in certain versions of OSX | |||
2013-08-10 | (svn r25709) -Fix: don't return -1 as unsigned | fonsinchen | |
2013-08-10 | (svn r25708) -Fix: don't return NULL as bool | fonsinchen | |
2013-08-10 | (svn r25707) -Fix: apply coding style wrt if/else | fonsinchen | |
2013-08-10 | (svn r25706) -Fix: don't pass -mmacosx-version-min to compilers that don't ↵ | fonsinchen | |
support it | |||
2013-08-09 | (svn r25705) -Fix: a number of typos (inspired by ↵ | rubidium | |
90c920601c84975acb694f3673e2beb08b013753) | |||
2013-08-09 | (svn r25704) -Update: baseset translations | rubidium | |
2013-08-09 | (svn r25703) -Update from WebTranslator v3.0: | translators | |
czech - 2 changes by Eskymak | |||
2013-08-08 | (svn r25702) -Add: about 3000 years of savegame compatibility. | frosch | |
2013-08-08 | (svn r25701) -Update from WebTranslator v3.0: | translators | |
english_US - 1 changes by Rubidium finnish - 1 changes by jpx_ italian - 1 changes by lorenzodv norwegian_bokmal - 3 changes by cuthbert | |||
2013-08-07 | (svn r25700) -Update from WebTranslator v3.0: | translators | |
slovenian - 21 changes by matej1245 | |||
2013-08-07 | (svn r25699) -Fix-ish: Hopefully make the settings type filter dropdown less ↵ | frosch | |
confusing. | |||
2013-08-06 | (svn r25698) -Fix [FS#5700]: Autoreplace/renew also refits free wagons. | frosch | |
2013-08-06 | (svn r25697) -Update from WebTranslator v3.0: | translators | |
catalan - 6 changes by juanjo simplified_chinese - 2 changes by siu238X traditional_chinese - 2 changes by siu238X english_AU - 2 changes by mrtux estonian - 3 changes by KSiimson polish - 1 changes by p0358 | |||
2013-08-06 | (svn r25696) -Fix (r25651): Missing function in the non-ICU paragraph layouter. | michi_cc | |
2013-08-06 | (svn r25695) -Fix [FS#5700] (r24882, r25648): Vehicle::MarkDirty must be ↵ | frosch | |
called for the front engine. |