Age | Commit message (Expand) | Author |
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-19 | (svn r19463) -Codechange: add helper function to determine if an airport has ... | yexo |
2010-03-19 | (svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport | yexo |
2010-03-18 | (svn r19455) -Codechange: split all airport information in Station to a seper... | yexo |
2010-02-22 | (svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp | yexo |
2010-02-22 | (svn r19198) -Codechange: store the size of stations in savegames | yexo |
2010-01-18 | (svn r18860) -Codechange: introduce a wrapper to get an hangar tile from a st... | yexo |
2010-01-18 | (svn r18857) -Codechange: don't rely on the fact that all airports are rectan... | 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 |
2009-12-02 | (svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops. | rubidium |
2009-10-18 | (svn r17795) -Codechange: split cargolist into one for vehicles and one for s... | rubidium |
2009-10-06 | (svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this'... | rubidium |
2009-09-20 | (svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when indu... | smatz |
2009-09-20 | (svn r17589) -Codechange: rename town_acc to always_accepted | smatz |
2009-09-12 | (svn r17508) -Fix [FS#3195] (r16859): join station window didn't get updated ... | rubidium |
2009-09-07 | (svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses an... | smatz |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-07 | (svn r17106) -Codechange: move computation of station's catchment rectagle to... | smatz |
2009-07-26 | (svn r16962) -Codechange: more work towards multi tile waypoints | rubidium |
2009-07-25 | (svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t... | rubidium |
2009-07-24 | (svn r16940) -Codechange: make the pathfinders behave the same when finding w... | rubidium |
2009-07-24 | (svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's... | rubidium |
2009-07-22 | (svn r16914) -Codechange: split Station and BaseStation into different files | rubidium |
2009-07-22 | (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a... | rubidium |
2009-07-21 | (svn r16896) -Codechange: make station spec allocation and station animation ... | rubidium |
2009-07-18 | (svn r16876) -Codechange: add helper functions to cast to Station/Waypoint wi... | rubidium |
2009-07-18 | (svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords | rubidium |
2009-07-17 | (svn r16861) -Codechange: move a few more bits from station to basestation (t... | rubidium |
2009-07-17 | (svn r16859) -Codechange: split the Station struct into two so parts of it ca... | rubidium |
2009-07-08 | (svn r16766) -Codechange: remove station->MarkDirty. It is in all cases meant... | rubidium |
2009-07-07 | (svn r16760) -Codechange: make UpdateStationVirtCoord a function of Station | rubidium |
2009-07-05 | (svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing ite... | smatz |
2009-07-04 | (svn r16736) -Codechange: give some station enums a name and use that instead... | rubidium |
2009-07-04 | (svn r16735) -Codechange: had_vehicle_of_type only stored 7 bits, all less th... | rubidium |
2009-06-25 | (svn r16661) -Codechange: move definition of few very short functions to head... | smatz |
2009-06-25 | (svn r16654) -Codechange: cache industries in station's coverage area instead... | smatz |
2009-06-24 | (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() | smatz |
2009-06-23 | (svn r16640) -Codechange: move roadstop stuff to separate files | smatz |
2009-06-23 | (svn r16639) -Codechange: enumify RoadStop::status, move definition of short ... | smatz |
2009-06-23 | (svn r16636) -Codechange: no need to initialize already zeroed variables by z... | smatz |
2009-05-22 | (svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriate | rubidium |
2009-05-22 | (svn r16380) -Codechange: rename pool.hpp to pool_type.hpp | smatz |
2009-05-22 | (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time... | smatz |
2009-05-22 | (svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable... | smatz |
2009-05-17 | (svn r16333) -Cleanup: remove a bunch of unused wrapper functions. | rubidium |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |