Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-11 | (svn r19605) -Codechange: Merge ExtractBits into EnumPropsT. | frosch | |
2010-04-11 | (svn r19604) -Codechange: Reintroduce assert_tcompile(). | frosch | |
2010-04-11 | (svn r19602) -Codechange: add the name of the command to the desync logs | rubidium | |
2010-04-11 | (svn r19601) -Fix: make the desync replay parse the "whole" string instead ↵ | rubidium | |
of everything up to the first space; make it log the sync state too | |||
2010-04-10 | (svn r19600) -Fix (r18994): Presence of online content was not properly ↵ | frosch | |
updated after download due to duplicate slashes in the path. | |||
2010-04-10 | (svn r19599) -Fix [FS#3751]: Vehicles with a weight of zero crashed the game ↵ | terkhen | |
when using realistic acceleration. | |||
2010-04-10 | (svn r19598) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 5 changes by josesun portuguese - 2 changes by JayCity turkish - 2 changes by canbu ukrainian - 8 changes by Madvin | |||
2010-04-10 | (svn r19597) -Fix: Removing NewGRFs from the GUI list leaked. | frosch | |
2010-04-10 | (svn r19596) -Fix (r19593): dedicated server always fast forwarding if ↵ | glx | |
compiled without DEBUG_DUMP_COMMANDS | |||
2010-04-09 | (svn r19595) -Doc: mention the addition of AIRail::GetMaxSpeed in the AI ↵ | yexo | |
changelog | |||
2010-04-09 | (svn r19594) -Update from WebTranslator v3.0: | translators | |
greek - 5 changes by fumantsu portuguese - 2 changes by JayCity turkish - 16 changes by niw3 | |||
2010-04-09 | (svn r19593) -Codechange: improve loading/executing the desync logs | rubidium | |
2010-04-09 | (svn r19592) -Fix: don't do the desync debug savegames mid-StateGameLoop; ↵ | rubidium | |
they're increadibly useless (or hard to load correctly) in that case | |||
2010-04-09 | (svn r19591) -Add: [NoAI] AIRail::GetMaxSpeed(RailType) to get the speed ↵ | yexo | |
limit of railtypes | |||
2010-04-09 | (svn r19590) -Fix: [NewGRF] setting industry prop 0x24 to 0 caused empty ↵ | yexo | |
station names | |||
2010-04-08 | (svn r19589) -Change: add some more useful information to the desync log and ↵ | rubidium | |
unify the formatting | |||
2010-04-08 | (svn r19588) -Update from WebTranslator v3.0: | translators | |
catalan - 3 changes by arnau czech - 3 changes by Harlequin | |||
2010-04-08 | (svn r19587) -Fix: false positive in cache validity checking when a train ↵ | rubidium | |
crashes; the max curve speed depends on the 'angle' between wagons and with wagons spinning around randomly without updating the max curve speed cache that leads to "seeing" a difference. As the caches aren't useful for crashed vehicles anymore, just ignore those vehicles | |||
2010-04-08 | (svn r19586) -Fix: some false positives in cache validity checks because ↵ | rubidium | |
cache = v->cache doesn't necessarily write all sizeof(Cache) bytes | |||
2010-04-08 | (svn r19584) -Fix [FS#3744]: Crash when pressing 'h' (non-stop) in the order ↵ | rubidium | |
window of a ship or aircraft | |||
2010-04-07 | (svn r19581) -Codechange: auto-raise 'All facilities/cargos' buttons in the ↵ | smatz | |
Station list window | |||
2010-04-07 | (svn r19580) -Codechange: auto-raise 'Enable/Disable all' buttons in the ↵ | smatz | |
Smallmap window | |||
2010-04-07 | (svn r19579) -Codechange: auto-raise 'Enable/Disable all' buttons in the ↵ | smatz | |
Cargo payment rates window | |||
2010-04-07 | (svn r19578) -Codechange: do not accept commas at invalid places in ↵ | smatz | |
ParseIntList() | |||
2010-04-07 | (svn r19577) -Codechange: apply coding style to names of functions in ↵ | smatz | |
settings.cpp | |||
2010-04-07 | (svn r19576) -Codechange: Unduplicating parse_intlist(). | alberth | |
2010-04-07 | (svn r19575) -Update from WebTranslator v3.0: | translators | |
estonian - 18 changes by Jaanus hebrew - 13 changes by dnd_man korean - 2 changes by junho2813 norwegian_nynorsk - 5 changes by 2rB portuguese - 5 changes by JayCity romanian - 13 changes by tonny slovenian - 1 changes by ntadej | |||
2010-04-07 | (svn r19574) -Fix: graphs were not properly updated when going toggling keys ↵ | rubidium | |
(i.e. companies) | |||
2010-04-07 | (svn r19573) -Fix (r19541): Special cargos did not appear at the refit list. | terkhen | |
2010-04-07 | (svn r19571) -Fix [FS#3739]: The timetable button was not automatically ↵ | rubidium | |
raised (sbr) | |||
2010-04-06 | (svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qword | yexo | |
2010-04-06 | (svn r19569) -Fix: possible buffer underflow in newgrf string code | yexo | |
2010-04-06 | (svn r19568) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 15 changes by mfans traditional_chinese - 13 changes by josesun croatian - 1 changes by VoyagerOne danish - 12 changes by silentStatic dutch - 13 changes by habell german - 13 changes by planetmaker korean - 1 changes by junho2813 norwegian_bokmal - 5 changes by CyberKenny norwegian_nynorsk - 3 changes by 2rB polish - 2 changes by xaxa brazilian_portuguese - 9 changes by vitor_015 turkish - 4 changes by niw3 | |||
2010-04-05 | (svn r19566) -Fix (r11216, r11202): don't return a random colour for unowned ↵ | rubidium | |
industries in var 45; TTDPatch doesn't seem to set the colour data in that case either. | |||
2010-04-05 | (svn r19565) -Fix: some NewGRF callbacks were named incorrectly | rubidium | |
2010-04-05 | (svn r19564) -Update from WebTranslator v3.0: | translators | |
greek - 4 changes by fumantsu lithuanian - 14 changes by Saulius russian - 1 changes by Lone_Wolf serbian - 1 changes by etran slovenian - 1 changes by ntadej swedish - 1 changes by Zuu turkish - 6 changes by niw3 | |||
2010-04-04 | (svn r19563) -Fix [FS#3733] (r19558): OnResize wasn't called often enough so ↵ | rubidium | |
scrollbars were in some cases not properly updated causing division by zero | |||
2010-04-04 | (svn r19562) -Update from WebTranslator v3.0: | translators | |
catalan - 15 changes by arnau croatian - 12 changes by VoyagerOne finnish - 2 changes by jpx_ french - 1 changes by glx italian - 1 changes by lorenzodv korean - 1 changes by junho2813 polish - 3 changes by silver_777 russian - 1 changes by Lone_Wolf serbian - 1 changes by etran slovak - 13 changes by keso53 spanish - 3 changes by Terkhen vietnamese - 10 changes by sephiroth2m | |||
2010-04-04 | (svn r19561) -Feature: Give more detailed error message when trying to build ↵ | alberth | |
a too long bridge. | |||
2010-04-04 | (svn r19560) -Fix: Bridge build error message should not show the same ↵ | alberth | |
message twice. | |||
2010-04-04 | (svn r19559) -Codechange: Rename CheckBridge_Stuff() to ↵ | alberth | |
CheckBridgeAvailability(). | |||
2010-04-04 | (svn r19558) -Fix [FS#3730]: Window::OnResize() was not always called while ↵ | alberth | |
resizing a window. | |||
2010-04-04 | (svn r19557) -Fix (r19502): Missed conversion to checking temporary data ↵ | peter1138 | |
broke rail type setting upon changing traction type. | |||
2010-04-03 | (svn r19556) -Fix (r19434): Incorrect speed limit reported for rail depots ↵ | peter1138 | |
with original acceleration model. | |||
2010-04-03 | (svn r19553) -Doc: Added/converted explanation to some GRFConfig functions. | alberth | |
2010-04-03 | (svn r19550) -Fix (r19543): Scale graphs without taking into account ↵ | terkhen | |
excluded data. | |||
2010-04-03 | (svn r19549) -Update from WebTranslator v3.0: | translators | |
arabic_egypt - 12 changes by kasakg traditional_chinese - 4 changes by josesun czech - 4 changes by TheLamer finnish - 12 changes by jpx_ french - 8 changes by glx italian - 12 changes by lorenzodv russian - 12 changes by Lone_Wolf serbian - 13 changes by etran slovenian - 11 changes by ntadej spanish - 2 changes by Terkhen swedish - 21 changes by Zuu turkish - 30 changes by niw3 | |||
2010-04-03 | (svn r19548) -Add: Client setting 'gui.ai_developer_tools' to enable the ↵ | yexo | |
break on AI string | |||
2010-04-02 | (svn r19547) -Fix [FS#3725]: properties set before prop 08 should be ↵ | yexo | |
ignored, not trigger the newgrf to be disabled | |||
2010-04-02 | (svn r19546) -Update from WebTranslator v3.0: | translators | |
french - 4 changes by glx korean - 2 changes by junho2813 spanish - 5 changes by Terkhen |