index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
Api
/
Implementation
/
OSSL_Api.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...
SignpostMarv
2012-09-08
1
-1
/
+1
*
wrapping attachment functions in a region
SignpostMarv
2012-09-04
1
-0
/
+2
*
Implementing functing to send messages directly to attachments
SignpostMarv
2012-09-04
1
-0
/
+131
*
refactoring the grunt work of MessageObject into a private method with a UUID...
SignpostMarv
2012-09-04
1
-0
/
+5
*
implementing a function to get the number of attachments worn
SignpostMarv
2012-09-04
1
-0
/
+38
*
This partially implements the LSL function to set the response
Mic Bowman
2012-08-29
1
-1
/
+17
*
track originating IScriptApi method for SL-like error messages. Will add rule...
SignpostMarv
2012-08-29
1
-1
/
+1
*
implementing PRIM_LINK_TARGET on GetPrimParams ala SetPrimParams
SignpostMarv
2012-08-25
1
-1
/
+12
*
refactoring to local variable for cleaner code
SignpostMarv
2012-08-25
1
-2
/
+5
*
since we will be making the Get return type the remaining ruleset as with the...
SignpostMarv
2012-08-25
1
-1
/
+1
*
renaming to be similar to equivalent Set command
SignpostMarv
2012-08-25
1
-2
/
+2
*
Revert "implementing function to allow scripts to self-replicate as if the ow...
Justin Clark-Casey (justincc)
2012-08-24
1
-50
/
+0
*
implementing function to allow scripts to self-replicate as if the owner dupl...
SignpostMarv
2012-08-24
1
-0
/
+50
*
Removed land checking as suggested by SignpostMarv.
TBG Renfold
2012-08-24
1
-12
/
+2
*
Adds osGetHealth.
TBG Renfold
2012-08-24
1
-0
/
+21
*
Add --force flag to "kick user" console command to allow bypassing of recent ...
Justin Clark-Casey (justincc)
2012-08-20
1
-2
/
+2
*
Rot2Quaternion is now redundant
SignpostMarv
2012-08-18
1
-1
/
+1
*
refactoring for Vector3 operator & constructor tweaks
SignpostMarv
2012-08-18
1
-13
/
+9
*
Prevent race conditions when one thread removes an NPC SP before another thre...
Justin Clark-Casey (justincc)
2012-08-14
1
-5
/
+20
*
refactor: rename SOG.RezzingObjectID to SOG.FromPartID to match FromFolderID,...
Justin Clark-Casey (justincc)
2012-08-03
1
-1
/
+1
*
reduced-complexity implementation of function to get rezzing object key
SignpostMarv
2012-08-02
1
-0
/
+8
*
LSL/OSSL lacks Math.Min & Math.Max implementations.
SignpostMarv
2012-07-28
1
-0
/
+28
*
Remove a couple of compiler warnings pointed out by SignpostMarv
Justin Clark-Casey (justincc)
2012-07-27
1
-2
/
+0
*
Implements a very useful OSSL function to test a string to see
Mic Bowman
2012-07-20
1
-0
/
+14
*
sending more user-friendly messages to the script error window rather than th...
SignpostMarv
2012-07-16
1
-1
/
+14
*
Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re...
Justin Clark-Casey (justincc)
2012-07-12
1
-6
/
+2
*
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...
Justin Clark-Casey (justincc)
2012-07-11
1
-2
/
+1
*
This script allows an object to be attached directly from prim inventory to a...
Justin Clark-Casey (justincc)
2012-07-09
1
-3
/
+22
*
Mantis 6063 osNpcTouch.
Talun
2012-07-06
1
-0
/
+35
*
regrade osFormatString, osMatchString and osReplaceString to VeryLow.
Justin Clark-Casey (justincc)
2012-07-05
1
-3
/
+3
*
Add OSSL function osForceAttachToAvatarFromInventory()
Justin Clark-Casey (justincc)
2012-07-05
1
-1
/
+53
*
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
[next]