Age | Commit message (Expand) | Author |
2010-04-17 | (svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL. | frosch |
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-03-20 | (svn r19494) -Codechange: Remove _error_message. | alberth |
2010-03-18 | (svn r19455) -Codechange: split all airport information in Station to a seper... | yexo |
2010-03-14 | (svn r19416) -Codechange: Code style, move variable declarations to their fir... | alberth |
2010-03-14 | (svn r19415) -Codechange: Forward CommandCost with an error back to the caller. | alberth |
2010-03-07 | (svn r19373) -Fix (r19372): Missing variable declaration. | terkhen |
2010-03-07 | (svn r19372) -Codechange: CheckTileOwnership() returns a CommandCost. | alberth |
2010-03-05 | (svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost. | alberth |
2010-02-22 | (svn r19203) -Codechange: silence some gcc warnings | smatz |
2010-02-22 | (svn r19198) -Codechange: store the size of stations in savegames | yexo |
2010-01-21 | (svn r18872) -Codechange: introduce PaletteID and use it | rubidium |
2010-01-18 | (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper... | rubidium |
2010-01-18 | (svn r18858) -Codechange: use IsAirportTile where possible | yexo |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2010-01-15 | (svn r18807) -Codechange: introduce AirportSpec and move several non-statemac... | yexo |
2010-01-04 | (svn r18720) -Codechange: simplify looping and validation of CmdBuildCanal | rubidium |
2010-01-04 | (svn r18718) -Codechange: make a wrapper macro for looping TileAreas | rubidium |
2009-12-04 | (svn r18402) -Codechange: unify/centralise the code for crashing vehicles | rubidium |
2009-12-04 | (svn r18399) -Codechange: bail out early in FloodVehicle instead of a massive... | rubidium |
2009-11-07 | (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. | frosch |
2009-11-05 | (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi... | frosch |
2009-10-20 | (svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to ... | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-10-04 | (svn r17692) -Codechange: minor coding style fixes | smatz |
2009-09-18 | (svn r17567) -Fix: some doxygen warnings | rubidium |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-10 | (svn r17495) -Codechange: replace 'Depot::Get(GetDepotIndex(tile))->index' wi... | rubidium |
2009-09-10 | (svn r17493) -Codechange: store the depot index on the map | rubidium |
2009-08-30 | (svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByT... | smatz |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-10 | (svn r17152) -Fix: A stuck train could free the reservation of another train ... | michi_cc |
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their r... | rubidium |
2009-07-31 | (svn r17001) -Codechange: replace some more assert(0)s to NOT_REACHED() and d... | rubidium |
2009-07-26 | (svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TIL... | rubidium |
2009-07-25 | (svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t... | rubidium |
2009-07-02 | (svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP... | rubidium |
2009-07-01 | (svn r16717) -Codechange: make IsFrontEngine() member of Train | smatz |
2009-06-27 | (svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and... | smatz |
2009-06-25 | (svn r16660) -Codechange: get rid of more dummy tile_type_procs | smatz |
2009-06-25 | (svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and... | smatz |
2009-06-24 | (svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile() | smatz |
2009-06-24 | (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() | smatz |
2009-06-06 | (svn r16527) -Codechange: use static member functions instead of simple casts... | smatz |
2009-05-24 | (svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles... | frosch |
2009-05-22 | (svn r16392) -Codechange: move some variables (the ones that aren't caches) f... | rubidium |
2009-05-22 | (svn r16391) -Codechange: use Train instead of Vehicle where appropriate. | rubidium |
2009-05-22 | (svn r16390) -Codechange: move u.road to RoadVehicle. | rubidium |
2009-05-22 | (svn r16388) -Codechange: move u.air to Aircraft | rubidium |