matthijs [Tue, 05 Dec 2006 16:41:13 +0000] rev 5249
(svn r7374) - CodeChange: Replace call to GetVehiclePoolSize() by GetMaxVehicleIndex().
peter1138 [Tue, 05 Dec 2006 14:18:58 +0000] rev 5248
(svn r7373) -Codechange: when removing a GRF from the list, make the next one selected, or the previous file if the last item is being removed. This makes clearing the list easier.
matthijs [Tue, 05 Dec 2006 13:58:20 +0000] rev 5247
(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX() and add GetMaxXXXIndex() functions. This prepares for the new pool interface.
Darkvater [Tue, 05 Dec 2006 12:17:31 +0000] rev 5246
(svn r7370) -Cleanup: Use NewsID instead of byte for news identifiers, and some minor other things
Darkvater [Tue, 05 Dec 2006 11:59:28 +0000] rev 5245
(svn r7369) -Cleanup: Some coding style, usage of increaseIndex and decreaseIndex to loop through the
fifo-array-buffer, typo's.
Darkvater [Tue, 05 Dec 2006 11:51:23 +0000] rev 5244
(svn r7368) -Fix: [FS#332] Vehicle Deletion Crash [News Window Related?] (r3757).
peter1138 [Tue, 05 Dec 2006 11:13:22 +0000] rev 5243
(svn r7367) -Codechange: prevent adding files where the GRF ID is already in the list
Darkvater [Tue, 05 Dec 2006 09:19:14 +0000] rev 5242
(svn r7366) -Fix: Out of bounds widget access when accessing orders window of other players.
peter1138 [Mon, 04 Dec 2006 20:27:53 +0000] rev 5241
(svn r7363) -Fix (r7357): Update count of NewGRFs when adding an file
Darkvater [Mon, 04 Dec 2006 18:57:09 +0000] rev 5240
(svn r7362) -Fix (r7337): Free the freetype face after any possible error. For win32 do not use the
last font in the registry if no suitable font is found.