------------------------------------------------------------------------ r9855 | rubidium | 2007-05-16 08:20:37 +0000 (Wed, 16 May 2007) | 2 lines -Fix: [FS#779] do not perform any commands on MP_VOID tiles. ------------------------------------------------------------------------ r9850 | belugas | 2007-05-15 21:36:58 +0000 (Tue, 15 May 2007) | 2 lines -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses. Basically, it is more a gathering of IDs from grf files and ingame data. ------------------------------------------------------------------------ r9848 | truelight | 2007-05-15 17:54:46 +0000 (Tue, 15 May 2007) | 2 lines -Fix r9846: how every many times you check something, of course you always switch them at the last moment... UnScaleByZoom was ScaleByZoom and visa versa... (tnx to yeti_ for noticing) ------------------------------------------------------------------------ r9847 | miham | 2007-05-15 17:41:50 +0000 (Tue, 15 May 2007) | 5 lines -Update: WebTranslator2 update to 2007-05-15 19:41:41 estonian - 10 fixed by kristjans (10) japanese - 9 fixed by ickoonite (9) traditional_chinese - 21 changed by xbddc (21) ------------------------------------------------------------------------ r9846 | truelight | 2007-05-15 16:08:46 +0000 (Tue, 15 May 2007) | 5 lines -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons -Codechange: introduced ZOOM_LVL_DETAIL to show/remove details -Codechange: changed << and >> operator with ZoomLevel to a simple wrapper (that in theory also allows zoom-in besides the current zoom-out) -Fix r9845: missed some int -> ZoomLevel ------------------------------------------------------------------------ r9845 | rubidium | 2007-05-15 14:28:34 +0000 (Tue, 15 May 2007) | 2 lines -Fix (r9844): svn:eol-style/svn:keywords were missing... ------------------------------------------------------------------------ r9844 | truelight | 2007-05-15 14:08:39 +0000 (Tue, 15 May 2007) | 3 lines -Codechange: replace zoomlevel with an enum -Codechange: use predefined enums for viewport zoomlevels ------------------------------------------------------------------------ r9843 | rubidium | 2007-05-15 13:38:43 +0000 (Tue, 15 May 2007) | 2 lines -Fix (r9838): tell the newgrfs that we now support proper FIFO loading. ------------------------------------------------------------------------ r9842 | rubidium | 2007-05-15 13:01:52 +0000 (Tue, 15 May 2007) | 2 lines -Codechange: now NOT_REACHED is also triggered when debugging is disabled. ------------------------------------------------------------------------ r9841 | rubidium | 2007-05-15 11:28:22 +0000 (Tue, 15 May 2007) | 2 lines -Codechange: add a little more type strictness to the vehicle types. ------------------------------------------------------------------------ r9840 | rubidium | 2007-05-15 06:20:16 +0000 (Tue, 15 May 2007) | 2 lines -Fix (r9838): MSVC is complaining about signedness again (Belugas). ------------------------------------------------------------------------ r9839 | rubidium | 2007-05-14 20:17:26 +0000 (Mon, 14 May 2007) | 2 lines -Fix: vehicles in old savegames could leave the station because the changed loading algorithm thought it was already finished. ------------------------------------------------------------------------ r9838 | rubidium | 2007-05-14 20:12:32 +0000 (Mon, 14 May 2007) | 4 lines -Fix: make "improved loading" a proper improved loading instead of loading one (semi-)random vehicle at a time: - Now it is really FIFO. - When there is enough cargo to fill the first vehicle in the queue, the next vehicle in the queue start loading (and the next when ....). ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------