aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/Primitive.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Forgot theseMW2007-06-251-1/+1
|
* updated prebuild.xml.MW2007-06-251-2/+43
| | | | | Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
* Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW2007-06-241-2/+2
| | | | | | | | | 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.
* Started work on CAPS support, now we have our first test capability, ↵MW2007-06-221-1/+1
| | | | MapLayer requests are handled by CAPS.
* Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW2007-06-201-2/+2
| | | | | | Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
* * Removed ClientThreads from avatarlbsa712007-06-201-4/+4
| | | | | | | | | * Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute * Added avatar handling to SimpleApp, still don't have any avatar out on the playing field * Removed some warnings * Went from IWorld to Scene *
* some more rearrangingMW2007-06-151-0/+541