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
/
landscape.c
Age
Commit message (
Expand
)
Author
2005-07-24
(svn r2701) Insert Id tags into all source files
tron
2005-07-22
(svn r2673) Include functions.h directly, not globally via openttd.h
tron
2005-07-21
(svn r2669) Shuffle some more stuff around to reduce dependencies
tron
2005-07-21
(svn r2664) Remove depedency on player.h from variables.h
tron
2005-07-21
(svn r2660) Get rid of some more shifting/anding/casting
tron
2005-07-20
(svn r2650) Convert many explicit shifts+ands to extract bits to invocations ...
tron
2005-07-14
(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not...
ludde
2005-07-13
(svn r2560) Fix: various minor code changes.
ludde
2005-07-13
(svn r2558) Change the internal map format from 7 arrays to one array of stru...
tron
2005-07-01
(svn r2505) Remove some unnecessary #includes
tron
2005-06-25
(svn r2487) Replace TILE_XY by TileXY/TileDiffXY
tron
2005-06-25
(svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi...
tron
2005-06-20
(svn r2464) Move definition of _inclined_tileh out of variables.h
tron
2005-06-04
(svn r2408) Introduce SetTileOwner() and use it
tron
2005-06-02
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater
2005-05-12
(svn r2297) - CodeChange: server-check the next batch of commands.
Darkvater
2005-05-07
(svn r2279) - Fix: Check the parameters of the first 10 Commands. While there...
Darkvater
2005-03-27
(svn r2093) uint -> TileIndex, remove commented out code and a local variable...
tron
2005-02-18
(svn r1888) The landscape template sprites are ordinary sprites, treating the...
tron
2005-02-13
(svn r1867) Include tables/sprites.h only in files which need it
tron
2005-02-12
(svn r1863) Give the effect vehicle type enums more descriptive names and use...
tron
2005-02-10
(svn r1854) Split GetSpritePtr() into GetSprite() for regular sprites (return...
tron
2005-02-10
(svn r1853) Move spritecache function declarations into a header of their own...
tron
2005-02-07
(svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more ex...
tron
2005-02-04
(svn r1782) Remove line which should've been removed in r1779 and caused map ...
tron
2005-02-03
(svn r1779) Make the map generation code slightly more readable
tron
2005-02-03
(svn r1777) Fix map generation for tropical and arctic landscape on larger/sm...
tron
2005-01-31
(svn r1751) - Feature: New PathFinder (NPF).
matthijs
2005-01-30
(svn r1726) Move an assert() because it could not catch all cases of incorrec...
tron
2005-01-29
(svn r1722) -Feature: Bigger maps - anyone?
tron
2005-01-29
(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType...
tron
2005-01-29
(svn r1715) Move [GS]etMapExtraBits to tile.[ch]
tron
2005-01-29
(svn r1713) Split off several functions which query/set information about a s...
tron
2005-01-28
(svn r1706) Implement ScaleByMapSize() and ScaleByMapSize1D()
tron
2005-01-27
(svn r1697) Remove superflous special case for the VOID border tiles in FindL...
tron
2005-01-26
(svn r1686) Fix (Work around?) crash when generating tropical maps
tron
2005-01-26
(svn r1683) Fix placement of MP_VOID tiles. On square maps it accidently work...
tron
2005-01-25
(svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and ad...
tron
2005-01-24
(svn r1641) Remove a boundary check added in r1332 to work around a bug - the...
tron
2005-01-22
(svn r1596) Add some more statics
tron
2005-01-22
(svn r1594) Convert all undefined parameter lists to (void) and add the appro...
tron
2005-01-18
(svn r1560) Introduce SetTileType() and SetTileHeight()
tron
2005-01-16
(svn r1545) Add TileHeight() which returns the height (not multiplied by 8)
tron
2005-01-16
(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ...
tron
2005-01-09
(svn r1451) Fix some of the signed/unsigned comparison warnings
tron
2005-01-07
(svn r1415) Move TILE_FROM_XY and TILE_XY to map.h and push TILE_[XY] bits fr...
tron
2005-01-07
(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the...
tron
2005-01-07
(svn r1413) Fixed a serious memory leak problem. The invisible tiles on the s...
dominik
2005-01-06
(svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff
tron
2005-01-04
(svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly...
darkvater
[next]