Commit Graph

20838 Commits (491ef0fe63051a5f4458b816f2b052862e309599)
 

Author SHA1 Message Date
translators 48ee51fca6 (svn r25725) -Update from WebTranslator v3.0:
afrikaans - 232 changes by mulderpf
indonesian - 31 changes by abdu354
luxembourgish - 69 changes by Phreeze
11 years ago
translators a1b8a471eb (svn r25724) -Update from WebTranslator v3.0:
luxembourgish - 2 changes by Phreeze
11 years ago
translators e5ebfbe9b7 (svn r25723) -Update from WebTranslator v3.0:
indonesian - 71 changes by UseYourIllusion, abdu354
lithuanian - 2 changes by Stabilitronas
luxembourgish - 68 changes by Phreeze
11 years ago
translators c15ad2c77f (svn r25722) -Update from WebTranslator v3.0:
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
11 years ago
translators d55f73b5b5 (svn r25721) -Update from WebTranslator v3.0:
lithuanian - 32 changes by Stabilitronas
slovenian - 14 changes by matej1245
11 years ago
translators 58d98633f3 (svn r25720) -Update from WebTranslator v3.0:
indonesian - 64 changes by UseYourIllusion
lithuanian - 4 changes by Stabilitronas
11 years ago
translators 6d3b83b253 (svn r25719) -Update from WebTranslator v3.0:
korean - 23 changes by telk5093
lithuanian - 39 changes by Stabilitronas
11 years ago
fonsinchen 2ea207b432 (svn r25718) -Fix: return INVALID from GetNextStoppingStation if vehicle would have to unload everything at this same station at the next stop 11 years ago
fonsinchen cb4bde78b1 (svn r25717) -Fix: check for type of order before checking for refit type 11 years ago
translators 1574f57c90 (svn r25716) -Update from WebTranslator v3.0:
brazilian_portuguese - 3 changes by Tucalipe
spanish - 3 changes by Terkhen
11 years ago
fonsinchen 8bec8a982b (svn r25715) -Fix: return correct value from StationCargoList::Reserve, fix some documentation and simplify StationCargoList::Load a bit 11 years ago
fonsinchen 4396dcf642 (svn r25714) -Fix: explicitly cast some things to silence warnings on GCC 4.0 11 years ago
fonsinchen 5444d9e72d (svn r25713) -Fix: use proper ObjC style to avoid problems if members are missing 11 years ago
fonsinchen 2a76993b88 (svn r25712) -Fix: define kCGBitmapByteOrder32Host to 0 if it's missing. 11 years ago
fonsinchen f6fb4d169d (svn r25711) -Fix: don't use NULL as integer 11 years ago
fonsinchen 0422ac319c (svn r25710) -Fix: string arguments to NSNotificationCenter::addObserver and NSNotificationCenter::postNotificationName can't be const in certain versions of OSX 11 years ago
fonsinchen 0812c66e12 (svn r25709) -Fix: don't return -1 as unsigned 11 years ago
fonsinchen 95acb33afb (svn r25708) -Fix: don't return NULL as bool 11 years ago
fonsinchen b0b38c5d27 (svn r25707) -Fix: apply coding style wrt if/else 11 years ago
fonsinchen c8d4e83909 (svn r25706) -Fix: don't pass -mmacosx-version-min to compilers that don't support it 11 years ago
rubidium c702853917 (svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753) 11 years ago
rubidium 04affb26a9 (svn r25704) -Update: baseset translations 11 years ago
translators 4e4e0a1194 (svn r25703) -Update from WebTranslator v3.0:
czech - 2 changes by Eskymak
11 years ago
frosch c1283e7dfd (svn r25702) -Add: about 3000 years of savegame compatibility. 11 years ago
translators f94c87949d (svn r25701) -Update from WebTranslator v3.0:
english_US - 1 changes by Rubidium
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
norwegian_bokmal - 3 changes by cuthbert
11 years ago
translators 6066056353 (svn r25700) -Update from WebTranslator v3.0:
slovenian - 21 changes by matej1245
11 years ago
frosch 5ec0fddbb1 (svn r25699) -Fix-ish: Hopefully make the settings type filter dropdown less confusing. 11 years ago
frosch 34c9d8b77c (svn r25698) -Fix [FS#5700]: Autoreplace/renew also refits free wagons. 11 years ago
translators fd03bf6e67 (svn r25697) -Update from WebTranslator v3.0:
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
11 years ago
michi_cc 43fc6df45e (svn r25696) -Fix (r25651): Missing function in the non-ICU paragraph layouter. 11 years ago
frosch bab22f7c1b (svn r25695) -Fix [FS#5700] (r24882, r25648): Vehicle::MarkDirty must be called for the front engine. 11 years ago
michi_cc 4142cde953 (svn r25694) -Fix (r25651): Picky GCC. 11 years ago
michi_cc 03e8f595a9 (svn r25693) -Add: [OSX] Support the new IME functions introduced with 10.5. 11 years ago
michi_cc 164aba8732 (svn r25692) -Add: Replacement of a part of the edit box text with a new string. 11 years ago
michi_cc e34fe220e2 (svn r25691) -Add: [OSX] Support for mouse selection in the IME composition string. 11 years ago
michi_cc 4dbe823a5f (svn r25690) -Change: [OSX] Position the candidate window at the caret position. 11 years ago
michi_cc 88a71979dd (svn r25689) -Add: [OSX] Display the IME composition string ourself. 11 years ago
michi_cc dab541ab73 (svn r25688) -Codechange: [OSX] Make our view aware of text input by IMEs. 11 years ago
michi_cc 1a0824eaf6 (svn r25687) -Codechange: [OSX] Pass text input directly down to the text handling. 11 years ago
michi_cc fbbb5ddb23 (svn r25686) -Codechange: [OSX] Abandon IME input if the edit box lost the focus. 11 years ago
michi_cc 8bb76958fa (svn r25685) -Codechange: [OSX] Use non-deprecated functions for byte swapping. 11 years ago
michi_cc d442d97cf1 (svn r25684) -Change: [Win32] Draw the composition string ourselves if possible. 11 years ago
michi_cc 931bbd7191 (svn r25683) -Add: Support for a marked/selected range to the textbuf. 11 years ago
michi_cc 3b8e61f1b6 (svn r25682) -Change: [Win32] Position the IME candidate window at the caret position. 11 years ago
michi_cc fa7a779cf7 (svn r25681) -Change: [Win32] Position the IME composition window at the caret position. 11 years ago
michi_cc b4a36ae257 (svn r25680) -Codechange: [Win32] Cancel the current IME composition when the input focus changes. 11 years ago
michi_cc 1880c36405 (svn r25679) -Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system. 11 years ago
michi_cc 07cd393f7e (svn r25678) -Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition. 11 years ago
michi_cc b2d68431d5 (svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform. 11 years ago
michi_cc 8c7a4db53a (svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode builds. 11 years ago