aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Terrain.BasicTerrain/libTerrainBSD/Channel/Common.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-27* Optimized usingslbsa711-1/+1
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-12-04* Added SSL Support to HttpListenerAdam Frisby1-9/+16
* Added SSL Option to User Server to allow logins to be done via SSL. * Added sane handling for when Remote Admin Plugin configuration is not found * Added some performance boosts to an area of libTerrain which was highlighted in profiling.
2007-10-30* Optimized usingslbsa711-17/+16
* Shortened type references * Removed redundant 'this' qualifier
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-25Start of the OpenSim library , for now only contains a few textures. MW1-277/+277
2007-07-25* Assorted terrain fixesAdam Frisby1-0/+16
2007-07-24* Several functions should now be more efficient with sending packets to the ↵Adam Frisby1-3/+6
client (at the expense of some server CPU while editing)
2007-07-24* Terrain should now send just updated patches.Adam Frisby1-0/+33
2007-07-23* Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby1-21/+21
* Issue#218 - Updated mySQL region table.
2007-07-21* Updated licensing headers on libTerrain imported components.Adam Frisby1-28/+25
2007-07-21* Deleted libTerrain-BSD.dllAdam Frisby1-0/+228
* Added libTerrain to BasicTerrain directly as a subfolder