Mon, 23 Jun 2008 08:49:09 +0000(svn r13612) -Fix [FS#2104]: wrong comment of CmdSetAutoReplace. Patch by Yexo.
rubidium [Mon, 23 Jun 2008 08:49:09 +0000] rev 11055
(svn r13612) -Fix [FS#2104]: wrong comment of CmdSetAutoReplace. Patch by Yexo.

Mon, 23 Jun 2008 08:38:07 +0000(svn r13611) -Fix [FS#2100]: if the first bridge can't be build for a given length, then none of the other bridges can. Effectively meaning that if someone replaces the first bridge with a bridge that can be only 3 tiles longs then only other bridges that can be 3 tiles long will be buildable, but only if they are 3 tiles long.
rubidium [Mon, 23 Jun 2008 08:38:07 +0000] rev 11054
(svn r13611) -Fix [FS#2100]: if the first bridge can't be build for a given length, then none of the other bridges can. Effectively meaning that if someone replaces the first bridge with a bridge that can be only 3 tiles longs then only other bridges that can be 3 tiles long will be buildable, but only if they are 3 tiles long.

Sun, 22 Jun 2008 21:41:03 +0000(svn r13610) [NoAI] -Add: AIDepotList giving you a list of the locations of your depots (including hangars). noai
rubidium [Sun, 22 Jun 2008 21:41:03 +0000] rev 11053
(svn r13610) [NoAI] -Add: AIDepotList giving you a list of the locations of your depots (including hangars).

Sun, 22 Jun 2008 18:44:28 +0000(svn r13609) -Codechange: silence warnings about unused variables for gcc2 builds without asserts
smatz [Sun, 22 Jun 2008 18:44:28 +0000] rev 11052
(svn r13609) -Codechange: silence warnings about unused variables for gcc2 builds without asserts

Sun, 22 Jun 2008 16:01:48 +0000(svn r13608) [NoAI] -Change [API CHANGE]: renamed AI_ET_CRASHED_VEHICLE to AI_ET_VEHICLE_CRASHED to be more uniform with other events (Yexo) noai
truebrain [Sun, 22 Jun 2008 16:01:48 +0000] rev 11051
(svn r13608) [NoAI] -Change [API CHANGE]: renamed AI_ET_CRASHED_VEHICLE to AI_ET_VEHICLE_CRASHED to be more uniform with other events (Yexo)

Sun, 22 Jun 2008 15:41:38 +0000(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken
skidd13 [Sun, 22 Jun 2008 15:41:38 +0000] rev 11050
(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken

Sun, 22 Jun 2008 15:21:51 +0000(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)
skidd13 [Sun, 22 Jun 2008 15:21:51 +0000] rev 11049
(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)

Sun, 22 Jun 2008 12:12:04 +0000(svn r13604) [NoAI] -Fix: rail/road crossings are not buildable either (and worse: caused asserts) noai
truebrain [Sun, 22 Jun 2008 12:12:04 +0000] rev 11048
(svn r13604) [NoAI] -Fix: rail/road crossings are not buildable either (and worse: caused asserts)

Sat, 21 Jun 2008 23:59:38 +0000(svn r13603) -Feature{newGRF]: Add var 65 in Variational Action 2 Variables for Houses.
belugas [Sat, 21 Jun 2008 23:59:38 +0000] rev 11047
(svn r13603) -Feature{newGRF]: Add var 65 in Variational Action 2 Variables for Houses.
This var will return the manhattan distance of the nearest house that match a given criteria.
The criterias can be: 0 : house ID/ 1 : Class ID/ 2 : grf ID
The search radius can be defined too, up to 64.

Sat, 21 Jun 2008 20:58:34 +0000(svn r13602) -Codechange: little speedup for 8bpp-optimized blitter
smatz [Sat, 21 Jun 2008 20:58:34 +0000] rev 11046
(svn r13602) -Codechange: little speedup for 8bpp-optimized blitter