summaryrefslogtreecommitdiff
path: root/src/waypoint.h
AgeCommit message (Expand)Author
2009-03-13(svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp.belugas
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.rubidium
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot...smatz
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-09(svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() an...smatz
2008-09-07(svn r14265) -Fix (r10750): desyncs after deleting a waypoint because of expl...smatz
2008-08-23(svn r14140) -Fix (r14135): Enum in saveload-table.frosch
2008-08-23(svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ...belugas
2008-08-20(svn r14104) -Feature: Add a window for waypoints, allowing to view all the t...belugas
2008-05-07(svn r12989) -Codechange: move ViewportSign to viewport_type.h.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...rubidium
2008-03-28(svn r12474) -Codechange: split type related stuff from waypoints from waypoi...rubidium
2008-03-28(svn r12468) -Codechange: move some type related stuff from station.h (and op...rubidium
2008-02-16(svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per t...smatz
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-09(svn r11801) -Codechange: remove some unneeded includes from some header files.rubidium
2007-08-30(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with temp...rubidium
2007-08-05(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...rubidium
2007-08-02(svn r10750) -Codechange: make the waypoint struct use the new poolitem class...rubidium
2007-07-24(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> t...rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-04-06(svn r9568) -Documentation: doxygen and comment changes: Root of src is final...belugas
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-01(svn r8954) -Codechange: remove direct map accesses from non-map-accessor hea...rubidium
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium