| Commit message (Expand) | Author | Age | Files | Lines |
* | mantis8341: fix MOD and LS apis configuration read from ossl file | UbitUmarov | 2018-07-18 | 1 | -1/+7 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -37/+37 |
* | some types may already be native in MOD_Api ConvertFromLSL | UbitUmarov | 2016-11-05 | 1 | -1/+5 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -1/+5 |
|\ |
|
| * | Merge branch 'master' into careminster | Melanie | 2013-08-07 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2013-03-08 | 1 | -0/+4 |
| |\ \ |
|
| * \ \ | Merge branch 'avination' into careminster | Melanie | 2013-03-06 | 1 | -1/+5 |
| |\ \ \ |
|
| | * | | | Add support for void return type | root | 2013-03-03 | 1 | -1/+5 |
* | | | | | Convert the lsl list type into a struct. EXPERIMENTAL! This may affect | Melanie Thielker | 2015-08-19 | 1 | -1/+1 |
* | | | | | Change the IScriptApi back to it's original form, removing XEngine | Melanie Thielker | 2015-08-17 | 1 | -1/+1 |
* | | | | | Revert "When scripts are sleeping, don't count that as execution time" | Melanie Thielker | 2015-08-17 | 1 | -3/+1 |
* | | | | | When scripts are sleeping, don't count that as execution time | Oren Hurvitz | 2015-08-11 | 1 | -1/+3 |
| |_|_|/
|/| | | |
|
* | | | | Fix problem with modInvoke defined integer constants being build into | Robert Adams | 2013-08-02 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | Convert doubles passed back through the MOD interface into LSL_Floats | Mic Bowman | 2013-03-05 | 1 | -0/+4 |
|/ / |
|
* | | Removed duplicate 'using' statement. | Diva Canto | 2013-02-27 | 1 | -1/+0 |
* | | Fix bug where viewers would not see the "Module command functions not enabled... | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -2/+62 |
* | | 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/+6 |
* | | Instead of passing separate engine, part and item components to script APIs, ... | Justin Clark-Casey (justincc) | 2013-01-15 | 1 | -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-26 | 1 | -0/+2 |
* | Removing the apparently superfluous explicit namespace reference so that the ... | SignpostMarv | 2012-10-26 | 1 | -8/+2 |
* | system ints can end up in LSL lists, which can cause counter-intuitive unknow... | SignpostMarv | 2012-10-26 | 1 | -0/+2 |
* | When scripts generate expected exceptions (e.g. due to checked bad parameter)... | Justin Clark-Casey (justincc) | 2012-10-25 | 1 | -5/+5 |
* | passing in the function name to MOD_Api.ConvertFromLSL for more user-friendly... | SignpostMarv | 2012-09-10 | 1 | -4/+4 |
* | Enables cast from int to float for MOD* functions; | Mic Bowman | 2012-09-05 | 1 | -1/+1 |
* | implicit operators mean one does not need to instantiate new objects manually | SignpostMarv | 2012-08-18 | 1 | -4/+3 |
* | refactoring for Vector3 operator & constructor tweaks | SignpostMarv | 2012-08-18 | 1 | -4/+3 |
* | Enables support for UUIDs to be returned in lists from | Mic Bowman | 2012-07-20 | 1 | -3/+13 |
* | 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 | -5/+5 |
* | Add a hust UUID to the script invocations | Melanie | 2012-03-26 | 1 | -1/+10 |
* | Add support for key, vector, rotation and list types for both | Mic Bowman | 2012-03-24 | 1 | -57/+188 |
* | Adds a new script command 'modInvoke' to invoke registered functions | Mic Bowman | 2012-03-15 | 1 | -0/+109 |
* | Add IScriptModuleComms interface and region module to handle dispatch of | Melanie | 2009-11-10 | 1 | -3/+16 |
* | Add modSendCommand function (note, this is a new API module, using the API | Melanie | 2009-11-10 | 1 | -0/+121 |