| Mon, 16 Jun 2008 00:07:49 +0000 |
truebrain |
(svn r13531) [NoAI] -Add [API CHANGE]: when building a bridge/tunnel for road/tram, the BuildBridge/BuildTunnel function will now also make two half-road/half-tram pieces on both ends of the bridge/tunnel, so it is easier for you to connect them to your network. This give a more consistant behavior for road.
noai
|
file |
diff |
annotate
|
| Sat, 24 May 2008 22:48:46 +0000 |
glx |
(svn r13235) [NoAI] -Change [API CHANGE]: AITunnel.GetOtherTunnelEnd() now returns INVALID_TILE if no other end is found
noai
|
file |
diff |
annotate
|
| Thu, 24 Apr 2008 23:53:05 +0000 |
truebrain |
(svn r12883) [NoAI] -Fix r12880: move two own-defined typedefs to ai_types.hpp too
noai
|
file |
diff |
annotate
|
| Thu, 24 Apr 2008 23:39:18 +0000 |
truebrain |
(svn r12880) [NoAI] -Add: introduces ai_types.hpp, which has all NNNId like VehicleID. This simplifies the include-mess, and avoids including tons of _type.h for just a single typedef.
noai
|
file |
diff |
annotate
|
| Tue, 15 Apr 2008 22:34:49 +0000 |
rubidium |
(svn r12728) [NoAI] -Codechange: always let functions return Money when they return something that can be quantified as money.
noai
|
file |
diff |
annotate
|
| Tue, 15 Apr 2008 22:29:00 +0000 |
truebrain |
(svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class
noai
|
file |
diff |
annotate
|
| Mon, 07 Apr 2008 22:08:28 +0000 |
rubidium |
(svn r12621) [NoAI] -Add: support for GetLastError in AIRoad. Patch by Morloth.
noai
|
file |
diff |
annotate
|
| Mon, 07 Apr 2008 12:43:46 +0000 |
truebrain |
(svn r12606) [NoAI] -Fix: minor documentation inconsistancy, to make doxygen even more happy
noai
|
file |
diff |
annotate
|
| Mon, 07 Apr 2008 12:30:28 +0000 |
truebrain |
(svn r12602) [NoAI] -Fix: minor type in documentation
noai
|
file |
diff |
annotate
|
| Sun, 06 Apr 2008 12:26:40 +0000 |
rubidium |
(svn r12589) [NoAI] -Add: GetLastError support for AIBridge.
noai
|
file |
diff |
annotate
|
| Mon, 31 Mar 2008 08:42:20 +0000 |
truebrain |
(svn r12504) [NoAI] -Documentation: the last few files which now are consistent in their comments (anyway, so I hope :))
noai
|
file |
diff |
annotate
|
| Mon, 31 Mar 2008 07:21:39 +0000 |
truebrain |
(svn r12500) [NoAI] -Documentation: many comment changes, mostly Capitals and lines end with a dot. Makes doxygen look pretty :)
noai
|
file |
diff |
annotate
|
| Mon, 31 Mar 2008 06:32:27 +0000 |
truebrain |
(svn r12491) [NoAI] -Documentation: made parts of the comments more uniform (@file header and class header)
noai
|
file |
diff |
annotate
|
| Thu, 28 Feb 2008 00:59:01 +0000 |
truebrain |
(svn r12307) [NoAI] -Codechange: as followup on r12303 (trunk), use ::IsValidTile to check if a tile is inside the map, instead of all our custom ways
noai
|
file |
diff |
annotate
|
| Wed, 27 Feb 2008 22:45:27 +0000 |
truebrain |
(svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends
noai
|
file |
diff |
annotate
|
| Wed, 27 Feb 2008 21:07:31 +0000 |
truebrain |
(svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet)
noai
|
file |
diff |
annotate
|