summaryrefslogtreecommitdiff
path: root/waypoint.c
AgeCommit message (Expand)Author
2006-09-03(svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l...tron
2006-08-31(svn r6285) -Fix r6143: of course deleting a waypoint should call the Delete ...truelight
2006-08-26(svn r6148) -Fix r6146: mostly it is useful to declare a variable in the func...truelight
2006-08-26(svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via a...truelight
2006-08-26(svn r6143) -Codechange: DeleteWaypoint removes a waypoint from the pooltruelight
2006-08-26(svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)truelight
2006-08-22(svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXIDtruelight
2006-08-22(svn r6052) -Codechange: change OrderType (order->type) in a typedeftruelight
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-20(svn r5999) -Feature: change the original date format to a 32 bits format bas...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-21(svn r5326) Remove the indicator bit for custom waypoint graphics, because it...tron
2006-06-21(svn r5325) Don't test something if we already know the result true, because ...tron
2006-06-10(svn r5210) Many small changes which piled up: const, unsigned, variable scop...tron
2006-06-07(svn r5155) - Remove the bridge branch merge (revision r5070)tron
2006-06-02(svn r5070) Merged the bridge branchcelestar
2006-05-27(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su...KUDr
2006-05-09(svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMA...rubidium
2006-05-06(svn r4755) - Newstations: add a gui station tile drawing routine and use it ...peter1138
2006-05-04(svn r4739) - Newstations: remove cargo type parameter of GetCustomStationRel...peter1138
2006-05-03(svn r4723) - Newstations: add TileIndex parameter to station resolver.peter1138
2006-04-27(svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.belugas
2006-04-23(svn r4541) Add a type for slopes and replace many magic numbers by the appro...tron
2006-04-18(svn r4471) - Pools: Add a facility for calling a custom function during pool...peter1138
2006-04-18(svn r4464) -Codechange: Oops, forgot one file in last commitcelestar
2006-04-17(svn r4460) - Newstations: remove unused class_id / stat_id variables from the peter1138
2006-04-12(svn r4383) - Codechange: Remove extraneous code from 4354; no need to get Ra...peter1138
2006-04-11(svn r4354) [Elrail][NewGRF] Codechange: Drawing of custom waypoints with cus...peter1138
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-04-05(svn r4280) -Codechange: Add and make use of map accessors concerning railway...celestar
2006-04-03(svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ...celestar
2006-03-26(svn r4133) - Some miscellaneous changes (unconverted TownID in function defi...Darkvater
2006-03-19(svn r3979) Move GetRailFoundation() to rail_map.h and use it and friends to ...tron
2006-03-17(svn r3916) Get/Set the rail type by [GS]etRailType{Crossing,OnBridge,}()tron
2006-03-08(svn r3783) Replace further ints and magic numbers by Direction, DiagDirectio...tron
2006-03-01(svn r3697) Rename DIAG1/DIAG2 to X resp. Y as this conveys a bit better in w...tron
2006-03-01(svn r3696) Add functions to turn a tile into a normal rail tile/depot/waypoi...tron
2006-02-20(svn r3627) - Change all hardcoded 255 max-saveload versions with the define ...Darkvater
2006-01-29(svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in...Darkvater
2006-01-05(svn r3365) Staticise 36 functionstron
2005-12-14(svn r3297) Staticisetron
2005-11-16(svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. Thi...peter1138
2005-11-16(svn r3210) -Codechange: use IsRailWaypoint where possible (instead of magicn...truelight
2005-11-12(svn r3167) - NewGRF: Start moving custom station code to separate files.peter1138
2005-11-11(svn r3166) Constify read-only accesses of custom stationspeter1138
2005-11-05(svn r3140) Building/removing a waypoint could leave old PBS reservations beh...peter1138
2005-10-21(svn r3075) -PBS: Keep track reservation state while building and removing a ...peter1138
2005-10-16(svn r3049) Replace byte/int/uint by RailType where appropriatetron