aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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 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
| * 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
* | Phase 2 additons with Frame Dilation metric.Robert Louden2015-04-212-5699/+5723
| |
* | Moved over metrics from previous OpenSim 0.8.0.3 repository (this new ↵Glenn Martin2015-04-214-18/+401
|/ | | | 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>
* 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-141-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.
* 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.
* Change UserProfiles so that the parcel name is used for a ProfilePick and ↵AliciaRaven2015-04-121-17/+9
| | | | | | 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>
* BulletSim: implement VEHICLE_REFERENCE_FRAME. Thanks Vegaslon!.Robert Adams2015-04-051-14/+21
|
* Parameterize sleeps in LSL functions.Magnuz Binder2015-03-221-64/+123
|
* Allow setting hollow to 99% from scripts just like from viewer.Magnuz Binder2015-03-222-6/+6
|
* Allow setting holesize to 0.01 from scripts just like from viewer.Magnuz Binder2015-03-221-4/+4
|
* Allow setting dimple diff to 0.02 from scripts just like from viewer, add ↵Magnuz Binder2015-03-221-2/+7
| | | | clipping and fix old copy-paste error.
* viewers can set a minimum distance 0.02 between path cut start and path cut endFreaky Tech2015-03-221-3/+3
|
* oops someone set individual quaternion members and forgot to normalizedahlia2015-03-171-0/+1
|
* Re-enabled ability for avatar to ascend and descend whilst controlling view ↵Justin Clark-Casey (justincc)2015-03-171-2/+2
| | | | | | | with lmb held down on avatar (in most viewers). This had been disabled by 30b7863 (Fri Feb 27 2015). Relates to http://opensimulator.org/mantis/view.php?id=6835
* Actually start a region created via the "create region" console command.Justin Clark-Casey (justincc)2015-03-131-0/+2
| | | | Addresses http://opensimulator.org/mantis/view.php?id=7478
* Fix script state not being preserved in objects sent via Hypergrid.Justin Clark-Casey (justincc)2015-03-132-9/+79
| | | | | | | This was because attributes were not being included in the transformation, hence losing the script state identity. Symptoms are messages like "[SCENE OBJECT GROUP]: SavedScriptState element had no UUID in object test box" Regression since the conference code merge. Regression test extended for this case. Relates to http://opensimulator.org/mantis/view.php?id=7439
* Move state change in progress in ScriptInstance.PostEvent() to the top of ↵Justin Clark-Casey (justincc)2015-03-121-3/+4
| | | | the EventQueue lock to avoid some flags possibly being wrongly set (m_LastControlLevel, etc.)
* Lock around EventQueue manipulation in ScriptInstance.SetState() as queues ↵Justin Clark-Casey (justincc)2015-03-121-17/+24
| | | | | | are not thread-safe structures. This should also make it less likely that an event will be erroneously posted during a state change by precluding a race condition with a thread calling ScriptInstance.PostEvent()
* A workaround for the state change problem described best here ↵Bob Shaffer II2015-03-121-1/+22
| | | | http://opensimulator.org/mantis/view.php?id=6960 which should make state changes behave more like is described here http://wiki.secondlife.com/wiki/State
* help restart message correctedShy Robbiani2015-03-111-1/+1
| | | | | | The "restart" console command restarts the currently selected region or all regions in this instance if root is selected. Changed the message accordingly.
* minor: Remove windows build warning about CompressionLevel package ambiguity.Justin Clark-Casey (justincc)2015-03-112-0/+2
| | | | | Relates to http://opensimulator.org/mantis/view.php?id=7442 Thanks Fly-Man-
* BulletSim: add VEHICLE_ more parameter value limit checking.Robert Adams2015-03-072-29/+57
| | | | | | This only bounds passed parameters as there is no good way of refusing the parameter setting. This mostly means that passing NaN's won't crash the simulator.
* Remove references to MAX_ASSET_DESC from the dynamic texture module, ↵BlueWall2015-03-061-2/+2
| | | | hardcode to 128 as in other inventory modules.
* revised GetMesh to not use intermediate base64 coding schemeFreaky Tech2015-03-051-14/+45
| | | | | | | it delivers binary and has binary as input. base64 intermediate coding makes no sense. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* adjusted new UserManagementModule to accept the HG UUI test harnessFreaky Tech2015-03-051-1/+5
| | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Give llGiveInventory a way to querry Hypergrid visitors so network vendors ↵BlueWall2015-03-051-2/+6
| | | | are able to give items to Hg visitors
* solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech2015-03-053-272/+324
| | | | | | | | | | | | | | it does not consider GridUser as a viable source for residents' data. it does not consider Friends, Inventory Creators to be trusted at all. There are lots of broken entries in existence. There are lots of broken creator data fields in assets. The following issues arise from the broken data in the old User Management Module: failing HG IM failing HGFriends Requests Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Merge branch 'master' of /team/src/opensimBlueWall2015-03-042-2/+19
|\
| * Revert "removed replacement texture in UDP Texture code. The replacement ↵BlueWall2015-03-042-2/+19
| | | | | | | | | | | | | | | | texture introduces false data into viewer cache. Removing that decreases the necessity for clearing the viewer cache. The viewer knows with ImageNotInDatabase that it is missing and can therefore know what to do about it a lot better than the sim does." This reverts commit 4d749d8c6986498547f9a61406105e93445960b4. Re-open mantis 0007474 for further work before final commit.
* | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() ↵Justin Clark-Casey (justincc)2015-03-045-29/+195
|/ | | | | | | | script functions. This is to address an issue where HTTP script functions could make calls to localhost and other endpoints inside the simulator's LAN. By default, calls to all private addresses are now blocked as per http://en.wikipedia.org/wiki/Reserved_IP_addresses If you require exceptions to this, configure [Network] OutboundDisallowForUserScriptsExcept in OpenSim.ini
* usability fixes for LSL APIFreaky Tech2015-03-041-207/+1409
| | | | | | exception based error messages were cryptic for casual users Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* simplify llStringToBase64 and llBase64ToStringFreaky Tech2015-03-041-2/+3
| | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* usability fixes for LightShare APIFreaky Tech2015-03-041-41/+328
| | | | | | exception based error messages were cryptic for casual users Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* corrected bug that viewer cannot correctly fetch ItemData when being a HG ↵Freaky Tech2015-03-031-14/+6
| | | | | | visitor Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* corrected osMakeNotecard(string data) text length was calculated wrong. The ↵Freaky Tech2015-03-031-5/+15
| | | | | | Linden text format defines a byte count in that format. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* corrected script notecard parser. It now handles notecards with inventory as ↵ft@noemail2015-03-033-10/+18
| | | | | | well. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Revert "corrected osMakeNotecard(string data) text length was calculated ↵BlueWall2015-03-031-15/+5
| | | | | | | | wrong. The Linden text format defines a byte count in that format." This reverts commit b519a5e62ae5ce7d408a8206c06371e1316aa5e8. The function works ok in-world but tests are failing. will revert for now.
* Pickup our version number for the functionBlueWall2015-03-031-1/+1
|
* added llGetEnv() implementationFreaky Tech2015-03-033-6/+39
| | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>