Mon, 06 Sep 2004 22:53:59 +0000(svn r174) -Network: [ 023268] small network.c changes/cleanups (MorphOS/AmigaOS) and one compiler warning fix (MorphOS) (tokai)
darkvater [Mon, 06 Sep 2004 22:53:59 +0000] rev 173
(svn r174) -Network: [ 023268] small network.c changes/cleanups (MorphOS/AmigaOS) and one compiler warning fix (MorphOS) (tokai)

Mon, 06 Sep 2004 22:46:02 +0000(svn r173) -Network: [1023231] Debug Code + ErrorBoxes + Load Game/Scenario. Added some more desync debug code and replaced some of the error() calls with some better error boxes. Hopefully find desyncs easier (sign_de)
darkvater [Mon, 06 Sep 2004 22:46:02 +0000] rev 172
(svn r173) -Network: [1023231] Debug Code + ErrorBoxes + Load Game/Scenario. Added some more desync debug code and replaced some of the error() calls with some better error boxes. Hopefully find desyncs easier (sign_de)
-GUI: Change some network GUI stuff (Darkvater)

Mon, 06 Sep 2004 21:47:12 +0000(svn r172) -Fix: warning fixes (Tron)
darkvater [Mon, 06 Sep 2004 21:47:12 +0000] rev 171
(svn r172) -Fix: warning fixes (Tron)

Mon, 06 Sep 2004 21:29:02 +0000(svn r171) MorphOS: added hotkey for console (tokai)
bjarni [Mon, 06 Sep 2004 21:29:02 +0000] rev 170
(svn r171) MorphOS: added hotkey for console (tokai)

Mon, 06 Sep 2004 21:27:26 +0000(svn r170) -Fix: [1022902] network fix .. console fix bug [1018523]. Fixes some variable initialization errors and a console.h warning (sign_de)
darkvater [Mon, 06 Sep 2004 21:27:26 +0000] rev 169
(svn r170) -Fix: [1022902] network fix .. console fix bug [1018523]. Fixes some variable initialization errors and a console.h warning (sign_de)

Mon, 06 Sep 2004 21:20:01 +0000(svn r169) -Fix: move around sort-widgets a bit so it looks more natural
darkvater [Mon, 06 Sep 2004 21:20:01 +0000] rev 168
(svn r169) -Fix: move around sort-widgets a bit so it looks more natural
-Fix: savegames are sorted with newest date first by default
-Codechange: refine sorter functions
-Fix: fixed linux warnings (tokai)

Mon, 06 Sep 2004 20:51:25 +0000(svn r168) added a console hotkey on mac
bjarni [Mon, 06 Sep 2004 20:51:25 +0000] rev 167
(svn r168) added a console hotkey on mac

Mon, 06 Sep 2004 18:33:51 +0000(svn r167) -Fix: [972247] bug in '[a] weird non-uniform stations handling'
truelight [Mon, 06 Sep 2004 18:33:51 +0000] rev 166
(svn r167) -Fix: [972247] bug in '[a] weird non-uniform stations handling'
(blathijs)

Mon, 06 Sep 2004 18:22:25 +0000(svn r166) -Codechange: change 74 for constant DAY_TICKS
darkvater [Mon, 06 Sep 2004 18:22:25 +0000] rev 165
(svn r166) -Codechange: change 74 for constant DAY_TICKS

Mon, 06 Sep 2004 18:15:13 +0000(svn r165) -Feature: Option to sort vehicles in vehicle-list window by different criteria. Total independent sort for all types and players. Periodic resort of list every 10 TTD days. Thank you for your graphical inspiration follow and buxo (since none of you provided any code).
darkvater [Mon, 06 Sep 2004 18:15:13 +0000] rev 164
(svn r165) -Feature: Option to sort vehicles in vehicle-list window by different criteria. Total independent sort for all types and players. Periodic resort of list every 10 TTD days. Thank you for your graphical inspiration follow and buxo (since none of you provided any code).
-Fix: Sorter icon pointing down 'v' sorts in every window lowest value first, '^' highest value first
-CodeChange: move Dropdownlist from settings_gui.c to widget.c. More in place there.