aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/SLUtil.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-13Applying patch from lkalif to add support for inventory links to the ↵John Hurliman1-0/+33
SimianGrid connectors
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-3/+30
2010-03-07* Updated to libomv r3268 which fixes the mapping for OpenJPEG on 64-bit ↵John Hurliman1-0/+28
systems and adds protocol support for Viewer 2.0 (still needs work in OpenSim to get things fully functional)
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵Justin Clark-Casey (justincc)1-1/+11
been removed from Data.Null.NullPresenceData Unfortunately, this meant publicly exposing the underlying service for the connector. The other solution would be to create alternative initializers for services and connectors where objects could be given directly rather than loaded indirectly through config. Unfortunately, this would require a lot of work in this case but might be the better way forward.
2010-03-04move linden notecard parsing from LSL_Api.cs to SLUtil so that region ↵Justin Clark-Casey (justincc)1-1/+98
modules can use it
2010-02-20* Added a sanity check for missing asset data in LLClientViewJohn Hurliman1-0/+185
* Moved the SL asset type to content type conversion methods from ServerUtils to OpenSim.Framework.SLUtil * Linked content type to asset type in AssetMetadata