Mic Bowman
|
5bb73793c7
Comment out the debugging statements added in the last commit. Keeping
|
hace 10 años |
Mic Bowman
|
58229a968b
Turn on logging of old acks, this is for debugging only, stats version coming later
|
hace 10 años |
Mic Bowman
|
c06100c31f
Another technique inspired by some of the newer flow control algorithms... rather
|
hace 10 años |
Mic Bowman
|
75df04f0b3
Fix the throttle tests. Remove the hardcoded constant multipliers and
|
hace 10 años |
Mic Bowman
|
bda8f2a2c1
Change the effect of successfully acknowledged packets to bump the
|
hace 10 años |
Mic Bowman
|
041a09ecb9
Enable runtime configuration of the minimum rate for adaptive
|
hace 10 años |
Mic Bowman
|
e71549a2cb
Add debugging code for simulating packet loss in outgoing UDP packets. The
|
hace 10 años |
Diva Canto
|
bb82076a4d
Allow for richer semantics of object derez. Specifically, allow the existence of region modules that do other kinds of garbage collection. Instead of placing deleted objects in the user's Trash folder, or deleting them immediately (UseTrashOnDelete = false), a module may decide to take garbage collection under its control. For example, it may place derezzed objects in a certain area inworld and delete them later.
|
hace 10 años |
Diva Canto
|
789cd4e928
Updated libomv to grab the latest bug fixes in Collada upload
|
hace 10 años |
Diva Canto
|
27c34b69bf
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
hace 10 años |
Diva Canto
|
ec91a6b34d
Revert "Update libomv to grab latest bug fixes for Collada upload."
|
hace 10 años |
Diva Canto
|
4c0745b589
Update libomv to grab latest bug fixes for Collada upload.
|
hace 10 años |
Justin Clark-Casey (justincc)
|
fc940ab09a
If a moap entry has EnableWhiteList but WhiteList == null, then properly block the request instead of throwing an exception.
|
hace 10 años |
Justin Clark-Casey (justincc)
|
7100475b90
Make sure we always dispose of disposables inside RestClient.Request()
|
hace 10 años |
Justin Clark-Casey (justincc)
|
9cff0bbd7c
In XBakesModule.Get() use using() to always dispose of RestClient which disposes the stream rather than disposing the stream directly
|
hace 10 años |
Justin Clark-Casey (justincc)
|
e3d07bd0cc
minor: Correct propery doc RestClient._resource spelling mistake
|
hace 10 años |
Justin Clark-Casey (justincc)
|
798074c66f
Use using() semantics in XBakesModule to ensure disposable objects are alway disposed no matter what
|
hace 10 años |
Justin Clark-Casey (justincc)
|
9edc5cac96
In XBakes use proper disposal semantics to always close the stream on Store() no matter what
|
hace 10 años |
Justin Clark-Casey (justincc)
|
e901253b49
Fix recent regression where a race condition meant SP.MakeRootAgent() would sometimes look to start attachment scripts before ETM.HandleIncomingSceneObject() had added them.
|
hace 10 años |
BlueWall
|
e50aac020f
Add command to reset region's user cache
|
hace 10 años |
BlueWall
|
b39d697555
Adding command to reset user's email address
|
hace 10 años |
Justin Clark-Casey (justincc)
|
147d401b28
Remove XEngine.m_uniqueScripts
|
hace 10 años |
Justin Clark-Casey (justincc)
|
92c9dd42c4
Restore OpenMetaverse.dll to the one compiled under Windows again from commit 2660619. Somehow it got replaced again in the ghosts merge with the one built under Linux.
|
hace 10 años |
Robert Adams
|
289cf2e3e2
Remove reference to MSSQL in prebuild.xml since feature has been removed
|
hace 10 años |
Justin Clark-Casey (justincc)
|
2b9f0647de
Fix a regression where objects crossing regions in the same simulator (on their own or as attachments) with AppDomainLoading = false would create the new state in the source region area rather than the dest.
|
hace 10 años |
Justin Clark-Casey (justincc)
|
227d2e2b61
Avoid a possible race condition where the XEngine script compile thread could complete but see OnRezScript() insert a new job and complete before it set m_CurrentCompile = null
|
hace 10 años |
Justin Clark-Casey (justincc)
|
76722d8324
In XEngine, enqueue a script rez to the compile queue after setting m_CompileDict to avoid a rare but not impossible race condition.
|
hace 10 años |
Justin Clark-Casey (justincc)
|
f3ab7c0f5c
refactor: rename IteratingUuidGather.AddAssetUuidToInspect() and RecordAssetUuids() to AddForInspection() as this properly describes what both of these methods do.
|
hace 10 años |
Justin Clark-Casey (justincc)
|
b0ff3236be
Make "fache assets" console command more efficient by only updating access times on each cached asset once, not for every reference.
|
hace 10 años |
Justin Clark-Casey (justincc)
|
9208fb5d54
refactor: Make IteratingUUIDGatherer take a dictionary in its constructor like UUIDGatherer, so we can deal with future cases where the dictionary may already be pre-populated.
|
hace 10 años |