aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-08-241-0/+10
|\ | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
| * Add an [HGAssetService] section to SQLiteStandalone.ini with the same ↵Justin Clark-Casey (justincc)2012-08-231-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | connection string as [AssetService]. This is necessary because commit 8131a24 (Tue Mar 27 10:08:13 2012) started passing the config section name rather than hardcoding "AssetService" This meant that the HG external-facing asset service tried to read ConnectionString from [HGAssetService] rather than [AssetService]. On SQLite, not finding this meant that it fell back to [DatabaseService], which is set for OpenSim.db rather than Asset.db. Therefore, all external asset requests returned null. Solution taken here is to create an [HGAssetService] section with the same ConnectionString as [AssetService]. This bug does not affect normal MySQL/MSSQL config since they use the [DatabaseService] connection string anyway. Addresses http://opensimulator.org/mantis/view.php?id=6200, many thanks to DanBanner for identifying the exact problem commit which was very helpful. This was a regression from OpenSimulator 0.7.3.1 which did not contain this bug.
* | Merge branch 'master' into careminsterMelanie2012-08-234-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/IClientAPI.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * BulletSim: update DLLs and SOs to eliminate terrain update crash which ↵Robert Adams2012-08-214-0/+0
| | | | | | | | manifested itself on Linux.
* | Merge branch 'master' into careminsterMelanie2012-08-186-1/+14
|\ \ | |/ | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
| * Add information to ThreadStackSize about possibly increasing if suffering ↵Justin Clark-Casey (justincc)2012-08-171-1/+3
| | | | | | | | StackOverflowExceptions during script conversion/compilation (e.g. on Windows 64-bit)
| * BulletSim: add parameters and functionality to specify the meshRobert Adams2012-08-171-0/+3
| | | | | | | | | | | | level of detail for large meshes. Remove parameter and code for DetailLog (conditional logging into regular log file).
| * BulletSim: update DLLs and SOs to fix the problem with avatars jumping ↵Robert Adams2012-08-154-0/+0
| | | | | | | | around at altitudes less than 25m.
| * enables configurable minimum sizes for physical & non-physical primsSignpostMarv2012-08-151-0/+8
| |
* | Merge branch 'master' into careminsterMelanie2012-08-165-12/+17
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * BulletSim: update DLLs and SOsRobert Adams2012-08-154-0/+0
| |
| * BulletSim: add physics logging parameters to OpenSimDefaults.ini. Remove ↵Robert Adams2012-08-151-12/+17
| | | | | | | | trailing semis from some the of the value definitions.
* | Merge branch 'careminster' into avinationMelanie2012-08-145-21/+23
|\ \ | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Scripting/VectorRender/VectorRenderModule.cs
| * \ Merge branch 'master' into careminsterMelanie2012-08-115-1/+1
| |\ \ | | |/
| | * Merge branch 'bulletsim7'Robert Adams2012-08-101-1/+1
| | |\
| | | * BulletSim: add avatar code to keep avatars from ending up trapped under the ↵Robert Adams2012-08-081-1/+1
| | | | | | | | | | | | | | | | terrain
| | * | BulletSim: actually update the DLLs and SOsRobert Adams2012-08-104-0/+0
| | |/
| * | Merge branch 'master' into careminsterMelanie2012-08-094-0/+0
| |\ \ | | |/
| | * BulletSim: Added avatar capsule scaling for size of avatar.Robert Adams2012-08-074-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | This also fixes computation of avatar mass. Added parameter MaxPersistantManifoldPoolSize. Fixed a parameter setting bug which caused crashes of there were more than 400 or so physical objects. I tested up to 5000. Updated BulletSim DLLs and SOs.
| * | Merge branch 'master' into careminsterMelanie2012-08-074-0/+0
| |\ \ | | |/
| | * BulletSim: update SOs and DLLs to run on more Linux versions. Correct ↵Robert Adams2012-08-064-0/+0
| | | | | | | | | | | | multiple buoyancy settings when character flying. Remove chatty log message on prim destruction.
| * | Merge branch 'master' into careminsterMelanie2012-08-045-20/+22
| |\ \ | | |/ | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
| | * BulletSim: update DLLs and SOsRobert Adams2012-08-034-0/+0
| | |
| | * Consolidate PersistBakedTextures, DelayBeforeAppearanceSend and ↵Justin Clark-Casey (justincc)2012-08-031-19/+14
| | | | | | | | | | | | | | | | | | DelayBeforeAppearanceSave into [Appearance] section from [Startup] config section so that all appearance settings are in the same place and not in the startup bucket. All these settings are in OpenSimDefaults.ini only. If you are using them then please adjust your OpenSim.ini
| | * Move previously unadvertised SendPeriodicAppearanceUpdates setting from ↵Justin Clark-Casey (justincc)2012-08-031-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Startup] to [Appearance] config section. Add description and default of false (as before) to OpenSimDefaults.ini If set to true, this config switch will resend avatar appearance information (a small amount of UUID data, not the baked textures themselves) to other avatars in the sim every 60 seconds. For me, this has helped with situations where avatars appear persistently grey - the LL viewer sometimes did not appear to request assets the first time the appearance data was sent. However, this switch will not help with other appearance failure situations (e.g. failure to bake assets). This setting is experimental but will not have any significant impact on the simulator if turned to true.
* | | update ode.dll for windows so both 32b and 64b are now version 0.12 (32bUbitUmarov2012-08-042-0/+0
|/ / | | | | | | is just a rebuild)
* | Merge branch 'master' into careminsterMelanie2012-08-035-1/+1
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
| * BulletSim: Debugging log statements added. Reduced size of updata buffer ↵Robert Adams2012-08-025-1/+1
| | | | | | | | trying to find a corrupted memory problem. Update DLL and SO.
* | Merge branch 'master' into careminsterMelanie2012-08-014-0/+0
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Physics/Manager/PhysicsScene.cs
| * BulletSim: fix problem where resizing a primary shape (cube or sphere) would ↵Robert Adams2012-07-314-0/+0
| | | | | | | | not rebuild the physics mesh. Update the DLLs and SOs to latest version.
* | Merge branch 'master' into careminsterMelanie2012-08-014-0/+0
|\ \ | |/
| * BulletSim: update the DLLs and SOs. This fixes the exception on shutdownRobert Adams2012-07-314-0/+0
| |
* | Add master's new binariesMelanie2012-07-284-0/+0
| |
* | Merge branch 'master' into careminsterMelanie2012-07-286-1/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Monitoring/BaseStatsCollector.cs OpenSim/Region/Application/OpenSim.cs OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/Framework/Scenes/SceneManager.cs bin/OpenMetaverse.Rendering.Meshmerizer.dll bin/OpenMetaverse.StructuredData.dll bin/OpenMetaverse.dll bin/OpenMetaverseTypes.dll prebuild.xml
| * Update OpenMetaverse libraries at commit 6212cbd, this time built on Windowsjustincc2012-07-275-0/+0
| | | | | | | | This is to try and resolve a strange Initialization exception for the AppearanceManager type that only occurs on Windows 64 bit (not Windows 32 bit or Linux!)
| * Replace libopenmetaverse commit 6212cbd with the same libraries but this ↵Justin Clark-Casey (justincc)2012-07-274-0/+0
| | | | | | | | | | | | time built with xbuild rather than nant. This may fix Windows and some mono version builds.
| * Update libopenmetaverse to commit 6212cbd (Wed Jul 25 20:11:47 2012)Justin Clark-Casey (justincc)2012-07-274-0/+0
| | | | | | | | | | | | | | | | Built from https://github.com/openmetaversefoundation/libopenmetaverse/commits/master This update incorporates a fix by Melanie in libomv where textures would sometimes rotate slightly when other properties were changed. Hence addresses http://opensimulator.org/mantis/view.php?id=6100 This update also incorporates libomv bot code updates that significantly reduce the warning spam for pCampbot. The change rate of libomv is low and many changes refer to bot or code not used by OpenSimulator, so I think it is sufficiently stable to use evne though it's not a release.
| * BulletSim: refactor all the linkset logic out of the prim classRobert Adams2012-07-261-2/+2
| | | | | | | | | | | | and into its own class. The BulletSim data structures track individual prims as linksets of 1 so most of the prim code is not different between a linked and unlinked object.
| * BulletSim: update BulletSim DLLs and SOsRobert Adams2012-07-254-0/+0
| |
| * BulletSim: add parameters for setting linkset constraint factorsRobert Adams2012-07-251-0/+6
| |
* | Merge branch 'master' into careminsterMelanie2012-07-254-0/+0
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
| * BulletSim: update BulletSim.dlls and so'sRobert Adams2012-07-234-0/+0
| |
* | Merge branch 'master' into careminsterMelanie2012-07-235-4/+8
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Helpers.cs prebuild.xml
| * Update BulletSim DLLs and SOsRobert Adams2012-07-202-0/+0
| |
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-07-204-0/+0
| |\
| | * BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs ↵Robert Adams2012-07-204-0/+0
| | | | | | | | | | | | attempting to fix a mono compile error.
| * | Move RegionConfig.ini.example into bin/Regions/Regions.ini.example - all ↵Justin Clark-Casey (justincc)2012-07-201-4/+8
| |/ | | | | | | | | | | | | other example files are in the same directory as their real files. Only files ending in .ini and .xml are actually loaded. Also improves the help at the top of Regions.ini.example to mention that OpenSimulator would generate Regions.ini anyway on first startup.
* | Merge branch 'master' into careminsterMelanie2012-07-131-7/+7
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
| * Change very recent AllowedViewerList and BannedViewerList config setting ↵Justin Clark-Casey (justincc)2012-07-121-7/+7
| | | | | | | | | | | | | | names in OpenSim.ini.example to AllowedClients and BannedClients to match long-existing settings in [LoginService] Also changes separator from comma to bar to match existing [LoginService] config features. Divergence of config names for identical facilities in different places makes for an unnecessarily confusing user experience.
* | Merge branch 'avination' into careminsterMelanie2012-07-112-0/+0
|\ \ | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs