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
/
heightmap.cpp
Age
Commit message (
Expand
)
Author
2012-01-01
(svn r23704) -Doc: Doxygen comment fixes and additions.
alberth
2011-12-10
(svn r23474) -Codechange: move the declaration error related functions to err...
rubidium
2011-11-30
(svn r23376) -Remove: on popular demand, remove my (revoked) name from commen...
truebrain
2011-09-02
(svn r22873) -Fix [FS#4747]: Validate image dimensions before loading. (Based...
michi_cc
2011-08-24
(svn r22827) -Codechange: pass the/a more proper sub directory when opening (...
rubidium
2011-01-18
(svn r21845) -Codechange: move documentation towards the code to make it more...
rubidium
2010-02-24
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
smatz
2010-01-08
(svn r18756) -Codechange: direct accesses to png_*_struct members are deprecated
glx
2009-10-31
(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef...
alberth
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-05
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...
rubidium
2009-03-12
(svn r15685) -Fix [FS#2720]: do not crash when someone substitutes the "map g...
rubidium
2009-03-04
(svn r15610) -Change: allow loading of heightmaps and savegames (any form) th...
rubidium
2009-02-24
(svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating fails
smatz
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2009-02-04
(svn r15332) -Fix (r15190): terrain generated from heightmaps always was at s...
smatz
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-21
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
Yexo
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz
2008-05-29
(svn r13325) -Codechange: split the client-side only settings from the settin...
rubidium
2008-05-25
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
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-28
(svn r11713) -Codechange: Move some declarations and definitions in a more lo...
belugas
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-23
(svn r11684) -Codechange: split gfx.h in a type and functional header.
rubidium
2007-12-22
(svn r11682) -Codechange: move some 'generic' geometry related types into a s...
rubidium
2007-04-27
(svn r9729) -Documentation: add some documentation in various places
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-03-05
(svn r9019) -Fix: use <> for system-headers
truelight
2007-03-01
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...
belugas
2007-01-12
(svn r8077) -Cleanup: Restructure some switch() statements' default case when...
Darkvater
2007-01-12
(svn r8074) -Fix (FS#537, r7555, r5749): revert r7555 because it was really w...
rubidium
2007-01-11
(svn r8070) -Fix r5815: missing initialisation could cause crash when loading...
glx
2007-01-11
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...
KUDr
2007-01-10
(svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138)
Darkvater
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