aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/SLUtil.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move linden notecard parsing from LSL_Api.cs to SLUtil so that region ↵Justin Clark-Casey (justincc)2010-03-041-1/+98
| | | | modules can use it
* * Added a sanity check for missing asset data in LLClientViewJohn Hurliman2010-02-201-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