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
/
openttd.c
Age
Commit message (
Expand
)
Author
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-10
(svn r2542) -Add: [GPMI] Added GPMI (http://sourceforge.net/projects/libgpmi/)
truelight
2005-07-08
(svn r2535) Tabs
tron
2005-06-30
(svn r2499) -Codechange: Moved the semaphore bit from bit 2 to bit 3 in _map_...
celestar
2005-06-25
(svn r2487) Replace TILE_XY by TileXY/TileDiffXY
tron
2005-06-24
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
tron
2005-06-21
(svn r2468) -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayer
celestar
2005-06-07
(svn r2433) - CodeChange: unmagicify all road/train crossings with IsLevelCro...
Darkvater
2005-06-04
(svn r2408) Introduce SetTileOwner() and use it
tron
2005-06-04
(svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix so...
tron
2005-06-02
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Darkvater