summaryrefslogtreecommitdiff
path: root/tunnelbridge_cmd.c
AgeCommit message (Expand)Author
2006-12-29(svn r7607) -Codechange: remove direct map accesses for snow/desert on tunnel...rubidium
2006-12-27(svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary r...celestar
2006-11-17(svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option ...KUDr
2006-11-08(svn r7110) -Fix: Do not let ships enter partial water tiles under bridges; t...peter1138
2006-10-31(svn r7028) -Fix [FS#200]: Scenario bridges/tunnels cannot be demolished; now...Darkvater
2006-10-14(svn r6776) -Codechange: Use IsValidPlayer() function to determine of a Playe...Darkvater
2006-10-14(svn r6775) -Codechange: Use some more proper types, especially Owner and Pla...Darkvater
2006-10-14(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE...Darkvater
2006-09-27(svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound ...peter1138
2006-09-05(svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it...Darkvater
2006-09-04(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more...rubidium
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-19(svn r5951) - Codechange: GetVehicleOutOfTunnelTile() never did anything, and...Darkvater
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-16(svn r5924) Revert accidently commited filestron
2006-08-16(svn r5923) Fix 'make depend' which was broken in r3574 (it just did nothing)tron
2006-08-15(svn r5913) -Fix (r5906): GetVehicleOutOfTunnelTile did assert when the vehic...rubidium
2006-08-15(svn r5906) -Fix [ 1203146 ]: GetVehicleOutOfTunnelTile always returned v->ti...Darkvater
2006-08-15(svn r5901) -Fix [FS#253]: Differing price calculation for tunnels depending ...Darkvater
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-10(svn r5833) -Feature: Allow building of (certain) rails, roads and bridge ram...tron
2006-08-08(svn r5809) Turn the tests for valid bridge ramp slopes into something compre...tron
2006-08-06(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst...tron
2006-07-30(svn r5641) -Fix: Adjust/correct some bounding boxes. This fixes some graphic...tron
2006-07-26(svn r5611) Remove a stale commenttron
2006-07-26(svn r5610) Remove a pointless call to VehicleInTheWayErrMsg() - only trains ...tron
2006-07-22(svn r5592) Merge two complementary casestron
2006-07-22(svn r5582) Add and use AxisToTrack{Bits,}()tron
2006-07-22(svn r5580) -Regression: Under certain circumstances it was possible to remov...tron
2006-06-28(svn r5403) - Feature: Allow building canals at sea-level, using ctrl to togg...peter1138
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-24(svn r5352) -Fix: Return accurate slope information for tunnels and bridges t...tron
2006-06-19(svn r5315) -Fix: Prohibit altering a road tile while road works are in progresstron
2006-06-14(svn r5260) -Fix: It was possible to convert the railtype of a bridge while a...tron
2006-06-14(svn r5259) -Codechange: GetBridgeHeight{Ramp,}() now returns the height of t...tron
2006-06-10(svn r5210) Many small changes which piled up: const, unsigned, variable scop...tron
2006-06-09(svn r5199) Make the control flow of GetTileTrackStatus_TunnelBridge() more c...tron
2006-06-07(svn r5155) - Remove the bridge branch merge (revision r5070)tron
2006-06-02(svn r5081) -Fix: Could not build bridges over crossings (but crossings under...celestar
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-21(svn r4937) Reduce the use of _error_message a bittron
2006-05-20(svn r4927) Replace 3 big ifs (which regard foundations) by a bit less confus...tron
2006-05-16(svn r4882) -Fix: Forgot a change in previous commitcelestar
2006-05-16(svn r4881) -Codechange: Be a little more strict about types and remove some ...celestar
2006-05-09(svn r4790) Remove slope magic from EnsureNoVehicleZ() and rename it to Ensur...tron
2006-05-09(svn r4789) - Codechange: rename RoadType to RoadTileType and ROAD_{NORMAL,CR...rubidium
2006-05-09(svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMA...rubidium
2006-05-07(svn r4771) -Regression: It was possible to remove a bridge while a vehicle w...tron