aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-17Implement osNpcStand(<npc-id>)Justin Clark-Casey (justincc)1-0/+5
2011-10-17Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)1-0/+5
2011-08-12tidy up some OSSL NPC parameter namesJustin Clark-Casey (justincc)1-8/+8
2011-08-12rename position parameter in osNpcMoveToTarget to targetJustin Clark-Casey (justincc)1-2/+2
2011-08-12rename osNpcStopMoveTo() to osNpcStopMoveToTarget()Justin Clark-Casey (justincc)1-2/+2
2011-08-11implement osNpcGetPos()Justin Clark-Casey (justincc)1-0/+5
2011-08-11implement osNpcGetRot() and osNpcSetRot()Justin Clark-Casey (justincc)1-0/+10
2011-08-11Implement osAgentSaveAppearance() to save the appearance of an avatar in the ...Justin Clark-Casey (justincc)1-0/+5
2011-08-11only accept npc UUIDs to osNpc* functions, not names (except for create)Justin Clark-Casey (justincc)1-6/+6
2011-08-10early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)1-0/+5
2011-08-10implement osNpcStopMoveTo() to cancel any current move targetJustin Clark-Casey (justincc)1-0/+5
2011-08-09Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet...Justin Clark-Casey (justincc)1-0/+5
2011-08-09Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)1-0/+10
2011-06-28[PATCH] osSetSpeed() will accept float numberMakopoppo1-1/+1
2011-06-28[PATCH] Get osGetWindParam() and osSetWindParam() accessibleMakopoppo1-10/+9
2010-12-11More OSSL function name normalization, this time for osParcelSetDetails.Marck1-1/+6
2010-12-10Normalization of OSSL function names.Marck1-4/+29
2010-11-17Add osUnixTimeToTimestamp()Justin Clark-Casey (justincc)1-1/+12
2010-11-16Add osTeleportOwner.Marck1-0/+15
2010-10-17Adding osFunctions for light projectionBlueWall1-0/+10
2010-06-11Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker1-0/+5
2010-06-02Add two new osFunctions:Melanie Thielker1-0/+9
2010-05-13Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master1-0/+15
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-6/+6
2009-12-31Adds osKickUser and osSetSpeedunknown1-0/+16
2009-12-13* Implements OSSL function: osGetSimulatorMemory - returns the current amount...Adam Frisby1-0/+10
2009-11-26Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee1-0/+5
2009-11-25Change osTeleportAgent parameters from long to int. That numerical range isMelanie1-2/+2
2009-11-12Apply patch http://opensimulator.org/mantis/view.php?id=4369Justin Clark-Casey (justincc)1-9/+19
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-09-18addition of a new script function osSetParcelSIPAddress(string SIPAddress), n...Rob Smart1-0/+5
2009-08-31- making font name used by VectorRenderModule configurable: can be setdr scofield (aka dirk husemann)1-0/+5
2009-08-28Implements osDrawPolygon, similar to already implemented osDrawFilledPolygonArthur Valadares1-0/+5
2009-08-25Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using...Arthur Valadares1-0/+5
2009-08-21Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu...Arthur Valadares1-0/+5
2009-08-21* Protip: Declare publically accessible functions, as public functions.Adam Frisby1-4/+6
2009-08-21* Addendum to previousAdam Frisby1-0/+17
2009-08-09Formatting cleanup.Jeff Ames1-3/+3
2009-08-07This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)1-4/+5
2009-08-07Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParamsMelanie1-0/+5
2009-06-09From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-4/+4
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+17
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+14
2009-04-27Thank you, Orion_Shamroy, for a patch to expand notecard readingMelanie Thielker1-0/+5
2009-04-27Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine andMelanie Thielker1-0/+10
2009-04-19Terrain changes done via osTerrainSetHeight aren't shown immediately to the c...Homer Horwitz1-2/+9
2009-04-09From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+10
2009-04-07* minor: remove some mono compiler warningsJustin Clarke Casey1-12/+11
2009-03-31Thank you kindly, MCortez for a patch that:Charles Krinke1-0/+16