------------------------------------------------------------------------ r3026 | bjarni | 2005-10-07 16:48:53 +0000 (Fri, 07 Oct 2005) | 1 line -Fix: [OSX] fixed bug that prevented dedicated servers from compiling (introduced in r3022) ------------------------------------------------------------------------ r3025 | Darkvater | 2005-10-07 15:53:33 +0000 (Fri, 07 Oct 2005) | 1 line -Fix: Rail convert issue introduced in r3019 ------------------------------------------------------------------------ r3024 | tron | 2005-10-07 07:35:15 +0000 (Fri, 07 Oct 2005) | 1 line -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants ------------------------------------------------------------------------ r3023 | bjarni | 2005-10-06 18:28:27 +0000 (Thu, 06 Oct 2005) | 1 line -Fix [BeOS] fixed compilation on BeOS R5 (MYOB) ------------------------------------------------------------------------ r3022 | bjarni | 2005-10-06 17:57:18 +0000 (Thu, 06 Oct 2005) | 3 lines -feature: [OSX] OSX now uses quicktime to play midi files this eliminates the long pauses between songs and the "leaving process hehind" bug (moebius_) ------------------------------------------------------------------------ r3021 | tron | 2005-10-06 09:35:08 +0000 (Thu, 06 Oct 2005) | 1 line -Fix: "The finnish markka was never abbreviated with capital letters." (ln-) ------------------------------------------------------------------------ r3020 | miham | 2005-10-06 06:49:53 +0000 (Thu, 06 Oct 2005) | 1 line [Translations] Updating translations to 2005-10-06 {@326} (4 langs changed) ------------------------------------------------------------------------ r3019 | tron | 2005-10-05 07:20:26 +0000 (Wed, 05 Oct 2005) | 1 line -Codechange: Replace explicit shifting/anding/oring with GB and SB ------------------------------------------------------------------------ r3018 | peter1138 | 2005-10-05 04:00:39 +0000 (Wed, 05 Oct 2005) | 2 lines -Fix: Fixed industry colour issue introduced in r3010. ------------------------------------------------------------------------ r3017 | peter1138 | 2005-10-04 21:42:00 +0000 (Tue, 04 Oct 2005) | 2 lines -NewGRF: Implement sprite group unreferencing and unloading. ------------------------------------------------------------------------ r3016 | peter1138 | 2005-10-04 20:58:10 +0000 (Tue, 04 Oct 2005) | 2 lines -NewGRF: Implement the start of reference counting for sprite groups. This will allow unloading. ------------------------------------------------------------------------ r3015 | peter1138 | 2005-10-04 20:38:26 +0000 (Tue, 04 Oct 2005) | 2 lines -NewGRF: Add a new sprite group result type, and support loading of callbacks results within random and "real" groups. (Not fully supported yet.) ------------------------------------------------------------------------ r3014 | peter1138 | 2005-10-04 19:52:26 +0000 (Tue, 04 Oct 2005) | 2 lines -NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around. ------------------------------------------------------------------------ r3013 | tron | 2005-10-04 17:34:50 +0000 (Tue, 04 Oct 2005) | 1 line Update the documentation: The 'owner' attribute was renamed to 'm1' long ago ------------------------------------------------------------------------ r3012 | tron | 2005-10-04 06:34:39 +0000 (Tue, 04 Oct 2005) | 1 line Extract the correct bits when checking if it's a road or rail tunnel; this is not flagged as fix, because it accidently worked ------------------------------------------------------------------------ r3011 | Darkvater | 2005-10-03 22:16:30 +0000 (Mon, 03 Oct 2005) | 1 line Refix last revision's fix of VS6 which broke compilation on MinGW. Also beautify stdafx.h with nice indentation and comments after big #ifdef blocks. Hope it didn't break compilation on any OS's. ------------------------------------------------------------------------ r3010 | tron | 2005-10-03 21:20:01 +0000 (Mon, 03 Oct 2005) | 1 line Get rid of quite some dubious casts, either by using GB(), proper types or just removing them ------------------------------------------------------------------------ r3009 | Darkvater | 2005-10-03 21:10:51 +0000 (Mon, 03 Oct 2005) | 1 line DIEEEEEEEEEEE VS6 (you good-for-nothing compiler) ------------------------------------------------------------------------ r3008 | Darkvater | 2005-10-02 22:39:56 +0000 (Sun, 02 Oct 2005) | 2 lines [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc) Fix warning in graph_gui.c with const problem ------------------------------------------------------------------------ r3007 | miham | 2005-10-02 12:31:00 +0000 (Sun, 02 Oct 2005) | 1 line [Translations] Updating translations to 2005-10-02 {@563} (4 langs changed) ------------------------------------------------------------------------ r3006 | peter1138 | 2005-10-02 12:00:30 +0000 (Sun, 02 Oct 2005) | 3 lines -Fix, NewGRF: Don't assert on user input, skip data instead. -Codechange, NewGRF: Remove unnecessary NULL check. ------------------------------------------------------------------------ r3005 | peter1138 | 2005-10-01 17:41:41 +0000 (Sat, 01 Oct 2005) | 2 lines -Fix, NewGRF: Some GRF files don't specify a name or description, in which case the Action 8 is 8 bytes, not 9. (pb_viaduct) ------------------------------------------------------------------------ r3004 | peter1138 | 2005-10-01 17:38:48 +0000 (Sat, 01 Oct 2005) | 2 lines -Feature, NewGRF: Support loading of bridge attributes and tables from GRF. Currently drawing tall pillars uses old data. ------------------------------------------------------------------------ r3003 | tron | 2005-10-01 12:43:34 +0000 (Sat, 01 Oct 2005) | 1 line Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts) ------------------------------------------------------------------------ r3002 | peter1138 | 2005-09-30 20:51:20 +0000 (Fri, 30 Sep 2005) | 3 lines -Fix, Newgrf: Max speed of 0xFFFF means no max speed. -Fix, Newgrf: Don't mark an engine as a wagon after setting speed -- wagons can have speed limits. ------------------------------------------------------------------------ r3001 | tron | 2005-09-30 20:37:25 +0000 (Fri, 30 Sep 2005) | 5 lines s/Player*/const Player*/ s/byte/PlayerID/ s/int/PlayerID/ and related changes ------------------------------------------------------------------------