Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-08 | Remove FunSL client stack as it's under development and often won't compile. | Mike Mazur | 1 | -567/+0 | |
This effectively undoes commits 5771 and 5769 as well as parts of the formatting cleanup commits 5774 and 5775. | |||||
2008-08-06 | Rename namespace to FunSL. | Mike Mazur | 1 | -1/+1 | |
2008-08-06 | Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDP | Mike Mazur | 1 | -0/+0 | |
client stack. | |||||
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 1 | -1/+1 | |
2008-07-22 | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 1 | -22/+46 | |
resending, timeouts, packet discarding. Add notification event for packet discarding. Add priority scheduling for packet queues. Add outgoing duplicate detection facility. Correct packet sequencing. Make provisions for automatic server side throttle adjustments (comes in next installment) | |||||
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -2/+2 | |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-05-24 | * Temporary fix for mantis 1374 | Justin Clarke Casey | 1 | -1/+11 | |
* If the agent throttle byte array is unexpectedly empty, then log a warning and drop the packet | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -15/+15 | |
2008-05-14 | More formatting cleanup. | Jeff Ames | 1 | -1/+2 | |
2008-05-02 | fixed the dos line endings | Sean Dague | 1 | -531/+531 | |
2008-05-02 | * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵ | Adam Frisby | 1 | -532/+532 | |
are in. | |||||
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 1 | -2/+2 | |
* Made a bunch more members static, removed some dead code, general cleaning. | |||||
2008-04-05 | * Lowered the default throttle settings. They were way too high at 1.5MB/s! | Teravus Ovares | 1 | -8/+8 | |
* 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! ) | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+26 | |
2008-03-04 | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 1 | -1/+11 | |
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. | |||||
2008-03-02 | Applying Ahzzmandius' second patch from bug 701. | Teravus Ovares | 1 | -1/+1 | |
ClientView triggers OnClose event before flushing packetqueue. Thank sAhzzmandius! | |||||
2008-02-25 | * Caught HttpListenerException and swallowed if with output | lbsa71 | 1 | -1/+3 | |
* Moved Flush into Close since it's always done in that order. * Minor renamings * Reversed if for clarity | |||||
2008-02-22 | * Implement packet queue statistics | Justin Clarke Casey | 1 | -2/+35 | |
* 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 | |||||
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -4/+6 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-01-22 | * Enabled dead region tracking for ChildAgentDataUpdates | Teravus Ovares | 1 | -1/+1 | |
** 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. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -97/+101 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-15 | * some work on not storing the circuitPack (bad thing if we're going to ↵ | lbsa71 | 1 | -2/+2 | |
reuse packets) * some work on encapsulation, code convention compliance and beautification. * also, some ignores | |||||
2007-12-11 | consolidate client view exit paths, this seems to | Sean Dague | 1 | -12/+5 | |
cause a different synchronization issue in other shutdown routines, though I'm not sure why | |||||
2007-12-11 | force a flush before client shutdown, so no important packets are lost | Sean Dague | 1 | -2/+39 | |
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -1/+1 | |
notice of doom | |||||
2007-12-09 | * Added more info to ChildAgentDataUpdate | Teravus Ovares | 1 | -0/+22 | |
* Added (at sdauge's suggestion) byte[] GetThrottlesPacked(float multiplier) | |||||
2007-12-09 | change PacketQueue to take the byte[] throttle instead | Sean Dague | 1 | -4/+1 | |
of the Packet to set the throttles | |||||
2007-12-07 | move to PacketQueue for throttling. This has been tested with a couple | Sean Dague | 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. | |||||
2007-12-07 | further screwing around with the PacketQueue data structure. | Sean Dague | 1 | -39/+149 | |
Nearly time to replace a chunk of ClientView with this. | |||||
2007-12-04 | keeping opensim safe for children -- made some namespace references less ↵ | Jeff Ames | 1 | -1/+1 | |
explicit | |||||
2007-12-04 | made log messages for known unhandled packet types shorter and yellower. ↵ | Jeff Ames | 1 | -9/+1 | |
added handler stubs. | |||||
2007-12-03 | further encapsulation of function in PacketQueue and PacketThrottle | Sean Dague | 1 | -3/+162 | |
2007-11-30 | mod packetqueue to use the throttle class container | Sean Dague | 1 | -75/+52 | |
2007-11-30 | starting to fill out PacketQueue, refactoring as I go. This | Sean Dague | 1 | -0/+252 | |
doesn't link into the rest of the code yet, and won't until it is complete. |