Sat, 10 Sep 2005 06:32:48 +0000(svn r2930) [Translations] Updated estonian (tron)
miham [Sat, 10 Sep 2005 06:32:48 +0000] rev 2404
(svn r2930) [Translations] Updated estonian (tron)

Fri, 09 Sep 2005 23:14:38 +0000(svn r2929) * Move DistanceTrack from map.c to npf.c and rename to NPFDistanceTrack.
matthijs [Fri, 09 Sep 2005 23:14:38 +0000] rev 2403
(svn r2929) * Move DistanceTrack from map.c to npf.c and rename to NPFDistanceTrack.
* Make NPFDistanceTrack return the distance multiplied by NPF_TILE_LENGTH to prevent rounding
This should make ship and train pathfinding more accurate and faster.
* Update IsEndOfLine to prevent trains from trying to go off a slope onto a tunnel entrance.

Fri, 09 Sep 2005 15:49:46 +0000(svn r2928) - Update OS/2 project with AI file changes
orudge [Fri, 09 Sep 2005 15:49:46 +0000] rev 2402
(svn r2928) - Update OS/2 project with AI file changes

Fri, 09 Sep 2005 07:08:27 +0000(svn r2927) Fix/remove stale information, line breaks, inform FreeBSD users about the required ports
tron [Fri, 09 Sep 2005 07:08:27 +0000] rev 2401
(svn r2927) Fix/remove stale information, line breaks, inform FreeBSD users about the required ports

Fri, 09 Sep 2005 06:39:47 +0000(svn r2926) -Fix: Use the same file slots in both initialisation stages when loading a patch grf
tron [Fri, 09 Sep 2005 06:39:47 +0000] rev 2400
(svn r2926) -Fix: Use the same file slots in both initialisation stages when loading a patch grf

Thu, 08 Sep 2005 14:31:13 +0000(svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
Darkvater [Thu, 08 Sep 2005 14:31:13 +0000] rev 2399
(svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])

Thu, 08 Sep 2005 12:48:26 +0000(svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a power of 2, for exact semantics see the commment in macros.h
tron [Thu, 08 Sep 2005 12:48:26 +0000] rev 2398
(svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a power of 2, for exact semantics see the commment in macros.h

Thu, 08 Sep 2005 12:33:25 +0000(svn r2923) Update project files for VS2003 and VS6 (rev2921)
Darkvater [Thu, 08 Sep 2005 12:33:25 +0000] rev 2397
(svn r2923) Update project files for VS2003 and VS6 (rev2921)

Thu, 08 Sep 2005 12:22:47 +0000(svn r2922) Fix crash with directmusic if no music files could be found to play
Darkvater [Thu, 08 Sep 2005 12:22:47 +0000] rev 2396
(svn r2922) Fix crash with directmusic if no music files could be found to play

Wed, 07 Sep 2005 15:10:11 +0000(svn r2921) -Codechange: moved all AI-code to 1 central place (ai/ai.c)
truelight [Wed, 07 Sep 2005 15:10:11 +0000] rev 2395
(svn r2921) -Codechange: moved all AI-code to 1 central place (ai/ai.c)
-Fix: removed the ability for the oldAI to cheat (this will criple him somewhat)
-Add: base-code for many improvements to come in the AI-system
-Add: added base-code for multiplayer AIs (DOES NOT WORK YET!)