summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 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 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 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 r25959) -Fix: clang warnings; either because type safety was assumed, ↵rubidium
or because technically the wrong value was tested
2013-11-09(svn r25958) -Fix: overriding method of DrawLine was not updated when ↵rubidium
parameters were added making it non-functional
2013-11-08(svn r25956) -Fix [FS#5772]: temporary persistent storage modifications, ↵rubidium
e.g. command tests or those from GUI, were not properly reset, creating the possibility of desyncs
2013-11-08(svn r25955) -Fix [FS#5723]: Train's "force proceed" status gets reset when ↵rubidium
the track on the other side of the tile has a signal (adf88)
2013-11-08(svn r25954) -Fix [FS#5731]: All semaphores got converted to electric ↵rubidium
signals when loading savegames from v15 to v20 (adf88)
2013-11-08(svn r25953) -Fix [FS#5732]: Wrong bits used when converting signal ↵rubidium
types/variants while loading savegames older than v64 (adf88)
2013-11-08(svn r25952) -Fix [FS#5719]: do not skip numbers when skipping spaces and ↵rubidium
other sorting 'improving' characters
2013-11-08(svn r25951) -Fix [FS#5797]: [OSX] Disable the old fullscreen sub-driver ↵michi_cc
when compiling with SDK versions 10.9+.
2013-11-08(svn r25950) -Codechange: [OSX] Move some functions used by all video ↵michi_cc
sub-drivers into the common source file.
2013-11-08(svn r25949) -Fix [FS#5683]: text direction forcing characters were not ↵rubidium
filtered out, but shown as ? when ICU was not used for layouting. These are included in chat and console messages to force them to be displayed right
2013-11-07(svn r25948) -Fix [FS#5796]: Make sure LinkRefresher doesn't delete the ↵fonsinchen
LinkGraph DeleteStaleLinks() is examining.
2013-11-07(svn r25947) -Update from WebTranslator v3.0:translators
japanese - 2 changes by nex259 latvian - 26 changes by Parastais swedish - 2 changes by Joel_A
2013-11-07(svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.frosch
2013-11-07(svn r25945) -Codechange: Use member function of NewGRFInspectWindow to ↵frosch
resolve FeatureIndex.
2013-11-06(svn r25944) -Update from WebTranslator v3.0:translators
latvian - 5 changes by Parastais swedish - 2 changes by Joel_A