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
/
tgp.cpp
Age
Commit message (
Collapse
)
Author
2007-04-04
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
belugas
2007-03-22
(svn r9400) -Codechange: Use some more representative enum names for ↵
belugas
landscape types.
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-11
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the ↵
KUDr
pointer to allocated memory instead of modifying the pointer given as parameter
2007-01-11
(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever ↵
celestar
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().
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ↵
rubidium
stillunknown and pv2b.
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵
KUDr
renamed to .cpp)