aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LS_Api.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19More script speed ups.onefang1-3/+0
Don't waste time collecting bogus statistics. At least I think they are bogus.
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-9/+9
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-58/+373
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
This is always available from m_host.LocalId
2012-05-08Instead of constantly looking up unchanging self item in script code, pass ↵Justin Clark-Casey (justincc)1-3/+1
in self item on initialization.
2012-04-17refactor: Rename EstateSettings.IsEstateManager() to ↵Justin Clark-Casey (justincc)1-3/+3
EstateSettings.IsEstateManagerOrOwner() to reflect what it actually does. This makes it consistent with other parts of OpenSimulator that are treating ESTATE_MANAGER and ESTATE_OWNER as different entities. As per opensim-dev mailing list.
2011-12-28Introduce a LightShare kill packet ans send it when needed. Currently onlyMelanie1-0/+1
understood by AVN v0.3
2011-10-22Add case to Lightshare/WindlightBlueWall1-0/+3
Thanks thomax for a patch to add handling for Sun/Moon pos.
2011-07-09lsGetWindlightScene() returns raw int value, which makes unable to compare ↵Makopoppo1-2/+3
to another value with llListFindList()
2010-11-03Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie1-0/+17
from a region and allow normal day cycles to be reestablished
2010-11-03When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie1-0/+1
midday defaults when no specific LightShare profile is set. This prevents LightShare info being send out when the region has no LightShare profile, allowing normal day/night cycles to happen.
2010-08-25minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+1
2010-06-30Add --merge switch to load iar.Justin Clark-Casey (justincc)1-1/+1
When this switch is used, iar folders are merged with existing same-name user inventory folders. This makes it a little easier to back and restore entire individual user inventories, among other things Added unit test to check behaviour
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-03-31Add missing licenses. Change relicensed LightShare module to proper BSDMelanie1-1/+28
licensing.
2010-03-31Adding the LightShare module and scripting API. This code was written byMelanie1-0/+477
TomMeta and was contributed by Meta7.