log

age author description
Sat, 16 Feb 2008 17:10:14 +0000 smatz (svn r12161) -Fix: towns will no longer build houses > 1x1 there where should be road (with 2x2, 3x3 grid town layouts) draft
Sat, 16 Feb 2008 16:40:47 +0000 smatz (svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per town, so weird things won't happen anymore draft
Sat, 16 Feb 2008 03:12:57 +0000 belugas (svn r12159) -Codechange: Enumify some widget magical numbers draft
Sat, 16 Feb 2008 03:01:05 +0000 belugas (svn r12158) -Codechange: merge all the sprite recolouring mapping under a single function draft
Sat, 16 Feb 2008 02:37:31 +0000 belugas (svn r12157) -Codechange: Remove a structure definition and replace it with another one closely matching draft
Sat, 16 Feb 2008 00:46:38 +0000 smatz (svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now draft
Sat, 16 Feb 2008 00:10:03 +0000 glx (svn r12155) -Fix (r12154): some warnings (always compile before commit) draft
Fri, 15 Feb 2008 23:57:03 +0000 glx (svn r12154) -Codechange: removed a magic number draft
Fri, 15 Feb 2008 21:05:46 +0000 smatz (svn r12150) -Fix (r12143): compiler warnings - possible use of uninitialised variable draft
Fri, 15 Feb 2008 18:40:42 +0000 frosch (svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID draft
Fri, 15 Feb 2008 18:34:26 +0000 frosch (svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID draft
Fri, 15 Feb 2008 18:21:04 +0000 frosch (svn r12147) -Codechange: Use macros to build DrawTileSprites-tables in station_land and unmovable_land. draft
Fri, 15 Feb 2008 18:00:30 +0000 frosch (svn r12146) -Codechange: Use macros to build DrawTileSeqStruct-tables in station_land and unmovable_land. draft
Fri, 15 Feb 2008 17:38:18 +0000 belugas (svn r12145) -Codechange: includes should be at the top of the source file draft
Fri, 15 Feb 2008 13:28:13 +0000 peter1138 (svn r12144) -Codechange: Adjust aircraft slowing algorithm so that very fast draft
Fri, 15 Feb 2008 11:02:50 +0000 peter1138 (svn r12143) -Fix (r8038): Engine::preview_player does not contain a Player ID. Rename this to preview_player_rank and change back to a uint8 to avoid confusion. draft
Fri, 15 Feb 2008 10:52:10 +0000 frosch (svn r12142) -Fix [FS#1766]: Callback 0x3D always gets a cargobit in var 0x18, independent of grf version. draft
Thu, 14 Feb 2008 15:59:16 +0000 frosch (svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them. draft
Thu, 14 Feb 2008 15:13:36 +0000 belugas (svn r12140) -Codechange: A bit of code style fixes(Geektoo). draft
Thu, 14 Feb 2008 11:58:36 +0000 peter1138 (svn r12139) -Fix (r12124): The global variable value should be returned, not the variable. draft
Thu, 14 Feb 2008 10:19:16 +0000 smatz (svn r12138) -Fix: do not allow adding tram to rail-road crossing when there is a vehicle on it draft
Thu, 14 Feb 2008 07:25:24 +0000 peter1138 (svn r12137) -Fix [FS#1769]: Show cargo capacity for articulated vehicles correctly in the purchase list. Multiple cargo types can also now been shown. draft
Thu, 14 Feb 2008 03:10:22 +0000 belugas (svn r12136) -Fix(r12135): Code style compliance and... code style as such draft
Thu, 14 Feb 2008 02:57:38 +0000 belugas (svn r12135) -Codechange: Road and rail bridge selection windows were identical apart the caption. So remove one window definition and set manually the caption accordingly. draft
Wed, 13 Feb 2008 19:24:40 +0000 smatz (svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost draft
Wed, 13 Feb 2008 18:11:19 +0000 peter1138 (svn r12133) -Fix: Vehicle sorting by max speed did not work properly for trains. Instead of trying to work it out again, just use the cached values... draft
Wed, 13 Feb 2008 17:54:11 +0000 smatz (svn r12132) -Cleanup: convert pathfinder selection from if/else to switch/case at many places draft
Wed, 13 Feb 2008 16:49:25 +0000 smatz (svn r12131) -Fix (r3374): with mammoth trains disabled, maximum train length was limited to 9 draft
Wed, 13 Feb 2008 14:31:13 +0000 smatz (svn r12130) -Cleanup (r12129): remove now unused strings from all language files draft
Wed, 13 Feb 2008 14:21:36 +0000 smatz (svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick) draft