aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-13 Add some values to the SimulatorFeatures cap's OpenSimExtras section ↵UbitUmarov1-1/+40
relative to FPS statistics. This is transition code ported from avinationmerge.
2015-11-13 add the option Normalized55FPS. This is transition code ported from ↵UbitUmarov2-18/+28
avinationmerge branch. (configration file changes will be commited later)
2015-10-31Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker2-7/+8
to all interested functions. Should fix the varregion conditional. Still a testing version, do NOT use in production!
2015-10-31Remove testing cruft that is blocking the new protocols. Unit tests noMelanie Thielker1-1/+5
longer test TP v1 now. TP v1 will be removed within 6 months anyway.
2015-10-31let silly tests override version on local connectionsUbitUmarov1-2/+2
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2-4/+4
work. Will eat your babies. Yada. Yada.
2015-10-29fix mantis 7733, reverting setting of IsAttachment on first call to full ↵UbitUmarov2-9/+6
check. Replace instead same simple IsAttachment tests by full checks
2015-10-25 set SOG.IsAttachment when doing a full check, so future gets see the right ↵UbitUmarov1-1/+6
value
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-09-06Clean up viewer-based access control specifications.Diva Canto1-3/+7
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto29-29/+0
OpenSim.Framework.
2015-09-04In SceneGraph, use the property PhysicsScene instead of the variable ↵Diva Canto1-3/+3
_PhysScene, so that it gets properly initialized before being dereferenced.
2015-08-31First commit where physics work as region module.Diva Canto2-5/+9
Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager.
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto10-10/+10
2015-08-30Renamed the namespaces tooDiva Canto11-22/+22
2015-08-30Moved instantiation of SceneCommunicationService object to inside the scene ↵Diva Canto1-2/+1
constructor. This was a left over from the original monolithic design of scene communications. The less the instantiators of scenes know about the scene's internals, the better.
2015-08-30Mantis #7713: fixed bug introduced by 1st MOSES patch.Diva Canto1-7/+9
2015-08-23In ScenePresence, when removing from the physical scene, unsubscribeRobert Adams1-1/+1
from collisions before removing the collision callbacks. Should not make operational differences.
2015-08-20Fix multiple moving_end and add moving_start to llSetKeyframedMotionJeff Kelley1-10/+15
Signed-off-by: Melanie Thielker <melanie@t-data.com>
2015-08-20Partial plumbing for the agent stateful module features negotiationMelanie Thielker2-1/+8
2015-08-16Create want and need lists for agent data interchange formats.Melanie Thielker1-0/+44
2015-08-15Adding the IAgentStatefulModule interface. It is used in addtion toMelanie Thielker1-0/+61
one of the existing module interfaces to denote a module that holds agent specific state that should be transferred to other regions
2015-08-11Show Script Time in the statistics panelOren Hurvitz2-38/+68
The value shown is the number of milliseconds per frame that were spent executing scripts in this region.
2015-08-11Better handling of invalid XML: a) prevent infinite loop on EOF; b) better ↵Oren Hurvitz3-61/+73
logging If the XML was truncated for some reason then ExecuteReadProcessors() would get into an infinite loop, using high CPU. Now it detects EOF (and several other error cases) and aborts. The rest of the changes just improve logging of XML in case of errors, so that we can see what the bad XML is.
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding ↵Diva Canto1-3/+7
inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. This means that from now on, [new] root folders have code 8 (FolderType.Root), as the viewers expect, as opposed to 9, which was what we had been doing. Normal folders are as they were, -1. Also now sending folder code 100 for Suitcase folders to viewers, with no filter. All tests pass, but fingers crossed!
2015-08-03Removed unused variableOren Hurvitz1-2/+0
2015-08-02Add an option to processes physics collisions using FireAndForget.Robert Adams2-3/+48
Off by default but set with [Startup]ShouldUseFireAndForgetForCollsions=true There is a problem with physics colliions sometimes stopping. One suspicion is that the long callback path from the physics engine into the script engine is causing problems. Enabling this feature passes the collision into the script engine on a separate thread and not the main simulation thread. Tester can enable this and see if the collsions stay around. If they still fail, this commit should be reverted and another solution looked for.
2015-08-01Mantis #7657 and #7514. This should alleviate the problem of bad object ↵Diva Canto2-4/+6
assets being passed around via HG and archives. No guarantees that all the leaks have been found, but at least it detects and fixes these bad assets upon: (1) storing and getting assets over HG -- assuming the core HG asset service is being used (not the case with OSGrid!) (2) importing assets via OAR and IAR Instantiation of bad assets now should also work, instead of producing an exception, but the bad assets themselves aren't being fixed in the DB. That should be done with a cleaning tool -- see Perl script in Mantis #7657. Virus!
2015-07-13Fixed the whitespace in Scene.csOren Hurvitz1-515/+515
The whitespace in this file was fubared recently
2015-06-14Squoosh one more warningDiva Canto1-1/+1
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the ↵Cinder2-37/+11
opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-06-13Relicense AgentPreferences files to BSD and OpenSimulatorCinder1-23/+24
Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-06-13Support for Linden AgentPreferences capability and friends ↵Cinder1-0/+36
(UpdateAgentLanguage and UpdateAgentInformation) and Mantis #7157 Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-06-10SceneObjectPart.UpdateLookAt() now uses corrected libomv quaternion functions.dahlia1-16/+6
2015-06-05The only purpose of this commit is to remove an erroneous comment. It turns ↵Diva Canto1-4/+2
out that rezzing the attachments is necessary in modern viewers too. Proof: commenting the lines below the comment results in no attachments seen in the avatar.
2015-06-04Mantis #7536. This may alleviate the side effects of broken SceneObjects ↵Diva Canto1-15/+20
XML. It doesn't (can't) fix the cause.
2015-05-20New values returned by llGetEnvTalun1-1/+7
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-19Removing duplicate definitionMichael Heilmann1-2/+0
2015-05-13Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to ↵AliciaRaven1-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. 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. This version fixes issues where scripts in child prims were not detected and also blocks grab for attachments. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2015-05-05Refactored some code that is used in two different dlls related to SOP ↵Diva Canto1-0/+136
rewriting. Also added some unit tests that relate to mantis #7514
2015-04-30Updated phase 2 to have the changes originally done in phase 1 for the ↵Steven Zielinski2-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
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto1-1/+1
AssemblyVersion("0.8.2.*")
2015-04-29Added in all metrics for Phase 1 except for Time Dilation.Steven Zielinski2-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>
2015-04-29Changed the 10 value to be a constant value inside of the Scene called ↵Steven Zielinski2-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
2015-04-28Revert "Enable grab feature (Ctrl+Drag) for non-physical link-sets and add ↵BlueWall1-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.
2015-04-28Changed the 10 value to be a constant value inside of the Scene called ↵Steven Zielinski2-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
2015-04-21Added in all metrics for Phase 1 except for Time Dilation.Steven Zielinski2-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
2015-04-21Phase 2 additons with Frame Dilation metric.Robert Louden2-5699/+5723
2015-04-21Moved over metrics from previous OpenSim 0.8.0.3 repository (this new ↵Glenn Martin3-18/+365
repository is now the master branch from OpenSim).
2015-04-20Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to ↵AliciaRaven1-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>