Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-12 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-10-12 | Add one more check for key presence | Melanie Thielker | 1 | -1/+1 | |
2008-10-12 | * Removed a lock in a high performance section of OpenSim, in cases when it ↵ | Adam Frisby | 1 | -0/+3 | |
is not necessary. | |||||
2008-10-12 | * Small fix for when PacketPool is disabled to prevent it from crashing ↵ | Adam Frisby | 1 | -1/+1 | |
immedietly. | |||||
2008-10-12 | LLUDP Client View | Adam Frisby | 1 | -22/+32 | |
* Experimenting with the PacketPool mechanism. * It's still disabled in the code, however there's now a flag to enable it. * Converted to use Generic Collections vs Hashtables, also now uses a list of 'OK to pool' packets, starting with the high volume PacketAck packet. | |||||
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 1 | -0/+4 | |
Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite. | |||||
2008-09-07 | * minor: just minor doc and tidy up | Justin Clarke Casey | 1 | -0/+4 | |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -5/+7 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-08-08 | Patch #9160 | Melanie Thielker | 1 | -40/+1 | |
Refactor proxy encode/decode methods out of the PacketPool into their own class. | |||||
2008-05-14 | More formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
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-29 | * Spring cleaning. | Adam Frisby | 1 | -39/+37 | |
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -7/+8 | |
(this took a while to run). | |||||
2008-03-20 | Added back a fix that lbsa71 did aqes ago to fix a buffer overflow in the ↵ | MW | 1 | -1/+2 | |
packetpool, which somewhere through time got lost/reverted | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -10/+10 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+26 | |
2008-03-05 | * Removed more compiler warnings, dead code, etc. | Adam Frisby | 1 | -0/+2 | |
2008-03-04 | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 1 | -43/+61 | |
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-01-10 | Whitespace cleanup. | Jeff Ames | 1 | -3/+3 | |
2008-01-03 | Packet recycling has been temporarily disabled to avoid the performance ↵ | Johan Berntsson | 1 | -0/+5 | |
problems reported in Mantis 281 | |||||
2008-01-02 | Fixed buffer overrun bug in ZeroDecodeCommand | Johan Berntsson | 1 | -2/+23 | |
2008-01-02 | * Fixed an issue where the PacketPool would ZeroDecodeCommand into a too ↵ | lbsa71 | 1 | -1/+2 | |
small buffer. The new buffer size is based on analysis of real data, not on knowledge; this should be reviewed by the original PacketPool author. | |||||
2007-12-28 | Patch from Johan: LibSL updated to the latest revision (1568) and all ↵ | Adam Johnson | 1 | -0/+131 | |
packets are now recycled to improve performance and memory usage. |