frosch
|
514df81e27
|
(svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]() and HasTileRoadType(); and use them.
|
2008-02-14 15:59:16 +00:00 |
|
frosch
|
f476d861d2
|
(svn r12085) -Fix(r12058): Road vehicles could get stuck, when NPF told them to reverse on junction tiles. (spotted by SmatZ)
|
2008-02-08 16:25:55 +00:00 |
|
frosch
|
a62beb101b
|
(svn r12058) -Fix: Teach NPF where road vehicles and trams can reverse.
-Fix: Ships can drive through opponents' ship depots. (Thanks SmatZ)
-Codechange: Split NPFFollowTrack() in smaller parts.
|
2008-02-04 16:24:25 +00:00 |
|
smatz
|
74af65e556
|
(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
|
2008-01-23 22:34:04 +00:00 |
|
rubidium
|
2d2e1e3863
|
(svn r11800) -Codechange: move some functions to a more logical location + some type safety.
|
2008-01-09 21:05:03 +00:00 |
|
rubidium
|
444e77d8bc
|
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
|
2008-01-07 00:57:19 +00:00 |
|
smatz
|
f02cf9281b
|
(svn r11760) -Codechange: unify the way how other end of a tunnel/bridge is determined at some places
-Fix: adding road/tram to tram/road bridge was cheaper by one tile
|
2008-01-04 19:45:29 +00:00 |
|
rubidium
|
722613f7f3
|
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
|
2007-12-27 13:35:39 +00:00 |
|
rubidium
|
f82aeb82c5
|
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
|
2007-12-26 11:45:43 +00:00 |
|
rubidium
|
81bf9f8503
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
3074bca136
|
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
|
2007-12-21 22:50:51 +00:00 |
|
rubidium
|
8ebdfb258f
|
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
|
2007-12-21 19:21:21 +00:00 |
|
rubidium
|
be923601bf
|
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
|
2007-12-19 23:26:02 +00:00 |
|
smatz
|
d56a690ba4
|
(svn r11649) -Codechange: some code can be simplified thanks to changes in r11642
|
2007-12-16 19:30:42 +00:00 |
|
smatz
|
926fe5c9e9
|
(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_map.h into tunnelbridge_map.h
|
2007-12-16 15:38:51 +00:00 |
|
skidd13
|
f56579e0d9
|
(svn r11526) -Codechange: Rename the function delta fitting to the naming style
|
2007-11-26 16:01:29 +00:00 |
|
skidd13
|
c0a2c0c23e
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
98f66552be
|
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
|
2007-11-19 18:38:10 +00:00 |
|
rubidium
|
99266a173c
|
(svn r11313) -Codechange: prepare several pieces of code so the can handle some new slopes. Patch by frosch.
|
2007-10-20 16:50:48 +00:00 |
|
rubidium
|
2800a49f03
|
(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "road" everywhere except in the tile type.
|
2007-07-29 23:42:59 +00:00 |
|
rubidium
|
0ab80d824b
|
(svn r10357) -Fix: and when we're at it... yet another memory leak, but only when you start a new game; can't find any other memory leaks we can fix.
|
2007-06-27 17:05:06 +00:00 |
|
glx
|
6a4be9758c
|
(svn r10006) -Fix (FS#362): allow different signal types on one tile
|
2007-05-31 21:21:04 +00:00 |
|
rubidium
|
821e58ac95
|
(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
|
2007-05-24 22:41:50 +00:00 |
|
maedhros
|
3d81de8d7e
|
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
|
2007-04-12 13:07:15 +00:00 |
|
belugas
|
8952924c64
|
(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
|
2007-03-21 03:06:21 +00:00 |
|
rubidium
|
36cea84b11
|
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
|
2007-03-08 16:27:54 +00:00 |
|
rubidium
|
4169bfba06
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
tron
|
c0ec367e9b
|
(svn r8899) -Fix
Remove the unused second parameter from GetTileRailType()
|
2007-02-25 11:36:19 +00:00 |
|
rubidium
|
a2999dadc9
|
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
|
2007-02-14 16:37:16 +00:00 |
|
KUDr
|
8553b0dad5
|
(svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference.
|
2007-01-11 10:34:42 +00:00 |
|
rubidium
|
a7d0cdf95f
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
07c30785ab
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|