summaryrefslogtreecommitdiff
path: root/rail_cmd.c
AgeCommit message (Expand)Author
2006-12-29(svn r7617) -Fix (7609): GetTrackBits only works (as intended) for plain rail...rubidium
2006-12-29(svn r7609) -Codechange: remove some direct map accesses to m5 and some unnee...rubidium
2006-12-27(svn r7583) -Fix (r7573): Merging of bridge branch broke (partially reverted?...peter1138
2006-12-27(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary r...celestar
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu...Darkvater
2006-12-01(svn r7313) -Codechange: Calling invalidate data on a window will surely warr...Darkvater
2006-11-17(svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option ...KUDr
2006-11-10(svn r7127) -Codechange [FS#149]: Improve the usability of the signal-dragger...Darkvater
2006-11-08(svn r7112) -Codechange (r7106): Improve the test for determining if the rail...peter1138
2006-11-08(svn r7111) After checking p1 in CmdBuildSingleRail() assign it to a variable...tron
2006-11-07(svn r7108) -Fix (r7106): signed/unsigned comparison warningDarkvater
2006-11-07(svn r7106) -Feature: Allow over-building of compatible railtypes, i.e. norma...peter1138
2006-11-03(svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG inste...Darkvater
2006-10-14(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE...Darkvater
2006-10-10(svn r6714) -Codechange: replaced a direct manipulation of windows with Inval...bjarni
2006-10-10(svn r6712) -Code cleanup: renamed buildtrain_d to buildvehicle_d as it's use...bjarni
2006-10-05(svn r6651) -Coding feature: added the windowevent WE_INVALIDATE_DATAbjarni
2006-10-04(svn r6637) -Codechange: merged all (vehicle type)EnterDepot into VehicleEnte...bjarni
2006-09-26(svn r6513) -Codechange: unified the code to draw depot windowsbjarni
2006-09-05(svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it...Darkvater
2006-09-05(svn r6395) -Fix: when converting a depot from/to elrail, update the power of...glx
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more...rubidium
2006-08-31(svn r6268) Remove now pointless assignment (followup of r6267)tron
2006-08-31(svn r6267) Simplify the control flow in the rail tile loop by eliminating a ...tron
2006-08-31(svn r6264) Get rid of a casttron
2006-08-31(svn r6251) Replace 2 bool variables by a simple switchtron
2006-08-29(svn r6212) Remove dependency on window.h from station.htron
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-26(svn r6141) -Codechange: introduced DepotID and used it as much as possibletruelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-12(svn r5864) -Feature: Also allow horizontal and vertical rails on steep slopestron
2006-08-10(svn r5833) -Feature: Allow building of (certain) rails, roads and bridge ram...tron
2006-08-06(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst...tron
2006-08-06(svn r5787) Rename width, height and unk of struct DrawTileSeqStruct to size_...tron
2006-08-05(svn r5771) Unify several code paths and data structures for drawing train de...tron
2006-07-27(svn r5624) Use {IsPlainRailTile,IsRailDepot,IsRailWaypoint,HasSignals}() ins...tron
2006-07-26(svn r5618) Remove a redundant check, CheckTrackCombination() a few lines abo...tron
2006-07-22(svn r5582) Add and use AxisToTrack{Bits,}()tron
2006-07-15(svn r5500) Undo r4597, because it breaks the intended change of r5315 to pro...tron
2006-07-14(svn r5497) -Fix: somehow in r5315 slipped some wrong logic, allowed you to b...truelight
2006-06-28(svn r5396) - Remove two fixed parameterstron
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-25(svn r5363) Revert 5312, 5288, 5248, 3992, 3249, 3228tron
2006-06-21(svn r5326) Remove the indicator bit for custom waypoint graphics, because it...tron
2006-06-19(svn r5315) -Fix: Prohibit altering a road tile while road works are in progresstron
2006-06-18(svn r5308) Replace an array of function pointers with a switch: It's shorter...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