Justin Clark-Casey (justincc)
|
cdc3301a33
Make regression throttle tests consistently test target and max throttle settings.
|
10 years ago |
Justin Clark-Casey (justincc)
|
27efecc82f
minor: In "show client stats" command, properly handle the case where a client has made no AgentUpdate requests (as is the case with agents that have only even been child) rather than throwing an exception
|
10 years ago |
Justin Clark-Casey (justincc)
|
a17bbeca9d
minor: Correct letter accidentally added to copyright notice on top of Scene.cs (almost five years ago!)
|
10 years ago |
Justin Clark-Casey (justincc)
|
6fa8ddf0fc
In Scene.AddNewAgent(), avoid a situation where an exception can result in a client being added to the manager without IClientAPI.SceneAgent being set.
|
10 years ago |
Justin Clark-Casey (justincc)
|
7d2aad3873
For now, send all non-full terse updates for ones own avatar directly to the LLUDP client stack rather than queueing internally within LLClientView.
|
10 years ago |
Justin Clark-Casey (justincc)
|
c1a2c4a0bd
Add "debug lludp throttles get/set request" and get current
|
10 years ago |
Justin Clark-Casey (justincc)
|
eaa048eb89
Change the word order of some debug lludp settings for readability
|
10 years ago |
Justin Clark-Casey (justincc)
|
bb3e68c069
Add "debug lludp get/set new-client-throttle-max" to allow default new client throttle to be set separately from existing clients.
|
10 years ago |
Justin Clark-Casey (justincc)
|
5dc0730f06
Add "debug lludp get" command which currently just shows scene-throttle-max to mirror "debug lludp set"
|
10 years ago |
Justin Clark-Casey (justincc)
|
3e25e6a170
Add some more llGiveInventory() regression tests
|
10 years ago |
Melanie Thielker
|
c6f39a0bfd
Fix transferring inventory from prims to agent inventory
|
10 years ago |
Justin Clark-Casey (justincc)
|
830735a42f
When inserting missing CreatorData in the HGAssetMapper, do the rewrite on a streaming xml basis rather than loading it all into memory via XmlDocument.
|
10 years ago |
Justin Clark-Casey (justincc)
|
dede17b0d2
Add regression test TestPostAssetRewrite() to check results of HGAssetMapper.Post() object asset rewriting,
|
10 years ago |
Justin Clark-Casey (justincc)
|
a54c784b81
If an exception makes it to the top of a JobEngine request, catch and log instead of letting it terminate the simulator...
|
10 years ago |
Justin Clark-Casey (justincc)
|
493a86dfed
Allow GetMesh capability to be served directly by a server like GetTexture
|
10 years ago |
Justin Clark-Casey (justincc)
|
22020927c6
Start JobEngine by default in simulator for now.
|
10 years ago |
Justin Clark-Casey (justincc)
|
b9b2f5686f
If JobEngine is active, then use it to copy/rez attachments for an avatar entering the scene that isn't initially logging on. This will execute tasks consecutively rather than concurrently.
|
10 years ago |
Justin Clark-Casey (justincc)
|
275613ad83
minor: be consistent about reporting errors out of HttpServerBase
|
10 years ago |
Justin Clark-Casey (justincc)
|
2935e79ca3
If the port entry in [Network] for a server is missing, then actually tell the user that's the problem rather than simply exiting silently.
|
10 years ago |
Justin Clark-Casey (justincc)
|
0437d44785
Add an IConfigSource constructor to HGAssetBroker so that it can be instantiated directly for potentially handling some capabilities directly in services with HG active
|
10 years ago |
Justin Clark-Casey (justincc)
|
00e31de872
Fix an issue where specifying both max client and server outgoing UDP throttles would cause client throttles to be lower than expected when total requests exceeded the scene limit.
|
10 years ago |
Justin Clark-Casey (justincc)
|
458540400a
Use automatic properties for Parent and TotalDripRequest in TokenBucket to make code analysis easier. No functional change.
|
10 years ago |
Justin Clark-Casey (justincc)
|
5c1a14587d
Remove the unnecessary intermediate total token bucket.
|
10 years ago |
Justin Clark-Casey (justincc)
|
b28b31b3ee
minor: remove warnings from unused fields in LocalGridServicesConnector
|
10 years ago |
Justin Clark-Casey (justincc)
|
16eb9253b0
minor: Remove unused field from EntityTransferModule
|
10 years ago |
Justin Clark-Casey (justincc)
|
ba0707ca1e
minor: remove compiler warning from unused field in SimulatorFeaturesModule
|
10 years ago |
Justin Clark-Casey (justincc)
|
3e4550adf7
minor: resolve warnings from unused fields in XBakesGet and Post handlers
|
10 years ago |
Justin Clark-Casey (justincc)
|
e902824da7
Remove compiler warning from UserProfilesHandlers
|
10 years ago |
Justin Clark-Casey (justincc)
|
235eb92c0e
minor: remove warning in BasicHttpAuthentication by commenting out unused remove_me parameter (which looks like it might still be potentially useful for logging)
|
10 years ago |
Justin Clark-Casey (justincc)
|
d69ab1e037
extend TestClientThrottleRegionLimited for 2 clients after testing 1. Renames to TestSingleClientThrottleRegionLimited()
|
10 years ago |