aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* acting on feedback from justinccSignpostMarv2012-07-141-39/+42
* added in some extra variables, it sometimes thinks it is on the same parcel :(SignpostMarv2012-07-141-5/+7
* adding workaround for silent failure if position is outside the bounds of a r...SignpostMarv2012-07-141-13/+41
* Implementation of llSetRegionPos(). Does not implement failure on object entr...SignpostMarv2012-07-141-4/+39
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-6/+2
* Use GetInventoryItem() in llRezAtRoot rather than iterating through a cloned ...Justin Clark-Casey (justincc)2012-07-041-40/+36
* refactor: In llGetNotecardLine() use existing GetInventoryItem() rather than ...Justin Clark-Casey (justincc)2012-07-041-10/+4
* refactor: In llGetNumberOfNotecardLines() use existing GetInventoryItem() rat...Justin Clark-Casey (justincc)2012-07-041-10/+4
* refactor: use existing GetInventoryItem() in GetScriptByName(), itself rename...Justin Clark-Casey (justincc)2012-07-041-13/+9
* refactor: In llGetInventoryType() use existing GetInventoryItem()Justin Clark-Casey (justincc)2012-07-041-11/+5
* refactor: In llGetInventoryCreator() use existing GetInventoryItem()Justin Clark-Casey (justincc)2012-07-041-12/+8
* refactor: In llGetInventoryPermMask() use existing GetInventoryItem()Justin Clark-Casey (justincc)2012-07-041-24/+21
* refactor: in llGetInventoryPermMask use existing GetInventoryItem()Justin Clark-Casey (justincc)2012-07-041-23/+19
* refactor: In llRemoteLoadScriptPin() use existing GetInventoryItem()Justin Clark-Casey (justincc)2012-07-041-20/+5
* refactor: replace use of LSL_Api.GetTaskInventoryItem() with existing GetInve...Justin Clark-Casey (justincc)2012-07-041-22/+11
* refactor: In llGetInventoryKey() use existing GetInventoryItem()Justin Clark-Casey (justincc)2012-07-041-15/+9
* In llMessageLinked() use GetInventoryItems() rather than cloning TaskInventor...Justin Clark-Casey (justincc)2012-07-041-4/+2
* In llRequestInventoryData() use GetInventoryItems() rather than cloning TaskI...Justin Clark-Casey (justincc)2012-07-041-3/+2
* refactor: In llCollisionSound() use existing GetInventoryItem() method rather...Justin Clark-Casey (justincc)2012-07-041-11/+5
* refactor: In llRemoveInventory() use existing GetInventoryItem() method rathe...Justin Clark-Casey (justincc)2012-07-041-14/+9
* refactor: make llGiveInventory() use existing GetInventoryItem() method rathe...Justin Clark-Casey (justincc)2012-07-041-24/+11
* Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct...Justin Clark-Casey (justincc)2012-06-281-9/+6
* Committing the Avination implementation of llCastRay. This is a complete rewriteMelanie2012-06-131-100/+345
* Commitig the Avination implementation of llTeleportAgent andMelanie2012-06-111-0/+94
* Remove unused ScenePresence list structure in llGetAgentList()Justin Clark-Casey (justincc)2012-06-051-1/+0
* minor: code formatting from 0b72f773Justin Clark-Casey (justincc)2012-05-261-12/+11
* Mantis 6025 llRequestPermissions auto grant for NPCs.Talun2012-05-261-1/+23
* One can now get hyoergrid region co-ordinates with llRequestSimulatorDataBlake.Bourque2012-05-261-5/+21
* Use GetInventoryItem() in LSL_Api.InventoryKey(string name, int type).Justin Clark-Casey (justincc)2012-05-261-17/+7
* refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartIn...Justin Clark-Casey (justincc)2012-05-261-37/+15
* Fix llGetSimulatorHostname to return configured hostnameBlueWall2012-05-231-1/+2
* Port Avination's collision fixes to core.Melanie2012-05-151-10/+11
* Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ...Chris Koeritz2012-05-131-7/+21
* Mantis 6015 new LSL function llGetAgentList.Talun2012-05-091-0/+85
* refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)2012-05-081-21/+19
* Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)2012-05-081-143/+101
* Fixes Mantis #5999. llSetLinkPrimitiveParams with PRIM_BUMP_SHINY did cause a...Snoopy Pfeffer2012-05-031-1/+1
* llGenerateKey implementation. Creates a random UUID I.E: UUID.Random().ToStri...TBG Renfold2012-04-301-0/+7
* Port Avination link order to make OpenSim behave like SL. Make Primstar scrip...Melanie2012-04-251-5/+7
* Add osForceAttachToAvatar() and osForceDetachFromAvatar()Justin Clark-Casey (justincc)2012-04-241-28/+45
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-04-231-2/+6
|\
| * Mantis 5977 Corrections to llRegionSayToTalun2012-04-231-2/+6
* | Replace common code to fetch self inventory item (as opposed to uuid) with Ge...Justin Clark-Casey (justincc)2012-04-231-155/+76
* | refactor: Replace calls to InventorySelf() with existing m_itemID in LSL_ApiJustin Clark-Casey (justincc)2012-04-231-94/+42
|/
* refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)2012-04-171-1/+1
* Null reference in llGetObjectMass on a seated avatar.Talun2012-04-171-1/+1
* Missing or unimplemented LSL memory functions.Talun2012-04-131-12/+28
* Mantis 55025 Implement script time.Talun2012-04-121-4/+3
* Mantis5502 implementation of some of the new constantsTalun2012-04-091-18/+24
* Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)2012-04-071-1/+1