aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-04Removing the Wifi config example from Robust.HG.ini.example, because it is ↵Diva Canto1-3/+0
not needed anymore. Wifi is now a mono addin to Robust, and it can be deployed in two ways: by installing the Wifi plugin via mautil or by compiling Wifi from source, in which case it will appear in the registry when Robust starts because the Diva Wifi dlls are present in bin.
2015-01-03Make bin/mautil.exe executable when checked out.Robert Adams1-0/+0
2015-01-02Changed the dll name that comes in Robust.HG.ini.example for Wifi.Diva Canto1-1/+2
2015-01-02Amend to previous commits -- also needed for bug fixes: the mono addins dlls.Diva Canto3-0/+0
2015-01-02Slight change in the way region module addins handle their configuration. ↵Diva Canto2-3/+10
Rather than opensim grabbing their config file automatically from the addins folder, it's the module's responsibility to read its own config file. This makes it consistent with Robust-bound addins.
2015-01-02Another minor improvement to mautil related to ↵Diva Canto1-0/+0
https://github.com/mono/mono-addins/issues/22. And since these commits show up in that issue report, I thought I'd say 'hi' to the zealous Xamarin developer who seems to be eager to get pull requests. Not yet, my friend, not until I fix all the bugs that stand in my way, now that I'm using mautil :-)
2015-01-02Switched mautil.exe with another that has a bug fix for this bug report: ↵Diva Canto1-0/+0
https://github.com/mono/mono-addins/issues/22
2014-12-30compile Prebuild.exe with mono 3.2.8 targeting .NET framework 3.5dahlia1-0/+0
2014-12-30Add support for expansion of key values in nini config files.Diva Canto2-1/+12
Add loading of 3rd-party addin inis automatically.
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto1-20/+0
This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1 Additional changes: - Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing. - Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent
2014-12-29Enable runtime configuration of the minimum rate for adaptiveMic Bowman1-0/+7
throttles. Setting adaptive_throttle_min_bps will change the minimum rate that the adapative throttles will drop to in case of network packet loss. The current rate default rate is 256kbps. The viewer can throttle rates under that amount, but the dynamic adaptation will not.
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵Diva Canto1-1/+1
doesn't need to match the release version number, but I think it's a very good idea that they do.
2014-12-29Updated Mono.Addins to version 1.2 ↵Diva Canto7-0/+7260
(https://github.com/mono/mono-addins/releases/tag/mono-addins-1.2). Also included mautil.exe, the command line application for managing mono addins.
2014-12-25Updated libomv to grab the latest bug fixes in Collada uploadDiva Canto1-0/+0
2014-12-25Revert "Update libomv to grab latest bug fixes for Collada upload."Diva Canto1-0/+0
This reverts commit 4c0745b58986e529e3222fcb39a0cfad3bc878c4.
2014-12-25Update libomv to grab latest bug fixes for Collada upload.Diva Canto1-0/+0
2014-12-10Restore OpenMetaverse.dll to the one compiled under Windows again from ↵Justin Clark-Casey (justincc)1-0/+0
commit 2660619. Somehow it got replaced again in the ghosts merge with the one built under Linux. No other dlls are affected
2014-12-04minor: Add doc about [InventoryService] AllowDelete setting to robust ini ↵Justin Clark-Casey (justincc)2-0/+8
example files.
2014-12-03Reintroduce general xengine extra debugging log level. This can be ↵Justin Clark-Casey (justincc)1-5/+0
controlled at runtime with the command "debug xengine log <level>", as with similar commands. If log level is 1 then every script load is logged. This means the <logger name="OpenSim.Region.ScriptEngine.XEngine"> section in OpenSim.exe.config is no longer needed to avoid log spam on regions with many scripts and can be removed.
2014-12-01Fix typo in iniBlueWall1-1/+1
2014-11-30BulletSim: update BulletSim DLLs and SOs.Robert Adams4-0/+0
Hopefully fix problem of multiple physical meshes crashing Windows simulators.
2014-11-30A little more cleaning of config files.BlueWall1-3/+3
2014-11-30A little bit of cleanup behind commit r5f88ceab2269BlueWall3-10/+10
2014-11-30Set configuration files to use key expansion for widely used common settings.BlueWall5-153/+211
2014-11-28minor: Make Robust.ini.example and Robust.HG.ini.example files consistent ↵Justin Clark-Casey (justincc)2-192/+230
within themselves and OpenSim.ini.example by changing tabs to spaces, indenting, spacing.
2014-11-25Add [Startup] JobEngineEnabled setting that allows the job engine to be ↵Justin Clark-Casey (justincc)1-0/+4
disabled for testing purposes if necessary.
2014-11-25Add [BulletSim] option AvatarToAvatarCollisionsByDefault to control whether ↵Justin Clark-Casey (justincc)2-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.
2014-11-25Update libomv to cedac55justincc1-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
2014-11-25Add "wearables show" console command.Justin Clark-Casey (justincc)1-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.
2014-11-25small adjustment to commented out scene_throttle_max_bps and ↵Justin Clark-Casey (justincc)1-2/+2
client_throttle_max_bps examples in OpenSimDefaults.ini Make them actually reflect 20 mbit and 1.5 mbit respectively
2014-11-25Change help text for client_throttle_max_bps in OpenSimDefaults.ini to state ↵Justin Clark-Casey (justincc)1-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)
2014-10-30Update libomv to cedac55justincc2-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
2014-10-24Refresh OpenMetaverse libraries again at 0f4b361 but with Windows builds to ↵justincc4-0/+0
see if this resolves some user problems.
2014-10-02Set appearance refresh to false by default.Justin Clark-Casey (justincc)1-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.
2014-09-28Fix key name in example Regions.ini fileBlueWall1-1/+1
2014-09-27Move expired objects cleaning trigger to the maintenance thread of a region ↵Justin Clark-Casey (justincc)1-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)
2014-09-26Add missing HGInventoryService responsible for creating My Suitcase to ↵Roger Kirkman1-0/+4
StandaloneHypergrid.ini
2014-09-24Update libopenmetaverse to 0f4b361.Justin Clark-Casey (justincc)4-0/+0
Primarily to get a small message logging improvement for pCampbot.
2014-09-23Add persistent command history in consoleJak Daniels4-0/+43
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2014-09-22Reinsert OpenMetaverse.dll from commit fbdf507 from an accidental replace in ↵Justin Clark-Casey (justincc)1-0/+0
f1f935e This only affected pCampbot.
2014-09-03Cleanup some unused code and configuration entriesBlueWall2-20/+0
2014-09-03Remove the 32 bit launchers as discussed at OpenSimulator Office Hour ↵BlueWall2-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.
2014-09-03Add [EntityTransfer] AllowAvatarCrossing setting to determine whether ↵Justin Clark-Casey (justincc)1-0/+3
avatars are allowed to cross regions at all. Defaults to true. For test purposes.
2014-08-25Add back URL endings in examplesBlueWall2-4/+4
2014-08-21Fix typo in OpenSimDefaults.ini commentRobert Adams1-1/+1
2014-08-18BulletSim: Windows and Linux 32 and 64 bit versions of Bullet 2.82Robert Adams4-0/+0
2014-08-14Added RestrictEmail to make llEmail only send to avatars email address if true.Kevin Cozens1-0/+5
2014-08-14Make RootTerseUpdatePeriod and ChildTerseUpdatePeriod configurable in ↵Justin Clark-Casey (justincc)1-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.
2014-08-13Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulatorJustin Clark-Casey (justincc)2-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.
2014-08-12Update libomv libraries with those built from commit 2208379.Justin Clark-Casey (justincc)4-0/+0
This is to resolve some issues for pCampbot, chiefly with capability connection and inbound handling.