index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
waypoint.cpp
Age
Commit message (
Expand
)
Author
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 waypoint
smatz
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 waypoint
smatz
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 name
glx
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
2007-12-27
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...
rubidium
2007-12-26
(svn r11702) -Codechange: move all date related stuff to date*.
rubidium
2007-12-26
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...
rubidium
2007-12-25
(svn r11700) -Codechange: reduce the amount of unnecessary includes.
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-22
(svn r11682) -Codechange: move some 'generic' geometry related types into a s...
rubidium
2007-12-21
(svn r11677) -Codechange: move price and command related types/functions to t...
rubidium
2007-12-21
(svn r11675) -Codechange: split the string types from the string functions.
rubidium
2007-12-19
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
rubidium
2007-10-19
(svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used...
rubidium
[next]