Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * some work on not storing the circuitPack (bad thing if we're going to ↵ | lbsa71 | 2007-12-15 | 1 | -2/+2 |
| | | | | | | | | reuse packets) * some work on encapsulation, code convention compliance and beautification. * also, some ignores | ||||
* | consolidate client view exit paths, this seems to | Sean Dague | 2007-12-11 | 1 | -12/+5 |
| | | | | | | | cause a different synchronization issue in other shutdown routines, though I'm not sure why | ||||
* | force a flush before client shutdown, so no important packets are lost | Sean Dague | 2007-12-11 | 1 | -2/+39 |
| | |||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -1/+1 |
| | | | | notice of doom | ||||
* | * Added more info to ChildAgentDataUpdate | Teravus Ovares | 2007-12-09 | 1 | -0/+22 |
| | | | | | * Added (at sdauge's suggestion) byte[] GetThrottlesPacked(float multiplier) | ||||
* | change PacketQueue to take the byte[] throttle instead | Sean Dague | 2007-12-09 | 1 | -4/+1 |
| | | | | | | of the Packet to set the throttles | ||||
* | move to PacketQueue for throttling. This has been tested with a couple | Sean Dague | 2007-12-07 | 1 | -100/+42 |
| | | | | | | | of people, but is enough of a change that more should try it out. This removes 500 lines from ClientView.cs in the process. | ||||
* | further screwing around with the PacketQueue data structure. | Sean Dague | 2007-12-07 | 1 | -39/+149 |
| | | | | | | Nearly time to replace a chunk of ClientView with this. | ||||
* | keeping opensim safe for children -- made some namespace references less ↵ | Jeff Ames | 2007-12-04 | 1 | -1/+1 |
| | | | | explicit | ||||
* | made log messages for known unhandled packet types shorter and yellower. ↵ | Jeff Ames | 2007-12-04 | 1 | -9/+1 |
| | | | | added handler stubs. | ||||
* | further encapsulation of function in PacketQueue and PacketThrottle | Sean Dague | 2007-12-03 | 1 | -3/+162 |
| | |||||
* | mod packetqueue to use the throttle class container | Sean Dague | 2007-11-30 | 1 | -75/+52 |
| | |||||
* | starting to fill out PacketQueue, refactoring as I go. This | Sean Dague | 2007-11-30 | 1 | -0/+252 |
doesn't link into the rest of the code yet, and won't until it is complete. |