rubidium [Tue, 12 Aug 2008 22:12:14 +0000] rev 9907
(svn r14057) -Fix: NewGRF text stack's "push word" didn't move the data around properly (minime)
rubidium [Tue, 12 Aug 2008 20:49:27 +0000] rev 9906
(svn r14056) -Fix [FS#2192]: the console backlog is too small for list_patches. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold.
rubidium [Tue, 12 Aug 2008 20:31:49 +0000] rev 9905
(svn r14055) -Codechange: increase buffers for (dedicated) consoles as they couldn't use the full "extent" of the new chat message limit.
rubidium [Tue, 12 Aug 2008 19:29:10 +0000] rev 9904
(svn r14054) -Fix (rthebeginning): long strings in the edit box would cause OpenTTD to stop drawing the string. This is especially noticable with low resolutions and the chat input box.
glx [Tue, 12 Aug 2008 18:03:32 +0000] rev 9903
(svn r14053) -Fix: branch detection failed for svn+ssh repos
rubidium [Tue, 12 Aug 2008 12:23:05 +0000] rev 9902
(svn r14052) -Codechange: make the size of the chat message "box" configurable and increase the default size slightly so it can hold the longest chat messages.
rubidium [Tue, 12 Aug 2008 11:21:37 +0000] rev 9901
(svn r14051) -Codechange: enumify the DrawString buffer length.
belugas [Tue, 12 Aug 2008 02:20:39 +0000] rev 9900
(svn r14049) -Codechange: rename a variable to a somewhat more descriptive one. And constify it too.
rubidium [Mon, 11 Aug 2008 22:58:30 +0000] rev 9899
(svn r14048) -Fix (r14019) [FS#2222]: Redo the check for reserved tracks properly this time. (michi_cc)
rubidium [Mon, 11 Aug 2008 22:45:11 +0000] rev 9898
(svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.