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
2021-04-01
Fix #8919: Release builds with asserts enabled (#8925)
Charles Pigott
2021-04-01
Codechange: Suppress warnings when asserts are disabled (#8917)
Patric Stout
2021-03-26
Feature: allow setting a custom terrain type to define highest peak
Patric Stout
2021-03-26
Feature: auto-detect map height limit based on generated map
Patric Stout
2021-03-26
Change: rename setting "max_heightlevel" to "map_height_limit"
Patric Stout
2021-03-26
Feature: setting to indicate desert coverage for tropic climate
Patric Stout
2021-03-26
Feature: setting to indicate snow coverage for arctic climate (replaces snow ...
Patric Stout
2021-01-08
Fix: for arctic and tropic, make sure we have at least a few hills (#8513)
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
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
2019-02-08
Codechange: Make the style of MakeVoid calls uniform (#7192)
Gabda
2019-01-17
Fix: Some code and comment typos
nikolas
2015-07-16
(svn r27334) -Revert (r27232) [FS#6342]: No idea what the plan was, but makin...
frosch
2015-07-11
(svn r27331) -Cleanup (r26999): Make variety distribution curves more sane.
frosch
2015-07-11
(svn r27330) -Fix [FS#6335]: Make variety distribution not assume that sea le...
frosch
2015-07-11
(svn r27329) -Fix: Add more height_t type-correctness to TGP code.
frosch
2015-07-11
(svn r27328) -Codechange: Add an assertion to check for uninitialised variabl...
frosch
2015-04-11
(svn r27232) -Fix: Tweak noise generator more precisely for different map siz...
alberth
2015-04-11
(svn r27230) -Fix: Tune down terrain generation to reduce amount of long slop...
alberth
2015-04-11
(svn r27229) -Change: Generate more detailed curves at the coast (chillcore)
alberth
2015-04-11
(svn r27228) -Change: Slightly more water in the non-custom sea levels (chill...
alberth
2015-04-11
(svn r27227) -Codechange: Initialise map at level 0 instead of -32k (chillcore)
alberth
2014-10-14
(svn r27018) -Fix [FS#6141] (r27008): the higher amplitudes needed for higher...
rubidium
2014-10-13
(svn r27009) -Add: extra level of general map heightness (ChillCore)
rubidium
2014-10-13
(svn r27008) -Change: extrapolate the amplitudes for the large wavelengths ne...
rubidium
2014-10-13
(svn r27007) -Codechange: allow for more frequencies (based on patch by ic111)
rubidium
2014-10-13
(svn r27006) -Codechange: move getting of the amplitude to a seperate function
rubidium
2014-10-13
(svn r27005) -Fix (r26999): variety distribution curve map scaling did one co...
rubidium
2014-10-12
(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comm...
rubidium
2014-10-12
(svn r27000) -Fix (r26999): compilation error with some versions of GCC
rubidium
2014-10-12
(svn r26999) -Codechange: make the variety distribution automatically scale t...
rubidium
2014-10-12
(svn r26998) -Change: account for the map size when determining the maximum h...
rubidium
2014-10-12
(svn r26997) -Fix/codechange: use signed integers for TGP's internal map size...
rubidium
2014-10-02
(svn r26946) -Fix (r26945): MSVC doesn't seem to have round yet
rubidium
2014-10-02
(svn r26945) -Fix-ish: better scaling of the "cells" in which variety distrib...
rubidium
2014-09-29
(svn r26940) -Fix (r26937): comparing values of different signedness
rubidium
2014-09-29
(svn r26939) -Cleanup: some bits of coding style cleanup for TGP
rubidium
2014-09-29
(svn r26938) -Codechange: simplify RandomHeight significantly
rubidium
2014-09-29
(svn r26937) -Cleanup: simplify the logic for heightmap generation in TGP; in...
rubidium
2014-09-27
(svn r26932) -Codechange: replace some constants with less weird looking cons...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-22
(svn r26056) -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
2012-12-01
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ...
alberth
2012-09-21
(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some Doxy...
alberth
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
[next]