aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.LocalCommunications/LocalBackEndServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring:Adam Frisby2007-06-241-1/+1
| | | | | | | | * Renamed IPListenAddr to CommsIPListenAddr * Renamed IPListenPort to CommsIPListenPort New Features: * Begun OGS/.1 implementation -- created new temporary "GridInfo" class to hold grid settings, needs reworking to wherever settings are stored these days.
* Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW2007-06-241-1/+1
| | | | | | | | | Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). Started to cleanup/rewrite the AssetCache. Fixed bug in MapBlock requests, where data for some regions wasn't being sent. Renamed PrimData's Texture to TextureEntry. most likely a few other small changes.
* More work on CAPS handler.MW2007-06-231-0/+1
|
* Started work on CAPS support, now we have our first test capability, ↵MW2007-06-221-1/+1
| | | | MapLayer requests are handled by CAPS.
* Fixed problem of not being able to move out of the first 3X3 block of ↵MW2007-06-211-1/+1
| | | | regions. (Code Needs cleaning up).
* Each Region will now generate a texture image of their terrain and this will ↵MW2007-06-171-1/+1
| | | | be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes.
* Very Preliminary local teleporting added (currently only can teleport ↵MW2007-06-171-4/+33
| | | | | | | within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
* Some Rearranging of CommsManager.MW2007-06-161-0/+179