Age | Commit message (Expand) | Author |
2006-09-28 | (svn r6560) - Codechange: Minor fix; add missing #include guards and comments... | peter1138 |
2006-08-31 | (svn r6259) Extract the axis directly, don't use a trinary operator | tron |
2006-08-31 | (svn r6251) Replace 2 bool variables by a simple switch | tron |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-07-27 | (svn r5624) Use {IsPlainRailTile,IsRailDepot,IsRailWaypoint,HasSignals}() ins... | tron |
2006-07-22 | (svn r5582) Add and use AxisToTrack{Bits,}() | tron |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-21 | (svn r5326) Remove the indicator bit for custom waypoint graphics, because it... | tron |
2006-06-19 | (svn r5313) Move IsRailWaypoint() to rail_map.h and remove unused enum | tron |
2006-06-18 | (svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now d... | tron |
2006-06-07 | (svn r5155) - Remove the bridge branch merge (revision r5070) | tron |
2006-06-02 | (svn r5070) Merged the bridge branch | celestar |
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-07 | (svn r4764) Move some functions from rail.h to rail_map.h | tron |
2006-04-17 | (svn r4461) -Codechange: Add and make use of map accessor functions for signa... | celestar |
2006-04-12 | (svn r4386) -Codechange: Add and make use of IsCustomWaypoint | celestar |
2006-04-12 | (svn r4384) -Codechange: rail drawing code | celestar |
2006-04-12 | (svn r4379) -Codechange: Add and make use of map accessor functions concernin... | celestar |
2006-04-12 | (svn r4378) -Add and make use of an accessor function two-way => one-way => o... | celestar |
2006-04-12 | (svn r4377) -Add and make use of a function that finds out whether a signal i... | celestar |
2006-04-05 | (svn r4286) -Fix: Typo in 4280 | celestar |
2006-04-05 | (svn r4280) -Codechange: Add and make use of map accessors concerning railway... | celestar |
2006-03-29 | (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of c... | celestar |
2006-03-19 | (svn r3985) Make CmdBuildSingleRail() a bit more comprehensible | tron |
2006-03-19 | (svn r3979) Move GetRailFoundation() to rail_map.h and use it and friends to ... | tron |
2006-03-18 | (svn r3946) Add short hand names for common track combinations | tron |
2006-03-17 | (svn r3916) Get/Set the rail type by [GS]etRailType{Crossing,OnBridge,}() | tron |
2006-03-17 | (svn r3913) Move declarations to rail_map.h so rail.h is dependent on rail_ma... | tron |
2006-03-17 | (svn r3912) Move the signal type enum and GetSignalType() to rail_map.h; also... | tron |
2006-03-16 | (svn r3911) Add functions to retrieve/set the signal variant (electric/semaph... | tron |
2006-03-12 | (svn r3831) Add and use GetRailDepotDirection() | 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 |