------------------------------------------------------------------------ r1919 | truelight | 2005-03-01 19:32:55 +0000 (Tue, 01 Mar 2005) | 2 lines -Fix: Minimum profit of vehicles was calculated wrong for Performance Rating ------------------------------------------------------------------------ r1918 | truelight | 2005-03-01 17:32:47 +0000 (Tue, 01 Mar 2005) | 2 lines -Fix: [ 1101874 ] Dedicated server now accepts '-g' (load game) as param ------------------------------------------------------------------------ r1917 | pasky | 2005-03-01 01:14:27 +0000 (Tue, 01 Mar 2005) | 18 lines - Makefile: Revamped VERBOSE support, build mechanics changed. - VERBOSE has now greater effect, many previously hidden commands are now shown on the terminal as they are executed. (Use $(Q) instead of @ where the command should be shown if VERBOSE.) - Compilation commands redundancy was eliminated. - Compilation commands calling generalized so that the VERBOSE support does not further entangle the code. The commands are now all at a single place, before the targets in a "Build commands" section. Note that this changeset has a character of proposal. If you do not like the direction it takes at all, feel free to revert it (probably together with the previous VERBOSE patch). However, I believe it improves the code by bringing the compilation commands to a single place and it greatly improves the VERBOSE support, too (and makes it much less intrusive). ------------------------------------------------------------------------ r1916 | pasky | 2005-02-28 22:33:31 +0000 (Mon, 28 Feb 2005) | 1 line Fix compilation on the glibc-2.2 systems. Part of the inspiration comes from patch 1149710 by Mr. Nobody. Also fixes the comment describing what to do if one's system doesn't have ifaddrs.h. ------------------------------------------------------------------------ r1915 | pasky | 2005-02-28 21:54:04 +0000 (Mon, 28 Feb 2005) | 1 line Support for a VERBOSE flag which will make the full compiler invocations to be shown instead of ===> Brief summaries. ------------------------------------------------------------------------ r1914 | Darkvater | 2005-02-26 13:57:40 +0000 (Sat, 26 Feb 2005) | 1 line - Fix: [ 1119147 ] Stop startup memory corruption crash using optimized MSVC6. MSVC6 workaround as it's too stupid again for its own good ------------------------------------------------------------------------ r1913 | miham | 2005-02-24 22:37:35 +0000 (Thu, 24 Feb 2005) | 1 line Weekly langfile update ------------------------------------------------------------------------ r1912 | Darkvater | 2005-02-24 17:17:36 +0000 (Thu, 24 Feb 2005) | 1 line - Fix: [ 1149766 ] Single tile Bridge in Volcano City scenario. Some bridges still had the old single-tile bridge bug that was caused by improper town growth in combination with DC_AUTO. Fixed the scenario. ------------------------------------------------------------------------