Wed, 12 Jan 2005 00:50:08 +0000(svn r1485) -Fix: [1031451] Catchment area shows when buying sign. Catchment area wasn't reset when road station window was unselected
darkvater [Wed, 12 Jan 2005 00:50:08 +0000] rev 987
(svn r1485) -Fix: [1031451] Catchment area shows when buying sign. Catchment area wasn't reset when road station window was unselected
-Fix: small GUI glitch in terraform toolbar

Tue, 11 Jan 2005 23:39:21 +0000(svn r1484) -Fix: [1099197] scrolling through console sometimes crashed the whole game. Also added MarkWholeScreenDirty() to have redrawing of console resize instant (sign_de)
darkvater [Tue, 11 Jan 2005 23:39:21 +0000] rev 986
(svn r1484) -Fix: [1099197] scrolling through console sometimes crashed the whole game. Also added MarkWholeScreenDirty() to have redrawing of console resize instant (sign_de)

Tue, 11 Jan 2005 15:52:18 +0000(svn r1483) -Fix: don't close a socket if it is already closed (windows doesn't like
truelight [Tue, 11 Jan 2005 15:52:18 +0000] rev 985
(svn r1483) -Fix: don't close a socket if it is already closed (windows doesn't like
it :() (partly tnx to tamlin)

Tue, 11 Jan 2005 12:15:08 +0000(svn r1481) -Fix: [ 1099891 ] Added a return in DispatchLeftClickEvent which prevents reading of free'd memory (tamlin)
celestar [Tue, 11 Jan 2005 12:15:08 +0000] rev 984
(svn r1481) -Fix: [ 1099891 ] Added a return in DispatchLeftClickEvent which prevents reading of free'd memory (tamlin)

Tue, 11 Jan 2005 00:54:06 +0000(svn r1479) -Added highscore chart (accessible from the difficulty window) with top5 companies for a given difficulty (select the difficulty in the menu)
darkvater [Tue, 11 Jan 2005 00:54:06 +0000] rev 983
(svn r1479) -Added highscore chart (accessible from the difficulty window) with top5 companies for a given difficulty (select the difficulty in the menu)
-Added endgame score on 1 jan 2051 where you are added to the highscore if sufficiently large points have been accumulated. Game is paused while
-These values are saved in hs.dat; added read/write functions for it
-Added code to delete all windows to show charts. There is one issue left: somehow a news-gui pops up in front of the the chart at the end of the game.

Tue, 11 Jan 2005 00:24:27 +0000(svn r1478) -Fix: [1099195] mouse-wheel in train replace window. Scrollbar1 and Scrollbar2 now work independently. You can only scroll on list and scrollbar itself; scrollbar must be next widget of the list.
darkvater [Tue, 11 Jan 2005 00:24:27 +0000] rev 982
(svn r1478) -Fix: [1099195] mouse-wheel in train replace window. Scrollbar1 and Scrollbar2 now work independently. You can only scroll on list and scrollbar itself; scrollbar must be next widget of the list.
-Fix: updated the few gui's that didn't have the scrollbar right after the listbox.

Mon, 10 Jan 2005 22:56:20 +0000(svn r1477) -Fix: finally zooming in/out always works. The problem was that the zoomed in/out coordinates were used for checking if the area was a zoomable viewport in the not zoomed in/out position. The chances were high that there was a window.
darkvater [Mon, 10 Jan 2005 22:56:20 +0000] rev 981
(svn r1477) -Fix: finally zooming in/out always works. The problem was that the zoomed in/out coordinates were used for checking if the area was a zoomable viewport in the not zoomed in/out position. The chances were high that there was a window.

Mon, 10 Jan 2005 22:36:11 +0000(svn r1476) -Fix: [1099209] Catchment area with drag&drop stations (Celestar)
darkvater [Mon, 10 Jan 2005 22:36:11 +0000] rev 980
(svn r1476) -Fix: [1099209] Catchment area with drag&drop stations (Celestar)

Mon, 10 Jan 2005 22:14:35 +0000(svn r1475) Fix some more signed/unsigned comparison warnings
tron [Mon, 10 Jan 2005 22:14:35 +0000] rev 979
(svn r1475) Fix some more signed/unsigned comparison warnings

Mon, 10 Jan 2005 21:56:02 +0000(svn r1474) Added some gcc flags in the Makefile
celestar [Mon, 10 Jan 2005 21:56:02 +0000] rev 978
(svn r1474) Added some gcc flags in the Makefile