index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
oldpool.h
Age
Commit message (
Expand
)
Author
2009-01-09
(svn r14935) -Fix [FS#2498]: the new operator may not return NULL, so don't.
rubidium
2008-10-30
(svn r14547) -Fix: order pool seemed to look full when it was not as it only ...
rubidium
2008-10-14
(svn r14463) -Fix [FS#2348]: small possible chance of desync due to sorting o...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-23
(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station c...
rubidium
2008-04-23
(svn r12855) -Codechange: do not use autoptr's for testing whether certain ob...
rubidium
2008-04-06
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co...
smatz
2007-12-21
(svn r11674) -Codechange: refactor some functions out of macros.h into more l...
rubidium
2007-11-26
(svn r11530) -Codechange: do not update Tpool->first_free_index for PoolItems...
smatz
2007-08-30
(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with temp...
rubidium
2007-08-08
(svn r10827) -Fix [FS#1112]: out of bounds access in corner case of list allo...
rubidium
2007-08-05
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...
rubidium
2007-08-03
(svn r10774) -Fix (r10768): obiwan pleased us with a visit.
rubidium
2007-08-03
(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and ...
rubidium
2007-08-03
(svn r10768) -Codechange: allow to specify from which index to search for a f...
rubidium
2007-08-02
(svn r10754) -Fix: MorphOS does not like sizeof in the templated pool item cl...
rubidium
2007-08-02
(svn r10752) -Fix: apparantly const on function pointers is ignored.
rubidium
2007-08-02
(svn r10750) -Codechange: make the waypoint struct use the new poolitem class...
rubidium
2007-08-02
(svn r10747) -Codechange: add a variable that points to some index in the poo...
rubidium
2007-08-02
(svn r10746) -Codechange: add a generic superclass for almost all pool items ...
rubidium
2007-08-01
(svn r10745) -Codechange: generalize the pool cleanup/initialize functions fo...
rubidium
2007-08-01
(svn r10744) -Codechange: make the pool a little more OO, so it can be easier...
rubidium
2007-03-21
(svn r9390) -Documentation : correct Doxygen of comments and @file inclusion....
belugas
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-02
(svn r7759) -Merge: makefile rewrite. This merge features:
rubidium