Tue, 06 May 2008 15:11:33 +0000 |
rubidium |
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
draft
|
Wed, 23 Apr 2008 22:16:41 +0000 |
rubidium |
(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
draft
|
Wed, 23 Apr 2008 20:56:08 +0000 |
rubidium |
(svn r12855) -Codechange: do not use autoptr's for testing whether certain objects can be build, but check it directly in the pool so we do not have to call destructors in the testing phase. Stations still use the autoptr though.
draft
|
Sun, 06 Apr 2008 23:49:45 +0000 |
smatz |
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
draft
|
Fri, 21 Dec 2007 19:21:21 +0000 |
rubidium |
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
draft
|
Mon, 26 Nov 2007 22:56:30 +0000 |
smatz |
(svn r11530) -Codechange: do not update Tpool->first_free_index for PoolItems allocated on stack
draft
|
Thu, 30 Aug 2007 20:40:33 +0000 |
rubidium |
(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with templates. This gives up to 10% performance increase in games with lots of vehicles.
draft
|
Wed, 08 Aug 2007 14:18:05 +0000 |
rubidium |
(svn r10827) -Fix [FS#1112]: out of bounds access in corner case of list allocations of vehicles.
draft
|
Sun, 05 Aug 2007 21:20:55 +0000 |
rubidium |
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool cleanups might cause memory leaks due to the way C++ works.
draft
|
Fri, 03 Aug 2007 20:46:59 +0000 |
rubidium |
(svn r10774) -Fix (r10768): obiwan pleased us with a visit.
draft
|
Fri, 03 Aug 2007 20:18:38 +0000 |
rubidium |
(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.
draft
|
Fri, 03 Aug 2007 18:34:47 +0000 |
rubidium |
(svn r10768) -Codechange: allow to specify from which index to search for a free pool item.
draft
|
Thu, 02 Aug 2007 21:02:57 +0000 |
rubidium |
(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.
draft
|
Thu, 02 Aug 2007 13:18:57 +0000 |
rubidium |
(svn r10752) -Fix: apparantly const on function pointers is ignored.
draft
|
Thu, 02 Aug 2007 12:22:40 +0000 |
rubidium |
(svn r10750) -Codechange: make the waypoint struct use the new poolitem class as super class.
draft
|
Thu, 02 Aug 2007 10:47:00 +0000 |
rubidium |
(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.
draft
|
Thu, 02 Aug 2007 08:47:56 +0000 |
rubidium |
(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.
draft
|
Wed, 01 Aug 2007 23:49:06 +0000 |
rubidium |
(svn r10745) -Codechange: generalize the pool cleanup/initialize functions for stations (in such a manner that they can be used for other pools too).
draft
|
Wed, 01 Aug 2007 22:10:54 +0000 |
rubidium |
(svn r10744) -Codechange: make the pool a little more OO, so it can be easier in other places.
draft
|
Wed, 21 Mar 2007 15:19:33 +0000 |
belugas |
(svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O
draft
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
draft
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Tue, 02 Jan 2007 19:19:48 +0000 |
rubidium |
(svn r7759) -Merge: makefile rewrite. This merge features:
draft
|