aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* add AGENT_LIST_EXCLUDENPC bit mask option to llGetAgentList scope to exclude...UbitUmarov2017-11-141-0/+1
* add osGetSimulatorMemoryKB(). This allows work around the fact osGetSimulator...UbitUmarov2017-10-151-1/+6
* bug fix: add missing stub for osSetInertiaUbitUmarov2017-10-011-0/+5
* osSetParcelDetails: place hard restrictions on change owner,claimdate (both ...UbitUmarov2017-07-121-1/+3
* put back getAgentIP bug restricted, script owner must be a Administrator (god)UbitUmarov2017-06-281-0/+5
* remove osGetAgentIP() this was not a good idea to have :(UbitUmarov2017-06-271-6/+1
* add osGetNPCList()UbitUmarov2017-06-261-0/+5
* add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_...UbitUmarov2017-06-251-4/+9
* add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float...UbitUmarov2017-06-241-0/+15
* add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ...UbitUmarov2017-06-241-0/+6
* osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov2017-06-241-0/+5
* reWrite lsl json functions, forward slash is not escaped as LitJson spec; cod...UbitUmarov2017-05-191-9/+11
* several changes for osTeleportObjectUbitUmarov2017-04-152-3/+3
* add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin...UbitUmarov2017-04-041-0/+5
* mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ...UbitUmarov2017-04-042-2/+9
* add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L...UbitUmarov2017-04-031-0/+4
* add OSSL functions to override linksets total mass, center of mass and inert...UbitUmarov2017-03-311-0/+26
* restore argument name material_bitsUbitUmarov2017-01-081-2/+2
* mantis 8117: fix llSetPhysicsMaterial, using proper LSL_float typeUbitUmarov2017-01-081-2/+2
* Massive tab and trailing space cleanupMelanie Thielker2017-01-054-14/+14
* reserve constant OBJECT_ATTACHED_SLOTS_AVAILABLE from mantis 8096. But do not...UbitUmarov2016-12-161-0/+1
* Add osDie(key)Jeff Kelley2016-12-141-0/+5
* New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...Mandarinka Tasty2016-12-141-0/+5
* add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...UbitUmarov2016-12-061-0/+5
* The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2016-12-041-0/+1
* The new Constant: integer OBJECT_TEMP_ATTACHED = 34;Mandarinka Tasty2016-11-301-0/+1
* The implementation of new flags = parameters for llGetObjectDetails - Part II...Mandarinka Tasty2016-11-281-0/+2
* The implementation of new flags = paramters for llGetObjectDetails - Part I C...Mandarinka Tasty2016-11-281-0/+3
* add llGetMaxScaleFactor and llGetMinScaleFactorUbitUmarov2016-11-251-0/+10
* Implementation of LSL_Integer llScaleByFactor(double scaling_factor)Mandarinka Tasty2016-11-251-0/+5
* add a few more lsl constants for attachmentsUbitUmarov2016-11-071-0/+15
* add suport for PRIM_SIT_TARGET on get(link)PrimitveParameters and fix typosUbitUmarov2016-11-051-5/+4
* add a few lsl constants and move some aroundUbitUmarov2016-11-051-7/+20
* Implementation of new LSL function: list llGetAttachedList(key avatar); It al...Mandarinka Tasty2016-11-041-0/+5
* experimental function. Results still too volatile to be usefullUbitUmarov2016-08-271-2/+1
* stack overflow is (not)funny :)UbitUmarov2016-08-271-1/+7
* llCollisionSound(,value) back to disable all sounds. new osCollisionSound(..)...UbitUmarov2016-08-271-0/+5
* add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); healrate...UbitUmarov2016-07-251-0/+10
* add osSetHealth() value from 1 to 100; (mantis 7973)UbitUmarov2016-07-241-0/+5
* add OSSL osGetPhysicsEngineName(). this returns a string with name and versio...UbitUmarov2016-07-041-0/+5
* Enhancement of osRegionRestartMandarinka Tasty2016-05-301-0/+5
* Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker2016-03-161-0/+10
* add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created w...UbitUmarov2016-01-011-0/+1
* ... ossl merge issueUbitUmarov2015-09-281-3/+6
* add missing llSetVelocity stubUbitUmarov2015-09-081-0/+6
* minor cleanUbitUmarov2015-09-031-48/+0
* seems to compile ( tests comented out)UbitUmarov2015-09-021-3/+0
* bad merge?UbitUmarov2015-09-017-31/+187
|\
| * Merge branch 'mbworkvar2' into ubitvarUbitUmarov2015-08-191-4/+6
| |\
| | * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-4/+6