aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-13Remove DOS line endings from LSL_API.csMelanie Thielker1-15278/+15278
2015-08-12Whitespace borkness?Diva Canto1-15277/+15277
2015-08-12Send correct uuids in the FromID and ID packet fields for llInstantMessageDrake Arconis1-5/+2
2015-08-11When the user stops a script, have it remain stoppedOren Hurvitz3-3/+28
2015-08-11When scripts are sleeping, don't count that as execution timeOren Hurvitz18-49/+95
2015-08-11Show Script Time in the statistics panelOren Hurvitz1-0/+1
2015-08-11Changed "Script Execution Time" to be the gross time, i.e. including handling...Oren Hurvitz1-164/+176
2015-08-11Report "Script Execution Time" as the time spent executing the script in the ...Oren Hurvitz3-51/+18
2015-08-11Improved calculation of Script Execution TimeStartedOren Hurvitz2-7/+13
2015-08-11Fixed mistakes related to confusion between Environment.TickCount (millisecon...Oren Hurvitz1-1/+1
2015-08-11Log scripts that have processed many events: this is probably an indication o...Oren Hurvitz1-0/+8
2015-08-11Fixed calling "debug xengine log" without the 'level' parameter: this should ...Oren Hurvitz1-1/+1
2015-08-07Have osAvatarName2Key check the cache first, even for foreign usersOren Hurvitz1-22/+23
2015-08-04create osGetAvatarHomeURIChristopher3-0/+40
2015-08-04Make osAvatarName2Key() able to get names from unknown HG usersChristopher1-4/+40
2015-08-02osKey2Name returns now correct values for HG users who are not on the region.Christopher1-10/+18
2015-06-21Guard against null AgentPrefs service in llGetAgentLanguage()Cinder1-3/+10
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the o...Cinder1-7/+3
2015-06-13Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...Cinder1-5/+11
2015-06-01Correct constant RCERR_CAST_TIME_EXCEEDED.Magnuz Binder1-1/+1
2015-05-29Add a new os function "osGetGender()"dahlia3-0/+51
2015-05-27llListRandomize() wasn't very randomCinder1-6/+7
2015-05-26Add WhiteCore's LL Json functionsMelanie Thielker4-0/+279
2015-05-23Fix mesh cache race condition in llCastRay V3.Magnuz Binder1-2/+4
2015-05-22Use own mesh cache in llCastRay V3 after throttling.Magnuz Binder1-39/+104
2015-05-22Throttle llCastRay V3.Magnuz Binder1-2/+90
2015-05-20New values returned by llGetEnvTalun1-1/+33
2015-05-12Patch llCastRay fully simplified to V3.Magnuz Binder1-212/+217
2015-05-04Revert "Patch llCastRay fully-simplified to V2." for further review.Michael Cerquoni1-15/+14
2015-05-04Missing constants for llGetObjectDetailsTalun2-0/+33
2015-05-04Implement llGetGeometricCenter correctly.Magnuz Binder1-1/+20
2015-05-04Patch llCastRay fully-simplified to V2.Magnuz Binder1-14/+15
2015-05-03Implement llCastRay fully, simplified.Magnuz Binder1-1/+759
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto4-4/+4
2015-04-21Moved over metrics from previous OpenSim 0.8.0.3 repository (this new reposit...Glenn Martin1-0/+36
2015-04-20Allow setting profilecut diff to 0.02 from scripts just like from viewer.Magnuz Binder1-3/+3
2015-04-20Implement llGetBoundingBox fully.Magnuz Binder1-42/+447
2015-04-14Temporarily comment out OSSL enabled warning log message.Robert Adams1-1/+1
2015-04-14Enable OSSL functions by default using the osslEnable.ini configuration file.Robert Adams1-0/+3
2015-04-12Add osCheckODE() function so scripts can configure for running with legacy ph...Robert Adams3-0/+21
2015-04-12Fix llTargetOmega non-physical gain.Magnuz Binder1-0/+3
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams3-18/+19
2015-03-23Taking a reference to the value collection is not thread safe. Change thisMelanie Thielker1-3/+3
2015-03-22Parameterize sleeps in LSL functions.Magnuz Binder1-64/+123
2015-03-22Allow setting hollow to 99% from scripts just like from viewer.Magnuz Binder2-6/+6
2015-03-22Allow setting holesize to 0.01 from scripts just like from viewer.Magnuz Binder1-4/+4
2015-03-22Allow setting dimple diff to 0.02 from scripts just like from viewer, add cli...Magnuz Binder1-2/+7
2015-03-22viewers can set a minimum distance 0.02 between path cut start and path cut endFreaky Tech1-3/+3
2015-03-12Move state change in progress in ScriptInstance.PostEvent() to the top of the...Justin Clark-Casey (justincc)1-3/+4
2015-03-12Lock around EventQueue manipulation in ScriptInstance.SetState() as queues ar...Justin Clark-Casey (justincc)1-17/+24