| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
to handle initialization as graceful as possible with the current broken way region module initialization is done
* Added config-include/HyperSimianGrid.ini option for connecting to SimianGrid with HyperGrid enabled (work in progress on the SimianGrid side)
|
|
|
|
| |
* Minor logging tweak in Simian asset connector
|
| |
|
|
|
|
|
|
| |
response, reporting false errors
* Fixed a typo in a WebUtil error message
|
| |
|
|
|
|
|
|
|
| |
cache only
* Adds GetTextureModule that implements the "GetTexture" capability, aka HTTP texture fetching. This is a significantly optimized path that does not require any server-side JPEG2000 decoding, texture priority queue, or UDP file transfer
* Sanity check for null reference in LLClientView.RefreshGroupMembership()
|
|
|
|
|
|
| |
IAssetService.Get() method
* Changing the SimianGrid asset service connector to match the corrected documentation
|
|
|
|
| |
This should alleviate some "thread storm" issues when regions are starting up that hit Mono especially hard
|
|
|
|
| |
avoid configuration confusion
|
| |
|
| |
|
|
|
|
|
|
| |
enabled or not. This method should work equally well with standalone or robust mode
* Applying #4602 from Misterblu to add collision detection to BulletDotNET
|
| |
|
|
|
|
| |
sections are missing
|
|
|
|
|
|
|
|
|
| |
config-include settings to a separate file for standalone
Update information in StandaloneCommon.ini.example to reflect this
Remove ISharedRegionModule interfaces from all SimianGrid connector classes temporarily since this stopped standalone from working (due to absence of AssetURI settings, etc.).
Solution here may be to create separate region module connectors as done by local/grid/hypergrid so that loading can be controlled via include files
Or otherwise work out how to stop these modules from being loaded for all OpenSim invocations
|
|
|