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)

Sun, 23 Jan 2005 13:45:20 +0000(svn r1614) Fix: Signals were not updated correctly when the vehicle drive side was changed
dominik [Sun, 23 Jan 2005 13:45:20 +0000] rev 1113
(svn r1614) Fix: Signals were not updated correctly when the vehicle drive side was changed

Sun, 23 Jan 2005 13:42:26 +0000(svn r1613) -Fix: WE_CLICK event is not called on default actions. If special action is needed, use the other events like WE_RESIZE or WE_DESTROY, etc.
darkvater [Sun, 23 Jan 2005 13:42:26 +0000] rev 1112
(svn r1613) -Fix: WE_CLICK event is not called on default actions. If special action is needed, use the other events like WE_RESIZE or WE_DESTROY, etc.

Sun, 23 Jan 2005 13:30:02 +0000(svn r1612) -Fix: made sure that ->next pointers are set to NULL
truelight [Sun, 23 Jan 2005 13:30:02 +0000] rev 1111
(svn r1612) -Fix: made sure that ->next pointers are set to NULL

Sun, 23 Jan 2005 13:19:15 +0000(svn r1611) Display server port in the multiplayer game info window
dominik [Sun, 23 Jan 2005 13:19:15 +0000] rev 1110
(svn r1611) Display server port in the multiplayer game info window
I had to make the multiplayer window 10 pixels wider for this

Sun, 23 Jan 2005 13:09:35 +0000(svn r1610) Remove trailing whitespace (last time ever, i hope)
tron [Sun, 23 Jan 2005 13:09:35 +0000] rev 1109
(svn r1610) Remove trailing whitespace (last time ever, i hope)

Sun, 23 Jan 2005 13:08:01 +0000(svn r1609) -Codechange: converted the last order-loop with FOR_VEHICLE_ORDERS
truelight [Sun, 23 Jan 2005 13:08:01 +0000] rev 1108
(svn r1609) -Codechange: converted the last order-loop with FOR_VEHICLE_ORDERS

Sun, 23 Jan 2005 12:04:40 +0000(svn r1608) Make ReplaceWords() comprehensible
tron [Sun, 23 Jan 2005 12:04:40 +0000] rev 1107
(svn r1608) Make ReplaceWords() comprehensible