tron [Sat, 18 Feb 2006 14:52:42 +0000] rev 3034
(svn r3614) turn 2 do-while-loop with 2 induction variables each into canocical for loops
tron [Sat, 18 Feb 2006 14:41:24 +0000] rev 3033
(svn r3613) Some more const, indentation, whitespace and similar stuff
peter1138 [Sat, 18 Feb 2006 14:11:23 +0000] rev 3032
(svn r3612) - RoadStop->slot[] stores a vehicle index. Adjust its type and use INVALID_VEHICLE instead of nonsense INVALID_SLOT.
bjarni [Fri, 17 Feb 2006 20:24:17 +0000] rev 3031
(svn r3611) -Feature: [OSX profiling] Shark (Xcode's profiling tool) can now relate CPU usage to lines in the source files
Now OSX users can tell what lines in the C code that keeps the CPU busy instead of just ASM code
Note: PROFILE needs to be enabled in Makefile.config for this to work
tron [Fri, 17 Feb 2006 16:42:08 +0000] rev 3030
(svn r3610) And one more (see r3608/r3609)
tron [Fri, 17 Feb 2006 16:39:24 +0000] rev 3029
(svn r3609) Some more simplification in the same function as r3608
tron [Fri, 17 Feb 2006 16:24:56 +0000] rev 3028
(svn r3608) No functional change, just make some code more comprehensible: Reduce variable scope, remove write-only variables, turn do-while-loops with multiple induction variables into canonical for-loops
peter1138 [Thu, 16 Feb 2006 20:51:06 +0000] rev 3027
(svn r3607) - Fix indenting of PerformanceRatingDetailWndProc()
peter1138 [Wed, 15 Feb 2006 12:53:36 +0000] rev 3026
(svn r3606) - NewGRF: Convert from TTDP railtype values to our own railtypes. (These are currently the same, but won't be forever...)
peter1138 [Tue, 14 Feb 2006 09:31:05 +0000] rev 3025
(svn r3605) - Remove silly macro and fix indenting in DrawVehicleRefitWindow()