aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ThreadTracker.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Spring cleaning.Adam Frisby2008-04-291-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 Frisby2008-04-211-6/+5
| | | | (this took a while to run).
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-1/+28
|
* Update svn properties.Jeff Ames2008-02-211-106/+106
|
* "threads" command now works. I've added manual tracking of threads (only if ↵Tedd Hansen2008-02-211-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.