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)
tron [Fri, 07 Apr 2006 07:08:20 +0000] rev 3460
(svn r4304) The chat box' parent window (the main toolbar, wtf?) doesn't care for the WE_ON_EDIT_TEXT_CANCEL event, so don't send one. This code looks like it was mindlessly copy&pasted from the query box
Darkvater [Thu, 06 Apr 2006 19:16:39 +0000] rev 3459
(svn r4302) - Fix: s/maxlength/maxwidth of course, the buffer size is always set. Comment-change only
Darkvater [Thu, 06 Apr 2006 19:11:41 +0000] rev 3458
(svn r4301) - Fix: the maxlength parameter of Textbuf is supposed to be the size of the buffer (so length of string + '\0'), but in the code it was a mix of both. It didn't cause any problems though, only an occasionaly one-less character than allowed. (thanks Tron for noticing)
Darkvater [Wed, 05 Apr 2006 20:12:54 +0000] rev 3457
(svn r4292) - CodeChange: sprinkle some holy water on l'ugly code (braces, and pos is PacketSize not int)
Darkvater [Wed, 05 Apr 2006 20:11:01 +0000] rev 3456
(svn r4291) - Fix: validate all received strings for correctness. This fixes potential crashes on invalid clients/servers (thanks test for bringing this to our attention)
celestar [Wed, 05 Apr 2006 19:08:09 +0000] rev 3455
(svn r4290) -Fix: fixed power computation for mixed consists on level crossings (michi_cc)
celestar [Wed, 05 Apr 2006 18:46:21 +0000] rev 3454
(svn r4289) -Codechange: Make use of water_map accessors for ships. Make a mental note to clean ship_cmd