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.
rubidium [Mon, 11 Aug 2008 22:08:56 +0000] rev 9897
(svn r14046) -Codechange: make the size of querystring "widgets" more configurable.
rubidium [Mon, 11 Aug 2008 22:07:26 +0000] rev 9896
(svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name.
belugas [Mon, 11 Aug 2008 20:06:57 +0000] rev 9895
(svn r14043) -Codechange: Rename a variable to a more obvious name. And a few comments added too.
belugas [Mon, 11 Aug 2008 18:30:52 +0000] rev 9894
(svn r14042) -Codechange: Rename some structure members to more obvious names. And add a few comments on the _extra_palette_values array.
glx [Mon, 11 Aug 2008 17:15:31 +0000] rev 9893
(svn r14041) -Feature(tte): make it possible to filter list_patches output like it's done for other list_* console commands
belugas [Mon, 11 Aug 2008 16:31:36 +0000] rev 9892
(svn r14040) -Codechange:Remove a hard coded value that is not even representative,
since captions have their own encoded colours in string.
rubidium [Sun, 10 Aug 2008 21:56:47 +0000] rev 9891
(svn r14039) -Fix [FS#2217]: reversing an overlength train at a station would try to find a route out and sometimes reset the unload counter making it wait 2.5 years before departing instead of waiting until the train would actually leave the station (michi_cc)
rubidium [Sun, 10 Aug 2008 19:00:33 +0000] rev 9890
(svn r14038) -Fix [FS#2211] (r13731): company limit was not properly enforced for CMD_PLAYER_CTRL.
frosch [Sun, 10 Aug 2008 15:02:21 +0000] rev 9889
(svn r14037) -Fix (r8610): The autoreplace gui showed vehicle types for replacement which CmdSetAutoReplace() did not accept.