aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Terrain.BasicTerrain/libTerrainBSD/Channel/Grid.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-10-301-23/+19
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* Terrain:Adam Frisby2007-09-251-2/+2
| | | | | | | | | | | * Attempted fix for lag/pause when doing lots of updates. * Some naming fixes to libTerrain. * Refactored terrain bitmap generation into a common call for both world map and export. General: * Switched some calls to Console.WriteLine to use MainLog.Warn/Verbose/Notice.
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* * Fixed a potential div by zero with terrain commands.Adam Frisby2007-07-291-4/+17
|
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-251-350/+350
|
* * Assorted terrain fixesAdam Frisby2007-07-251-3/+80
|
* * Terrain should now send just updated patches.Adam Frisby2007-07-241-3/+15
|
* * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby2007-07-231-19/+19
| | | | | * Issue#218 - Updated mySQL region table.
* * Updated licensing headers on libTerrain imported components.Adam Frisby2007-07-211-28/+25
|
* * Deleted libTerrain-BSD.dllAdam Frisby2007-07-211-0/+264
* Added libTerrain to BasicTerrain directly as a subfolder