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
2021-05-30
Fix: limit heightmap sizes to something reasonable to prevent crafted heightm...
rubidium42
2021-05-15
Change: Use gender-neutral pronouns
rubidium42
2021-03-26
Add: allow setting the highest mountain for heightmaps
Patric Stout
2021-03-26
Change: rename setting "max_heightlevel" to "map_height_limit"
Patric Stout
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2016-09-04
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile...
alberth
2014-10-25
(svn r27044) -Change (r26905, r26984): Scale heightmap greyscales > 0 evenly ...
frosch
2014-10-09
(svn r26984) -Fix (r26905) [FS#6134]: Heightlevels must be scaled by number o...
frosch
2014-09-21
(svn r26905) -Change: account for the maximum map height when converting heig...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-23
(svn r26057) -Fix: a number of possibly uninitialised variables
rubidium
2013-10-12
(svn r25848) -Codechange: Refactor check for if a tile is not an edge tile to...
zuu
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
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
[next]