Justin Clark-Casey (justincc)
|
4f2d2c4efa
minor: add a line of documentation to the new ForwardOfflineGroupMessages [Messaging] switch
|
15 лет назад |
Justin Clark-Casey (justincc)
|
fcaef85029
Add explanation about AllowModFunctions to OpenSim.ini.example
|
15 лет назад |
Melanie
|
e966e51b89
Add a console_port setting to let the rest console use a different port
|
15 лет назад |
Diva Canto
|
49618dc102
Moved GridInfo service from where it was to Handlers/Grid
|
15 лет назад |
Melanie
|
b0a7bcb2c8
Add "StartDisabled" to [Startup] to make all regions start up with
|
15 лет назад |
dahlia
|
b297913e2b
Add some notes to OpenSim.ini.example suggesting to use MySQL with Mono installations
|
15 лет назад |
dahlia
|
1e899704c1
Adds config option "ForwardOfflineGroupMessages" to allow disabling of group messages forwarded while offline. Addresses Mantis #4457
|
15 лет назад |
Melanie
|
c426549f53
Add an option to exit an instance rather than restarting a region within it
|
15 лет назад |
Teravus Ovares (Dan Olivares)
|
07786786fc
* Clarifies that the PrimMaxPhys in OpenSim.ini.example does nothing. Tells user to set it in Regions.ini. Melanie might want to take a look at this and see if it should be removed altogether.
|
15 лет назад |
Teravus Ovares (Dan Olivares)
|
781db43a76
* Fixes the 10x10x10 hard physics limitation. (wierdly, you have to set this for each region in your Regions.ini[PhysicalPrimMax = 10(default)])
|
15 лет назад |
Justin Clark-Casey (justincc)
|
17136724e2
minor: add disabled config and explanation for WebStats
|
15 лет назад |
Justin Clark-Casey (justincc)
|
87c88ff702
enable messaging_server_url by default in OpenSim.ini.example
|
15 лет назад |
Justin Clark-Casey (justincc)
|
a88a463b50
Following various discussions on irc and in the OpenSim dev OSGrid meeting last week, change av_capsule_tilted to false by default
|
15 лет назад |
John Hurliman
|
7965b6eb61
* Moving parcel media and avatar update packets from the unthrottled category to task
|
15 лет назад |
John Hurliman
|
a05c67bebb
* Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dll
|
15 лет назад |
John Hurliman
|
dd13fa361b
* Misc. formatting cleanup for the previous patch
|
15 лет назад |
John Hurliman
|
a65c8cdc38
* Reduce the velocity tolerance on sending terse updates to avoid slowly drifting prims/avatars
|
15 лет назад |
Diva Canto
|
79bf906e7d
Changed True to true in OpenSim.ini.example.
|
15 лет назад |
John Hurliman
|
2525810e2a
Removed the DotNetEngine scripting engine. You will need to create a fresh checkout or clean out all *DotNet*.dll assemblies from the bin/ directory to run OpenSim moving forward
|
15 лет назад |
John Hurliman
|
3a1ee79ee4
Finally hunted down the Parallel deadlock. Packets were being handled asynchronously (filling up the threadpool with handlers), which would turn around and try to do parallel operations on the starved threadpool. The solution for now is to disable Parallel.cs operations until we can gracefully handle parallel operations with a potentially starved threadpool
|
15 лет назад |
John Hurliman
|
4847e62e9f
* Switched all operations on the list of clients that could be either sync or async to use Scene.ForEachClient() instead of referencing ClientManager directly
|
15 лет назад |
John Hurliman
|
a41cd1d069
* Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always handle PluginLoader with the using pattern. This freed up 121,634,796 bytes on my system
|
15 лет назад |
John Hurliman
|
4c45b5fd3c
Cleaning up OpenSim.ini.example for LLUDP. The [LLClient] section has been removed and several new parameters have been added to [ClientStack.LindenUDP]
|
15 лет назад |
John Hurliman
|
62f1a5e36d
Implemented a "FrontBack" prioritizer, using distance plus the plane equation to give double weight to prims/avatars in front of you
|
15 лет назад |
John Hurliman
|
4121a02936
OpenSim.ini.example had the wrong names for default values in the [InterestManagement] section. Fixed
|
15 лет назад |
John Hurliman
|
2f394b7e7e
* Allow SmartThreadPool to be initialized without setting max stack size (like the original implementation)
|
15 лет назад |
Melanie
|
b35fbe1f98
Merge branch 'melanie_test' into prioritization
|
15 лет назад |
John Hurliman
|
32ccd5bb40
* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to Util.FireAndForget()
|
15 лет назад |
Melanie
|
8ce4fd7234
Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2
|
15 лет назад |
Melanie
|
8a336c6860
Add MaxPoolThreads in startup to limit the size of the thread pool used
|
15 лет назад |