------------------------------------------------------------------------ r11744 | glx | 2008-01-02 18:42:51 +0000 (Wed, 02 Jan 2008) | 1 line -Codechange: don't redefine snprintf when using MinGW Runtime 3.14 or superior, as it now have snprintf() and vsnprintf conform to C99 ------------------------------------------------------------------------ r11743 | rubidium | 2008-01-01 22:39:11 +0000 (Tue, 01 Jan 2008) | 2 lines -Fix [FS#1614]: group names got not deallocated in the command test run. ------------------------------------------------------------------------ r11742 | peter1138 | 2008-01-01 22:34:00 +0000 (Tue, 01 Jan 2008) | 2 lines -Codechange [FS#1319]: Run window tick events when paused, so that news pop-ups and the about window still progress. For other windows the events are ignored when paused. ------------------------------------------------------------------------ r11741 | peter1138 | 2008-01-01 22:24:18 +0000 (Tue, 01 Jan 2008) | 2 lines -Feature: Add support for NewGRF's train 'tilt' flag. Trains with tilt capability (specific details are per NewGRF set) will be given a 20% speed limit bonus on curves. ------------------------------------------------------------------------ r11740 | egladil | 2008-01-01 18:55:15 +0000 (Tue, 01 Jan 2008) | 1 line -Fix [FS#1610]: Modify and possibly discard key events for code points in the unicode private use area. ------------------------------------------------------------------------ r11739 | peter1138 | 2008-01-01 18:35:31 +0000 (Tue, 01 Jan 2008) | 2 lines -Fix [FS#1609]: Set the new scroll position after zooming in instead of before, as the zoom will cancel it out. ------------------------------------------------------------------------ r11738 | peter1138 | 2008-01-01 18:12:17 +0000 (Tue, 01 Jan 2008) | 2 lines -Codechange: Refactor realistic acceleration's curve counting to use DirDiffs instead of local tables, and remove an unnecessary loop. ------------------------------------------------------------------------ r11737 | peter1138 | 2008-01-01 17:01:06 +0000 (Tue, 01 Jan 2008) | 2 lines -Fix: Reinstate NewGRF-specified engine list order in autoreplace window. ------------------------------------------------------------------------ r11736 | miham | 2008-01-01 16:43:31 +0000 (Tue, 01 Jan 2008) | 7 lines -Update: WebTranslator2 update to 2008-01-01 17:42:54 catalan - 1 fixed by arnaullv (1) german - 4 fixed by chu (4) hungarian - 23 fixed by miham (23) romanian - 17 fixed, 2 changed by kneekoo (19) slovenian - 1 fixed by Necrolyte (1) ------------------------------------------------------------------------ r11735 | peter1138 | 2008-01-01 15:06:37 +0000 (Tue, 01 Jan 2008) | 2 lines -Fix [FS#1574]: Don't reset loading indicator IDs when only reloading NewGRFs. ------------------------------------------------------------------------ r11734 | belugas | 2008-01-01 14:20:48 +0000 (Tue, 01 Jan 2008) | 3 lines -Change: Allow ToggleFullScreen to return the result of the operation' attempt. Previously, only visual clues were available. -Fix[FS#1519]: When you can not use this resolution at full screen, now you'll know that it failed. As for the reason it did not work, each computer/OS has its reason. ------------------------------------------------------------------------ r11733 | peter1138 | 2008-01-01 14:15:28 +0000 (Tue, 01 Jan 2008) | 2 lines -Fix: Max speed for entering stations overrode the max speed of curves ------------------------------------------------------------------------ r11732 | peter1138 | 2008-01-01 14:00:31 +0000 (Tue, 01 Jan 2008) | 2 lines -Fix (r4150): elrail merge gave elrail, monorail & maglev unintended speed bonuses for curves, as the bonus was based on the railtype index. The bonus is now specified by a property of the railtype. ------------------------------------------------------------------------ r11731 | peter1138 | 2007-12-31 21:51:16 +0000 (Mon, 31 Dec 2007) | 4 lines -Fix [FS#1582]: Clear sprite override data before performing NewGRF wagon attach callback. This stopped the callback working for autoreplace and when moving wagons from train to train in a depot. -Fix (r11724): Don't check wagon attach callback for the chain when moving a single wagon. ------------------------------------------------------------------------ r11730 | miham | 2007-12-31 18:56:39 +0000 (Mon, 31 Dec 2007) | 18 lines -Update: WebTranslator2 update to 2007-12-31 19:55:44 catalan - 1 fixed by arnaullv (1) dutch - 1 fixed by webfreakz (1) estonian - 1 fixed by kristjans (1) french - 1 fixed by glx (1) german - 27 fixed by moewe2 (27) hungarian - 21 fixed by miham (21) italian - 1 fixed by lorenzodv (1) japanese - 1 fixed by ickoonite (1) korean - 1 fixed by leejaeuk5 (1) norwegian_bokmal - 23 fixed by jhsoby (23) polish - 2 fixed by meush (2) portuguese - 96 fixed, 7 changed by nars (103) slovak - 1 fixed by lengyel (1) spanish - 12 fixed by eusebio (12) swedish - 13 fixed by ChrillDeVille (13) turkish - 14 fixed by jnmbk (14) ------------------------------------------------------------------------ r11729 | peter1138 | 2007-12-31 11:13:51 +0000 (Mon, 31 Dec 2007) | 2 lines -Codechange: Don't rely on the first railtype's sprite offset being zero when drawing road stations. ------------------------------------------------------------------------ r11728 | rubidium | 2007-12-31 07:14:25 +0000 (Mon, 31 Dec 2007) | 2 lines -Fix [FS#1577]: if there are no houses that can be build in a specific year yet, force the houses with the earliest introduction year to be available. ------------------------------------------------------------------------ r11726 | belugas | 2007-12-31 04:38:11 +0000 (Mon, 31 Dec 2007) | 1 line -Feature[newGRF]: Extend the Action 5, feature 0D usage. Patch by BigBB ------------------------------------------------------------------------ r11725 | belugas | 2007-12-31 02:39:50 +0000 (Mon, 31 Dec 2007) | 1 line -Codechange: less a magical number ------------------------------------------------------------------------ r11724 | rubidium | 2007-12-30 21:35:48 +0000 (Sun, 30 Dec 2007) | 2 lines -Fix: make it impossible (for users) to circumvent the length checking of the NewGRF 'allow wagon attach' callback by moving several wagons at a time. ------------------------------------------------------------------------ r11723 | skidd13 | 2007-12-30 19:32:09 +0000 (Sun, 30 Dec 2007) | 3 lines -Feature: add initial support for Intel C Compiler on linux -Codechange: silence a few warnings of ICC ------------------------------------------------------------------------ r11722 | glx | 2007-12-30 16:34:32 +0000 (Sun, 30 Dec 2007) | 1 line -Fix (r11703): invalid plural form ------------------------------------------------------------------------ r11721 | rubidium | 2007-12-29 23:49:48 +0000 (Sat, 29 Dec 2007) | 2 lines -Fix: do not disable NewGRFs for 'eternity' during games. ------------------------------------------------------------------------ r11720 | peter1138 | 2007-12-29 21:06:54 +0000 (Sat, 29 Dec 2007) | 2 lines -Codechange: [NewGRF] Add support for bit 30 of station tile layouts; forcing a sprite to always be opaque. ------------------------------------------------------------------------ r11719 | rubidium | 2007-12-29 09:24:26 +0000 (Sat, 29 Dec 2007) | 2 lines -Codechange: split sound.h in a header with types and one with functions. ------------------------------------------------------------------------ r11718 | egladil | 2007-12-29 05:15:13 +0000 (Sat, 29 Dec 2007) | 1 line -Fix [FS#1483]: Show the fullscreen modes available to the cocoa driver in windowed mode too. ------------------------------------------------------------------------ r11717 | smatz | 2007-12-28 18:25:30 +0000 (Fri, 28 Dec 2007) | 1 line -Fix [FS#1590]: make sure invalid players have all shares owned by PLAYER_SPECTATOR ------------------------------------------------------------------------ r11716 | glx | 2007-12-28 16:21:29 +0000 (Fri, 28 Dec 2007) | 1 line -Fix [FS#1561]: don't put more than one Random() in function calls because parameter evaluation order is not guaranteed in the c++ standard (can lead to desyncs) ------------------------------------------------------------------------ r11715 | smatz | 2007-12-28 15:27:12 +0000 (Fri, 28 Dec 2007) | 1 line -Fix: do not use GetTrackBits() for depots and waypoints while converting railtype ------------------------------------------------------------------------ r11714 | belugas | 2007-12-28 04:20:56 +0000 (Fri, 28 Dec 2007) | 2 lines -Fix[FS#1569]: Do not allow player inauguration date on scenarios to be bigger than current year. This will not (yet) be true if you are loading a scenario with the "-g" command line option. ------------------------------------------------------------------------ r11713 | belugas | 2007-12-28 03:14:55 +0000 (Fri, 28 Dec 2007) | 1 line -Codechange: Move some declarations and definitions in a more logical disposition ------------------------------------------------------------------------ r11712 | maedhros | 2007-12-27 20:49:44 +0000 (Thu, 27 Dec 2007) | 2 lines -Fix (r9315): Add more house string id ranges to MapGRFStringID so NewGRFs use the proper string ids. ------------------------------------------------------------------------ r11711 | belugas | 2007-12-27 17:29:27 +0000 (Thu, 27 Dec 2007) | 3 lines -Codechange: Name the Save Load Dialog Mode enum ------------------------------------------------------------------------ r11710 | bjarni | 2007-12-27 15:47:08 +0000 (Thu, 27 Dec 2007) | 2 lines -Feature: [build vehicles windows] added sorting for cost, running costs and speed to road vehicles and ships build windows ------------------------------------------------------------------------ r11709 | bjarni | 2007-12-27 15:05:46 +0000 (Thu, 27 Dec 2007) | 5 lines -Fix [FS#1385 FS#1386]: [OSX] Compiles on Leopard with the default settings -Change: [OSX] configure will no longer enable static by default Turns out that Leopard can't handle static builds without the user installing extra libs The tradeoff is that now people might have to enable static manually if moving the binary around ------------------------------------------------------------------------ r11708 | egladil | 2007-12-27 14:45:10 +0000 (Thu, 27 Dec 2007) | 1 line -Fix [FS#1598]: Removed include of variables.h as it was no longer needed and caused compilation to fail. ------------------------------------------------------------------------ r11707 | smatz | 2007-12-27 14:10:47 +0000 (Thu, 27 Dec 2007) | 1 line -Fix: do not allow refitting flooded (destroyed) vehicles ------------------------------------------------------------------------ r11706 | rubidium | 2007-12-27 13:35:39 +0000 (Thu, 27 Dec 2007) | 2 lines -Codechange: split vehicle.h and remove another bunch of useless includes. ------------------------------------------------------------------------ r11705 | smatz | 2007-12-27 13:25:23 +0000 (Thu, 27 Dec 2007) | 1 line -Fix [FS#1557]: trains could have sprites with wrong direction when reversing, also was inconsistent with save/load process (possible desyncs) ------------------------------------------------------------------------ r11704 | rubidium | 2007-12-26 23:04:26 +0000 (Wed, 26 Dec 2007) | 2 lines -Codechange: remove another bunch of useless includes. ------------------------------------------------------------------------