summaryrefslogtreecommitdiff
path: root/src/waypoint.cpp
AgeCommit message (Expand)Author
2009-03-13(svn r15704) -Cleanup: remove further includes from recently split filessmatz
2009-03-13(svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp.belugas
2009-02-26(svn r15589) -Fix: drawing of waypoints with invalid owner was brokensmatz
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-10(svn r14958) -Codechange [FS#1923]: when checking for unique names, compare o...smatz
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
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-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
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-15(svn r14334) -Feature: ability to reset name to default/automatic value (for ...smatz
2008-09-14(svn r14322) -Fix (r10368): possible assert when renaming removed waypointsmatz
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-31(svn r14210) -Codechange: remove a useless check when creating new waypointsmatz
2008-08-23(svn r14145) -Fix (r14135, r14141): When savegame conversion cannot determine...frosch
2008-08-23(svn r14143) -Codechange: Recenter viewport of waypoint window when relocatin...frosch
2008-08-23(svn r14142) -Codechange: Disallow taking over greyed waypoints of other comp...frosch
2008-08-23(svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ...belugas
2008-08-21(svn r14119) -Fix(r14104): Forgot to make the gui disappear when the waypoint...belugas
2008-08-13(svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in th...rubidium
2008-08-02(svn r13957) -Codechange [YAPP]: Free the old path reservation on removing so...rubidium
2008-08-02(svn r13931) -Codechange [YAPP]: Retain the reservation state when building/r...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
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-23(svn r12855) -Codechange: do not use autoptr's for testing whether certain ob...rubidium
2008-04-18(svn r12762) -Fix: tabs after the first non-tab character are generally not o...rubidium
2008-04-06(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co...smatz
2008-04-05(svn r12584) -Codechange: do not access the order type directly.rubidium
2008-03-31(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-30(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.rubidium
2008-02-16(svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per t...smatz
2008-02-07(svn r12076) -Fix: when reusing a renamed deleted waypoint, keep the new nameglx
2008-01-16(svn r11871) -Fix [FS#1074]: do not update signals after each tile when build...smatz
2008-01-15(svn r11864) -Codechange: pass owner whose signals we will update instead of ...smatz
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very ...smatz
2008-01-09(svn r11801) -Codechange: remove some unneeded includes from some header files.rubidium
2008-01-09(svn r11793) -Codechange: pass the expense type via the CommandCost instead o...rubidium
2008-01-09(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium