aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Caps.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some very Preliminary work on .net remoting for interregion comms. MW2007-06-271-1/+0
| | | | | a few more classes for CAPS LLSD types.
* Some Caps/LLSD cleaning up.MW2007-06-251-29/+25
|
* Some work in progress LLSD serialise / de-serialise functions.MW2007-06-251-9/+17
|
* Forgot theseMW2007-06-251-1/+1
|
* updated prebuild.xml.MW2007-06-251-5/+23
| | | | | Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
* Disabled the EventQueueGet CAPS as its not yet fully functional.MW2007-06-241-2/+2
|
* Hopefully enabled the OGS commsManagerMW2007-06-241-7/+45
|
* A bit more work on the AssetCache.MW2007-06-241-7/+7
|
* Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW2007-06-241-12/+104
| | | | | | | | | 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-7/+11
|
* Deleted some comments being wrote to consoleMW2007-06-221-5/+10
|
* Started work on CAPS support, now we have our first test capability, ↵MW2007-06-221-0/+98
MapLayer requests are handled by CAPS.