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
*
Switched to using the other Util function with a default value.
Diva Canto
2013-02-27
1
-2
/
+4
*
Moved the HG default variables out of [Startup] and into their own section [H...
Diva Canto
2013-02-27
1
-2
/
+2
*
Added new Util function for reading config vars that's more generic than the ...
Diva Canto
2013-02-22
1
-2
/
+2
*
Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...
Diva Canto
2013-02-21
1
-2
/
+10
*
Merge branch 'master' into cooptermination
Justin Clark-Casey (justincc)
2013-01-24
1
-1
/
+1
|
\
|
*
Restore previous client AO behaviour by not allowing them to remove the defau...
Justin Clark-Casey (justincc)
2013-01-18
1
-1
/
+1
*
|
Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wai...
Justin Clark-Casey (justincc)
2013-01-23
1
-1
/
+1
|
/
*
Implement co-operative script termination if termination comes during a scrip...
Justin Clark-Casey (justincc)
2013-01-16
1
-4
/
+5
*
Instead of passing separate engine, part and item components to script APIs, ...
Justin Clark-Casey (justincc)
2013-01-15
1
-4
/
+4
*
BulletSim: add osGetPhysicsEngineType() LSL function and update
Robert Adams
2013-01-11
1
-11
/
+48
*
Fixed several problems with the Sun: some settings didn't work, or were incon...
Oren Hurvitz
2013-01-02
1
-6
/
+4
*
adding ability for listeners to be filtered by regular expressions and a gene...
SignpostMarv
2012-10-26
1
-0
/
+63
*
Formatting and casing correction in WorldCommModule, trailing new line in OSS...
SignpostMarv
2012-10-26
1
-1
/
+1
*
Get osNpcCreate() and osNpcLoadAppearance() to generate a script error if app...
Justin Clark-Casey (justincc)
2012-10-25
1
-5
/
+6
*
When scripts generate expected exceptions (e.g. due to checked bad parameter)...
Justin Clark-Casey (justincc)
2012-10-25
1
-1
/
+1
*
Make osNpcCreate() return UUID.Zero instead of throwing an exception if notec...
Justin Clark-Casey (justincc)
2012-10-25
1
-8
/
+18
*
Correct osSetContentType() threat check to query osSetContentType rather than...
Justin Clark-Casey (justincc)
2012-10-10
1
-1
/
+3
*
Remove osDropAttachment threat level check wrongly placed in OSSL_Api.ShoutEr...
Justin Clark-Casey (justincc)
2012-10-10
1
-1
/
+0
*
correcting typo
SignpostMarv
2012-10-02
1
-3
/
+3
*
taking into account the recent introduction of implicit operators
SignpostMarv
2012-10-02
1
-3
/
+1
*
added perms checking, duplicated functionality to methods that do not require...
SignpostMarv
2012-10-02
1
-6
/
+64
*
fixing copypasta
SignpostMarv
2012-10-02
1
-1
/
+1
*
implementing osDropAttachment & osDropAttachmentAt
SignpostMarv
2012-10-02
1
-2
/
+31
*
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
[next]