------------------------------------------------------------------------ r9837 | peter1138 | 2007-05-14 17:37:34 +0000 (Mon, 14 May 2007) | 2 lines -Fix: [NewGRF] Catch occurance of division-by-zero in varaction handling. ------------------------------------------------------------------------ r9836 | rubidium | 2007-05-14 16:07:05 +0000 (Mon, 14 May 2007) | 2 lines -Codechange: make non-improved loading happen FIFO-ish; generally loading/unloading will happen fifo, but there are no guarantees on the FIFO-ness. For (better) FIFO guarantees you still need to use improved loading. ------------------------------------------------------------------------ r9835 | truelight | 2007-05-14 15:20:50 +0000 (Mon, 14 May 2007) | 2 lines -Codechange: use Pixel typedef instead of byte where ever possible ------------------------------------------------------------------------ r9834 | glx | 2007-05-14 14:06:46 +0000 (Mon, 14 May 2007) | 1 line -Add: win9x check in win32 builds ------------------------------------------------------------------------ r9833 | rubidium | 2007-05-14 08:07:20 +0000 (Mon, 14 May 2007) | 2 lines -Fix: also 'leave' the station when leaving for automatic servicing. ------------------------------------------------------------------------ r9832 | rubidium | 2007-05-13 22:10:04 +0000 (Sun, 13 May 2007) | 2 lines -Fix: leave the station when manually skipping to the next order and we are currently (un)loading. ------------------------------------------------------------------------ r9831 | rubidium | 2007-05-13 21:24:58 +0000 (Sun, 13 May 2007) | 2 lines -Codechange: more refactoring of the loading/unloading. ------------------------------------------------------------------------ r9830 | belugas | 2007-05-13 00:11:13 +0000 (Sun, 13 May 2007) | 1 line -Fix(r9779) : Let the town expand and build new houses along the roads of the users, even in case of "No Road" layout (skiddl13) ------------------------------------------------------------------------ r9829 | rubidium | 2007-05-12 09:09:10 +0000 (Sat, 12 May 2007) | 2 lines -Codechange: more refactoring of the unloading algorithm. ------------------------------------------------------------------------ r9828 | peter1138 | 2007-05-12 07:05:34 +0000 (Sat, 12 May 2007) | 2 lines -Codechange: [NewGRF] Add support for changing cargo capacity with callback 36. This is set on construction for ships and roadvehicles, and whenever carriages are attached for trains. ------------------------------------------------------------------------ r9827 | peter1138 | 2007-05-11 19:22:43 +0000 (Fri, 11 May 2007) | 2 lines -Codechange/Fix: [NewGRF] Text strings of 1 character are perfectly valid... (fixes dbsetxl refits again...) ------------------------------------------------------------------------ r9825 | peter1138 | 2007-05-10 23:10:23 +0000 (Thu, 10 May 2007) | 2 lines -Codechange: [NewGRF] Add support for early vehicle retirement. ------------------------------------------------------------------------ r9823 | maedhros | 2007-05-10 16:03:06 +0000 (Thu, 10 May 2007) | 2 lines -Feature: Add support for house property 1F - minimum life span. ------------------------------------------------------------------------ r9819 | peter1138 | 2007-05-10 09:21:22 +0000 (Thu, 10 May 2007) | 2 lines -Codechange: Take account of AMED_HOLD in OTTD/TTDP state translation (bulb) ------------------------------------------------------------------------ r9818 | peter1138 | 2007-05-10 06:42:43 +0000 (Thu, 10 May 2007) | 2 lines -Codechange: Cache wagon override sprite set whenever consist is changed, instead of 'recalculating' it every time it is used or just tested. ------------------------------------------------------------------------ r9817 | rubidium | 2007-05-09 20:50:11 +0000 (Wed, 09 May 2007) | 2 lines -Fix [FS#772]: an assertion that was triggered by the AI building when its rating for the town was not high enough. ------------------------------------------------------------------------ r9815 | rubidium | 2007-05-08 16:42:48 +0000 (Tue, 08 May 2007) | 2 lines -Fix (r9761) [FS#769): transfers weren't accounted in the vehicle profits. ------------------------------------------------------------------------ r9814 | maedhros | 2007-05-08 14:28:55 +0000 (Tue, 08 May 2007) | 2 lines -Fix (r1): Remove the duplicate sign sprite from openttd.grf since it's in the original data files. ------------------------------------------------------------------------ r9813 | rubidium | 2007-05-08 08:41:16 +0000 (Tue, 08 May 2007) | 2 lines -Fix (r9799): wagons must have EC_STEAM, otherwise they don't show up in the purchase list (mart3p). ------------------------------------------------------------------------ r9812 | peter1138 | 2007-05-07 20:25:20 +0000 (Mon, 07 May 2007) | 2 lines -Fix (r9679): Obiwan prevented proper display of last transparency button. ------------------------------------------------------------------------