aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/world/TerrainDecoder.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Updating libsecondlife.dll to the latest version with a working LayerData ↵jhurliman2007-03-071-683/+0
| | | | | | | | | | | | function * Reformatting some source files * Adding a try/catch sanity check around a phoning home check to osgrid.org * Updating the MSVC project file * Converted LayerData generation to use the functions built in to libsecondlife * Removing unused BitPack.cs and TerrainDecoder.cs files * Added a basic terrain generator (hills algorithm)
* Fixed small bug in Terrain EncodingMW2007-03-011-1/+1
|
* Got LayerData working, need asset management to get the avatar to displaygareth2007-02-281-1/+1
|
* Imported MW's terrain encoder/decodergareth2007-02-281-0/+683