aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor: Make Robust.ini.example and Robust.HG.ini.example files consistent ↵Justin Clark-Casey (justincc)2014-11-282-192/+230
| | | | within themselves and OpenSim.ini.example by changing tabs to spaces, indenting, spacing.
* Add [Startup] JobEngineEnabled setting that allows the job engine to be ↵Justin Clark-Casey (justincc)2014-11-251-0/+4
| | | | disabled for testing purposes if necessary.
* Add [BulletSim] option AvatarToAvatarCollisionsByDefault to control whether ↵Justin Clark-Casey (justincc)2014-11-252-0/+8
| | | | | | | | | avatars collide. This is true by default. This is implemented with a new collision type (PhantomToOthersAvatar) to potentially allow colliding and non-colliding avatars to be present in the same scene. So there is no provision yet for giving avatars different collision types. This commit replaces the temporary change in commit f3eaa6d8 where avatars would never collide when using BulletSim This is equivalent to the av_av_collisions_off option in ODE.
* Update libomv to cedac55justincc2014-11-251-0/+0
| | | | | | This resolves an issue with pCampbot where some bots would occasionally connect with the same UDP source port. This sometimes led to console messages where bots would report receiving packets multiple times that weren't marked as resends. DLLs built under windows
* Add "wearables show" console command.Justin Clark-Casey (justincc)2014-11-251-0/+0
| | | | | This shows summary wearables information (shape, hair, etc.) for all avatars in the scene or specific information about a given avatar's wearables. Similar to the existing "attachments show" command.
* small adjustment to commented out scene_throttle_max_bps and ↵Justin Clark-Casey (justincc)2014-11-251-2/+2
| | | | | | client_throttle_max_bps examples in OpenSimDefaults.ini Make them actually reflect 20 mbit and 1.5 mbit respectively
* Change help text for client_throttle_max_bps in OpenSimDefaults.ini to state ↵Justin Clark-Casey (justincc)2014-11-251-1/+1
| | | | | | | | it is in bytes, not bits This is the same as already done for scene_throttle_max_bps Internally, the token buckets are in bytes and the other help text makes it clear that the number is bytes per second (though with the wrong assumption that 1 mbit = 1024 * 1024 bits whereas 1 mbit = 1000 kbits = 1000000 bits)
* Update libomv to cedac55justincc2014-10-302-0/+0
| | | | | | This resolves an issue with pCampbot where some bots would occasionally connect with the same UDP source port. This sometimes led to console messages where bots would report receiving packets multiple times that weren't marked as resends. DLLs built under windows
* Refresh OpenMetaverse libraries again at 0f4b361 but with Windows builds to ↵justincc2014-10-244-0/+0
| | | | see if this resolves some user problems.
* Set appearance refresh to false by default.Justin Clark-Casey (justincc)2014-10-021-1/+1
| | | | | | This setting was originally added some time ago to deal with issues where appearance was not received properly by all users. However, it does not scale well with large numbers of agents. Disabling to see if the original problem has abated or whether this will have to be tackled in another way.
* Fix key name in example Regions.ini fileBlueWall2014-09-281-1/+1
|
* Move expired objects cleaning trigger to the maintenance thread of a region ↵Justin Clark-Casey (justincc)2014-09-271-4/+4
| | | | | | | rather than it's main scene loop. [Startup] default setting UpdateTempCleaningEveryNFrames becomes UpdateTempCleaningEveryNSeconds. Default becomes 180s instead of effective 182s (which would also vary with any changes in frame time or extra long frames)
* Add missing HGInventoryService responsible for creating My Suitcase to ↵Roger Kirkman2014-09-261-0/+4
| | | | StandaloneHypergrid.ini
* Update libopenmetaverse to 0f4b361.Justin Clark-Casey (justincc)2014-09-244-0/+0
| | | | Primarily to get a small message logging improvement for pCampbot.
* Add persistent command history in consoleJak Daniels2014-09-234-0/+43
| | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Reinsert OpenMetaverse.dll from commit fbdf507 from an accidental replace in ↵Justin Clark-Casey (justincc)2014-09-221-0/+0
| | | | | | f1f935e This only affected pCampbot.
* Merge branch 'master' into bullet-2.82Robert Adams2014-09-035-20/+3
|\
| * Cleanup some unused code and configuration entriesBlueWall2014-09-032-20/+0
| |
| * Remove the 32 bit launchers as discussed at OpenSimulator Office Hour ↵BlueWall2014-09-032-0/+0
| | | | | | | | 9//2/14 http://opensimulator.org/wiki/Chat_log_from_the_meeting_on_2014-09-02. Find the binaries, sources and README in ./share/32BitLaunch if needed.
| * Add [EntityTransfer] AllowAvatarCrossing setting to determine whether ↵Justin Clark-Casey (justincc)2014-09-031-0/+3
| | | | | | | | | | | | avatars are allowed to cross regions at all. Defaults to true. For test purposes.
* | Merge branch 'master' into bullet-2.82Robert Adams2014-08-262-4/+4
|\ \ | |/
| * Add back URL endings in examplesBlueWall2014-08-252-4/+4
| |
* | Fix typo in OpenSimDefaults.ini commentRobert Adams2014-08-211-1/+1
| |
* | BulletSim: Windows and Linux 32 and 64 bit versions of Bullet 2.82Robert Adams2014-08-184-0/+0
|/
* Added RestrictEmail to make llEmail only send to avatars email address if true.Kevin Cozens2014-08-141-0/+5
|
* Make RootTerseUpdatePeriod and ChildTerseUpdatePeriod configurable in ↵Justin Clark-Casey (justincc)2014-08-141-0/+9
| | | | | | | | | | [InterestManagement] in OpenSim.ini for experimental purposes. If n > 1 for RootTerseUpdatePeriod only every n terse update is actually sent to observers on same region, unless velocity is effectively zero (to stop av drift). If n > 1 for ChildTerseUpdatePeriod only every n terse update is sent to observers in other regions, unless velocity is effectively zero. Defaults are same as before (all packets are sent). Tradeoff is reduction of UDP traffic vs fidelity of observed av mvmt. Increasing n > 1 leads to jerky observed mvmt immediateley for root, though not on child, where experimentally have gone to n = 4 before jerkiness is noticeable.
* Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulatorJustin Clark-Casey (justincc)2014-08-132-0/+21
| | | | | This adds the "show stats", "stats record", etc. commands and information on available Threadpool threads, etc. It also adds the Watchdog which logs warnings if time between executions is unexpectedly large.
* Update libomv libraries with those built from commit 2208379.Justin Clark-Casey (justincc)2014-08-124-0/+0
| | | | This is to resolve some issues for pCampbot, chiefly with capability connection and inbound handling.
* Reduce default rotation AgentUpdate output sensitivity to a setting that ↵Justin Clark-Casey (justincc)2014-08-081-1/+1
| | | | | | | | | | cuts down UDP traffic without obvious adverse effects on observed avatar rotations. Experimentally, on the Linden Lab grid the avatar can rotate slightly before triggering AvatarUpdates, whereas this is practically impossible in OpenSimulator. These updates allow other avatars to see rotations, though sensitivity is low since other avatars can only be seen in one of 8 body rotations. This commit changes sensitivity from 0.01 to 0.1, which better matches LL and reduces UDP traffic which has a beneficial impact on network and CPU load. This has no impact on rotations in the simulator itself so simulation fidelity is the same as before. To change this setting back for test/other purposes, edit RootRotationUpdateTolerance in the [InterestManagement] section of OpenSim.ini
* Change default max threads if SmartThreadPool is used as the main thread ↵Justin Clark-Casey (justincc)2014-08-081-1/+1
| | | | | | | | | pool from 15 to 300 Running out of such threads under heavy load causes delayed packet processing which can lead to spurious UDP resends and knock on issues. We already massively boost the min/max builtin pool worker and IOCP threads (which even with STP are still used for inbound network requests) without obvious adverse effects. The threads are only instantiated if they are required. This change does not affect other async_call_method options.
* OpenSimExtrasBlueWall2014-08-064-78/+30
| | | | Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation.
* Add RootPositionUpdateTolerance, RootRotationUpdateTolerance, and ↵Justin Clark-Casey (justincc)2014-08-061-8/+16
| | | | | | | RootVelocityUpdateTolerance parameters to [InterestManagement] in OpenSimDefaults.ini These govern when AgentUpdates are sent to observers on position, rotation and velocity changes to an avatar (including the avatar themselves). Higher values reduce AgentUpdate traffic but at a certain level will degrade smoothness of avatar and perceived avatar movement.
* Add region-side extra feature setting for destination guideBlueWall2014-07-311-0/+2
|
* Add Chat module extra feature settings to GridExtraFeatures serviceBlueWall2014-07-302-0/+18
|
* Simulator Extra Features ServiceBlueWall2014-07-303-0/+53
| | | | | Provide a means for regions to fetch extra features supported by modern viewers from a central location .
* fix comments in physics section of [Startup] to reflect the actual default ↵Michael Cerquoni2014-07-251-1/+1
| | | | engine.
* Add suppression of grid-side "show regions" command in simulator console for ↵Justin Clark-Casey (justincc)2014-07-251-0/+1
| | | | | | | Hypergrid setups as well as normal grid. Should have been done in recent commit 6048dfcd Resolves http://opensimulator.org/mantis/view.php?id=7281
* Add missing default female hair texture for Ruth avatar.Justin Clark-Casey (justincc)2014-07-242-0/+6
| | | | | | This was not in library assets despite being referred to in assets/BodyPartsAssetSet/base_hair.dat Texture ID is 7ca39b4c-bd19-4699-aff7-f93fd03d3e7b Taken from https://github.com/openmetaversefoundation/simiangrid/blob/master/Grid/default_assets/Default%20Female%20Hair-7ca39b4c-bd19-4699-aff7-f93fd03d3e7b.j2c
* Changed the default XBakes directory to a local path: "./bakes".Oren Hurvitz2014-07-212-6/+4
| | | | | | Previously it was an absolute path. Now it's a sibling of the maptiles directory. This fixes http://opensimulator.org/mantis/view.php?id=7063
* Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default.Robert Adams2014-07-201-1/+1
| | | | | | | | This, by default, enables terrain patches being sent to each avatar from the avatar away (rather than the old outside-in pattern), only sending terrain patches within the avatars view distance (making view loading quicker), and sending multiple terrain patches per protocol packet (making terrain loading and editing quicker).
* In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ↵Justin Clark-Casey (justincc)2014-07-181-1/+4
| | | | | | can stop misleading grid service only console commands from registering. We need to do this because the simulator initializes and internal copy of the GridService in grid mode for internal purposes
* Change default script stop method to co-op instead of abort.Justin Clark-Casey (justincc)2014-07-161-3/+4
| | | | | | | co-op should be more stable as it doesn't abort threads, which can trigger virtual machine instability This change will be invisible to users as script DLLs are recompiled automatically where necessary, though the change won't take affect until the next simulator restart. This change has no effect on existing script state. If you want to continue using abort, set ScriptStopStrategy = abort in the [XEngine] section of OpenSim.ini
* Update information in OpenSimDefaults to reflect the fact that ↵Justin Clark-Casey (justincc)2014-07-141-6/+6
| | | | ScriptStopStrategy in [XEngine] can now be changed without manually deleting old compiled scripts.
* Changed GetUserInfo so that the exposure of user account details is ruled by ↵Diva Canto2014-07-062-0/+13
| | | | a configuration variable. It's on by default.
* Bulletsim: Create AvatarTerminalVelocity to BulletSim like what ODE and SL ↵Vegaslon2014-06-271-0/+5
| | | | has. Before this falling from really high caused the avatar to fall faster then the veiwer can handle and cause camera issues.
* Add [Startup]LogShowStatsSeconds=n parameter which controls the intervalRobert Adams2014-06-131-0/+4
| | | | | that simulator statistics is output to the console. Setting to zero turns stats logging off.
* Add [Terrain]SendTerrainUpdatesByViewDistance=false to OpenSimDefaults.iniRobert Adams2014-06-081-1/+5
| | | | so people can find the setting.
* fix the comment section of max_distance setting to reflect default valueMichael Cerquoni2014-06-061-1/+1
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-06-061-1/+1
|\
| * bump default teleport limit to 65535 regionsMichael Cerquoni2014-06-061-1/+1
| |