Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: remove a few mono compiler warnings | Justin Clark-Casey (justincc) | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | * Continued work on the new LLUDP implementation. Appears to be functioning, ↵ | John Hurliman | 2009-10-06 | 1 | -122/+5 |
| | | | | | | | | although not everything is reimplemented yet * Replaced logic in ThreadTracker with a call to System.Diagnostics that does the same thing * Added Util.StringToBytes256() and Util.StringToBytes1024() to clamp output at byte[256] and byte[1024], respectively * Fixed formatting for a MySQLAssetData error logging line | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -3/+3 |
| | |||||
* | * Add ThreadTracker Tests, Tests default thread, Adding Testing and Removing ↵ | Teravus Ovares (Dan Olivares) | 2009-08-13 | 1 | -12/+24 |
| | | | | | | a thread, a dead thread, and a null Thread * Fix a null thread situation | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Correct build break from last commit - how on earth did it compile last ↵ | Justin Clarke Casey | 2008-11-04 | 1 | -0/+5 |
| | | | | time? Bizarre | ||||
* | * Stop an exception in the thread tracker cleanup loop from terminating the sim | Justin Clarke Casey | 2008-11-04 | 1 | -4/+13 |
| | |||||
* | * minor: add to the thread tracker the thread with which the thread tracker ↵ | Justin Clarke Casey | 2008-08-01 | 1 | -1/+2 |
| | | | | tracks threads | ||||
* | * Spring cleaning. | Adam Frisby | 2008-04-29 | 1 | -3/+7 |
| | | | | | * 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. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -6/+5 |
| | | | | (this took a while to run). | ||||
* | Added copyright heaaders. Minor cleanup. | Jeff Ames | 2008-03-04 | 1 | -1/+28 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-02-21 | 1 | -106/+106 |
| | |||||
* | "threads" command now works. I've added manual tracking of threads (only if ↵ | Tedd Hansen | 2008-02-21 | 1 | -0/+106 |
compiled in DEBUG mode)... Its ugly and even requires a separate thread to track the treads, but it will be very valuable in debugging. |