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