------------------------------------------------------------------------ r962 | Celestar | 2004-12-06 00:03:26 +0000 (Mon, 06 Dec 2004) | 1 line Fixed a problem with the new order system due to missing '{}' (another place) ------------------------------------------------------------------------ r961 | Celestar | 2004-12-05 23:57:08 +0000 (Sun, 05 Dec 2004) | 1 line Fixed a problem with the new order system due to missing '{}' ------------------------------------------------------------------------ r960 | darkvater | 2004-12-05 21:30:58 +0000 (Sun, 05 Dec 2004) | 1 line -Fix: forgotten conversion of orders for the AI (Tron) ------------------------------------------------------------------------ r959 | darkvater | 2004-12-05 20:02:49 +0000 (Sun, 05 Dec 2004) | 2 lines -Fix: fix previous typo for workaround of braindead MSVC6 (Tron) -Fix: added debug code to autosave cause it is buggy in multiplayer (does not remember settings; takes them from _opt instead of _new_opt (or vice versa)). ------------------------------------------------------------------------ r957 | darkvater | 2004-12-05 19:50:58 +0000 (Sun, 05 Dec 2004) | 1 line -Fix: vehicle.c compiler problems for MSVC6 only! (Tron) ------------------------------------------------------------------------ r955 | tron | 2004-12-05 12:43:04 +0000 (Sun, 05 Dec 2004) | 4 lines Replace uint16 for orders with struct Order This adds no functionality, but is a stepping stone for future improvement (like 16bit order indices) and is easier to read. This changes preserves binary compatibility wrt savegames. ------------------------------------------------------------------------ r954 | truelight | 2004-12-05 12:25:25 +0000 (Sun, 05 Dec 2004) | 3 lines -Fix: [Console] Hook fixes (sign_de) -Add: [Console] Auto sort commands and variables (sign_de) ------------------------------------------------------------------------ r953 | miham | 2004-12-05 11:40:58 +0000 (Sun, 05 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r952 | darkvater | 2004-12-04 23:43:54 +0000 (Sat, 04 Dec 2004) | 2 lines -A tiny insignificant fix for a toyland industry gfx -Added table\sprites.h to VS.NET project file ------------------------------------------------------------------------ r951 | bjarni | 2004-12-04 23:19:31 +0000 (Sat, 04 Dec 2004) | 2 lines Makefile: fixed missing flag for libpng, which prevented lib detection if SDL was not used Makefile: Combined the OSX specific libpng code with the general one. Now OSX have no special code for libpng ------------------------------------------------------------------------ r950 | miham | 2004-12-04 22:29:18 +0000 (Sat, 04 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r949 | bjarni | 2004-12-04 20:34:59 +0000 (Sat, 04 Dec 2004) | 1 line Makefile: added DEDICATED flag to allow complilation of dedicated servers without linking to SDL. Request by Jezral ------------------------------------------------------------------------ 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) ------------------------------------------------------------------------