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.

Thu, 02 Aug 2007 10:47:43 +0000(svn r10748) -Codechange: call the pool cleanup functions for stations directly instead of using the wrapper functions.
rubidium [Thu, 02 Aug 2007 10:47:43 +0000] rev 7875
(svn r10748) -Codechange: call the pool cleanup functions for stations directly instead of using the wrapper functions.

Thu, 02 Aug 2007 10:47:00 +0000(svn r10747) -Codechange: add a variable that points to some index in the pool that is not beyond the first free pool item. It does not necessarily point to the first free item, but it reduces allocation time as it does not have to start at the first item in the pool to find the first free item.
rubidium [Thu, 02 Aug 2007 10:47:00 +0000] rev 7874
(svn r10747) -Codechange: add a variable that points to some index in the pool that is not beyond the first free pool item. It does not necessarily point to the first free item, but it reduces allocation time as it does not have to start at the first item in the pool to find the first free item.

Thu, 02 Aug 2007 08:47:56 +0000(svn r10746) -Codechange: add a generic superclass for almost all pool items so we do not have to duplicate code for each of the pool item classes and use it for the station and roadstop classes.
rubidium [Thu, 02 Aug 2007 08:47:56 +0000] rev 7873
(svn r10746) -Codechange: add a generic superclass for almost all pool items so we do not have to duplicate code for each of the pool item classes and use it for the station and roadstop classes.

Wed, 01 Aug 2007 23:49:06 +0000(svn r10745) -Codechange: generalize the pool cleanup/initialize functions for stations (in such a manner that they can be used for other pools too).
rubidium [Wed, 01 Aug 2007 23:49:06 +0000] rev 7872
(svn r10745) -Codechange: generalize the pool cleanup/initialize functions for stations (in such a manner that they can be used for other pools too).

Wed, 01 Aug 2007 22:10:54 +0000(svn r10744) -Codechange: make the pool a little more OO, so it can be easier in other places.
rubidium [Wed, 01 Aug 2007 22:10:54 +0000] rev 7871
(svn r10744) -Codechange: make the pool a little more OO, so it can be easier in other places.

Wed, 01 Aug 2007 19:13:42 +0000(svn r10743) -Fix: some typos introduces by copy-pasting.
rubidium [Wed, 01 Aug 2007 19:13:42 +0000] rev 7870
(svn r10743) -Fix: some typos introduces by copy-pasting.