aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-10-29Renaming module back to SoundModule as the hypothetical plan was to make ↵SignpostMarv1-3/+2
another module using the shared region module interface, but this was pointed out by Melanie_T to be mostly pointless.
2012-10-29tweaking configuration logic so that the INonSharedRegionModule will load by ↵SignpostMarv1-0/+8
default
2012-10-25Changed duplicate Asset ID's to unique ID's in CollisionSoundsAssetSet.xmlOren Hurvitz1-6/+6
2012-10-23BulletSim: update binaries with small change that insures that manual ↵Robert Adams4-0/+0
position/rotation setting results in an update event.
2012-10-20Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc ↵Justin Clark-Casey (justincc)1-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.
2012-10-19Bulletsim: update DLLs and SOs. Brings C++ routine in sync with C# sources ↵Robert Adams4-0/+0
and fixes problem where BulletSim would crash on startup on 32 bit Linux.
2012-10-16Add optional pool for the UDPPacketBuffer objects that handle all incoming ↵Justin Clark-Casey (justincc)1-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.
2012-10-11BulletSim: update the DLLs and SOsRobert Adams4-0/+0
2012-10-11Updated Robust.HG.ini.example. Thanks Austin Tate.Diva Canto1-1/+32
2012-10-09av_av_collisions_off = false OdePhysics Settings in OpenSimDefaults.ini - ↵teravus1-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.
2012-10-09Add config option to plant avatar where they are reducing avatar avatar ↵teravus1-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.
2012-10-08Update the exampleMelanie1-1/+17
2012-10-04Make the asset retrieval concurrency a config switch. The current valueMic Bowman1-0/+4
of 30 is still hanging badly on some mono versions. The switch defaults to 30 to preserve current behavior.
2012-10-02BulletSim: fix crash on load that showed up on 32bit Linux.Robert Adams4-0/+0
2012-09-28BulletSim: update SOs and DLLsRobert Adams4-0/+0
2012-09-27BulletSim: btGhostObjects working to make 'volume detect' work.Robert Adams1-3/+3
Rearrangement and cleanup of shape collection code. Much more readable. Enabling and use of collision filters and masks. Addition of ID to body creation BulletSimAPI calls so always set in shape for collision reporting. Change default of ShouldSplitSimulationIslands and ShouldRandomizeSolverOrder from 'false' to 'true'. When 'false', this suppresses NO_CONTACT_RESPONSE which makes volume detect fail.
2012-09-28Comment out unused RestPlugins text in OpenSimDefaults.iniJustin Clark-Casey (justincc)1-24/+25
2012-09-27Removed the bits about the TOSModule. That module doesn't go into core. ↵Diva Canto2-33/+0
WARNING: migration on GridUser withdrawn too, but left the migration number there.
2012-09-27Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini.Justin Clark-Casey (justincc)2-0/+8
This controls how many undo steps the simulator will store for each prim. Default is now 20 rather than 5 as it briefly was. The default number could be increased through this is a memory tradeoff which will scale with the number of prims in the sim and level of activity.
2012-09-26Use GridUser properly for foreign users.Diva Canto2-1/+3
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto2-0/+32
2012-09-25Format OpenSim.ini.exampleBlueWall1-35/+65
Make lines fint in 80x24 terminal for easier reading
2012-09-22HG 2.0: User Agent Service now can also control where the local users can ↵Diva Canto2-1/+36
go. Domain-name and user-level based. \o/
2012-09-21More HG 2.0: access control at the Gatekeeper. \o/Diva Canto2-1/+22
2012-09-21HG 2.0: added asset import/export policies at the sim too.Diva Canto3-2/+22
2012-09-20Improvement over last commit: refactor the asset permissions code, so that ↵Diva Canto2-8/+12
it can be used by both the HG Asset Service and the simulator. Also renamed the config vars to something more intuitive
2012-09-20More HG2.0: Added permission policies in HGAsset Service based on asset ↵Diva Canto2-0/+21
types. The policies are given in the config. This is only half of the story. The other half, pertaining to exports/imports made by the sim, will be done next.
2012-09-20Make ResendAppearanceUpdates = true by default in [Appearance] in ↵Justin Clark-Casey (justincc)1-2/+1
OpenSimDefaults.ini. This resends appearance uuids to avatars in the scene once a minute. I have seen this help in the past resolve grey appearance problems where viewers have for unknown reasons sometimes ignored the packet. The overhead is very small since only the UUIDs are sent - the viewer then requests the texture only if it does not have it cached. This setting will not help with cloudy avatars which are usually due to the viewer not uploading baked texture data or uploading something that isn't valid JPEG2000
2012-09-20Update libopenjpeg libraries used by libopenmetaverse back up to 1.5, this ↵Justin Clark-Casey (justincc)5-0/+0
time using lkalif's linux libraries built against a much earlier libc (2.7)
2012-09-19Downgrade libopenjpeg back to 1.3 from 1.5.Justin Clark-Casey (justincc)5-0/+0
This is because libopenjpeg 1.5 appears to require a minimum of glibc 2.14, whereas at least one fairly recent distro (openSUSE 11.4 from 2011-03-10) only has glibc Further investigation pending.
2012-09-18Add openmetaverse_data from libopenmetaverse to allow testing of texture ↵Justin Clark-Casey (justincc)60-0/+12308
baking via bot rather than just throwing out errors
2012-09-18Update libopenmetaverse components to commit f5cecaajustincc15-5/+3
Among other things this allows pCampbot to work under Windows since libopenmateverse now ships the same log4net.dll (publicly signed) as OpenSimulator This also updates the libopenmetaverse embedded libopenjpeg from 1.3 to 1.5. DLL naming and mapping for non-Windows libopenjpeg changes to remove version number to make future udpates easier and bring it into line with names of other shipped DLLs. libopenjpeg updates have been made for OSX, Windows (32 and 64 bit) and Linux (32 and 64 bit). Please report any issues.
2012-09-18Cleanup from prev. commitBlueWall1-2/+2
Make correct defaults to Phys/nonPhys prims to fix errors in prev. commit
2012-09-18Fix some inconsistencies in configurartion: NonPhys primsBlueWall2-6/+6
Fix inconsistencies between configuration parameter names and their description names. Changing the configuration parameters for non physical prim size min-max from Nonphys* to NonPhys*. Please update your OpenSim.ini and Regions.ini to reflect these changes.
2012-09-15More on HG2.0: added the possibility of controlling the appearance that ↵Diva Canto1-0/+1
avies use to visit other grids. Not as good as I wanted, but good enough. Unfortunately we can't switch the appearance from under the avie without getting into a lot of weirdnesses because appearance is viewer-controlled. So instead, when this control is on, I'm disallowing HG-TP unless the user is wearing an allowed HG appearance -- the user gets a warning and needs to switch appearance. WARNING: I'm still not committing the config vars because this is still not ready for ppl to test.
2012-09-15BulletSim: update DLLs and SOs and remove some debugging code.Robert Adams4-0/+0
2012-09-15For FlotsamAssetCache, always update access times of cached scene assets ↵Justin Clark-Casey (justincc)1-7/+0
before looking for files to expire. This is to resolve a problem where an asset marked as local but not temporary but still used in the scene would be removed. The timed expiry scan no longer tries to refetch assets from the scene that are not currently in the cache - this is not helpful since it just drags a lot of data into the cache that may never be referenced. This removes the DeepScanBeforePurge option since setting this to false will introduce the above problem. This previously had a default of true.
2012-09-12Fix indentation and issues where tabs were used instead of spaces in commit ↵Justin Clark-Casey (justincc)2-7/+7
783ee949
2012-09-09implementing per-region configuration of limits on the number of prims one ↵SignpostMarv2-0/+9
can have in a linkset Applied with changes - patch was based on a repo different from core Signed-off-by: Melanie <melanie@t-data.com>
2012-09-07BulletSim: update the DLLs and SOsRobert Adams4-0/+0
2012-09-07Moved the new vars in Robust.HG.ini to the proper section.Diva Canto1-5/+6
2012-09-06If reusing dynamic textures, do not reuse small data length textures that ↵Justin Clark-Casey (justincc)1-0/+7
fall below current viewer discard level 2 thresholds. Viewer LL 3.3.4 and before sometimes fail to properly redisplay dynamic textures that have a small data length compared to pixel size when pulled from cache. This appears to happen when the data length is smaller than the estimate discard level 2 size the viewer uses when making this GetTexture request. This commit works around this by always regenerating dynamic textures that fall below this threshold rather than reusing them if ReuseDynamicTextures = true This can be controlled by the [Textures] ReuseDynamicLowDataTextures config setting which defaults to false.
2012-09-06Added missing configs, and deleted the [Profile] part on the Hypergrind config.Diva Canto2-2/+9
2012-08-31BulletSim: update the SOs and DLLsRobert Adams4-0/+0
2012-08-31Remove the unused Newtonsoft.Json dllsMic Bowman3-5827/+0
Also remove the license files
2012-08-30Make ReuseDynamicTextures an experimental config setting in [Textures]. ↵Justin Clark-Casey (justincc)1-0/+11
Default is false, as before. If true, this setting reuses dynamically generated textures (i.e. created through osSetDynamicTextureData() and similar OSSL functions) where possible rather than always regenerating them. This results in much quicker updates viewer-side but may bloat the asset cache (though this is fixable). Also, sometimes issue have been seen where dynamic textures do not transfer to the viewer properly (permanently blurry). If this happens and that flag is set then they are not regenerated, the viewer has to clear cache or wait for 24 hours before all cached uuids are invalidated. CUrrently experimental. Default is false, as before.
2012-08-23Add an [HGAssetService] section to SQLiteStandalone.ini with the same ↵Justin Clark-Casey (justincc)1-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.
2012-08-21BulletSim: update DLLs and SOs to eliminate terrain update crash which ↵Robert Adams4-0/+0
manifested itself on Linux.
2012-08-17Add information to ThreadStackSize about possibly increasing if suffering ↵Justin Clark-Casey (justincc)1-1/+3
StackOverflowExceptions during script conversion/compilation (e.g. on Windows 64-bit)
2012-08-17BulletSim: add parameters and functionality to specify the meshRobert Adams1-0/+3
level of detail for large meshes. Remove parameter and code for DetailLog (conditional logging into regular log file).