aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/MOD_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* bad merge?UbitUmarov2015-09-011-1/+5
|\
| * Merge branch 'master' into careminsterMelanie2013-08-071-2/+2
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-03-081-0/+4
| |\ \
| * \ \ Merge branch 'avination' into careminsterMelanie2013-03-061-1/+5
| |\ \ \
| | * | | Add support for void return typeroot2013-03-031-1/+5
* | | | | Convert the lsl list type into a struct. EXPERIMENTAL! This may affectMelanie Thielker2015-08-191-1/+1
* | | | | Change the IScriptApi back to it's original form, removing XEngineMelanie Thielker2015-08-171-1/+1
* | | | | Revert "When scripts are sleeping, don't count that as execution time"Melanie Thielker2015-08-171-3/+1
* | | | | When scripts are sleeping, don't count that as execution timeOren Hurvitz2015-08-111-1/+3
| |_|_|/ |/| | |
* | | | Fix problem with modInvoke defined integer constants being build intoRobert Adams2013-08-021-2/+2
| |_|/ |/| |
* | | Convert doubles passed back through the MOD interface into LSL_FloatsMic Bowman2013-03-051-0/+4
|/ /
* | Removed duplicate 'using' statement.Diva Canto2013-02-271-1/+0
* | Fix bug where viewers would not see the "Module command functions not enabled...Justin Clark-Casey (justincc)2013-02-051-2/+62
* | Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wai...Justin Clark-Casey (justincc)2013-01-231-1/+1
* | Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)2013-01-161-4/+6
* | Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)2013-01-151-4/+4
|/
* minor: Add comment as to why we are pulcking plain old ints out of the LSL_Li...Justin Clark-Casey (justincc)2012-10-261-0/+2
* Removing the apparently superfluous explicit namespace reference so that the ...SignpostMarv2012-10-261-8/+2
* system ints can end up in LSL lists, which can cause counter-intuitive unknow...SignpostMarv2012-10-261-0/+2
* When scripts generate expected exceptions (e.g. due to checked bad parameter)...Justin Clark-Casey (justincc)2012-10-251-5/+5
* passing in the function name to MOD_Api.ConvertFromLSL for more user-friendly...SignpostMarv2012-09-101-4/+4
* Enables cast from int to float for MOD* functions;Mic Bowman2012-09-051-1/+1
* implicit operators mean one does not need to instantiate new objects manuallySignpostMarv2012-08-181-4/+3
* refactoring for Vector3 operator & constructor tweaksSignpostMarv2012-08-181-4/+3
* Enables support for UUIDs to be returned in lists fromMic Bowman2012-07-201-3/+13
* refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)2012-05-081-3/+1
* Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)2012-05-081-5/+5
* Add a hust UUID to the script invocationsMelanie2012-03-261-1/+10
* Add support for key, vector, rotation and list types for bothMic Bowman2012-03-241-57/+188
* Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman2012-03-151-0/+109
* Add IScriptModuleComms interface and region module to handle dispatch ofMelanie2009-11-101-3/+16
* Add modSendCommand function (note, this is a new API module, using the APIMelanie2009-11-101-0/+121