tron [Fri, 07 Apr 2006 09:15:17 +0000] rev 3470
(svn r4315) Remove MAX_QUERYSTR_LEN, rather use lengthof() the real thing
tron [Fri, 07 Apr 2006 09:07:53 +0000] rev 3469
(svn r4314) -Fix: a buffer overflow of the chat box introduced in r1263. Don't tell the Textbuf an arbitrary number as size of the string buffer, but the real lengthof() it
tron [Fri, 07 Apr 2006 09:00:57 +0000] rev 3468
(svn r4313) The parent window of the chat box is always the main toolbar (?!), therefore don't pass this information as parameter
tron [Fri, 07 Apr 2006 08:57:03 +0000] rev 3467
(svn r4312) Calculate the maximum pixel width of the entered text in the chat box from the "text box"-widget instead of hardcoding an arbitrary - and wrong - number
celestar [Fri, 07 Apr 2006 08:42:30 +0000] rev 3466
(svn r4311) -Fix/Codechange: Clear the railtype when removing rail under a bridge. FS#103 exhibited this problem
tron [Fri, 07 Apr 2006 08:37:39 +0000] rev 3465
(svn r4310) The chat box has no visible window title, therefore remove the string
tron [Fri, 07 Apr 2006 08:27:43 +0000] rev 3464
(svn r4309) The initial string of the chat box is always the empty string, so don't jump through hoops to check if nothing was entered and simplify the code
celestar [Fri, 07 Apr 2006 07:40:44 +0000] rev 3463
(svn r4307) -Fix: Coding style in previous commit. Thanks to Tron for instant notice
celestar [Fri, 07 Apr 2006 07:39:03 +0000] rev 3462
(svn r4306) -Fix (103). Assertion when removing elrails under bridges. Thanks to Rubidium for reporting and fixing
celestar [Fri, 07 Apr 2006 07:19:14 +0000] rev 3461
(svn r4305) -Codechange: Minor elrail cleanup (Tron)