Mercurial > hg > openttd
log src/newgrf_engine.cpp @ 5668:3d6d9bff3dd8 draft
age | author | description |
---|---|---|
Thu, 11 Jan 2007 17:29:39 +0000 | KUDr | (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter draft |
Thu, 11 Jan 2007 11:05:01 +0000 | celestar | (svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max(). 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 |
Wed, 10 Jan 2007 18:12:09 +0000 | KUDr | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) draft |