Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-28 | ... ossl merge issue | UbitUmarov | 3 | -5/+9 | |
2015-09-24 | bug fix, let ubODE see more than one mesh on cast ray | UbitUmarov | 1 | -14/+1 | |
2015-09-21 | replace LSL reference to sog GetLinkedAvatars | UbitUmarov | 1 | -3/+5 | |
2015-09-21 | Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more. | Kevin Cozens | 1 | -14/+9 | |
2015-09-08 | add missing llSetVelocity stub | UbitUmarov | 1 | -0/+6 | |
2015-09-06 | minor change, add a lock we had at avn | UbitUmarov | 1 | -2/+4 | |
2015-09-06 | add missing stub for llSetVelocity | UbitUmarov | 1 | -0/+1 | |
2015-09-03 | fix CM_api compile error | UbitUmarov | 1 | -3/+3 | |
2015-09-03 | minor clean | UbitUmarov | 1 | -48/+0 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 4 | -1069/+165 | |
2015-08-30 | More namespace and dll name changes. Still no functional changes. | Diva Canto | 1 | -1/+1 | |
2015-08-30 | Renamed the namespaces too | Diva Canto | 1 | -1/+1 | |
2015-08-19 | Add explicit initialization because mono 3 doesn't like what mono 2 allows | Melanie | 2 | -2/+2 | |
2015-08-19 | Convert the lsl list type into a struct. EXPERIMENTAL! This may affect | Melanie Thielker | 3 | -170/+170 | |
the llSetPrimitiveParams family of functions adversely. Please test! | |||||
2015-08-19 | Some unit tests are simply broken and create an API with a null m_item. | Melanie Thielker | 1 | -0/+6 | |
This isn't supposed to be done and should be changed in the tests. For now, add a protective check. | |||||
2015-08-17 | Change the IScriptApi back to it's original form, removing XEngine | Melanie Thielker | 4 | -17/+6 | |
specific additions that should not have been there in the first place. Sleeping and time measurement are now completely internal to XEngine | |||||
2015-08-17 | Revert "When scripts are sleeping, don't count that as execution time" | Melanie Thielker | 4 | -51/+9 | |
The approach is good but the way it is written breaks the architecture. Rewrite follows. This reverts commit a568f06b7faea807149205d0e47454e4883e4836. | |||||
2015-08-13 | Remove DOS line endings from LSL_API.cs | Melanie Thielker | 1 | -15278/+15278 | |
2015-08-12 | Whitespace borkness? | Diva Canto | 1 | -15277/+15277 | |
2015-08-12 | Send correct uuids in the FromID and ID packet fields for llInstantMessage | Drake Arconis | 1 | -5/+2 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-08-11 | When scripts are sleeping, don't count that as execution time | Oren Hurvitz | 4 | -9/+51 | |
Sleeping doesn't use the CPU. | |||||
2015-08-07 | Have osAvatarName2Key check the cache first, even for foreign users | Oren Hurvitz | 1 | -22/+23 | |
Another change: removed the second call to userManager.AddUser(). UserManagementModule won't modify an existing record. | |||||
2015-08-04 | create osGetAvatarHomeURI | Christopher | 3 | -0/+40 | |
Signed-off-by: Melanie Thielker <melanie@t-data.com> | |||||
2015-08-04 | Make osAvatarName2Key() able to get names from unknown HG users | Christopher | 1 | -4/+40 | |
Signed-off-by: Melanie Thielker <melanie@t-data.com> | |||||
2015-08-02 | osKey2Name returns now correct values for HG users who are not on the region. | Christopher | 1 | -10/+18 | |
Signed-off-by: Oren Hurvitz <orenh@kitely.com> | |||||
2015-06-21 | Guard against null AgentPrefs service in llGetAgentLanguage() | Cinder | 1 | -3/+10 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Refactor AgentPreferences so that database operations happen centrally. the ↵ | Cinder | 1 | -7/+3 | |
opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Support for Linden AgentPreferences capability and friends ↵ | Cinder | 1 | -5/+11 | |
(UpdateAgentLanguage and UpdateAgentInformation) and Mantis #7157 Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-01 | Correct constant RCERR_CAST_TIME_EXCEEDED. | Magnuz Binder | 1 | -1/+1 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-29 | Add a new os function "osGetGender()" | dahlia | 3 | -0/+51 | |
2015-05-27 | llListRandomize() wasn't very random | Cinder | 1 | -6/+7 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-05-26 | Add WhiteCore's LL Json functions | Melanie Thielker | 4 | -0/+279 | |
2015-05-23 | Fix mesh cache race condition in llCastRay V3. | Magnuz Binder | 1 | -2/+4 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-22 | Use own mesh cache in llCastRay V3 after throttling. | Magnuz Binder | 1 | -39/+104 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-22 | Throttle llCastRay V3. | Magnuz Binder | 1 | -2/+90 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-20 | New values returned by llGetEnv | Talun | 1 | -1/+33 | |
Implements recent changes to llGetEnv region_cpu_ratio hardcoded to 1 region_product_sku hardcoded to OpenSim Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-12 | Patch llCastRay fully simplified to V3. | Magnuz Binder | 1 | -212/+217 | |
2015-05-04 | Revert "Patch llCastRay fully-simplified to V2." for further review. | Michael Cerquoni | 1 | -15/+14 | |
This reverts commit c96ee68953eb31fc2ad6d1df9b7a4bb19c584e17. | |||||
2015-05-04 | Missing constants for llGetObjectDetails | Talun | 2 | -0/+33 | |
OBJECT_BODY_SHAPE_TYPE OBJECT_HOVER_HEIGHT OBJECT_LAST_OWNER_ID OBJECT_RENDER_WEIGHT Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-04 | Implement llGetGeometricCenter correctly. | Magnuz Binder | 1 | -1/+20 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-04 | Patch llCastRay fully-simplified to V2. | Magnuz Binder | 1 | -14/+15 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-03 | Implement llCastRay fully, simplified. | Magnuz Binder | 1 | -1/+759 | |
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 1 | -1/+1 | |
AssemblyVersion("0.8.2.*") | |||||
2015-04-20 | Allow setting profilecut diff to 0.02 from scripts just like from viewer. | Magnuz Binder | 1 | -3/+3 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-04-20 | Implement llGetBoundingBox fully. | Magnuz Binder | 1 | -42/+447 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-04-14 | Temporarily comment out OSSL enabled warning log message. | Robert Adams | 1 | -1/+1 | |
Added in wrong place. It is printed once per script rather than once per region. | |||||
2015-04-14 | Enable OSSL functions by default using the osslEnable.ini configuration file. | Robert Adams | 1 | -0/+3 | |
This changes OpenSim.ini.example to, by default, include osslEnable.ini which turns on the OSSL functions and limits who can do which operations. | |||||
2015-04-12 | Add osCheckODE() function so scripts can configure for running with legacy ↵ | Robert Adams | 3 | -0/+21 | |
physics engine. Function returns 'true' of the physics engine is configured to be 'OpenDynamicsEngine'. The presumption is that all other physics engines work the same (like SL) or it is a bug. Does not require ossl functions to be enabled. | |||||
2015-04-12 | Fix llTargetOmega non-physical gain. | Magnuz Binder | 1 | -0/+3 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 3 | -18/+19 | |
Util.cs routines to convert region coords to and from world coords or handles. |