Tue, 24 Jun 2008 09:15:45 +0000(svn r13619) -Codechange: use 'const char *' instead of std::string for blitter and driver names
smatz [Tue, 24 Jun 2008 09:15:45 +0000] rev 11062
(svn r13619) -Codechange: use 'const char *' instead of std::string for blitter and driver names
Removes indirect dependency on <string> for 20 files, reduces binary size by 16kB

Tue, 24 Jun 2008 09:05:24 +0000(svn r13618) -Codechange: move tar-specific declarations to separate file
smatz [Tue, 24 Jun 2008 09:05:24 +0000] rev 11061
(svn r13618) -Codechange: move tar-specific declarations to separate file
Removes indirect dependency on <string> and <map> for over 40 files

Mon, 23 Jun 2008 22:51:21 +0000(svn r13617) -Codechange: calculate the diff in StationWaitingSorter directly
skidd13 [Mon, 23 Jun 2008 22:51:21 +0000] rev 11060
(svn r13617) -Codechange: calculate the diff in StationWaitingSorter directly

Mon, 23 Jun 2008 16:23:36 +0000(svn r13616) [NoAI] -Fix: on AIAbstractList->Clear(), make sure the sorter is invalidated too noai
truebrain [Mon, 23 Jun 2008 16:23:36 +0000] rev 11059
(svn r13616) [NoAI] -Fix: on AIAbstractList->Clear(), make sure the sorter is invalidated too

Mon, 23 Jun 2008 13:52:21 +0000(svn r13615) [NoAI] -Fix: fixed most, if not all, problems around AIAbstractList. It is now safe to remove values while looping, among other things. noai
truebrain [Mon, 23 Jun 2008 13:52:21 +0000] rev 11058
(svn r13615) [NoAI] -Fix: fixed most, if not all, problems around AIAbstractList. It is now safe to remove values while looping, among other things.
[NoAI] -Add: allow foreach() usage for AIAbstractList
[NoAI] -Add: allow [] usage for AIAbstractList (read-only)
[NoAI] -Add: allow [] usage for AIList (read/write)

Mon, 23 Jun 2008 12:46:38 +0000(svn r13614) [NoAI] -Add: AIGroup which allows an AI to manage its vehicle in the context of groups. noai
rubidium [Mon, 23 Jun 2008 12:46:38 +0000] rev 11057
(svn r13614) [NoAI] -Add: AIGroup which allows an AI to manage its vehicle in the context of groups.

Mon, 23 Jun 2008 12:33:38 +0000(svn r13613) [NoAI] -Add: added AIStation::GetNearestTown(), which returns the nearest town AT MOMENT OF STATION CREATION (Yexo) noai
truebrain [Mon, 23 Jun 2008 12:33:38 +0000] rev 11056
(svn r13613) [NoAI] -Add: added AIStation::GetNearestTown(), which returns the nearest town AT MOMENT OF STATION CREATION (Yexo)

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).