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 7885
(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 7884
(svn r10757) -Codechange: make the engine renew struct use the pool item class as super class.

Thu, 02 Aug 2007 21:19:07 +0000(svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(vehicle).
rubidium [Thu, 02 Aug 2007 21:19:07 +0000] rev 7883
(svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(vehicle).

Thu, 02 Aug 2007 21:05:54 +0000(svn r10755) -Codechange: make the town struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 21:05:54 +0000] rev 7882
(svn r10755) -Codechange: make the town struct use the pool item class as super class.

Thu, 02 Aug 2007 21:02:57 +0000(svn r10754) -Fix: MorphOS does not like sizeof in the templated pool item class, so use the item size that is set in the pool.
rubidium [Thu, 02 Aug 2007 21:02:57 +0000] rev 7881
(svn r10754) -Fix: MorphOS does not like sizeof in the templated pool item class, so use the item size that is set in the pool.

Thu, 02 Aug 2007 13:27:45 +0000(svn r10753) -Codechange: make the sign struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 13:27:45 +0000] rev 7880
(svn r10753) -Codechange: make the sign struct use the pool item class as super class.

Thu, 02 Aug 2007 13:18:57 +0000(svn r10752) -Fix: apparantly const on function pointers is ignored.
rubidium [Thu, 02 Aug 2007 13:18:57 +0000] rev 7879
(svn r10752) -Fix: apparantly const on function pointers is ignored.

Thu, 02 Aug 2007 12:51:57 +0000(svn r10751) -Codechange: make the group struct use the pool item class as super class.
rubidium [Thu, 02 Aug 2007 12:51:57 +0000] rev 7878
(svn r10751) -Codechange: make the group struct use the pool item class as super class.

Thu, 02 Aug 2007 12:22:40 +0000(svn r10750) -Codechange: make the waypoint struct use the new poolitem class as super class.
rubidium [Thu, 02 Aug 2007 12:22:40 +0000] rev 7877
(svn r10750) -Codechange: make the waypoint struct use the new poolitem class as super class.

Thu, 02 Aug 2007 10:49:24 +0000(svn r10749) -Codechange: use the generic pool item class as super class for cargo packets, which results in a nice reduction of code duplication.
rubidium [Thu, 02 Aug 2007 10:49:24 +0000] rev 7876
(svn r10749) -Codechange: use the generic pool item class as super class for cargo packets, which results in a nice reduction of code duplication.