aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'avination' into careminsterMelanie2012-06-021-7/+33
|\
| * Fix LSL animation state reporting and animation state transitions on crossingMelanie2012-06-011-7/+33
* | Merge branch 'avination' into careminsterMelanie2012-05-311-0/+4
|\ \ | |/
| * Prevent multiple requests to go physical from reaching the physics pluginMelanie2012-05-301-0/+4
* | Merge branch 'master' into careminsterMelanie2012-05-271-69/+70
|\ \
| * | 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
* | | Merge branch 'master' into careminsterMelanie2012-05-191-2/+2
|\ \ \ | |/ /
| * | Port Avination's collision fixes to core.Melanie2012-05-151-10/+11
* | | Merge branch 'avination' into careminsterMelanie2012-05-171-2/+8
|\ \ \ | | |/ | |/|
| * | Added a invalidCollisionSoundUUID so that scripts can stop all collision sou...UbitUmarov2012-05-161-2/+8
* | | Merge branch 'avination' into careminsterMelanie2012-05-151-2/+4
|\ \ \ | |/ /
| * | Merge branch 'avination' into ubitworkUbitUmarov2012-05-151-10/+11
| |\ \
| * | | make llGetCameraPos and llGetCameraRot apply to avatar that granted permissio...UbitUmarov2012-05-141-4/+14
* | | | Merge branch 'avination' into careminsterMelanie2012-05-141-10/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Completely revamp collision handling. Now works as it is supposed to.Melanie2012-05-141-10/+11
| |/ /
| * | Mantis 6015 new LSL function llGetAgentList.Talun2012-05-111-0/+85
* | | Merge branch 'master' into careminsterMelanie2012-05-141-7/+21
|\ \ \ | | |/ | |/|
| * | Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ...Chris Koeritz2012-05-131-7/+21
* | | Merge branch 'master' into careminsterMelanie2012-05-101-0/+85
|\ \ \ | |/ /
| * | Mantis 6015 new LSL function llGetAgentList.Talun2012-05-091-0/+85
* | | Merge branch 'master' into careminsterMelanie2012-05-091-167/+106
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' into careminsterMelanie2012-05-051-1/+1
|\ \ \ | |/ /
| * | Fixes Mantis #5999. llSetLinkPrimitiveParams with PRIM_BUMP_SHINY did cause a...Snoopy Pfeffer2012-05-031-1/+1
* | | Merge branch 'avination'Melanie2012-05-021-1/+2
|\ \ \ | | |/ | |/|
| * | llGetGeometricCenter...UbitUmarov2012-04-291-1/+2
* | | Merge branch 'master' into careminsterMelanie2012-04-301-0/+7
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge branch 'avination'Melanie2012-04-291-1/+1
|\ \ \ | | |/ | |/|
| * | fix llGetCenterOfMass ( checked with ubitODE only)UbitUmarov2012-04-281-1/+1
* | | Adapt some TeleportWithMomentum callsMelanie2012-04-251-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-04-241-301/+132
|\ \ \ | | |/ | |/|
| * | 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
| |\ \
| * | | 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
* | | | Merge branch 'master' into careminsterMelanie2012-04-231-2/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Mantis 5977 Corrections to llRegionSayToTalun2012-04-231-2/+6
| |/ /
* | | Merge branch 'master' into careminsterMelanie2012-04-171-2/+2
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-04-171-24/+109
|\ \ \ | | |/ | |/|
| * | fix (http://opensimulator.org/mantis/view.php?id=5965) llGetObjectMass was ba...UbitUmarov2012-04-161-2/+23