| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
make it easier to start breaking this up into
more discreet functional classes
|
|
|
|
|
|
|
|
| |
code.
Fix typo on throttling Task packets incorrectly
|
| |
|
| |
|
|
|
|
| |
to if their logon region is down. Known good region, sort of.
|
|
|
|
|
| |
* Tweaked the esoteric throttler parameters again.
|
|
|
|
| |
need to queue the packet up.
|
|
|
|
|
|
|
| |
network throttle settings but does sanity checks to avoid too little(nothing gets sent) or too much(the sim crashes) data.
* Consider this experimental.. however, it looks very promising.
|
|
|
|
| |
This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.
|
| |
|
|
|
|
| |
spike when the network connection isn't 100% and fast.
|
| |
|
| |
|
|
|
|
|
|
| |
* Shortened type references
* Removed redundant 'this' qualifier
|
|
|
|
|
|
|
| |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace.
Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
|
|
|
|
|
|
|
|
|
|
|
| |
* We now have CloseAllAgents( circuit ) and CloseAllCircuits( agentId ) for great justice ( but alas, still only closing on one single scene - be brave! )
* Login and ConnectionClosed now eventified and moveified awayified
* Killed off unused NullClientAPI
* Now the client is almost only responsible for its own closing. ( I will get that scene out of there )
* Lookin' good!
|
|
|