aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
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).
2012-08-15BulletSim: update DLLs and SOs to fix the problem with avatars jumping ↵Robert Adams4-0/+0
around at altitudes less than 25m.
2012-08-15enables configurable minimum sizes for physical & non-physical primsSignpostMarv1-0/+8
2012-08-15BulletSim: update DLLs and SOsRobert Adams4-0/+0
2012-08-15BulletSim: add physics logging parameters to OpenSimDefaults.ini. Remove ↵Robert Adams1-12/+17
trailing semis from some the of the value definitions.
2012-08-10BulletSim: actually update the DLLs and SOsRobert Adams4-0/+0
2012-08-08BulletSim: add avatar code to keep avatars from ending up trapped under the ↵Robert Adams1-1/+1
terrain
2012-08-07BulletSim: Added avatar capsule scaling for size of avatar.Robert Adams4-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.
2012-08-06BulletSim: update SOs and DLLs to run on more Linux versions. Correct ↵Robert Adams4-0/+0
multiple buoyancy settings when character flying. Remove chatty log message on prim destruction.
2012-08-03BulletSim: update DLLs and SOsRobert Adams4-0/+0
2012-08-03Consolidate PersistBakedTextures, DelayBeforeAppearanceSend and ↵Justin Clark-Casey (justincc)1-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
2012-08-03Move previously unadvertised SendPeriodicAppearanceUpdates setting from ↵Justin Clark-Casey (justincc)1-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.
2012-08-02BulletSim: Debugging log statements added. Reduced size of updata buffer ↵Robert Adams5-1/+1
trying to find a corrupted memory problem. Update DLL and SO.
2012-07-31BulletSim: fix problem where resizing a primary shape (cube or sphere) would ↵Robert Adams4-0/+0
not rebuild the physics mesh. Update the DLLs and SOs to latest version.
2012-07-31BulletSim: update the DLLs and SOs. This fixes the exception on shutdownRobert Adams4-0/+0
2012-07-27Update OpenMetaverse libraries at commit 6212cbd, this time built on Windowsjustincc5-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!)
2012-07-27Replace libopenmetaverse commit 6212cbd with the same libraries but this ↵Justin Clark-Casey (justincc)4-0/+0
time built with xbuild rather than nant. This may fix Windows and some mono version builds.
2012-07-27Update libopenmetaverse to commit 6212cbd (Wed Jul 25 20:11:47 2012)Justin Clark-Casey (justincc)4-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.
2012-07-26BulletSim: refactor all the linkset logic out of the prim classRobert Adams1-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.
2012-07-25BulletSim: update BulletSim DLLs and SOsRobert Adams4-0/+0
2012-07-25BulletSim: add parameters for setting linkset constraint factorsRobert Adams1-0/+6
2012-07-23BulletSim: update BulletSim.dlls and so'sRobert Adams4-0/+0
2012-07-20Update BulletSim DLLs and SOsRobert Adams2-0/+0
2012-07-20BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs ↵Robert Adams4-0/+0
attempting to fix a mono compile error.
2012-07-20Move RegionConfig.ini.example into bin/Regions/Regions.ini.example - all ↵Justin Clark-Casey (justincc)1-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.
2012-07-12Change very recent AllowedViewerList and BannedViewerList config setting ↵Justin Clark-Casey (justincc)1-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.
2012-07-08More keys for automated ini processingBlueWall1-0/+19
2012-07-08Add more keys for OpenSim.ini.defaults automationBlueWall1-4/+18
2012-07-08Add more automation keys to OpenSim.ini.exampleBlueWall1-6/+34