Wed, 12 Jan 2005 22:09:21 +0000(svn r1493) -Codechange: Removed redundancy in the order GUI. Currently we had most
celestar [Wed, 12 Jan 2005 22:09:21 +0000] rev 995
(svn r1493) -Codechange: Removed redundancy in the order GUI. Currently we had most
of the code written 4 - 8 times in the code.
This currently causes the "non-stop" button to appear for all
vehicles, which is disabled all the time. Don't report this as a bug
please.
This is (hopefully) the first patch in a joint effort to simplify
the order system

Wed, 12 Jan 2005 21:38:49 +0000(svn r1492) Reduce strcpy(, "") follwed by strcat() to just strcpy() (Jango)
tron [Wed, 12 Jan 2005 21:38:49 +0000] rev 994
(svn r1492) Reduce strcpy(, "") follwed by strcat() to just strcpy() (Jango)

Wed, 12 Jan 2005 21:33:43 +0000(svn r1491) Fix bracing style and indentation (Jango)
tron [Wed, 12 Jan 2005 21:33:43 +0000] rev 993
(svn r1491) Fix bracing style and indentation (Jango)

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)