Commit Graph

11909 Commits (d489f934730c0c47f06ee70a9bad97e9498223dc)
 

Author SHA1 Message Date
yexo d489f93473 (svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct 16 years ago
frosch 87ff51f15b (svn r16314) -Fix (r9315): Allow accessing the houseage when the house is not yet built. 16 years ago
rubidium 7f21278984 (svn r16313) -Fix: also pass the minimum MacOSX version and some other binary type dependend flags to g++ to get the defines for (make)depend 16 years ago
rubidium 8e4ba4640f (svn r16312) -Codechange: unduplicate yapf (rail) cache debugging. 16 years ago
frosch 1205f02b43 (svn r16311) -Fix: (Get|Set)TrackBits() is only valid for RAIL_TILE_NORMAL and _SIGNALS. 16 years ago
smatz 7126bcd0e1 (svn r16308) -Fix: parameter is invalid when it's equal to length of an array (Yexo) 16 years ago
glx 3cf9fc17f6 (svn r16307) -Fix: makedepend can't handle the amount of files we have and it also miss some dependencies. That's why we introduce our custom implementation of makedepend. 16 years ago
yexo d67810442d (svn r16306) -Fix [FS#2901] (r15027): Close all windows before unloading the AI system as closing the content-download window will rescan for AIs 16 years ago
rubidium 043c3c8b06 (svn r16305) -Codechange: force-enable extra sync checking when random debugging is enable and give the calling location of Chance16(R) instead of the Random call within those functions. 16 years ago
rubidium 3a15860df7 (svn r16304) -Codechange: remove some magic numbers from the newgrf add window so it mirrors nicely. 16 years ago
frosch 2431cc099e (svn r16303) -Codechange: Use the question mark as default sprite when creating vehicles, instead of arbitrary sprites not related to the vehicle. (though that also applies to the question mark) 16 years ago
smatz c189a15e3e (svn r16302) -Codechange: remove Vehicle::AllocateList 16 years ago
smatz 3b6900baa8 (svn r16301) -Cleanup: remove unused parameter 16 years ago
smatz 53b8d13878 (svn r16300) -Codechange: reduce usage of Vehicle::AllocateList 16 years ago
smatz 09d16b4106 (svn r16299) -Fix (r16242): don't use DoCommandP when the function can be called from another command 16 years ago
rubidium c8f66f3986 (svn r16298) -Change: silence some pointless/unsolveable ICC warnings/remarks (multicharacter character literal potential unportable/autovectorised this loop) 16 years ago
rubidium 08655368eb (svn r16297) -Codechange: silence more ICC warnings 16 years ago
rubidium 8a8ec3001a (svn r16296) -Codechange: silence some ICC warnings 16 years ago
rubidium f4b557c02e (svn r16295) -Fix: ICC defined __GNUC__ but does not define __builtin_bswap32, so fall back to the default swap method for ICC. 16 years ago
rubidium 168a7b3353 (svn r16294) -Fix-ish [FS#2894]: check for a recent enough (supported) version of the XCode SDK, i.e. 2.5 or higher. Older XCode SDKs miss constants used by OpenTTD. 16 years ago
rubidium 6c1cf5e8b9 (svn r16293) -Fix: more uses of # in seds, which can cause trouble according to FS#2350. 16 years ago
yexo 70559caa8b (svn r16292) -Fix (r16287): autorenew settings were set to 0 when creating a new company in multiplayer 16 years ago
rubidium 9777d0cfd6 (svn r16291) -Fix [FS#2893]: RVs were unable to find a depot when turning around (in some cases), causing 'nearest depot' orders to be occasionally lost. 16 years ago
rubidium 26cfdd3990 (svn r16290) -Fix [FS#2888]: unable to (re)set the desert state for watery tiles 16 years ago
smatz fe8ce10b70 (svn r16289) -Fix (r16211): 'Display map' dropdown in scenario editor was broken 16 years ago
smatz d87206b6f7 (svn r16288) -Fix (r16237): crash after clicking in the ClientList window 16 years ago
yexo da1f2295c4 (svn r16287) -Fix: fix possible (in theory) desync related to autorenew settings 16 years ago
rubidium b03621301a (svn r16286) -Change: make the scrolling ticker RTL/LTR aware (scroll in different directions) 16 years ago
rubidium 54e3012232 (svn r16285) -Change: give some warnings when unsupported characters are used in the path 16 years ago
rubidium 54ad884728 (svn r16284) -Codechange: replace some magic numbers with the left/right/top/bottom of a widget 16 years ago
rubidium 728094cd1b (svn r16283) -Fix [FS#2890]: news ticker truncated too early 16 years ago
translators b7e3703573 (svn r16282) -Update: WebTranslator2 update to 2009-05-12 17:55:59
czech      - 10 fixed by Hadez (10)
german     - 13 changed by planetmaker (13)
spanish    - 11 fixed by eusebio (11)
16 years ago
smatz 9af94d5f4e (svn r16281) -Fix: silence some of compile farm warnings for target win9x 16 years ago
smatz e65369bbc6 (svn r16280) -Fix (r13731): crash after using the 'Reset landscape' function
-Fix: remove all waypoint signs and buoys after resetting landscape
16 years ago
smatz a43f7ad823 (svn r16277) -Codechange: enumerize values and remove unneeded values used for testing town rating 16 years ago
rubidium edf895806b (svn r16276) -Fix: huh, old AI? What is that? What about all the time I thought there was no AI? 16 years ago
frosch ad538a784b (svn r16274) -Fix: Disable multitile houses for which the newgrf does not define proper additional tiles. (instead of crashing later) 16 years ago
smatz 3d161a17ef (svn r16271) -Fix (r16264) [NoAI]: make regression failed 16 years ago
smatz ce7dff4acc (svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
16 years ago
frosch af12760722 (svn r16268) -Fix (r9876): When callback 2E returns an amount of 0, do not transport 1 unit to the station. 16 years ago
frosch 41aec3d3c7 (svn r16267) -Documentation: [NoAI] Explain how to deal with IDs of various objects. 16 years ago
frosch 074569ca80 (svn r16266) -Documentation: [NoAI] Add details to AITile::(Raise|Lower)Tile wrt. modifiing multiple corners at once. 16 years ago
smatz e5529d8995 (svn r16265) -Fix (r16238): wrong format string for debug output 16 years ago
frosch cb66ca57c1 (svn r16264) -Change/Fix (r16262): [NoAI] Change SLOPE_INVALID to 0xFFFF so that SLOPE_INVALID != (SLOPE_ELEVATED | SLOPE_STEEP | SLOPE_HALFTILE_MASK). 16 years ago
frosch a6f181f74b (svn r16263) -Change: Interpret setting bridge property 08 to 0 as always available. 16 years ago
yexo 2060b0b29a (svn r16262) -Fix [NoAI]: Check slopes passed to the API better for validity 16 years ago
frosch d1aa2286ec (svn r16261) -Fix (r16260): Replace a space with a newline and a tab. (thanks smatz) 16 years ago
frosch 8bb92c110d (svn r16260) -Codechange: Add Vehicle::IncrementOrderIndex() to deduplicate some code. 16 years ago
alberth 20dab97717 (svn r16259) -Codechange: Added nested widgets to the load and save dialogue windows. 16 years ago
alberth 904e5dc1d3 (svn r16258) -Codechange: Remove panel with negative height and some small adjustments in the load/save dialogue windows. 16 years ago