Sat, 08 Apr 2006 05:24:29 +0000(svn r4319) -Codechange: Station map accessors
celestar [Sat, 08 Apr 2006 05:24:29 +0000] rev 3474
(svn r4319) -Codechange: Station map accessors

Sat, 08 Apr 2006 01:07:32 +0000(svn r4318) CodeChange : Remove last direct map access on ai/default/default.c
belugas [Sat, 08 Apr 2006 01:07:32 +0000] rev 3473
(svn r4318) CodeChange : Remove last direct map access on ai/default/default.c

Fri, 07 Apr 2006 15:57:03 +0000(svn r4317) -Codechange: More map accessors for ship_cmd. it is now map-access free, but still requires a huge cleanup
celestar [Fri, 07 Apr 2006 15:57:03 +0000] rev 3472
(svn r4317) -Codechange: More map accessors for ship_cmd. it is now map-access free, but still requires a huge cleanup

Fri, 07 Apr 2006 09:37:04 +0000(svn r4316) -Codechange: finished r4257 (forgot one variable there)
celestar [Fri, 07 Apr 2006 09:37:04 +0000] rev 3471
(svn r4316) -Codechange: finished r4257 (forgot one variable there)

Fri, 07 Apr 2006 09:15:17 +0000(svn r4315) Remove MAX_QUERYSTR_LEN, rather use lengthof() the real thing
tron [Fri, 07 Apr 2006 09:15:17 +0000] rev 3470
(svn r4315) Remove MAX_QUERYSTR_LEN, rather use lengthof() the real thing

Fri, 07 Apr 2006 09:07:53 +0000(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: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

Fri, 07 Apr 2006 09:00:57 +0000(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 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

Fri, 07 Apr 2006 08:57:03 +0000(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
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

Fri, 07 Apr 2006 08:42:30 +0000(svn r4311) -Fix/Codechange: Clear the railtype when removing rail under a bridge. FS#103 exhibited this problem
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

Fri, 07 Apr 2006 08:37:39 +0000(svn r4310) The chat box has no visible window title, therefore remove the string
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