aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * lock collision mesh cache when accessingdahlia2015-05-031-3/+9
| |
| * Make Meshmerizer mesh cache static so it can be shared across class instancesdahlia2015-05-031-1/+2
| |
| * Mantis #7514Diva Canto2015-05-021-2/+2
| | | | | | | | I think this is it -- a bug introduced back in October, where the prefix and name space were being added twice on HG asset posts bu simulators.
| * It wasn't that. Revert "Mantis #7514"Diva Canto2015-05-021-3/+0
| | | | | | | | This reverts commit 365f46bfa91245e6e277a180dc6bbf757ea2540f.
| * Mantis #7514Diva Canto2015-05-021-0/+3
| | | | | | | | | | Mono bug introduces double xmlns attribute names when rewriting the asset in HGAssetService, e.g. <SceneObjectPart xmlns:xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xmlns:xsd="http://www.w3.org/2001/XMLSchema">. Solution: remove all attributes before saving.
| * Corrected typo in namespaceDiva Canto2015-05-021-1/+1
| |
| * Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto2015-04-2961-61/+61
| | | | | | | | AssemblyVersion("0.8.2.*")
| * Added new [Statistics] config section to go with the previous patch.Diva Canto2015-04-291-0/+4
| |
| * Added in all metrics for Phase 1 except for Time Dilation.Steven Zielinski2015-04-292-9/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Test Plan: Tested on local opensim and firestorm. Not tested with JSON stats reporter. Reviewers: rlouden Reviewed By: rlouden Differential Revision: http://cr.irl.ucf.edu/D269 Signed-off-by: Diva Canto <diva@metaverseink.com>
| * Revert "Enable grab feature (Ctrl+Drag) for non-physical link-sets and add ↵BlueWall2015-04-281-24/+6
| | | | | | | | | | | | code to handle spin (Ctrl+Shift+Drag)" We found that linksets can move if the root prim is unscripted. Will revert this until a fix can be implemented.
| * Revert "Revert "Fix the click to buy prim dialog not being displayed with ↵BlueWall2015-04-281-1/+1
| | | | | | | | | | | | alpha viewers after recent changes to viewer code by LL."" This brings back the fix for recent viewer click to buy prim dialog which was reverted after some reports of objects being altered when touched.
| * Revert "Fix the click to buy prim dialog not being displayed with alpha ↵BlueWall2015-04-271-1/+1
| | | | | | | | | | | | | | | | viewers after recent changes to viewer code by LL." See: http://opensimulator.org/mantis/view.php?id=7426#c28089 Reverting this commit due to unwanted effects.
| * Fix the click to buy prim dialog not being displayed with alpha viewers ↵AliciaRaven2015-04-251-1/+1
| | | | | | | | | | | | | | | | after recent changes to viewer code by LL. Recent viewer changes by linden lab now require more information when requesting prim tooltip data. The object properties must now be sent when the viewer requests the object family properties used to display the tool tip. Thanks to Liru for finding the viewer commit that broke this feature in OS. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
| * Allow setting profilecut diff to 0.02 from scripts just like from viewer.Magnuz Binder2015-04-201-3/+3
| | | | | | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
| * Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to ↵AliciaRaven2015-04-201-6/+24
| | | | | | | | | | | | | | | | handle spin (Ctrl+Shift+Drag) This patch fixes permission issues with dragging scripted objects. As on LL grid, scripted prims can not be dragged now. Also after dragging, the group was not marked as updated. This meant that after the region was restarted the group would revert to its original position. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
| * Implement llGetBoundingBox fully.Magnuz Binder2015-04-203-42/+528
| | | | | | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* | Merge pull request #7 from gamucf/moses.metricsPhase2Michael Heilmann2015-05-197-753/+1014
|\ \ | | | | | | Moses.metrics phase2
| * \ Merge branch 'master' of https://github.com/M-O-S-E-S/opensim into ↵Glenn Martin2015-05-191-0/+2
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | moses.metricsPhase2 Fixed conflicts. Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
* | | Merge pull request #5 from gamucf/moses.metricsPhase1Michael Heilmann2015-05-062-9/+12
|\ \ \ | | | | | | | | Moses.metrics phase1
| * \ \ Merge remote-tracking branch 'upstream/master' into moses.metricsPhase1Glenn Martin2015-05-010-0/+0
| |\ \ \ | |/ / / |/| | |
| * | | Changed the 10 value to be a constant value inside of the Scene called ↵Steven Zielinski2015-04-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | m_DefaultNumberFramesStored. Test Plan: Tested on windows with the json stats reporter. Reviewers: rlouden, kboswell, clattin, ssirigam, martin Reviewed By: rlouden, kboswell, clattin, ssirigam, martin Differential Revision: http://cr.irl.ucf.edu/D273
| * | | Changed the 10 value to be a constant value inside of the Scene called ↵Steven Zielinski2015-04-282-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | m_DefaultNumberFramesStored. Test Plan: Tested on windows with the json stats reporter. Reviewers: rlouden, ssirigam, martin, kboswell, clattin Differential Revision: http://cr.irl.ucf.edu/D273
| | * | Merge branch 'moses.metricsPhase2' of git.irl.ucf.edu:/irl/git/opensim into ↵Glenn Martin2015-05-181-1/+5
| | |\ \ | | | | | | | | | | | | | | | moses.metricsPhase2
| | | * | Fixed a bug that would cause the sim extra stats reporter to fail in ↵Steven Zielinski2015-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reporting stats. The bug was caused by the current process threads which can return null references. Test Plan: Tested on windows using opensim standalone and the json stats. Reviewers: rlouden, ssirigam, clattin, martin, kboswell Reviewed By: rlouden, ssirigam, clattin, martin, kboswell Differential Revision: http://cr.irl.ucf.edu/D277
| | | * | Fixed vocabulary in a comment to match the code.Steven Zielinski2015-05-041-1/+1
| | | | |
| | | * | Fixed a bug that would cause the sim extra stats reporter to fail in ↵Steven Zielinski2015-05-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reporting stats. The bug was caused by the current process threads which can return null references. Test Plan: Tested on windows using opensim standalone and the json stats. Reviewers: rlouden, kboswell, clattin, martin, ssirigam Differential Revision: http://cr.irl.ucf.edu/D277
| | * | | Merge remote-tracking branch 'upstream/master' into moses.metricsPhase2Glenn Martin2015-05-011-0/+9
| | |\ \ \ | |_|/ / / |/| | / / | | |/ / | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
* | | | Merge pull request #1 from gamucf/moses.metricsPhase1Michael Heilmann2015-04-223-19/+232
|\ \ \ \ | |/ / / | | | | Moses.metrics Phase1
| * | | Added in all metrics for Phase 1 except for Time Dilation.Steven Zielinski2015-04-212-9/+218
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test Plan: Tested on local opensim and firestorm. Not tested with JSON stats reporter. Reviewers: rlouden Reviewed By: rlouden Differential Revision: http://cr.irl.ucf.edu/D269
| | * Updated phase 2 to have the changes originally done in phase 1 for the ↵Steven Zielinski2015-04-302-5554/+5557
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defaultNumberFramesStored. Test Plan: Tested using opensim standalone on windows with json stats. Reviewers: rlouden Reviewed By: rlouden Differential Revision: http://cr.irl.ucf.edu/D275
| | * Readded file to repository. Acciedently removed.Robert Louden2015-04-211-0/+0
| | |
| | * Phase 2 additons with Frame Dilation metric.Robert Louden2015-04-211-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test Plan: Compiles and runs successfully. Reviewers: szielinski Reviewed By: szielinski Differential Revision: http://cr.irl.ucf.edu/D268
| | * Phase 2 additons with Frame Dilation metric.Robert Louden2015-04-213-5708/+5733
| | |
| | * Moved over metrics from previous OpenSim 0.8.0.3 repository (this new ↵Glenn Martin2015-04-216-19/+449
| |/ | | | | | | repository is now the master branch from OpenSim).
| * Revert "Enable grab feature (Ctrl+Drag) for non-physical link-sets and add ↵Robert Adams2015-04-191-18/+4
| | | | | | | | | | | | | | | | | | code to handle spin (Ctrl+Shift+Drag)" This change sees to enable general moving of objects with touch scripts. Reverting until the move permissions are understood. This reverts commit 28ce3238020c4dca8f9aef711daf730bccf0d2f0.
| * Avoid deadlock in NPCModule between DeleteNPC and GetNPC on m_avatarstglion2015-04-181-10/+14
| | | | | | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
| * Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to ↵AliciaRaven2015-04-171-4/+18
|/ | | | | | handle spin (Ctrl+Shift+Drag) Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Small fix for ini commentsBlueWall2015-04-151-1/+1
|
* Temporarily comment out OSSL enabled warning log message.Robert Adams2015-04-141-1/+1
| | | | Added in wrong place. It is printed once per script rather than once per region.
* Enable OSSL functions by default using the osslEnable.ini configuration file.Robert Adams2015-04-143-2/+5
| | | | | This changes OpenSim.ini.example to, by default, include osslEnable.ini which turns on the OSSL functions and limits who can do which operations.
* Remove ossl settings in XEngine section of OpenSim.ini.example with note to ↵Robert Adams2015-04-142-88/+69
| | | | | | | | | | where they were moved. At the moment, ossl settings are in the XEngine section although they should apply to any LSLish script engine. Moves all ossl settings to osslEnable.ini Update osslEnable.ini with more decriptive comments and set some functions to be more restrictive -- especially the functions that allow scripts to do things to other avatars and prims.
* Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which ↵Robert Adams2015-04-121-0/+4
| | | | | | forces animations on avatars without requesting user permission.
* Add osCheckODE() function so scripts can configure for running with legacy ↵Robert Adams2015-04-123-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.
* Move osslEnable.ini file from bin/ to bin/config-include.Robert Adams2015-04-122-186/+203
| | | | | | | Per comments, putting new configuration files in bin/ is not preferred. Add comments and instructions to heading of osslEnable.ini. Add a commented out include of osslEnable.ini to OpenSim.ini.example. Fix line endings of osslEnable.ini to be Unix style.
* Change UserProfiles so that the parcel name is used for a ProfilePick and ↵AliciaRaven2015-04-125-24/+18
| | | | | | not the parcel owners name. This change also fixes a bug where if the avatar enters and does not move, creating or editing a ProfilePick would set the parcelId as an empty UUID. This is because ScenePresence.currentParcelUUID is not set until the avatar moves. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Fix llTargetOmega non-physical gain.Magnuz Binder2015-04-121-0/+3
| | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Fix stand position for differing seat and root rotation.Magnuz Binder2015-04-121-1/+1
| | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Add the missing commas to parcel parameter setting in osslEnable.iniRobert Adams2015-04-121-2/+2
|
* Add 'osslEnable.ini' file which enables a restricted set of ossl functions.Robert Adams2015-04-111-0/+186
| | | | | | An 'include' in OpenSim.ini would enable the ossl functions but, for the moment, the functions are still disabled by default and this file is an example of what could be done.
* BulletSim: implement VEHICLE_REFERENCE_FRAME. Thanks Vegaslon!.Robert Adams2015-04-051-14/+21
|