Tue, 17 Jun 2008 03:13:09 +0000(svn r13542) -Codechange: Less a few more magic numbers and a code a bit more adaptable, still
belugas [Tue, 17 Jun 2008 03:13:09 +0000] rev 10988
(svn r13542) -Codechange: Less a few more magic numbers and a code a bit more adaptable, still

Tue, 17 Jun 2008 02:33:42 +0000(svn r13541) -Codechange: Aligning some switch case. Code cosmetics.
belugas [Tue, 17 Jun 2008 02:33:42 +0000] rev 10987
(svn r13541) -Codechange: Aligning some switch case. Code cosmetics.

Tue, 17 Jun 2008 02:25:45 +0000(svn r13540) -Codechange: Less a magic number and a more adaptable code
belugas [Tue, 17 Jun 2008 02:25:45 +0000] rev 10986
(svn r13540) -Codechange: Less a magic number and a more adaptable code

Mon, 16 Jun 2008 20:16:43 +0000(svn r13539) -Fix (r13537): signed/unsigned warnings
glx [Mon, 16 Jun 2008 20:16:43 +0000] rev 10985
(svn r13539) -Fix (r13537): signed/unsigned warnings

Mon, 16 Jun 2008 20:08:30 +0000(svn r13538) -Fix (r12740)[FS#2087]: ChildSprites of foundations are not necessarily consecutive.
frosch [Mon, 16 Jun 2008 20:08:30 +0000] rev 10984
(svn r13538) -Fix (r12740)[FS#2087]: ChildSprites of foundations are not necessarily consecutive.

Mon, 16 Jun 2008 19:38:41 +0000(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions
smatz [Mon, 16 Jun 2008 19:38:41 +0000] rev 10983
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions

Mon, 16 Jun 2008 17:28:15 +0000(svn r13536) -Codechange: Bit shifting is not really required when you know exactly the value to use.
belugas [Mon, 16 Jun 2008 17:28:15 +0000] rev 10982
(svn r13536) -Codechange: Bit shifting is not really required when you know exactly the value to use.
Even more when it's a parameter.

Mon, 16 Jun 2008 17:10:55 +0000(svn r13535) -Codechange: Protect GUIList internals
skidd13 [Mon, 16 Jun 2008 17:10:55 +0000] rev 10981
(svn r13535) -Codechange: Protect GUIList internals
-Fix: VL_FIST_SORT should be set after list rebuild too

Mon, 16 Jun 2008 17:09:52 +0000(svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting with GUIList function calls
skidd13 [Mon, 16 Jun 2008 17:09:52 +0000] rev 10980
(svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting with GUIList function calls

Mon, 16 Jun 2008 17:05:17 +0000(svn r13533) -Codechange: Replace direct class member access of GUIList with the appropriate function calls
skidd13 [Mon, 16 Jun 2008 17:05:17 +0000] rev 10979
(svn r13533) -Codechange: Replace direct class member access of GUIList with the appropriate function calls