aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* Don't log http auth details by default.Justin Clark-Casey (justincc)2015-03-161-2/+2
| | | | | | This is a security risk when people distribute logs for debug purposes. If necessary the information can be retrieved via config console commands. Relates to http://opensimulator.org/mantis/view.php?id=7501
* Fix XBakes simulator-side authentication regression failureJustin Clark-Casey (justincc)2015-03-165-3/+29
| | | | | Unlike the other connectors, XBakes uses a service auth retrieved from ServiceAuth.Create() and not code inherited from BaseServiceConnector. Fixes regression from 7d3bafd5 (Wed 4 Mar 2015) where the new CompoundAuthenticator did not implement IServiceAuth.AddAuthorization()
* Update version info to 0.8.2.0Justin Clark-Casey (justincc)2015-03-161-1/+1
|
* Revert "Allow a console command to give blank arguments ("") without the ↵dahlia2015-03-141-5/+2
| | | | | | | parser failing, e.g. login text """ This reverts commit 129cc49eb4d2f43cdda3804447f84bd3df397ff1. It was causing the "alert" console command to fail.
* minor: fix compiler warnings in EstateDataRobustConnectorJustin Clark-Casey (justincc)2015-03-141-3/+1
|
* 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
* Don't try to write region size and MapfileStaticFile Nini settings that are ↵Justin Clark-Casey (justincc)2015-03-131-4/+6
| | | | | | not set up when invoking the RemoteAdmin create region facility. Changes by MarcelEdward from http://opensimulator.org/mantis/view.php?id=7497. Thanks.
* For the public-facing Hypergrid asset and inventory services, override a ↵Justin Clark-Casey (justincc)2015-03-131-0/+12
| | | | | | | | | general AuthType setting with None in Robust.HG.ini.example This is necessary because both asset and inventory reuse generic connectors that will otherwise set up authentication configured in the [Network] section. This allows one to set up authentication for private services whilst still being able to use asset and inventory on foreign grids. The setting is AuthType = None in both [HGAssetService] and [HGInventoryService] Private grid asset and inventory services will still set up the authentication as configured.
* 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
* Make SmartThreadPool build pick up Properties/AssemblyInfo.cs by setting ↵Justin Clark-Casey (justincc)2015-03-111-1/+1
| | | | | | | build to recurse in this directory. Patch from http://opensimulator.org/mantis/view.php?id=7443 Thanks Fly-Man-
* Add Shy Robbiani to contributorsJustin Clark-Casey (justincc)2015-03-111-0/+1
|
* 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.
* Add rough and ready element explanation in a comment at the top of inventory ↵Justin Clark-Casey (justincc)2015-03-1111-0/+131
| | | | library items xml
* Add required wearable flags values to inventory body parts and clothing ↵Justin Clark-Casey (justincc)2015-03-112-0/+11
| | | | example xml
* 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-
* minor: Remove unnecessary quoting in Regions.ini.exampleJustin Clark-Casey (justincc)2015-03-111-6/+6
|
* minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more ↵Justin Clark-Casey (justincc)2015-03-111-1/+1
| | | | normal 0.0.0.0
* Allow a console command to give blank arguments ("") without the parser ↵Justin Clark-Casey (justincc)2015-03-111-2/+5
| | | | | | failing, e.g. login text "" Relates to http://opensimulator.org/mantis/view.php?id=7489
* 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-053-66/+240
| | | | | | | 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>