summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-16(svn r16323) -Fix [FS#2900]: desyncs due to the fact that depot searching ↵rubidium
with a maximum search depth simply does not work with YAPF's caches.
2009-05-16(svn r16322) -Fix [FS#2873]: trains could get stuck in a depot when they ↵rubidium
wanted to go to the same depot again.
2009-05-16(svn r16321) -Fix (r5946): in the scenario editor change the (starting) game ↵rubidium
year of the scenario, not the (starting) game year for new games/scenarios.
2009-05-16(svn r16320) -Fix (r11939): loading of savegames created in revision between ↵smatz
0.3.5 and 0.3.6 caused crash
2009-05-16(svn r16319) -Update: WebTranslator2 update to 2009-05-16 17:35:44translators
arabic_egypt - 1 fixed by khaloofah (1) english_US - 24 fixed by WhiteRabbit (24) esperanto - 6 fixed by maristo (6) german - 1 changed by planetmaker (1) welsh - 9 fixed by welshdragon (9)
2009-05-16(svn r16318) -Change: use !! instead of @@ in src/*.in too.rubidium
-Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries.
2009-05-16(svn r16317) -Codechange: Generalized finding a widget by type.alberth
2009-05-16(svn r16316) -Fix (r16287,before): Set the autorenew settings for new AI ↵yexo
companies to the default values, not to 0 or the local settings
2009-05-15(svn r16315) -Codechange: move the autorenew settings to a new ↵yexo
CompanySettings struct
2009-05-15(svn r16314) -Fix (r9315): Allow accessing the houseage when the house is ↵frosch
not yet built.
2009-05-15(svn r16312) -Codechange: unduplicate yapf (rail) cache debugging.rubidium
2009-05-15(svn r16311) -Fix: (Get|Set)TrackBits() is only valid for RAIL_TILE_NORMAL ↵frosch
and _SIGNALS.
2009-05-14(svn r16308) -Fix: parameter is invalid when it's equal to length of an ↵smatz
array (Yexo)
2009-05-14(svn r16307) -Fix: makedepend can't handle the amount of files we have and ↵glx
it also miss some dependencies. That's why we introduce our custom implementation of makedepend.
2009-05-14(svn r16306) -Fix [FS#2901] (r15027): Close all windows before unloading the ↵yexo
AI system as closing the content-download window will rescan for AIs
2009-05-14(svn r16305) -Codechange: force-enable extra sync checking when random ↵rubidium
debugging is enable and give the calling location of Chance16(R) instead of the Random call within those functions.
2009-05-13(svn r16304) -Codechange: remove some magic numbers from the newgrf add ↵rubidium
window so it mirrors nicely.
2009-05-13(svn r16303) -Codechange: Use the question mark as default sprite when ↵frosch
creating vehicles, instead of arbitrary sprites not related to the vehicle. (though that also applies to the question mark)
2009-05-13(svn r16302) -Codechange: remove Vehicle::AllocateListsmatz
2009-05-13(svn r16301) -Cleanup: remove unused parametersmatz
2009-05-13(svn r16300) -Codechange: reduce usage of Vehicle::AllocateListsmatz
2009-05-13(svn r16299) -Fix (r16242): don't use DoCommandP when the function can be ↵smatz
called from another command
2009-05-13(svn r16297) -Codechange: silence more ICC warningsrubidium
2009-05-13(svn r16296) -Codechange: silence some ICC warningsrubidium
2009-05-13(svn r16295) -Fix: ICC defined __GNUC__ but does not define ↵rubidium
__builtin_bswap32, so fall back to the default swap method for ICC.
2009-05-13(svn r16292) -Fix (r16287): autorenew settings were set to 0 when creating a ↵yexo
new company in multiplayer
2009-05-13(svn r16291) -Fix [FS#2893]: RVs were unable to find a depot when turning ↵rubidium
around (in some cases), causing 'nearest depot' orders to be occasionally lost.
2009-05-13(svn r16290) -Fix [FS#2888]: unable to (re)set the desert state for watery tilesrubidium
2009-05-13(svn r16289) -Fix (r16211): 'Display map' dropdown in scenario editor was brokensmatz
2009-05-13(svn r16288) -Fix (r16237): crash after clicking in the ClientList windowsmatz
2009-05-12(svn r16287) -Fix: fix possible (in theory) desync related to autorenew settingsyexo
2009-05-12(svn r16286) -Change: make the scrolling ticker RTL/LTR aware (scroll in ↵rubidium
different directions)
2009-05-12(svn r16284) -Codechange: replace some magic numbers with the ↵rubidium
left/right/top/bottom of a widget
2009-05-12(svn r16283) -Fix [FS#2890]: news ticker truncated too earlyrubidium
2009-05-12(svn r16282) -Update: WebTranslator2 update to 2009-05-12 17:55:59translators
czech - 10 fixed by Hadez (10) german - 13 changed by planetmaker (13) spanish - 11 fixed by eusebio (11)
2009-05-11(svn r16281) -Fix: silence some of compile farm warnings for target win9xsmatz
2009-05-11(svn r16280) -Fix (r13731): crash after using the 'Reset landscape' functionsmatz
-Fix: remove all waypoint signs and buoys after resetting landscape
2009-05-11(svn r16277) -Codechange: enumerize values and remove unneeded values used ↵smatz
for testing town rating
2009-05-11(svn r16276) -Fix: huh, old AI? What is that? What about all the time I ↵rubidium
thought there was no AI?
2009-05-10(svn r16274) -Fix: Disable multitile houses for which the newgrf does not ↵frosch
define proper additional tiles. (instead of crashing later)
2009-05-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to ↵smatz
printf-like functions -Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
2009-05-10(svn r16268) -Fix (r9876): When callback 2E returns an amount of 0, do not ↵frosch
transport 1 unit to the station.
2009-05-10(svn r16267) -Documentation: [NoAI] Explain how to deal with IDs of various ↵frosch
objects.
2009-05-10(svn r16266) -Documentation: [NoAI] Add details to AITile::(Raise|Lower)Tile ↵frosch
wrt. modifiing multiple corners at once.
2009-05-10(svn r16265) -Fix (r16238): wrong format string for debug outputsmatz
2009-05-10(svn r16264) -Change/Fix (r16262): [NoAI] Change SLOPE_INVALID to 0xFFFF so ↵frosch
that SLOPE_INVALID != (SLOPE_ELEVATED | SLOPE_STEEP | SLOPE_HALFTILE_MASK).
2009-05-09(svn r16263) -Change: Interpret setting bridge property 08 to 0 as always ↵frosch
available.
2009-05-09(svn r16262) -Fix [NoAI]: Check slopes passed to the API better for validityyexo
2009-05-09(svn r16261) -Fix (r16260): Replace a space with a newline and a tab. ↵frosch
(thanks smatz)