Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-11-04 | * Correct build break from last commit - how on earth did it compile last ↵ | Justin Clarke Casey | 1 | -0/+5 | |
time? Bizarre | |||||
2008-11-04 | * Stop an exception in the thread tracker cleanup loop from terminating the sim | Justin Clarke Casey | 1 | -4/+13 | |
2008-08-01 | * minor: add to the thread tracker the thread with which the thread tracker ↵ | Justin Clarke Casey | 1 | -1/+2 | |
tracks threads | |||||
2008-04-29 | * Spring cleaning. | Adam Frisby | 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. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -6/+5 | |
(this took a while to run). | |||||
2008-03-04 | Added copyright heaaders. Minor cleanup. | Jeff Ames | 1 | -1/+28 | |
2008-02-21 | Update svn properties. | Jeff Ames | 1 | -106/+106 | |
2008-02-21 | "threads" command now works. I've added manual tracking of threads (only if ↵ | Tedd Hansen | 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. |