| Commit message (Expand) | Author | Age | Files | Lines |
* | In the osGetGrid functions, if the [GridInfo] section does not exist then ret... | Justin Clark-Casey (justincc) | 2012-06-13 | 1 | -1/+6 |
* | Use SceneObjectPartInventory.GetInventoryItem() in OSSL.AvatarStopAnimation i... | Justin Clark-Casey (justincc) | 2012-05-26 | 1 | -14/+12 |
* | Mantis 6028 osAvatarStopAnimation not stopping animations via UUID | Talun | 2012-05-25 | 1 | -7/+11 |
* | refactor: Eliminate local id parameter from api initialize. | Justin Clark-Casey (justincc) | 2012-05-08 | 1 | -3/+1 |
* | Instead of constantly looking up unchanging self item in script code, pass in... | Justin Clark-Casey (justincc) | 2012-05-08 | 1 | -18/+11 |
* | For osGetGridNick(), osGetGridName(), osGetGridLoginURI() and osGetGridCustom... | Justin Clark-Casey (justincc) | 2012-05-07 | 1 | -8/+10 |
* | remove default values from prior commit since mono cant deal with them | dahlia | 2012-05-07 | 1 | -1/+1 |
* | add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m... | dahlia | 2012-05-06 | 1 | -1/+2 |
* | OSSL: Removed check for CanRunConsoleCommand() in osKickAvatar. | Oren Hurvitz | 2012-04-26 | 1 | -13/+12 |
* | Merge branch 'master' of /home/opensim/var/repo/opensim | BlueWall | 2012-04-26 | 1 | -1/+29 |
|\ |
|
| * | OSSL: fixed the threat level check for osParseJSONNew | Oren Hurvitz | 2012-04-24 | 1 | -1/+1 |
| * | Add osForceAttachToAvatar() and osForceDetachFromAvatar() | Justin Clark-Casey (justincc) | 2012-04-24 | 1 | -0/+28 |
* | | Add a version of osNpcSay that takes a channel number Mantis 5747 | Talun | 2012-04-26 | 1 | -1/+40 |
|/ |
|
* | refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM... | Justin Clark-Casey (justincc) | 2012-04-17 | 1 | -1/+1 |
* | Change threat level of osNpcStopMoveToTarget from Low to High to match other ... | Justin Clark-Casey (justincc) | 2012-04-13 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-04-13 | 1 | -0/+55 |
|\ |
|
| * | New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig... | Snoopy Pfeffer | 2012-04-10 | 1 | -0/+55 |
* | | Remove hardcoded god requirement from osSetRegionWaterHeight, osSetRegionSunS... | Justin Clark-Casey (justincc) | 2012-04-13 | 1 | -36/+25 |
|/ |
|
* | Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user... | Snoopy Pfeffer | 2012-03-27 | 1 | -0/+69 |
* | Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927 | Justin Clark-Casey (justincc) | 2012-03-17 | 1 | -0/+23 |
* | Added osGetGridGatekeeperURI() | Diva Canto | 2012-03-10 | 1 | -0/+14 |
* | Adds an OSSL command for regular expression-based string replacement. Parameters | Mic Bowman | 2012-03-01 | 1 | -0/+25 |
* | In osSetSpeed(), if no avatar for a uuid is found then don't attempt to set s... | Justin Clark-Casey (justincc) | 2012-02-24 | 1 | -1/+3 |
* | Make osNpcStopAnimation() call AvatarStopAnimation() rather than AvatarPlayAn... | Justin Clark-Casey (justincc) | 2012-02-17 | 1 | -1/+1 |
* | Fix some logic mistakes where firstly osNpcCreate() without options was creat... | Justin Clark-Casey (justincc) | 2012-02-16 | 1 | -2/+2 |
* | Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate(). | Justin Clark-Casey (justincc) | 2012-01-28 | 1 | -4/+10 |
* | Increment LPS script stat for OSSL functions that were not already doing this | Justin Clark-Casey (justincc) | 2012-01-27 | 1 | -2/+41 |
* | Implement osIsNpc(key npc):integer. This return TRUE if the given key belong... | Justin Clark-Casey (justincc) | 2012-01-27 | 1 | -0/+17 |
* | Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ... | Justin Clark-Casey (justincc) | 2012-01-27 | 1 | -0/+21 |
* | Add osGetGridHomeURI function | BlueWall | 2012-01-19 | 1 | -0/+22 |
* | Add function osGetGridCustom | BlueWall | 2012-01-17 | 1 | -1/+28 |
* | Update osGetGrid**** functions | BlueWall | 2012-01-17 | 1 | -3/+69 |
* | commented out redundant land owner checks for osTeleportAgent there is | nebadon | 2012-01-14 | 1 | -14/+24 |
* | Change the default osNpcCreate() to create an 'owned' npc rather than an 'uno... | Justin Clark-Casey (justincc) | 2012-01-13 | 1 | -1/+1 |
* | Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name... | Justin Clark-Casey (justincc) | 2012-01-13 | 1 | -6/+0 |
* | Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin... | Justin Clark-Casey (justincc) | 2012-01-12 | 1 | -0/+6 |
* | Add permissions checks for owned avatars to all other osNpc* functions. | Justin Clark-Casey (justincc) | 2012-01-12 | 1 | -20/+50 |
* | refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth... | Justin Clark-Casey (justincc) | 2012-01-12 | 1 | -5/+1 |
* | Fix threat level setting on osNpcPlayAnimation | Melanie | 2012-01-07 | 1 | -1/+1 |
* | fix a typo "osNpcCreated" to "osNpcCreate" in OSSL threat level check | nebadon | 2012-01-06 | 1 | -1/+1 |
* | Fix some syntax issues | Melanie | 2012-01-06 | 1 | -2/+2 |
* | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well | Melanie | 2012-01-06 | 1 | -0/+44 |
* | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ... | Melanie | 2012-01-06 | 1 | -4/+21 |
* | Add ThreatLevel.NoAccess to OSSL. This allows to enable OSSL without enabling | Melanie | 2012-01-06 | 1 | -1/+4 |
* | Mantis 5816: osParseJSON Decoding Problems | nebadon | 2011-12-11 | 1 | -191/+65 |
* | Rename ForEachAvatar back to ForEachScenePresence. The other changes | Dan Lake | 2011-11-03 | 1 | -3/+3 |
* | Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to | Dan Lake | 2011-11-03 | 1 | -3/+3 |
* | Remove completely unused SOG.Rotation parameter | Justin Clark-Casey (justincc) | 2011-10-29 | 1 | -1/+1 |
* | Continuation of previous checkin. Found more places where ForEachScenePresenc... | Dan Lake | 2011-10-27 | 1 | -15/+9 |
* | Added optional owner classes to existing OSSL agent Permissions | Michelle Argus | 2011-10-26 | 1 | -6/+61 |