Commit Graph

218 Commits (da1f31003442d2cd2c941f48cea3a826a84d96eb)

Author SHA1 Message Date
celestar cb001ea14d (svn r4386) -Codechange: Add and make use of IsCustomWaypoint 18 years ago
celestar e81a1821f1 (svn r4384) -Codechange: rail drawing code
-Added a function to obtain the axis of a waypoint
    -Moved the waypoint layout tables from the depot layout tables into an own one
    -Use GetRailTileSubtype
18 years ago
peter1138 7b6e932d82 (svn r4383) - Codechange: Remove extraneous code from 4354; no need to get RailTypeInfo when we already have it... 18 years ago
celestar 46eab6aec6 (svn r4382) -Codechange: Make use of SetSignalType where appropriate 18 years ago
celestar 25f3a06141 (svn r4381) -Codechange: Forgot an occurence for rail ground types 18 years ago
celestar e53edaf173 (svn r4380) -Codechange: Make use of GetTrackBits where appropriate 18 years ago
celestar 7109274de4 (svn r4379) -Codechange: Add and make use of map accessor functions concerning rail ground types 18 years ago
celestar ce320ceb55 (svn r4378) -Add and make use of an accessor function two-way => one-way => one-way => two-way signal cycling 18 years ago
celestar 3207d63244 (svn r4377) -Add and make use of a function that finds out whether a signal is an entry or and exit signal to a presignal block (as combos act as both) 18 years ago
celestar 62ded2f58d (svn r4376) -Codechange Renamed GetSignalState to GetSignalStateByTrackdir 18 years ago
celestar 5ba4345b87 (svn r4375) -Codechange: Move the signal drawing bit to an own function and rename DrawSignalHelper to DrawSingleSignal 19 years ago
celestar 595a436683 (svn r4358) -Codechange: Don't use a TileInfo where a TileIndex will do 19 years ago
celestar dfd8ade37d (svn r4357) -Codechange: Moved global _signal_base_sprites into the only function where it is used and use a better array arrangement for it 19 years ago
peter1138 b87b68842a (svn r4354) [Elrail][NewGRF] Codechange: Drawing of custom waypoints with custom ground sprites used the index of the rail type as an offset. With the introduction of elrails this offset is incorrect, so instead there is now a lookup table within the RailTypeInfo struct to explicitly list the offset. 19 years ago
celestar f472ed0ecc (svn r4353) Codechange: Move global _signal_position into the only function that uses it and convert the bit-hacking into a struct 19 years ago
tron c5bc91eb0c (svn r4344) Use tile coordinates or even TileIndices instead of virtual tile coordinates where it suffices. 19 years ago
tron 35e93e451f (svn r4342) Change the first two parameters of commands - virtual pixel coordinates of the tile to operate on - to a TileIndex
Remove DoCommandByTile(), because now it does the same as DoCommand()
19 years ago
celestar f5a9e68f40 (svn r4337) -Fix: A problem where GetRailType was called instead of GetRailTileType. Thanks to glx for noticing 19 years ago
tron 40c1097f04 (svn r4332) Turn a table lookup into a ternary operator 19 years ago
Darkvater b02fc3b62b (svn r4265) - Fix: compile warning on VS2005 (parameter 2 different from declaration) 19 years ago
tron 7163a64c25 (svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfo 19 years ago
belugas 1b28d92fc8 (svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. Although it was an accessor, nor his usage nor the values were clear. 19 years ago
belugas 9b3f9d3c79 (svn r4156) CodeChange : Little cleanup after Celestar's elrail merge 19 years ago
celestar 6c44bf5012 (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas. 19 years ago
tron d0a445db41 (svn r4111) Fix/Remove some stale comments 19 years ago
tron c699d0e791 (svn r4085) Add GetTown{Index,ByTile}() to get the town index resp. the town from a tile 19 years ago
tron 1815383ba7 (svn r4000) Rewrite GetSlope{Tileh,Z}_{Road,Track} in a less confusing way 19 years ago
peter1138 fd75fb6766 (svn r3998) - Fix: When removing rail track from a while where only X and Y (/ and \) pieces exist, explicitly update signals in both directions. 19 years ago
celestar b5b348bdce (svn r3992) -Fix: Rewrote the code to determine whether a rail-tile can be terraformed.
Fixes a bug where you could terraform a tunnel (fixed by r3228, but reverted that one)
Fixes a bug introduced by r3228 which allowed steep rail tiles resulting in ... unwanted effects such as display artifacts.
That means the terraform feature should not work as intended; it also uses _valid_tileh_slopes to determine valid configurations instead of hand-brewn stuff.
TODO: _terraform_err_tile and similar TileIndices should have INVALID_TILE as "unused", not 0. (0 is a valid tile).
19 years ago
tron a8b1d3c0da (svn r3988) Remove the info about valid rails on shore tiles. It's the same as for any other sloped tile 19 years ago
tron 453a925d72 (svn r3986) Add [GS]etCrossingRoadOwner 19 years ago
tron 1f1d30cb92 (svn r3985) Make CmdBuildSingleRail() a bit more comprehensible 19 years ago
tron 4d71a903b5 (svn r3983) Use existing functions to access tree and road info 19 years ago
tron ec34ed24ef (svn r3982) Fix last commit. I got confused by some strange test, which did nothing 19 years ago
tron a90e46bf03 (svn r3981) More work for the rail accessing functions and enums 19 years ago
tron bf3811122d (svn r3979) Move GetRailFoundation() to rail_map.h and use it and friends to get information about rail tiles 19 years ago
tron 54c4a8e780 (svn r3976) Fix typo in r3946 19 years ago
tron 76ae9585dd (svn r3946) Add short hand names for common track combinations 19 years ago
tron fc08e888c3 (svn r3942) GetRailType() != GetRailTileType(), fix r3941 19 years ago
tron dabfa14778 (svn r3941) Get rid of RAIL_TYPE_SPECIAL 19 years ago
tron 7b1c7c31fb (svn r3916) Get/Set the rail type by [GS]etRailType{Crossing,OnBridge,}() 19 years ago
tron 4fb11f23ad (svn r3912) Move the signal type enum and GetSignalType() to rail_map.h; also add SetSignalType() and use the functions 19 years ago
tron 0e3699bd5c (svn r3911) Add functions to retrieve/set the signal variant (electric/semaphore) 19 years ago
tron 6e988259a4 (svn r3907) Replace many bridge related direct map accesses with calls to shiny new functions and mark some strange constructs with XXX 19 years ago
Darkvater a390b6e4d1 (svn r3893) - Fix: Properly set back the owner of a crossing/road-under bridge after removing it. For crossings we can always use .m2 because it is already 0 when not owned by a town. 19 years ago
Darkvater 3fd42fab5d (svn r3876) - Fix: We know on a level crossing's town owner of the road (if any); it is in m2 so properly set it back when the crossing's removed. 19 years ago
tron 8505f4ed41 (svn r3851) Rail depots only have an entrance at one side, therefore use UpdateSignalsOnSegment() instead of SetSignalsOnBothDir() 19 years ago
tron 26815f7405 (svn r3846) Add functions to set the type of stuff (clear, water, rail, road) under bridges 19 years ago
tron eeb5bf41a1 (svn r3831) Add and use GetRailDepotDirection() 19 years ago
tron 0100871412 (svn r3830) Move IsTunnelTile() from tile.h to tunnel_map.h and add IsTunnel(), which just checks for a tunnel, but not the tile type as IsTunnelTile() does 19 years ago