aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * built binaries, pdb's and user files should not be under version control.lbsa712007-04-111-31/+78
| | | | | | | * updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
* Major ass changes to terrain (now uses libTerrain-BSD!) and all-round ↵Adam Frisby2007-04-111-3/+1
| | | | improvements to code quality. Terrain saving/loading may work now (running through setHeights1D and getHeights1D before DB4o) **WARNING: UNTESTED**
* Port to a 2D Heightmap completeAdam Frisby2007-04-071-0/+1
|
* **BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby2007-04-061-1/+3
|
* And now for some solution files...Adam Frisby2007-04-061-2/+2
|
* Shelling out a basic terrain manager using the BSD parts of libTerrain, with ↵Adam Frisby2007-04-061-0/+47
the intention to make a more complex version communicating with the main libterrain later via socket.