rubidium [Wed, 13 Aug 2008 05:12:36 +0000] rev 9912
(svn r14062) -Fix [FS#2226]: division by 0 in newai.
belugas [Wed, 13 Aug 2008 02:48:50 +0000] rev 9911
(svn r14061) -Codechange: constification and move a declaration more logically
belugas [Wed, 13 Aug 2008 02:43:42 +0000] rev 9910
(svn r14060) -Codechange: Replace numbers with Colours enum on Gen world gui.
Note that some WWT_TEXT widgets have received a COLOUR_x value.
It is not a valid colour a per say. THe strings been displayed there do have their own colours encoded.
IT is currently just for the sake of ease of writing, as TextColour and Colours are not really related.
belugas [Wed, 13 Aug 2008 01:48:58 +0000] rev 9909
(svn r14059) -Fix(r13872): Wrong comments in enum. Dear old copy/paste...
rubidium [Tue, 12 Aug 2008 22:14:57 +0000] rev 9908
(svn r14058) -Fix [FS#2224]: NewGRF callback 23 didn't use the NewGRF compatible text stack (minime)
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