aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/ScenePresence.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some very Preliminary work on .net remoting for interregion comms. MW2007-06-271-3/+2
| | | | | a few more classes for CAPS LLSD types.
* updated prebuild.xml.MW2007-06-251-15/+29
| | | | | Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
* 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-6/+21
| | | | | | | | | 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.
* Some refactoring.MW2007-06-211-62/+251
|
* Fixed problem of not being able to move out of the first 3X3 block of ↵MW2007-06-211-1/+3
| | | | regions. (Code Needs cleaning up).
* Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW2007-06-201-0/+306
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.