Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -4/+4 |
| | |||||
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -6/+26 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-19 | 1 | -3/+3 |
| | |||||
* | Fixing LLClientView memory leak | James J Greensky | 2009-10-01 | 1 | -1/+4 |
| | | | | | | | Fixing LLClientView memory leak by disposing of all timers utilized in LLClientView as they contain references to the callback method. This required the use of the Terminate and Close infrastructure that was already in place but was not being utilized. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Support loading empty folders in an iar | Justin Clarke Casey | 2009-03-13 | 1 | -0/+1 |
| | |||||
* | Update svn properties. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | * Fixed a major memory leak in packet processing - PacketQueue.Close is ↵ | Adam Frisby | 2008-11-08 | 1 | -0/+9 |
| | | | | | | | never called, causing the PacketQueue for dead clients to be preserved (including it's contents). * This patch is highly experimental and may cause clients to not be able to connect, if this is the case, it will be rolled back in approximately 5 minutes. | ||||
* | - adding Dequeue with a timeout to the BlockingQueue | Homer Horwitz | 2008-09-27 | 1 | -0/+17 |
| | |||||
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 2008-07-22 | 1 | -3/+17 |
| | | | | | | | | | | 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) | ||||
* | * Spring cleaning. | Adam Frisby | 2008-04-29 | 1 | -6/+6 |
| | | | | | * 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. | ||||
* | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 2008-04-24 | 1 | -3/+3 |
| | | | | | | Please adjust your editors to not use hard tabs. | ||||
* | Possible fix for the 100% CPU issue. I've not fully | Sean Dague | 2008-04-14 | 1 | -2/+8 |
| | | | | | | | | confirmed that this fixes the issue, however functional correctness of BlockingQueue requires that these locks be put into place anyway. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+26 |
| | |||||
* | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 2008-03-04 | 1 | -0/+5 |
| | | | | 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. | ||||
* | Mostly debugging verbosity which I shall very shortly comment out. | Justin Clarke Casey | 2008-02-09 | 1 | -1/+6 |
| | | | | | | Just want to try this out on windows quickly. | ||||
* | * Added lock to Contains to avoid enumeration exceptions | lbsa71 | 2008-01-03 | 1 | -1/+4 |
| | |||||
* | * Trying to address TextureSender issues | lbsa71 | 2008-01-02 | 1 | -9/+16 |
| | | | | | | * The BlockingQueue exposes Contains so we can make sure we don't add a TextureSender to the queue if there's already one present * introduced some TryGetValue and various code convention stuff | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -2/+2 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | minor refactor | Justin Clarke Casey | 2007-12-22 | 1 | -1/+1 |
| | |||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
| | | | | notice of doom | ||||
* | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 2007-10-31 | 1 | -0/+58 |