Fri, 03 Aug 2007 20:07:43 +0000(svn r10771) -Codechange: remove some code duplication from the old loader.
rubidium [Fri, 03 Aug 2007 20:07:43 +0000] rev 7399
(svn r10771) -Codechange: remove some code duplication from the old loader.

Fri, 03 Aug 2007 19:36:00 +0000(svn r10770) -Codechange: use the pool item class as super class for the vehicle struct.
rubidium [Fri, 03 Aug 2007 19:36:00 +0000] rev 7398
(svn r10770) -Codechange: use the pool item class as super class for the vehicle struct.
-Codechange: do not force "special" vehicles to be allocated in the low 1024 vehicle slots and non "special" vehicles in the rest of the slots.

Fri, 03 Aug 2007 18:34:47 +0000(svn r10768) -Codechange: allow to specify from which index to search for a free pool item.
rubidium [Fri, 03 Aug 2007 18:34:47 +0000] rev 7397
(svn r10768) -Codechange: allow to specify from which index to search for a free pool item.

Fri, 03 Aug 2007 12:29:56 +0000(svn r10765) -Documentation [FS#1100]: of rail.h. Based on a patch by Progman.
rubidium [Fri, 03 Aug 2007 12:29:56 +0000] rev 7396
(svn r10765) -Documentation [FS#1100]: of rail.h. Based on a patch by Progman.

Fri, 03 Aug 2007 12:16:06 +0000(svn r10764) -Documentation: [FS#1099]: of road.h. Based on a patch by Progman.
rubidium [Fri, 03 Aug 2007 12:16:06 +0000] rev 7395
(svn r10764) -Documentation: [FS#1099]: of road.h. Based on a patch by Progman.

Fri, 03 Aug 2007 12:10:07 +0000(svn r10763) -Documentation [FS#1098]: document direction.h. Patch by Progman.
rubidium [Fri, 03 Aug 2007 12:10:07 +0000] rev 7394
(svn r10763) -Documentation [FS#1098]: document direction.h. Patch by Progman.

Fri, 03 Aug 2007 09:08:49 +0000(svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID = for
peter1138 [Fri, 03 Aug 2007 09:08:49 +0000] rev 7393
(svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID = for
each STR_ entry. This avoids the need for a cast to StringID in some
places and thus better type-safety.

Fri, 03 Aug 2007 02:21:10 +0000(svn r10761) -Fix (FS#1101, r10216): _pal_last_dirty changed to _pal_count_dirty without updating, so it was of by one
glx [Fri, 03 Aug 2007 02:21:10 +0000] rev 7392
(svn r10761) -Fix (FS#1101, r10216): _pal_last_dirty changed to _pal_count_dirty without updating, so it was of by one

Thu, 02 Aug 2007 23:40:19 +0000(svn r10760) -Codechange: make the order struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 23:40:19 +0000] rev 7391
(svn r10760) -Codechange: make the order struct use the pool item class as super class.

Thu, 02 Aug 2007 23:21:52 +0000(svn r10759) -Codechange: make the industry struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 23:21:52 +0000] rev 7390
(svn r10759) -Codechange: make the industry struct use the pool item class as super class.