summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-18(svn r26036) -Fix [FS#5809]: multi line text was handled incorrectly causing ↵rubidium
glitches
2013-11-18(svn r26035) -Update from WebTranslator v3.0:translators
belarusian - 1 changes by KorneySan catalan - 1 changes by juanjo dutch - 1 changes by habell french - 28 changes by glx german - 1 changes by planetmaker norwegian_bokmal - 7 changes by Trond spanish - 2 changes by Terkhen
2013-11-17(svn r26030) -Update from WebTranslator v3.0:translators
italian - 1 changes by lorenzodv japanese - 3 changes by nex259 lithuanian - 1 changes by Stabilitronas norwegian_bokmal - 14 changes by Trond, cuthbert
2013-11-17(svn r26029) -Fix (r26017): The internal index of a character in the layout ↵michi_cc
line depends on the used layouter.
2013-11-17(svn r26028) -Fix [FS#5773]: make the installer warning about Windows XP SP3 ↵rubidium
not trigger on the 64 bit Windows XP which isn't really Windows XP to start with
2013-11-17(svn r26027) -Change [FS#5669-ish]: [NewGRF] Invalidate vehicle colour ↵frosch
palette when leaving a station.
2013-11-17(svn r26026) -Fix (r25648) [FS#5775-ish]: Invalidate vehicle colour palette ↵frosch
again when rearranging consist, reversing, ...
2013-11-17(svn r26023) -Fix [FS#5805] (r25686): [OSX] Checking for a valid ↵michi_cc
NSTextInputContext is supposed to fail on 10.4 according to docs, but somehow didn't, leading to a crash when an edit box lost focus.
2013-11-16(svn r26019) -Fix: copy-paste error in configure helprubidium
2013-11-16(svn r26018) -Codechange: since there's a wrapper for ICU functions now, we ↵rubidium
can use proper coding style for names again
2013-11-16(svn r26017) -Change: allow the fallback and ICU layouter to exist in unisonrubidium
-Fix [FS#5711]: crash when the ICU layouter thinks a font is corrupted
2013-11-16(svn r26016) -Codechange: prepare for some class renamesrubidium
2013-11-16(svn r26015) -Codechange: some constificatonrubidium
2013-11-16(svn r26014) -Update from WebTranslator v3.0:translators
english_US - 1 changes by Rubidium finnish - 1 changes by jpx_ polish - 1 changes by wojteks86 romanian - 15 changes by tonny russian - 2 changes by Lone_Wolf slovak - 4 changes by Milsa swedish - 1 changes by Joel_A
2013-11-16(svn r26013) -Revert (r25495) [FS#5684]: Having trains miss a platform that ↵fonsinchen
is just being modified is less of a problem than having trains stop twice without moving.
2013-11-16(svn r26012) -Add: new goal type that show a story page when clickedzuu
2013-11-16(svn r26011) -Fix: --help text of ./configure for packages that require ↵rubidium
pkg-config
2013-11-16(svn r26010) -Document [FS#5662]: The AI/GS library name to use in Import, ↵zuu
is not the name given by GetName but GetInstanceName
2013-11-16(svn r26009) -Fix: warning about conditional expression with enumeral with ↵rubidium
non-enumeral type
2013-11-16(svn r26008) -Fix (r25975): uninitialised warningrubidium
2013-11-16(svn r26007) -Change: make handling strings coming from game scripts ↵rubidium
slightly more lenient, i.e. less 'fatal error... must quit'
2013-11-16(svn r26006) -Fix [FS#5804]: Game script showing vehicle on a story book, ↵rubidium
then the vehicle being removed and eventually being replaced by a non-user vehicle (most likely smoke) causing an assertion to trigger
2013-11-15(svn r26005) -Fix [FS#5478]: crash when transferring savegame from server to ↵rubidium
client
2013-11-15(svn r26004) -Update from WebTranslator v3.0:translators
romanian - 30 changes by tonny swedish - 1 changes by Joel_A
2013-11-14(svn r26003) -Fix [FS#5795b] (r25743): [OSX] Some hotkeys were still ↵michi_cc
triggered during text input.
2013-11-14(svn r26002) -Fix: [OSX] If the console hotkey is a dead key, require two ↵michi_cc
presses to toggle the console, allowing input of accented characters.
2013-11-14(svn r26001) -Fix [FS#5795a] (r25686): [OSX] Clear any pending marked ↵michi_cc
characters from an edit box losing focus.
2013-11-14(svn r26000) -Add: Optional filter parameter to the 'content state' console ↵zuu
command, to limit the content list to only content where the name match the filter
2013-11-14(svn r25999) -Add: When calling the 'content select' console command without ↵zuu
args, display all selected content
2013-11-14(svn r25998) -Document [FS#5661]: why catchment area's are (slightly) ↵rubidium
inconsistent
2013-11-14(svn r25997) -Codechange: make it slightly more clear what ports are coming ↵rubidium
from where in the debug output when listening
2013-11-14(svn r25996) -Update from WebTranslator v3.0:translators
norwegian_bokmal - 3 changes by Trond romanian - 86 changes by tonny
2013-11-14(svn r25995) -Fix (r25785) [FS#5801]: [NoGo] GS failed to rename towns. (Zydeco)frosch
2013-11-13(svn r25976) -Update: Debian package creation control filesrubidium
2013-11-13(svn r25975) -Feature [FS#5385]: XDG base directory supportrubidium
2013-11-13(svn r25974) -Codechange: make the _personal_dir global const, since once ↵rubidium
it's set it shouldn't be changed anyhow
2013-11-13(svn r25973) -Fix [FS#5679]: comma key collided with F12 key for hotkeys; ↵rubidium
also remove '+' as that is generally not a key (the '+' on the numpad is a separate one)
2013-11-12(svn r25972) -Fix [FS#5665]: rail laying sounds of others could be heard in ↵rubidium
multiplayer (adf88)
2013-11-12(svn r25971) -Update from WebTranslator v3.0:translators
dutch - 4 changes by habell vietnamese - 1 changes by nglekhoi
2013-11-12(svn r25970) -Fix [FS#5787]: [SDL] Recursive mutex locking when changing blitterrubidium
2013-11-12(svn r25969) -Add: [Script] ScriptTown::GetFundBuildingsDuration.frosch
2013-11-12(svn r25968) -Add: [Script] ScriptTown::TOWN_GROWTH_NONE to indicate no town ↵frosch
growth via ScriptTown::SetGrowthRate and GetGrowthRate.
2013-11-12(svn r25967) -Add: [NoGo] GSTown::TOWN_GROWTH_NORMAL to reset a town growth ↵frosch
rate set previously via GSTown::SetGrowthRate.
2013-11-12(svn r25966) -Fix: [NoGo] Properly validate the range of the growth rate ↵frosch
passed to GSTown::SetGrowthRate, instead of masking it to 16 bit.
2013-11-11(svn r25965) -Fix [FS#5800]: the wrong vehicle would be taken in a shared ↵rubidium
order vehicle list window when the ID >= 65536, causing assertions triggering later on
2013-11-10(svn r25964) -Update from WebTranslator v3.0:translators
catalan - 2 changes by juanjo
2013-11-10(svn r25963) -Fix [FS#5758]: Mixtures of old and new flows could create cycles.fonsinchen
2013-11-09(svn r25962) -Fix (r25951): [OSX] Do the SDK version test the proper way 'round.michi_cc
2013-11-09(svn r25961) -Fix [FS#5779]: [NewGRF] A powered rail type implies it is ↵rubidium
compatible as well, but some NewGRF didn't state that causing the path reservation code to bail out in some cases because there wasn't a compatible path
2013-11-09(svn r25960) -Fix-ish: make it less likely to trigger clang's hang with ↵rubidium
-D_FORTIFY_SOURCE=2 -O1