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
/
tile_map.h
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-01-24
Codechange: Unify tile height model in all functions (Patch by adf88, #6583)
Johannes E. Krause
2019-01-24
Codechange: Remove unused GetTilePixelZOutsideMap and GetTileMaxPixelZOutside...
Johannes E. Krause
2019-01-13
Fix: Grammar in a bunch of comments (#7054)
nikolas
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-04-11
Fix #6550: minor spelling mistake in comment (juanjo)
TrueBrain
2015-02-14
(svn r27148) -Fix: Rounding and unit-conversion inconsistencies in calls to M...
frosch
2014-09-21
(svn r26875) -Codechange: move TropicZone information from m6 to type
rubidium
2014-09-21
(svn r26873) -Change: split type_height into a type and height array (ic111)
rubidium
2014-09-21
(svn r26868) -Add: methods for getting a (theoretical) slope and tile height ...
rubidium
2013-10-12
(svn r25849) -Codechange: Introduce IsTileFlat to not compute full slope info...
zuu
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
2011-11-04
(svn r23106) -Codechange: pass int* to GetTileSlope and friends
rubidium
2011-11-04
(svn r23092) -Codechange: create a non-pixel version of some of the Get*Pixel...
rubidium
2011-11-04
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...
rubidium
2010-08-26
(svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]Animat...
rubidium
2010-08-11
(svn r20446) -Codechange: unify the location of the water class
rubidium
2010-08-10
(svn r20443) -Codechange: more TileHash to a more generic location
rubidium
2010-05-08
(svn r19769) -Fix [FS#3820]: MV_VOID tiles shall have no tropic zone.
frosch
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-01-21
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
Yexo
2008-09-30
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-02-28
(svn r12303) -Codechange: move IsValidTile() in a more suitable place and mak...
glx
2008-01-12
(svn r11818) -Codechange: split player.h into smaller pieces.
rubidium
2007-12-26
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...
rubidium
2007-12-21
(svn r11674) -Codechange: refactor some functions out of macros.h into more l...
rubidium
2007-12-19
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
rubidium