------------------------------------------------------------------------ r870 | bjarni | 2004-12-01 15:25:18 +0000 (Wed, 01 Dec 2004) | 1 line BeOS: made the move of bemidi.cpp properly (I hope) ------------------------------------------------------------------------ r869 | bjarni | 2004-12-01 15:23:05 +0000 (Wed, 01 Dec 2004) | 2 lines Mac: finally made asserts open the console, so people should be able to see what went wrong even if they opened the game in the GUI deleted the wrongly moved bemidi.cpp ------------------------------------------------------------------------ r862 | bjarni | 2004-12-01 11:50:20 +0000 (Wed, 01 Dec 2004) | 2 lines Cygwin: libdetection now sets the flags properly if no Makefile.config is found Cygwin: workaround: libpng is automatically not used even if present until the Cygwin/libpng problem is solved ------------------------------------------------------------------------ r857 | miham | 2004-11-29 23:20:07 +0000 (Mon, 29 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r856 | Bjarni | 2004-11-29 20:26:00 +0000 (Mon, 29 Nov 2004) | 1 line Makefile: added the flags CYGWIN and MINGW to libdetection. They were missing in the autodetected makefile.config ------------------------------------------------------------------------ r855 | bjarni | 2004-11-29 20:03:04 +0000 (Mon, 29 Nov 2004) | 1 line BeOS: moved bemidi to os/beos/ (w-ber) ------------------------------------------------------------------------ r854 | darkvater | 2004-11-29 19:26:24 +0000 (Mon, 29 Nov 2004) | 1 line -Fix [1070274] Invisible trains. Weird macros and MSVC optimizing don't always mix. (Tron) ------------------------------------------------------------------------ r853 | tron | 2004-11-29 11:59:09 +0000 (Mon, 29 Nov 2004) | 6 lines -Feature: Implement improved vehicle loading algorithm It's not FIFO loading, but does the right thing in the common case: If a vehicle is empty and another vehicle is already loading the same cargo at this station then the vehicle waits. This is an reworked version of [ 1072211 ] submitted by Hackykid, thanks! ------------------------------------------------------------------------ r852 | miham | 2004-11-28 22:43:46 +0000 (Sun, 28 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r850 | tron | 2004-11-28 21:37:23 +0000 (Sun, 28 Nov 2004) | 1 line Adjust the other language files according to revision 844 ------------------------------------------------------------------------ r847 | tron | 2004-11-28 19:46:24 +0000 (Sun, 28 Nov 2004) | 2 lines Add the station type icons to strgen: {TRAIN}, {LORRY}, {BUS}, {PLANE} and {SHIP} ------------------------------------------------------------------------ r844 | tron | 2004-11-28 12:24:48 +0000 (Sun, 28 Nov 2004) | 2 lines Fix some typos ([ 1074329 ]) and use a bigger font in the detailed performance rating window ------------------------------------------------------------------------ r843 | tron | 2004-11-27 21:28:51 +0000 (Sat, 27 Nov 2004) | 1 line Remove redundant variable assignments and function calls ------------------------------------------------------------------------ r842 | tron | 2004-11-27 19:53:53 +0000 (Sat, 27 Nov 2004) | 2 lines -Fix: [ 985925 ] Start/stop flag in train depots always works, regardless of the horizontal scroll position ------------------------------------------------------------------------ r831 | pasky | 2004-11-26 22:29:02 +0000 (Fri, 26 Nov 2004) | 1 line Remove station-specific roadbits magic. Tron already fixed road stations so that they don't give out roadbits in r780. ------------------------------------------------------------------------ r830 | pasky | 2004-11-26 22:21:12 +0000 (Fri, 26 Nov 2004) | 1 line Move the MP_STATION roadbits guard to GetTownRoadBitsByTile() wrapper of GetRoadBitsByTile(). This should really and for once fix the road-behind-road-station bug. ------------------------------------------------------------------------ r829 | tron | 2004-11-26 21:52:18 +0000 (Fri, 26 Nov 2004) | 2 lines Fix small glitch: Immediately redraw the tile selection square when using the hotkey to toggle removal ------------------------------------------------------------------------ r828 | pasky | 2004-11-26 21:14:42 +0000 (Fri, 26 Nov 2004) | 1 line Everyone welcome table/sprites.h in trunk - so far not in use besides enum AnimCursors migrated from viewport.h and tiny fragment of enum Sprites migrated from ttd.h (we should slowly convert trunk to use the symbolic names instead of sprite numbers too to reduce the delta to map). Ported from the map branch, where the work was done by Darkvater, Celestar and Tron. ------------------------------------------------------------------------ r827 | tron | 2004-11-26 21:11:37 +0000 (Fri, 26 Nov 2004) | 3 lines Dye bridge ramps in the matching colours compared to the rest of the bridge This fix was created by Celestar ------------------------------------------------------------------------ r826 | tron | 2004-11-26 20:29:05 +0000 (Fri, 26 Nov 2004) | 2 lines Seperate all bridge related tables from tunnel_land.h into their own file ------------------------------------------------------------------------ r822 | tron | 2004-11-26 16:55:35 +0000 (Fri, 26 Nov 2004) | 3 lines Use a struct instead of pairs of bytes for the string colormap. While here give the string colormap a more canonical name. ------------------------------------------------------------------------ r819 | dominik | 2004-11-26 14:00:57 +0000 (Fri, 26 Nov 2004) | 1 line Code cleanup: colors for langfile strings are now taken from a color table instead of a sprite ------------------------------------------------------------------------ r818 | miham | 2004-11-26 07:30:06 +0000 (Fri, 26 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r815 | tron | 2004-11-25 10:47:30 +0000 (Thu, 25 Nov 2004) | 3 lines Include strings.h only in the files which need it. This should reduce the compile time after altering english.txt by about 1/3, because "only" 62 instead of 90 .c files must be recompiled. ------------------------------------------------------------------------ r814 | miham | 2004-11-25 08:11:48 +0000 (Thu, 25 Nov 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r813 | tron | 2004-11-25 06:05:47 +0000 (Thu, 25 Nov 2004) | 3 lines Push two tables from vehicle_gui.h into vehicle_gui.c - they were in the binary 48 (!) times. While here change the type for one table from uint16 to StringID. ------------------------------------------------------------------------ r803 | tron | 2004-11-24 22:52:57 +0000 (Wed, 24 Nov 2004) | 3 lines Switch to ISO 8859-15 It has proper support for the euro sign and includes letters which are needed by the Latvian translation (and perhaps others), though the letter sprites are missing. ------------------------------------------------------------------------ r802 | darkvater | 2004-11-24 20:56:52 +0000 (Wed, 24 Nov 2004) | 1 line -add latvian to VS.net Project (bociusz) ------------------------------------------------------------------------ r801 | dominik | 2004-11-24 20:08:38 +0000 (Wed, 24 Nov 2004) | 3 lines - re-enabled background highlighting in Newgrf GUI - minor Newgrf GUI fixes and adjustments ------------------------------------------------------------------------