smatz [Tue, 27 May 2008 00:13:51 +0000] rev 10730
(svn r13280) -Fix (r13276): MSVC compilation was broken
smatz [Mon, 26 May 2008 21:45:57 +0000] rev 10729
(svn r13279) -Codechange: simplify condition for terminating loop when reversing list order
peter1138 [Mon, 26 May 2008 21:40:52 +0000] rev 10728
(svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop down lists
rubidium [Mon, 26 May 2008 21:38:17 +0000] rev 10727
(svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing the NewGRF settings window.
smatz [Mon, 26 May 2008 21:27:06 +0000] rev 10726
(svn r13276) -Codechange: use qsort() for initial sorting of a list for better performance (credits go to skidd13 and peter1138)
smatz [Mon, 26 May 2008 21:08:03 +0000] rev 10725
(svn r13275) -Fix: sort lists with 2 items, too
-Fix: reset VL_RESORT and resort timer even when no sort was needed
richk [Mon, 26 May 2008 20:45:25 +0000] rev 10724
(svn r13274) [NewGRF_ports] -Sync: with trunk r12806:13144.
glx [Mon, 26 May 2008 20:20:38 +0000] rev 10723
(svn r13273) -Fix [FS#2042]: MSVC warnings (again)
rubidium [Mon, 26 May 2008 20:00:18 +0000] rev 10722
(svn r13272) [NoAI] -Codechange: strdup all parameter strings coming from Squirrel going into the API after the possible WChar* -> char* conversion and free them after return.
[NoAI] -Fix: signs getting strange names because the FS2OTTD buffer was already overwritten by commands/print attempts of other AIs.
skidd13 [Mon, 26 May 2008 18:30:58 +0000] rev 10721
(svn r13271) -Codechange: groups sorting uses GUILists Sort() now