------------------------------------------------------------------------ r948 | truelight | 2004-12-04 18:57:42 +0000 (Sat, 04 Dec 2004) | 2 lines -Codechange: clearified my last commit a bit more with some comment in the code ------------------------------------------------------------------------ r947 | truelight | 2004-12-04 18:43:07 +0000 (Sat, 04 Dec 2004) | 2 lines -Fix: [Network] Desync problem ------------------------------------------------------------------------ r946 | tron | 2004-12-04 18:27:08 +0000 (Sat, 04 Dec 2004) | 1 line Remove double patch option which crept in during merge ------------------------------------------------------------------------ r945 | truelight | 2004-12-04 18:17:52 +0000 (Sat, 04 Dec 2004) | 3 lines -Fix: [Network] Terraform callback went wrong in merge -Fix: Some settings went wrong in merge ------------------------------------------------------------------------ r944 | truelight | 2004-12-04 18:16:20 +0000 (Sat, 04 Dec 2004) | 2 lines -Updated vc6 project file (Hackykid) ------------------------------------------------------------------------ r942 | truelight | 2004-12-04 17:54:56 +0000 (Sat, 04 Dec 2004) | 2 lines -Merged branch/network back into the trunk ------------------------------------------------------------------------ r939 | truelight | 2004-12-04 15:02:45 +0000 (Sat, 04 Dec 2004) | 2 lines -Fix: Fixed compiler errors ------------------------------------------------------------------------ r925 | tron | 2004-12-04 09:26:39 +0000 (Sat, 04 Dec 2004) | 3 lines Use sound enums Also play the correct sound when a toyland road vehicle breaks down ------------------------------------------------------------------------ r924 | tron | 2004-12-04 07:41:37 +0000 (Sat, 04 Dec 2004) | 1 line Use RailVehInfo() instead of &_rail_vehicle_info[] ------------------------------------------------------------------------ r923 | tron | 2004-12-04 00:34:20 +0000 (Sat, 04 Dec 2004) | 1 line Forgot s/rail_vehinfo/RailVehInfo/ ------------------------------------------------------------------------ r920 | tron | 2004-12-03 21:57:05 +0000 (Fri, 03 Dec 2004) | 1 line Replace vehicle info macros with inline functions and add asserts to check limits ------------------------------------------------------------------------ r909 | tron | 2004-12-03 14:38:02 +0000 (Fri, 03 Dec 2004) | 1 line Small cleanup in vehicle.c, this should fix some warnings on 64bit machines ------------------------------------------------------------------------ r907 | tron | 2004-12-03 07:43:00 +0000 (Fri, 03 Dec 2004) | 5 lines Sprinkle holy ANSI water: - "inline" must before the return type (and after "static") - Initialise all struct members, not just some of them - Remove (one) spurious semicolon ------------------------------------------------------------------------ r906 | miham | 2004-12-03 05:59:26 +0000 (Fri, 03 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r901 | tron | 2004-12-02 22:53:07 +0000 (Thu, 02 Dec 2004) | 5 lines Small step in the process to clean up the DPARAM mess: - reduce to 2 sizes (*DParam64 for 64bit values, *DParam for the rest) - use inline functions instead of macros - add assert()s to check for buffer overruns ------------------------------------------------------------------------ r880 | miham | 2004-12-01 21:35:14 +0000 (Wed, 01 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r877 | bjarni | 2004-12-01 19:44:39 +0000 (Wed, 01 Dec 2004) | 1 line Moved bemidi.cpp correctly this time ------------------------------------------------------------------------ r876 | bjarni | 2004-12-01 19:42:42 +0000 (Wed, 01 Dec 2004) | 1 line reverted the accidently cleared bemidi.cpp ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------