| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* This will definitely help the missing prim problem (probably eliminate it entirely)!
* This will help the broken up land block problem (probably eliminate it entirely)!
* Warning, change the default throttle settings at your own risk ( and don't commit the throttle settings! )
|
| |
|
|
|
|
| |
support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
|
|
|
|
|
|
| |
ClientView triggers OnClose event before flushing packetqueue.
Thank sAhzzmandius!
|
|
|
|
|
|
|
|
| |
* Moved Flush into Close since it's always done in that order.
* Minor renamings
* Reversed if for clarity
|
|
|
|
|
|
|
|
|
| |
* This will show the packets waiting in each queue for each client logged into a region server
* These are displayed using 'show stats' on the region command line
* This is in pursuit of a memory leak.
* This will require a prebuild
|
| |
|
|
|
|
|
|
| |
Changed LogBase to ConsoleBase, which handles console I/O.
This is mostly an in-place conversion, so lots of refactoring can still be done.
|
|
|
|
|
|
|
| |
** If the region fails 3 times, then ChildAgentDataUpdates no longer get sent to that region
* Enabled Child_Get_Tasks in grid mode.
* When Child_Get_Tasks is enabled on neighbor regions, the neighbor region uses the client's draw distance to send out prim. This is a lot less likely to flood the client now since the ChildAgentDataUpdate contains both the throttle settings and the draw distance. This means that with this enabled, you can see prim in other regions in grid mode. Very experimental.
|
|
|
|
|
|
|
| |
* shortened references
* Removed redundant 'this'
* Normalized EOF
|
|
|
|
|
|
|
|
| |
reuse packets)
* some work on encapsulation, code convention compliance and beautification.
* also, some ignores
|
|
|
|
|
|
|
| |
cause a different synchronization issue in other
shutdown routines, though I'm not sure why
|
| |
|
|
|
|
| |
notice of doom
|
|
|
|
|
| |
* Added (at sdauge's suggestion) byte[] GetThrottlesPacked(float multiplier)
|
|
|
|
|
|
| |
of the Packet to set the throttles
|
|
|
|
|
|
|
| |
of people, but is enough of a change that more should try it out. This
removes 500 lines from ClientView.cs in the process.
|
|
|
|
|
|
| |
Nearly time to replace a chunk of ClientView with this.
|
|
|
|
| |
explicit
|
|
|
|
| |
added handler stubs.
|
| |
|
| |
|
|
doesn't link into the rest of the code yet, and won't until it
is complete.
|