summaryrefslogtreecommitdiff
path: root/src/disaster_cmd.cpp
AgeCommit message (Expand)Author
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-04(svn r18717) -Codechange: use TileArea in industry instead of three separate ...rubidium
2009-12-04(svn r18402) -Codechange: unify/centralise the code for crashing vehiclesrubidium
2009-08-30(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByT...smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-27(svn r16967) -Fix [FS#0356]: assert when UFO tried to destroy railrubidium
2009-07-02(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP...rubidium
2009-06-24(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()smatz
2009-06-23(svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany()smatz
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz
2009-06-06(svn r16525) -Codechange: Notify small ufos on deletion of road vehicles, so ...frosch
2009-06-06(svn r16523) -Fix (rNewPool): Segfault when small ufos were heading for delet...frosch
2009-05-26(svn r16442) -Codechange: use new Vehicle accessors at more placessmatz
2009-05-24(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...frosch
2009-05-22(svn r16390) -Codechange: move u.road to RoadVehicle.rubidium
2009-05-22(svn r16385) -Codechange: move u.disaster to DisasterVehicle.rubidium
2009-05-22(svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle wa...smatz
2009-05-18(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduc...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-03-24(svn r15838) -Fix: MSVC 64 bits warningsrubidium
2009-03-17(svn r15750) -Fix: The big ufo sometimes landed just outside the map. Instead...yexo
2009-03-17(svn r15749) -Codechange: apply coding style to disaster_cmd.cppyexo
2009-03-16(svn r15748) -Fix (r1722): the assumption that the number of tiles on the X s...rubidium
2009-03-15(svn r15733) -Fix: Enabling freeform edges could cause submarines to get stuc...yexo
2009-03-15(svn r15732) -Fix: enumified constant name stylerubidium
2009-03-15(svn r15731) -Codechange: unify submarine creationrubidium
2009-03-11(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge Vehi...rubidium
2009-02-25(svn r15583) -Fix: Do not use TILE_MASK when you do not want to wrap around t...frosch
2009-02-05(svn r15359) -Add [NoAI]: AIEventVehicleCrashed::CRASH_RV_UFO, AIEventDisaste...frosch
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-09(svn r14933) -Codechange: check the whether a pool item can be constructed in...rubidium
2009-01-03(svn r14808) -Fix (r1): coal mine subsidence could wrap around map edgessmatz
2008-12-26(svn r14749) -Codechange: replace a few wrapper functions that only called de...rubidium
2008-12-26(svn r14747) -Codechange: remove DeleteVehicleChain in favour of the vehicle ...rubidium
2008-12-26(svn r14746) -Fix: don't let any disaster vehicle (Helicopter or Airplane) ta...smatz
2008-12-26(svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q...smatz
2008-12-19(svn r14694) -Fix (r1): zeppeliner (disaster) should target st->airport_tile,...smatz
2008-10-14(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-07(svn r14270) -Fix: make small UFO aware of articulated RVssmatz
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-15(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM...rubidium
2008-04-20(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpprubidium
2008-04-06(svn r12588) -Codechange: do not access the destination of an order directly.rubidium
2008-04-01(svn r12531) -Codechange: Rename some variables for consistency.frosch
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium