aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-21Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more.Kevin Cozens1-14/+9
2015-09-06minor change, add a lock we had at avnUbitUmarov1-2/+4
2015-09-03fix CM_api compile errorUbitUmarov1-3/+3
2015-09-02seems to compile ( tests comented out)UbitUmarov3-1066/+165
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-19Add explicit initialization because mono 3 doesn't like what mono 2 allowsMelanie2-2/+2
2015-08-19Convert the lsl list type into a struct. EXPERIMENTAL! This may affectMelanie Thielker3-170/+170
2015-08-19Some unit tests are simply broken and create an API with a null m_item.Melanie Thielker1-0/+6
2015-08-17Change the IScriptApi back to it's original form, removing XEngineMelanie Thielker4-17/+6
2015-08-17Revert "When scripts are sleeping, don't count that as execution time"Melanie Thielker4-51/+9
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 scripts are sleeping, don't count that as execution timeOren Hurvitz4-9/+51
2015-08-07Have osAvatarName2Key check the cache first, even for foreign usersOren Hurvitz1-22/+23
2015-08-04create osGetAvatarHomeURIChristopher1-0/+33
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-05-29Add a new os function "osGetGender()"dahlia1-0/+45
2015-05-27llListRandomize() wasn't very randomCinder1-6/+7
2015-05-26Add WhiteCore's LL Json functionsMelanie Thielker1-0/+239
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 llGetObjectDetailsTalun1-0/+29
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 Canto1-1/+1
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 Adams1-0/+15
2015-04-12Fix llTargetOmega non-physical gain.Magnuz Binder1-0/+3
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2-14/+13
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 Binder1-3/+3
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-05Give llGiveInventory a way to querry Hypergrid visitors so network vendors ar...BlueWall1-2/+6