Tue, 24 Jun 2008 13:47:15 +0000(svn r13622) -Fix [FS#2109]: only the front of a RV would be considered when determining to what cargos a vehicle can be refitted instead of all cargos.
rubidium [Tue, 24 Jun 2008 13:47:15 +0000] rev 11065
(svn r13622) -Fix [FS#2109]: only the front of a RV would be considered when determining to what cargos a vehicle can be refitted instead of all cargos.

Tue, 24 Jun 2008 11:42:01 +0000(svn r13621) -Fix: building roadbits in the wrong direction on bridges or building roadbits from underneath the bridge to the bridgehead is impossible, so don't silently ignore that error when building over houses and industries is not ignored.
rubidium [Tue, 24 Jun 2008 11:42:01 +0000] rev 11064
(svn r13621) -Fix: building roadbits in the wrong direction on bridges or building roadbits from underneath the bridge to the bridgehead is impossible, so don't silently ignore that error when building over houses and industries is not ignored.

Tue, 24 Jun 2008 11:37:33 +0000(svn r13620) [NoAI] -Fix: foreach() on empty lists gave weird error (bug by Yexo) noai
truebrain [Tue, 24 Jun 2008 11:37:33 +0000] rev 11063
(svn r13620) [NoAI] -Fix: foreach() on empty lists gave weird error (bug by Yexo)

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)