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.

Thu, 02 Aug 2007 22:33:53 +0000(svn r10758) -Codechange: make the depot struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 22:33:53 +0000] rev 7389
(svn r10758) -Codechange: make the depot struct use the pool item class as super class.

Thu, 02 Aug 2007 22:32:47 +0000(svn r10757) -Codechange: make the engine renew struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 22:32:47 +0000] rev 7388
(svn r10757) -Codechange: make the engine renew struct use the pool item class as super class.