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 (
Expand
)
Author
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-19
(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...
rubidium
2010-10-30
(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)
alberth
2010-09-20
(svn r20833) -Fix (r20832): Remove a warning.
terkhen
2010-09-20
(svn r20832) -Feature: Allow to select a custom percentage of water in the ma...
terkhen
2010-08-12
(svn r20474) -Cleanup: remove some unused code
yexo
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-03-06
(svn r19352) -Fix (r19332): MSVC doesn't have M_PI in math.h
yexo
2009-12-20
(svn r18565) -Fix [FS#3391] (r18541): some older GCC warn about implicitly ca...
rubidium
2009-12-19
(svn r18541) -Feature: Additional map variety option for TGP landscape genera...
peter1138
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-10-04
(svn r17692) -Codechange: minor coding style fixes
smatz
2009-10-02
(svn r17682) -Codechange: remove erroneous space before some commas
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-09
(svn r17131) -Codechange: apply coding style to some switch statements
smatz
2009-02-24
(svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating fails
smatz
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-23
(svn r15212) -Feature [FS#2566]: Change the dropdown box where you can chose ...
Yexo
2009-01-21
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
Yexo
2009-01-04
(svn r14840) -Cleanup: remove duplicate includes
glx
2008-07-01
(svn r13671) -Cleanup: Zeros for sell.
frosch
2008-06-30
(svn r13667) -Documentation: Comment 'tgp.cpp' a bit. Based on patch by Comma...
frosch
2008-06-27
(svn r13648) -Cleanup (r5303): Amplitudes should be amplitudes and not amplit...
frosch
2008-06-27
(svn r13645) -Codechange: Convert a macro into an inlined member function.
frosch
2008-05-29
(svn r13325) -Codechange: split the client-side only settings from the settin...
rubidium
2008-05-25
(svn r13255) -Codechange: move _opt to _settings.
rubidium
2008-05-25
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
rubidium
2008-05-24
(svn r13228) -Codechange: split console.h.
rubidium
2008-05-07
(svn r12986) -Codechange: move the landscape and transport related types from...
rubidium
2008-04-13
(svn r12690) -Cleanup: remove unused table from tgp.cpp
smatz
2008-01-13
(svn r11834) -Codechange: only include settings_type.h if needed.
rubidium
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2007-12-26
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
2007-12-19
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
rubidium
2007-11-19
(svn r11476) -Codechange: rename the function myabs to abs to get rid of an u...
skidd13
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 landscap...
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-11
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...
KUDr
2007-01-11
(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macro...
celestar
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr