glx [Mon, 16 Jun 2008 20:16:43 +0000] rev 9535
(svn r13539) -Fix (r13537): signed/unsigned warnings
frosch [Mon, 16 Jun 2008 20:08:30 +0000] rev 9534
(svn r13538) -Fix (r12740)[FS#2087]: ChildSprites of foundations are not necessarily consecutive.
smatz [Mon, 16 Jun 2008 19:38:41 +0000] rev 9533
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions
belugas [Mon, 16 Jun 2008 17:28:15 +0000] rev 9532
(svn r13536) -Codechange: Bit shifting is not really required when you know exactly the value to use.
Even more when it's a parameter.
skidd13 [Mon, 16 Jun 2008 17:10:55 +0000] rev 9531
(svn r13535) -Codechange: Protect GUIList internals
-Fix: VL_FIST_SORT should be set after list rebuild too
skidd13 [Mon, 16 Jun 2008 17:09:52 +0000] rev 9530
(svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting with GUIList function calls
skidd13 [Mon, 16 Jun 2008 17:05:17 +0000] rev 9529
(svn r13533) -Codechange: Replace direct class member access of GUIList with the appropriate function calls
skidd13 [Sun, 15 Jun 2008 22:10:22 +0000] rev 9528
(svn r13524) -Codechange: use the typesafe QSort for vehicle sortings
-Prepare: vehicles sorting for convsersion to GUIList
skidd13 [Sun, 15 Jun 2008 16:40:41 +0000] rev 9527
(svn r13523) -Codechange: replace qsort by the internal typesafe QSortT for resolution sorting
skidd13 [Sun, 15 Jun 2008 16:11:25 +0000] rev 9526
(svn r13522) -Codechange: Replace the qsort of the highscore with one of the internal sorters