aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-26Mantis#1610. Thank you, Melanie for a patch that:Charles Krinke1-1/+5
Implements the beginning of llInventoryDrop. Doesn't cover the actual dropping yet, just the permissions for it.
2008-06-26Mantis#1602. Thank you, Kinoc for a patch to:Charles Krinke1-1/+1
Patch to activate YieldProlog on Xengine. Only adds YieldProlog to assembly if required.
2008-06-26Mantis#1594. Thank you, Melanie for a patch that:Charles Krinke1-1/+37
Fixes: - Wearable icon and name sreset to default on copy/paste - Cache is not updated when renaming/moving folders - Partial refactor to make inventory less dependen on AssetBase having a "Name" field - Add llGiveInventoryList() function
2008-06-25Minor formatting cleanup.Jeff Ames6-11/+11
2008-06-25* Deleted some genned fileslbsa713-235/+0
2008-06-25Mantis#1590. Thank you kindly, Melanie for a patch that:Charles Krinke3-8/+5
Makes items appear in the item type folder, rather than in the root
2008-06-24Mantis#1587. Thank you kindly, Melanie for a patch that:Charles Krinke1-1/+38
Add permissions magling to llGiveInventoryItem, correct some corner case functionality
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa7135-0/+25639
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!