------------------------------------------------------------------------ r14052 | rubidium | 2008-08-12 12:23:05 +0000 (Tue, 12 Aug 2008) | 2 lines -Codechange: make the size of the chat message "box" configurable and increase the default size slightly so it can hold the longest chat messages. ------------------------------------------------------------------------ r14051 | rubidium | 2008-08-12 11:21:37 +0000 (Tue, 12 Aug 2008) | 2 lines -Codechange: enumify the DrawString buffer length. ------------------------------------------------------------------------ r14049 | belugas | 2008-08-12 02:20:39 +0000 (Tue, 12 Aug 2008) | 1 line -Codechange: rename a variable to a somewhat more descriptive one. And constify it too. ------------------------------------------------------------------------ r14048 | rubidium | 2008-08-11 22:58:30 +0000 (Mon, 11 Aug 2008) | 2 lines -Fix (r14019) [FS#2222]: Redo the check for reserved tracks properly this time. (michi_cc) ------------------------------------------------------------------------ r14047 | rubidium | 2008-08-11 22:45:11 +0000 (Mon, 11 Aug 2008) | 2 lines -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. ------------------------------------------------------------------------ r14046 | rubidium | 2008-08-11 22:08:56 +0000 (Mon, 11 Aug 2008) | 2 lines -Codechange: make the size of querystring "widgets" more configurable. ------------------------------------------------------------------------ r14045 | rubidium | 2008-08-11 22:07:26 +0000 (Mon, 11 Aug 2008) | 2 lines -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name. ------------------------------------------------------------------------ r14043 | belugas | 2008-08-11 20:06:57 +0000 (Mon, 11 Aug 2008) | 2 lines -Codechange: Rename a variable to a more obvious name. And a few comments added too. ------------------------------------------------------------------------ r14042 | belugas | 2008-08-11 18:30:52 +0000 (Mon, 11 Aug 2008) | 2 lines -Codechange: Rename some structure members to more obvious names. And add a few comments on the _extra_palette_values array. ------------------------------------------------------------------------ r14041 | glx | 2008-08-11 17:15:31 +0000 (Mon, 11 Aug 2008) | 1 line -Feature(tte): make it possible to filter list_patches output like it's done for other list_* console commands ------------------------------------------------------------------------ r14040 | belugas | 2008-08-11 16:31:36 +0000 (Mon, 11 Aug 2008) | 2 lines -Codechange:Remove a hard coded value that is not even representative, since captions have their own encoded colours in string. ------------------------------------------------------------------------ r14039 | rubidium | 2008-08-10 21:56:47 +0000 (Sun, 10 Aug 2008) | 2 lines -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) ------------------------------------------------------------------------ r14038 | rubidium | 2008-08-10 19:00:33 +0000 (Sun, 10 Aug 2008) | 2 lines -Fix [FS#2211] (r13731): company limit was not properly enforced for CMD_PLAYER_CTRL. ------------------------------------------------------------------------ r14037 | frosch | 2008-08-10 15:02:21 +0000 (Sun, 10 Aug 2008) | 1 line -Fix (r8610): The autoreplace gui showed vehicle types for replacement which CmdSetAutoReplace() did not accept. ------------------------------------------------------------------------ r14036 | rubidium | 2008-08-10 13:37:09 +0000 (Sun, 10 Aug 2008) | 2 lines -Fix [FS#2197,FS#2198]: trains crashing into eachother when signals are changed (michi_cc) ------------------------------------------------------------------------ r14035 | translators | 2008-08-10 09:55:26 +0000 (Sun, 10 Aug 2008) | 13 lines -Update: WebTranslator2 update to 2008-08-10 11:54:57 bulgarian - 4 fixed by thetitan (4) croatian - 15 fixed by knovak (15) czech - 47 fixed, 29 changed by Hadez (76) dutch - 29 fixed by habell (29) estonian - 8 fixed, 63 changed by kristjans (71) french - 29 fixed, 1 changed by glx (30) italian - 29 fixed, 6 changed by lorenzodv (35) russian - 52 fixed by Smoky555 (52) slovak - 2 fixed by lengyel (2) spanish - 35 fixed by eusebio (35) ukrainian - 30 fixed by mad (30) ------------------------------------------------------------------------ r14034 | peter1138 | 2008-08-09 18:46:51 +0000 (Sat, 09 Aug 2008) | 2 lines -Cleanup (r13938) [FS#2210]: Typo in YAPP constant. (Eddi) ------------------------------------------------------------------------ r14033 | peter1138 | 2008-08-09 18:42:37 +0000 (Sat, 09 Aug 2008) | 2 lines -Fix (r13938) [FS#2209]: Wrong offset in signal GUI. (Eddi) ------------------------------------------------------------------------ r14032 | bjarni | 2008-08-09 17:56:31 +0000 (Sat, 09 Aug 2008) | 3 lines -Fix (r13584): [OSX] changed the condition for selecting 8 or 32 bpp blitter by default Now we will pick 32 bpp if no 8 bpp fullscreen resolutions are available on the main display (the one with the dock) ------------------------------------------------------------------------ r14031 | frosch | 2008-08-09 16:42:55 +0000 (Sat, 09 Aug 2008) | 1 line -Fix (r13850): Determining the refit cargo did not work, when the old vehicle did not carry anything but the new one did. ------------------------------------------------------------------------ r14030 | frosch | 2008-08-09 11:04:42 +0000 (Sat, 09 Aug 2008) | 1 line -Fix (r14027): true != false, also rename the parameter to make 'true' and 'false' more intuitively useable. ------------------------------------------------------------------------ r14029 | belugas | 2008-08-09 03:30:15 +0000 (Sat, 09 Aug 2008) | 1 line -Fix(r14027): reverting the TC_FROMSTRING back to the magical 0xFE number. Exact meaning will need to be found later. ------------------------------------------------------------------------ r14028 | belugas | 2008-08-09 02:54:06 +0000 (Sat, 09 Aug 2008) | 1 line -Fix(r14027): Wrong value for the multiline_skipping. Just the other way around. ------------------------------------------------------------------------ r14027 | belugas | 2008-08-09 02:11:46 +0000 (Sat, 09 Aug 2008) | 1 line -Codechange: Document a bit the DoDrawString function while removing yet som more magic numbers and one "false" colour ------------------------------------------------------------------------ r14026 | glx | 2008-08-08 15:49:16 +0000 (Fri, 08 Aug 2008) | 1 line -Cleanup (r13995, r14004): trailing whitespaces ------------------------------------------------------------------------ r14024 | smatz | 2008-08-08 15:02:21 +0000 (Fri, 08 Aug 2008) | 1 line -Fix (r14019) [YAPP]: YAPF also skips tunnels and bridges. Honor that in penalty calculations. (michi_cc) ------------------------------------------------------------------------ r14023 | smatz | 2008-08-08 14:58:27 +0000 (Fri, 08 Aug 2008) | 1 line -Fix (r13944) [YAPP]: If YAPF encountered a dead-end that had a signal on it, is could be falsely seen as a valid destination. (michi_cc) ------------------------------------------------------------------------ r14022 | smatz | 2008-08-08 13:53:06 +0000 (Fri, 08 Aug 2008) | 1 line -Fix (r13957) [YAPP]: Removing station tiles could produce stale reservations, too. (michi_cc) ------------------------------------------------------------------------ r14021 | smatz | 2008-08-08 13:29:18 +0000 (Fri, 08 Aug 2008) | 1 line -Fix (r13957) [YAPP]: Overbuilding station tiles with non-track tiles could produce stale reservations. (michi_cc) ------------------------------------------------------------------------ r14019 | rubidium | 2008-08-08 09:31:50 +0000 (Fri, 08 Aug 2008) | 2 lines -Fix [FS#2205]: game crash after order skip while waiting for free path (michi_cc). ------------------------------------------------------------------------ r14018 | peter1138 | 2008-08-08 06:02:06 +0000 (Fri, 08 Aug 2008) | 2 lines -Fix (r14017): Typos prevented compilation. ------------------------------------------------------------------------ r14017 | belugas | 2008-08-08 03:37:00 +0000 (Fri, 08 Aug 2008) | 2 lines -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button ------------------------------------------------------------------------ r14016 | belugas | 2008-08-08 02:28:28 +0000 (Fri, 08 Aug 2008) | 1 line -Codechange: Remove some magical numbers ------------------------------------------------------------------------ r14015 | peter1138 | 2008-08-07 18:26:13 +0000 (Thu, 07 Aug 2008) | 2 lines -Codechange: Add facility for a drop down list to always close (if requested) when the mouse button is released. ------------------------------------------------------------------------ r14014 | peter1138 | 2008-08-07 18:11:09 +0000 (Thu, 07 Aug 2008) | 2 lines -Codechange: Add support for automatically sizing drop down lists to the widest list item. ------------------------------------------------------------------------ r14013 | rubidium | 2008-08-07 13:07:51 +0000 (Thu, 07 Aug 2008) | 2 lines -Fix [FS#2202]: do not allow extending signals by dragging in any direction other than the track direction. ------------------------------------------------------------------------ r14012 | peter1138 | 2008-08-07 07:48:57 +0000 (Thu, 07 Aug 2008) | 2 lines -Fix (r13936): Don't copy pre-signal type when dragging signals. ------------------------------------------------------------------------ r14011 | belugas | 2008-08-07 01:28:27 +0000 (Thu, 07 Aug 2008) | 2 lines -Codechange: not required to define an enum which was just the representation of another. If you want to customize it more easily, why not a simple const of said enum value? ------------------------------------------------------------------------ r14009 | peter1138 | 2008-08-06 20:14:21 +0000 (Wed, 06 Aug 2008) | 2 lines -Cleanup (r14008): Bad whitespace... ------------------------------------------------------------------------ r14008 | peter1138 | 2008-08-06 20:12:42 +0000 (Wed, 06 Aug 2008) | 2 lines -Fix (r14004): NewGRF preset drop down list not working ------------------------------------------------------------------------ r14007 | frosch | 2008-08-06 19:00:31 +0000 (Wed, 06 Aug 2008) | 1 line -Fix [FS#2098]: Notify vehicle windows when their internal state is botched up from outside. ------------------------------------------------------------------------ r14006 | frosch | 2008-08-06 18:57:37 +0000 (Wed, 06 Aug 2008) | 1 line -Codechange: Deduplicate some code. ------------------------------------------------------------------------ r14005 | smatz | 2008-08-06 15:52:04 +0000 (Wed, 06 Aug 2008) | 1 line -Codechange: minor coding style fix ------------------------------------------------------------------------ r14004 | peter1138 | 2008-08-06 07:10:40 +0000 (Wed, 06 Aug 2008) | 5 lines -Codechange: Clean of drop down lists. Move empty item drawing to base ListItem Draw() function. Remove String() from base class. Pass correct width to Draw(). ------------------------------------------------------------------------ r14003 | belugas | 2008-08-06 04:01:07 +0000 (Wed, 06 Aug 2008) | 1 line -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls ------------------------------------------------------------------------