| Commit message (Expand) | Author | Age | Files | Lines |
* | Add osGetGridHomeURI function | BlueWall | 2012-01-19 | 1 | -0/+5 |
* | Add function osGetGridCustom | BlueWall | 2012-01-17 | 1 | -0/+5 |
* | Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name... | Justin Clark-Casey (justincc) | 2012-01-13 | 1 | -5/+0 |
* | Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin... | Justin Clark-Casey (justincc) | 2012-01-12 | 1 | -0/+5 |
* | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well | Melanie | 2012-01-06 | 1 | -0/+10 |
* | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ... | Melanie | 2012-01-06 | 1 | -1/+6 |
* | Mantis 5816: osParseJSON Decoding Problems | nebadon | 2011-12-11 | 1 | -0/+5 |
* | Implement osNpcStand(<npc-id>) | Justin Clark-Casey (justincc) | 2011-10-17 | 1 | -0/+5 |
* | Implement osNpcSit(). This is still in development so don't trust it | Justin Clark-Casey (justincc) | 2011-10-17 | 1 | -0/+5 |
* | tidy up some OSSL NPC parameter names | Justin Clark-Casey (justincc) | 2011-08-12 | 1 | -8/+8 |
* | rename position parameter in osNpcMoveToTarget to target | Justin Clark-Casey (justincc) | 2011-08-12 | 1 | -2/+2 |
* | rename osNpcStopMoveTo() to osNpcStopMoveToTarget() | Justin Clark-Casey (justincc) | 2011-08-12 | 1 | -2/+2 |
* | implement osNpcGetPos() | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -0/+5 |
* | implement osNpcGetRot() and osNpcSetRot() | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -0/+10 |
* | Implement osAgentSaveAppearance() to save the appearance of an avatar in the ... | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -0/+5 |
* | only accept npc UUIDs to osNpc* functions, not names (except for create) | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -6/+6 |
* | early code to allow scripts to force npcs not to fly when moving to target | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -0/+5 |
* | implement osNpcStopMoveTo() to cancel any current move target | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -0/+5 |
* | Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet... | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -0/+5 |
* | Implement first draft functions for saving and loading NPC appearance from st... | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -0/+10 |
* | [PATCH] osSetSpeed() will accept float number | Makopoppo | 2011-06-28 | 1 | -1/+1 |
* | [PATCH] Get osGetWindParam() and osSetWindParam() accessible | Makopoppo | 2011-06-28 | 1 | -10/+9 |
* | More OSSL function name normalization, this time for osParcelSetDetails. | Marck | 2010-12-11 | 1 | -1/+6 |
* | Normalization of OSSL function names. | Marck | 2010-12-10 | 1 | -4/+29 |
* | Add osUnixTimeToTimestamp() | Justin Clark-Casey (justincc) | 2010-11-17 | 1 | -1/+12 |
* | Add osTeleportOwner. | Marck | 2010-11-16 | 1 | -0/+15 |
* | Adding osFunctions for light projection | BlueWall | 2010-10-17 | 1 | -0/+10 |
* | Clone cmGetAvatarList into osGetAvatarList for more generic use. | Melanie Thielker | 2010-06-11 | 1 | -0/+5 |
* | Add two new osFunctions: | Melanie Thielker | 2010-06-02 | 1 | -0/+9 |
* | Implements three new OSSL functions for parcel management: osParcelJoin joins... | OpenSim Master | 2010-05-13 | 1 | -0/+15 |
* | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 1 | -6/+6 |
* | Adds osKickUser and osSetSpeed | unknown | 2009-12-31 | 1 | -0/+16 |
* | * Implements OSSL function: osGetSimulatorMemory - returns the current amount... | Adam Frisby | 2009-12-13 | 1 | -0/+10 |
* | Added osGetRegionStats() function, to return a number of sim statistics | Jeff Lee | 2009-11-26 | 1 | -0/+5 |
* | Change osTeleportAgent parameters from long to int. That numerical range is | Melanie | 2009-11-25 | 1 | -2/+2 |
* | Apply patch http://opensimulator.org/mantis/view.php?id=4369 | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -9/+19 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -2/+2 |
* | addition of a new script function osSetParcelSIPAddress(string SIPAddress), n... | Rob Smart | 2009-09-18 | 1 | -0/+5 |
* | - making font name used by VectorRenderModule configurable: can be set | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -0/+5 |
* | Implements osDrawPolygon, similar to already implemented osDrawFilledPolygon | Arthur Valadares | 2009-08-28 | 1 | -0/+5 |
* | Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using... | Arthur Valadares | 2009-08-25 | 1 | -0/+5 |
* | Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu... | Arthur Valadares | 2009-08-21 | 1 | -0/+5 |
* | * Protip: Declare publically accessible functions, as public functions. | Adam Frisby | 2009-08-21 | 1 | -4/+6 |
* | * Addendum to previous | Adam Frisby | 2009-08-21 | 1 | -0/+17 |
* | Formatting cleanup. | Jeff Ames | 2009-08-09 | 1 | -3/+3 |
* | This is the second part of the 'not crash on regionsize changes'. This le... | Teravus Ovares (Dan Olivares) | 2009-08-07 | 1 | -4/+5 |
* | Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParams | Melanie | 2009-08-07 | 1 | -0/+5 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-06-09 | 1 | -4/+4 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-06-03 | 1 | -0/+17 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |