Sun, 23 Jan 2005 20:40:49 +0000(svn r1624) -Fix: [1106930] BugFix: placing signals with 2x1 drags is treated as placing a single signal thus providing an easy fix for a nasty problem.
darkvater [Sun, 23 Jan 2005 20:40:49 +0000] rev 1123
(svn r1624) -Fix: [1106930] BugFix: placing signals with 2x1 drags is treated as placing a single signal thus providing an easy fix for a nasty problem.

Sun, 23 Jan 2005 20:06:38 +0000(svn r1623) Remove dead code
tron [Sun, 23 Jan 2005 20:06:38 +0000] rev 1122
(svn r1623) Remove dead code

Sun, 23 Jan 2005 19:33:42 +0000(svn r1622) -Fix: variables can't be defined after a statement.. (Igor2Code)
truelight [Sun, 23 Jan 2005 19:33:42 +0000] rev 1121
(svn r1622) -Fix: variables can't be defined after a statement.. (Igor2Code)

Sun, 23 Jan 2005 19:02:53 +0000(svn r1621) -Fix: fixed some compiler warnings for the random-debug-switch
truelight [Sun, 23 Jan 2005 19:02:53 +0000] rev 1120
(svn r1621) -Fix: fixed some compiler warnings for the random-debug-switch

Sun, 23 Jan 2005 17:51:22 +0000(svn r1620) Fix typo in r1619
tron [Sun, 23 Jan 2005 17:51:22 +0000] rev 1119
(svn r1620) Fix typo in r1619

Sun, 23 Jan 2005 17:35:01 +0000(svn r1619) Fight bit rot in the Makefile:
tron [Sun, 23 Jan 2005 17:35:01 +0000] rev 1118
(svn r1619) Fight bit rot in the Makefile:
- Begin all echos with ===> to visually emphasise them
- Add @ to suppress printing of commands where it was missing
- Add echos to rules where none were
- Rephrase some existing echos
- Remove VERBOSE_FILTER, because piping errors to /dev/null is ... a bad idea

Sun, 23 Jan 2005 16:33:09 +0000(svn r1618) () -> (void)
tron [Sun, 23 Jan 2005 16:33:09 +0000] rev 1117
(svn r1618) () -> (void)

Sun, 23 Jan 2005 15:25:17 +0000(svn r1617) -Fix: Ugly hack to only call ResetObjectToPlaceon childwindows of build-toolbar if the window is closed manually (with 'X'); if not checked ResetObjectToPlace is called twice resulting in undesired actions (eg. clicked button is unclicked immediately).
darkvater [Sun, 23 Jan 2005 15:25:17 +0000] rev 1116
(svn r1617) -Fix: Ugly hack to only call ResetObjectToPlaceon childwindows of build-toolbar if the window is closed manually (with 'X'); if not checked ResetObjectToPlace is called twice resulting in undesired actions (eg. clicked button is unclicked immediately).

Sun, 23 Jan 2005 15:16:47 +0000(svn r1616) Introduce ttd_strlcat() and use it to de-uglify some piece of code in misc_cmd.
tron [Sun, 23 Jan 2005 15:16:47 +0000] rev 1115
(svn r1616) Introduce ttd_strlcat() and use it to de-uglify some piece of code in misc_cmd.
While here rename the len parameter of ttd_strlcpy() to size, because it is a buffer size and not a string length.
Also add -Wwrite-strings to the Makefile, because the above mentioned piece of code was the only part which triggered this warning.

Sun, 23 Jan 2005 14:15:42 +0000(svn r1615) -Fix: [1107350] console ignoring return character occasionally. For everyone that is running 2 dedicated servers on 1 windows machine, console input is now correct (event was the same so it was random which console received the input)
darkvater [Sun, 23 Jan 2005 14:15:42 +0000] rev 1114
(svn r1615) -Fix: [1107350] console ignoring return character occasionally. For everyone that is running 2 dedicated servers on 1 windows machine, console input is now correct (event was the same so it was random which console received the input)