aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup from prev. commitBlueWall2012-09-181-2/+2
| | | | Make correct defaults to Phys/nonPhys prims to fix errors in prev. commit
* Fix some inconsistencies in configurartion: NonPhys primsBlueWall2012-09-182-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.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-09-155-7/+0
|\
| * BulletSim: update DLLs and SOs and remove some debugging code.Robert Adams2012-09-154-0/+0
| |
| * For FlotsamAssetCache, always update access times of cached scene assets ↵Justin Clark-Casey (justincc)2012-09-151-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.
* | More on HG2.0: added the possibility of controlling the appearance that ↵Diva Canto2012-09-151-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.
* Fix indentation and issues where tabs were used instead of spaces in commit ↵Justin Clark-Casey (justincc)2012-09-122-7/+7
| | | | 783ee949
* implementing per-region configuration of limits on the number of prims one ↵SignpostMarv2012-09-092-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>
* BulletSim: update the DLLs and SOsRobert Adams2012-09-074-0/+0
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-09-071-0/+7
|\
| * If reusing dynamic textures, do not reuse small data length textures that ↵Justin Clark-Casey (justincc)2012-09-061-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.
* | Moved the new vars in Robust.HG.ini to the proper section.Diva Canto2012-09-071-5/+6
|/
* Added missing configs, and deleted the [Profile] part on the Hypergrind config.Diva Canto2012-09-062-2/+9
|
* BulletSim: update the SOs and DLLsRobert Adams2012-08-314-0/+0
|
* Remove the unused Newtonsoft.Json dllsMic Bowman2012-08-313-5827/+0
| | | | Also remove the license files
* Make ReuseDynamicTextures an experimental config setting in [Textures]. ↵Justin Clark-Casey (justincc)2012-08-301-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.
* 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.
* BulletSim: update DLLs and SOs to eliminate terrain update crash which ↵Robert Adams2012-08-214-0/+0
| | | | manifested itself on Linux.
* 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
|
* 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 '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
|/
* 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.
* 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.
* 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.
* 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.
* 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.
* BulletSim: update the DLLs and SOs. This fixes the exception on shutdownRobert Adams2012-07-314-0/+0
|
* 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
|
* BulletSim: update BulletSim.dlls and so'sRobert Adams2012-07-234-0/+0
|
* 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.
* 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.
* More keys for automated ini processingBlueWall2012-07-081-0/+19
|
* Add more keys for OpenSim.ini.defaults automationBlueWall2012-07-081-4/+18
|
* Add more automation keys to OpenSim.ini.exampleBlueWall2012-07-081-6/+34
|