Age | Commit message (Expand) | Author |
2010-07-10 | (svn r20115) -Add: Show an specific error message when trying to remove nonex... | terkhen |
2010-06-04 | (svn r19925) -Fix [FS#3859]: one didn't pay for rail when building depots and... | rubidium |
2010-06-04 | (svn r19924) -Fix [FS#3868](r19172): Road/tram ownership was not set correctl... | terkhen |
2010-05-18 | (svn r19852) -Fix [FS#TT-MS]: Drawing fallback sprites for unavailable NewGRF... | frosch |
2010-04-24 | (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled cal... | rubidium |
2010-04-17 | (svn r19654) -Codechange: Use Extract<> in more places. | frosch |
2010-04-13 | (svn r19616) -Codechange: Increase transparency of 'Extract' by passing also ... | frosch |
2010-04-12 | (svn r19614) -Codechange: "it's" => "its" where appropriate | smatz |
2010-03-23 | (svn r19506) -Fix: Tunnels, bridges and roadstops are build with only one roa... | frosch |
2010-03-20 | (svn r19494) -Codechange: Remove _error_message. | alberth |
2010-03-19 | (svn r19465) -Codechange: support for multi-tile hangars | yexo |
2010-03-19 | (svn r19464) -Codechange: move GetHangarTile to Airport | yexo |
2010-03-18 | (svn r19461) -Fix (r19355): p1 was still used in two places | yexo |
2010-03-18 | (svn r19455) -Codechange: split all airport information in Station to a seper... | yexo |
2010-03-18 | (svn r19450) -Fix (r19197): animation callbacks for airport tiles where never... | yexo |
2010-03-18 | (svn r19449) -Codechange: pay for every airport tile build, not for every til... | yexo |
2010-03-16 | (svn r19434) -Add: Add rail speed limit to land area information window. | peter1138 |
2010-03-14 | (svn r19415) -Codechange: Forward CommandCost with an error back to the caller. | alberth |
2010-03-13 | (svn r19405) -Codechange: CheckOwnership() returns a CommandCost. | alberth |
2010-03-13 | (svn r19402) -Codechange: CheckAllowRemoveRoad() returns a CommandCost. | alberth |
2010-03-13 | (svn r19401) -Codechange: Use curly braces with multi-line if statements. | alberth |
2010-03-13 | (svn r19396) -Fix [FS#3690] (r19351): trying to remove a too large rail stati... | yexo |
2010-03-10 | (svn r19384) -Fix: Overbuilding plain rail with stations did not update PBS r... | frosch |
2010-03-06 | (svn r19355) -Codechange: add the airport layout to build as parameter to Cmd... | yexo |
2010-03-06 | (svn r19351) -Codechange: use TileArea for AfterRemoveRect | yexo |
2010-03-06 | (svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost. | alberth |
2010-03-06 | (svn r19331) -Fix: when deleting an airport the size from the AirportSpec was... | yexo |
2010-03-05 | (svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost. | alberth |
2010-03-05 | (svn r19318) -Fix [FS#3661](r19198): crash when building an airport at a stat... | yexo |
2010-02-28 | (svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info | yexo |
2010-02-27 | (svn r19279) -Codechange: CheckIfAuthorityAllowsNewStation() returns CommandC... | alberth |
2010-02-27 | (svn r19276) -Fix [FS#3649](r19229): Newly built road stops were not always r... | terkhen |
2010-02-27 | (svn r19275) -Codechange: CanExpandRailStation() returns a CommandCost. | alberth |
2010-02-27 | (svn r19274) -Codechange: CmdBuildAirport() returns the 'too spread out' erro... | alberth |
2010-02-27 | (svn r19273) -Codechange: Return station joining error message when error is ... | alberth |
2010-02-26 | (svn r19265) -Fix [FS#3618]: "Can't build <industry> here... <industry> in th... | rubidium |
2010-02-25 | (svn r19259) -Fix (r19230): Road stops were not removed in case of bankruptcy. | terkhen |
2010-02-24 | (svn r19232) -Fix (r19231): Forbid overbuilding drive-through stops using a d... | terkhen |
2010-02-24 | (svn r19231) -Feature: Allow overbuilding of road stops. | terkhen |
2010-02-24 | (svn r19230) -Feature: Allow to remove multiple road stops using drag and drop. | terkhen |
2010-02-24 | (svn r19229) -Feature: Allow to build multiple road stops using drag and drop... | terkhen |
2010-02-24 | (svn r19228) -Codechange: Move an additional check from CmdBuildRoadStop to C... | terkhen |
2010-02-24 | (svn r19227) -Codechange: Reorganization of parameters at CmdBuildRoadStop. | terkhen |
2010-02-22 | (svn r19201) -Codechange: airport tiles now have 4 random bits per tile. | yexo |
2010-02-22 | (svn r19199) -Codechange: add a 'name'-property to airport tiles | yexo |
2010-02-22 | (svn r19198) -Codechange: store the size of stations in savegames | yexo |
2010-02-22 | (svn r19197) -Codechange: introduce animation callbacks for airport tiles | yexo |
2010-02-22 | (svn r19196) -Codechange: change the airport tile animation info so it works ... | yexo |
2010-02-22 | (svn r19195) -Codechange: actually draw newgrf airport tiles | yexo |
2010-02-22 | (svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.h | yexo |