aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LS_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-17Change the IScriptApi back to it's original form, removing XEngineMelanie Thielker1-2/+2
2015-08-17Revert "When scripts are sleeping, don't count that as execution time"Melanie Thielker1-3/+1
2015-08-11When scripts are sleeping, don't count that as execution timeOren Hurvitz1-1/+3
2015-03-04usability fixes for LightShare APIFreaky Tech1-41/+328
2014-01-18Following on from 50ea2e0, only fetch scene presence for check if lightscript...Justin Clark-Casey (justincc)1-17/+38
2014-01-18Fixed: Windlight functions caused an error if called when the script's owner ...Oren Hurvitz1-3/+9
2014-01-17Revert "Fixed: Windlight functions caused an error if called when the script'...Justin Clark-Casey (justincc)1-9/+3
2014-01-17Fixed: Windlight functions caused an error if called when the script's owner ...Oren Hurvitz1-3/+9
2013-01-23Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wai...Justin Clark-Casey (justincc)1-1/+1
2013-01-16JustinCC's core re-mergeMelanie1-6/+7
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)1-3/+5
2013-01-15Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)1-7/+6
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-4/+4
2012-08-18refactoring for Vector3 operator & constructor tweaksSignpostMarv1-4/+4
2012-05-08refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)1-3/+1
2012-05-08Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)1-3/+1
2012-04-17refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)1-3/+3
2011-12-28Introduce a LightShare kill packet ans send it when needed. Currently onlyMelanie1-0/+1
2011-12-24Introduce a LightShare kill packet ans send it when needed. Currently onlyMelanie1-0/+1
2011-10-22Add case to Lightshare/WindlightBlueWall1-0/+3
2011-07-09lsGetWindlightScene() returns raw int value, which makes unable to compare to...Makopoppo1-2/+3
2010-11-03Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie1-0/+17
2010-11-03When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie1-0/+1
2010-08-26Correct whitespaceMelanie Thielker1-510/+0
2010-08-25minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+1
2010-08-07Repair lsGetWindlightScene, the constant was added to the list as a uint, whi...meta71-507/+507
2010-06-30Add --merge switch to load iar.Justin Clark-Casey (justincc)1-1/+1
2010-06-26Restore "AllowCareminsterFunctions" as an alias to the new "AllowLightshareFu...Tom Grimshaw1-0/+3
2010-06-11Rename CM files to LSMelanie Thielker1-15/+15
2010-06-11Rename cm* function set to ls* (for LightShare)Melanie Thielker1-9/+9
2010-06-11Rename CM files to LSMelanie Thielker1-504/+0
2010-06-11Rename cm* function set to ls* (for LightShare)Melanie Thielker1-9/+9
2010-06-11Remove cmGetAvatarList()Melanie Thielker1-25/+0
2010-06-01Fix nullref in cmGetAvatarList() (ported from 0.69)Tom Grimshaw1-3/+6
2010-06-01Gosh, fixing another nullref issue in cmGetAvatarList. I deserve spanks.Tom Grimshaw1-3/+6
2010-05-19Fix a null reference issue in cmGetAvatarList()Tom Grimshaw1-1/+1
2010-05-19Fix a null reference issue in cmGetAvatarList()Tom Grimshaw1-1/+1
2010-04-07Implement cmGetAvatarList(). This returns a strided list of all avatars in th...Thomas Grimshaw1-54/+76
2010-03-31Add missing licenses. Change relicensed LightShare module to proper BSDMelanie1-1/+28
2010-03-31Adding the LightShare module and scripting API. This code was written byMelanie1-0/+477
2010-03-30Rename Meta7Windlight to LightShareMelanie1-58/+58
2010-02-05Fix two inconsistencies with LightShareCasperW1-1/+5
2009-12-17Add cmSetWindlightSceneTargeted. Add restrictions on windlight script use.CasperW1-179/+222
2009-12-09Move osFunctions into a new Careminster script interfaceCasperW1-0/+430