aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-12-0393-5992/+12773
|\
| * Merge branch 'master' into careminsterMelanie2012-11-225-1/+2
| |\
| | * BulletSim: update DLLs and SOs. No functional changes. Only the parameter ↵Robert Adams2012-11-214-0/+0
| | | | | | | | | | | | block format changed.
| | * BulletSim: Make avatar capsule so it is not circular.Robert Adams2012-11-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Simple attempt to make avatars better shaped. Replace parameter 'avatarCapsuleRadius' with 'avatarCapsuleWidth' and 'avatarCapsuleDepth'. More tweeking to avatar height calculation. A little better but short avatar's feet are above the terrain and tall avatar's feet are a little below the ground.
| * | Merge branch 'master' into careminsterMelanie2012-11-202-15/+22
| |\ \ | | |/
| | * Expose configuration options for the XmlRpcGridRouterBlueWall2012-11-192-15/+22
| | | | | | | | | | | | Expose configuration options for the XmlRpcGridRouter to allow simulators to register llRemoteData channels with an external routing service
| * | Merge branch 'master' into careminsterMelanie2012-11-194-0/+0
| |\ \ | | |/
| | * BulletSim: remove the obsolete interface to the Bullet code. Update ↵Robert Adams2012-11-184-0/+0
| | | | | | | | | | | | BulletSim libraries with code stripped of the obsolete code.
| * | Merge branch 'master' into careminsterMelanie2012-11-151-0/+0
| |\ \ | | |/
| | * Replace old Prebuild.exe accidentally added back in f977291 with one built ↵Justin Clark-Casey (justincc)2012-11-141-0/+0
| | | | | | | | | | | | without <copy> nant target generation and on mono 2.4.3
| | * Replace previously updated Prebuild.exe with one built directly with mono 2.4.3Justin Clark-Casey (justincc)2012-11-141-0/+0
| | |
| | * Stop Prebuild from generating <copy> statements which unnecessarily copy ↵Justin Clark-Casey (justincc)2012-11-141-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files into bin/Debug or bin/Release nant_0.91~alpha2+dfsg-3_all.deb in Ubuntu 12.04 and earlier actually ignored these due to a bug However, nant 0.92~rc1+dfsg-2 in Ubuntu 12.10 fixes this bug (possibly https://github.com/nant/nant/pull/39). Which makes nant time-consumingly copy these files when the aren't actually used. Tested removal of <copy> on both nant 0.91 and nant 0.92 Will be submitting this patch to prebuild project for comment though I suspect there's nobody there to pay attention.
| * | Merge branch 'master' into careminsterMelanie2012-11-111-10/+0
| |\ \ | | |/
| | * remove entry OpenGridProtocol in OpenSimDefaults.ini - module was deletedPixelTomsen2012-11-111-10/+0
| | | | | | | | | | | | Signed-off-by: Diva Canto <diva@metaverseink.com>
| * | Merge branch 'master' into careminsterMelanie2012-11-111-3/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
| | * One more module: EventQueueGetModule. Also making it non-optional for this dll.Diva Canto2012-11-101-3/+0
| | |
| * | Merge branch 'master' into careminsterMelanie2012-11-084-0/+0
| |\ \ | | |/ | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs
| | * BulletSim: update the DLLs and SOsRobert Adams2012-11-064-0/+0
| | |
| * | Merge branch 'master' into careminsterMelanie2012-11-044-0/+0
| |\ \ | | |/
| | * BulletSim: update the DLLs and SOsRobert Adams2012-11-034-0/+0
| | |
| * | Merge branch 'master' into careminsterMelanie2012-11-034-73/+120
| |\ \ | | |/
| | * HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ↵Diva Canto2012-11-023-72/+107
| | | | | | | | | | | | THESE.
| | * Add [AssetService] AllowRemoteDeleteAllTypes (default false).Justin Clark-Casey (justincc)2012-11-021-1/+13
| | | | | | | | | | | | | | | | | | This allows a closed grid to delete asset types other than maptile remotely. Only operational if AllowRemoteDelete = true also. Defaults to false - do not enable if anybody other than you can make asset service requests.
| * | Merge branch 'master' into careminsterMelanie2012-11-011-0/+0
| |\ \ | | |/
| | * Replace the 64 bit macosx version of libopenjpeg-dotnet.dylib with a 32-bit ↵Justin Clark-Casey (justincc)2012-11-011-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | version from libopenmetaverse commit 3731ee4 This is because macosx mono is 32-bit and this can't p/invoke 64-bit binaries. However, the reverse is also true. If OpenSimulator stops working for you then please complain! Long term alternative is probably to build a fat binary with both architectures.
| * | Merge branch 'master' into careminsterMelanie2012-10-301-0/+7
| |\ \ | | |/ | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| | * refactoring to use assembly:classname style of configurationSignpostMarv2012-10-291-2/+2
| | |
| | * Renaming module back to SoundModule as the hypothetical plan was to make ↵SignpostMarv2012-10-291-3/+2
| | | | | | | | | | | | another module using the shared region module interface, but this was pointed out by Melanie_T to be mostly pointless.
| | * tweaking configuration logic so that the INonSharedRegionModule will load by ↵SignpostMarv2012-10-291-0/+8
| | | | | | | | | | | | default
| * | Merge branch 'master' into careminsterMelanie2012-10-265-6/+6
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
| | * Changed duplicate Asset ID's to unique ID's in CollisionSoundsAssetSet.xmlOren Hurvitz2012-10-251-6/+6
| | |
| | * BulletSim: update binaries with small change that insures that manual ↵Robert Adams2012-10-234-0/+0
| | | | | | | | | | | | position/rotation setting results in an update event.
| * | Merge branch 'master' into careminsterMelanie2012-10-205-0/+5
| |\ \ | | |/
| | * Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc ↵Justin Clark-Casey (justincc)2012-10-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | groups. This retrieves and caches information from the PresenceService to only send messages to online users. This is reported to much improve performance for large groups where most users are offline. Cache is 20 seconds to balance requests against users not receiving messages until cache updates. This is an alternative to an approach where login/logout notification is sent directly from simulator to groups service. However, I'm not convinced that this PresenceService approach is actually better. Needs more thought.
| | * Bulletsim: update DLLs and SOs. Brings C++ routine in sync with C# sources ↵Robert Adams2012-10-194-0/+0
| | | | | | | | | | | | and fixes problem where BulletSim would crash on startup on 32 bit Linux.
| * | Merge branch 'master' into careminsterMelanie2012-10-171-1/+5
| |\ \ | | |/ | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
| | * Add optional pool for the UDPPacketBuffer objects that handle all incoming ↵Justin Clark-Casey (justincc)2012-10-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | UDP data. Even when an avatar is standing still, it's sending in a constant stream of AgentUpdate packets that the client creates new UDPPacketBuffer objects to handle. This option pools those objects. This reduces memory churn. Currently off by default. Works but the scope can be expanded.
| * | Merge branch 'master' into careminsterMelanie2012-10-127-2/+58
| |\ \ | | |/ | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.cs
| | * BulletSim: update the DLLs and SOsRobert Adams2012-10-114-0/+0
| | |
| | * Updated Robust.HG.ini.example. Thanks Austin Tate.Diva Canto2012-10-111-1/+32
| | |
| | * av_av_collisions_off = false OdePhysics Settings in OpenSimDefaults.ini - ↵teravus2012-10-091-0/+3
| | | | | | | | | | | | No Avatar Avatar Collisions. This causes avatar to be able to walk through each other as if they're ghosts but still interact with the environment.
| | * Add config option to plant avatar where they are reducing avatar avatar ↵teravus2012-10-091-0/+6
| | | | | | | | | | | | 'pushability' av_planted see OpenSimDefaults.ini. Use when you have unruly visitors that rudely push each other around. Still allows a small amount of movement based on the avatar movement PID controller settings. You can increase the spring tension in the PID controller and really prevent any movement if you would like.
| | * Update the exampleMelanie2012-10-081-1/+17
| | |
| * | Merge branch 'master' into careminsterMelanie2012-10-071-0/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs
| | * Make the asset retrieval concurrency a config switch. The current valueMic Bowman2012-10-041-0/+4
| | | | | | | | | | | | | | | of 30 is still hanging badly on some mono versions. The switch defaults to 30 to preserve current behavior.
| * | Merge branch 'master' into careminsterMelanie2012-10-034-0/+0
| |\ \ | | |/
| | * BulletSim: fix crash on load that showed up on 32bit Linux.Robert Adams2012-10-024-0/+0
| | |
| * | Merge branch 'avination' into careminsterMelanie2012-09-291-0/+0
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-09-296-56/+24
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Conflicts: CONTRIBUTORS.txt OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
| | * | BulletSim: update SOs and DLLsRobert Adams2012-09-284-0/+0
| | | |