Wed, 12 Jan 2005 21:11:26 +0000(svn r1490) Restore original town name generation behavior for german and hungarian (Jango)
tron [Wed, 12 Jan 2005 21:11:26 +0000] rev 992
(svn r1490) Restore original town name generation behavior for german and hungarian (Jango)

Wed, 12 Jan 2005 16:33:33 +0000(svn r1489) -Fix: You fix a GCC warning, you get a MSVC warning.. now fixed both
truelight [Wed, 12 Jan 2005 16:33:33 +0000] rev 991
(svn r1489) -Fix: You fix a GCC warning, you get a MSVC warning.. now fixed both
(which compiler do we break this time?)

Wed, 12 Jan 2005 11:54:51 +0000(svn r1488) -Fix: fixed some spelling mistakes (tnx to Tron)
truelight [Wed, 12 Jan 2005 11:54:51 +0000] rev 990
(svn r1488) -Fix: fixed some spelling mistakes (tnx to Tron)
-Fix: fixed some compiler-warnings

Wed, 12 Jan 2005 11:50:41 +0000(svn r1487) -Fix: [1100736] wrong tooltip for place desert button
darkvater [Wed, 12 Jan 2005 11:50:41 +0000] rev 989
(svn r1487) -Fix: [1100736] wrong tooltip for place desert button

Wed, 12 Jan 2005 11:21:28 +0000(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
truelight [Wed, 12 Jan 2005 11:21:28 +0000] rev 988
(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
dynamic arrays

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.