------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r1911 | tron | 2005-02-23 14:12:32 +0000 (Wed, 23 Feb 2005) | 1 line Put back an "if" i accidently removed in r1898 ------------------------------------------------------------------------ r1910 | tron | 2005-02-23 09:13:12 +0000 (Wed, 23 Feb 2005) | 1 line Move two variables out of variables.h which are only used locally ------------------------------------------------------------------------ r1909 | Darkvater | 2005-02-23 00:07:03 +0000 (Wed, 23 Feb 2005) | 1 line - Fix: [ 1145593 ] assertion failed when saving the game. It is nice to also update the savegame format when you update town statistics :) ------------------------------------------------------------------------ r1908 | Darkvater | 2005-02-22 22:29:19 +0000 (Tue, 22 Feb 2005) | 1 line - Fix: [ 1149403 ] Signals dissaper after typing text and pressing enter!. Signs in Scenario Editor have no owner so ignore that. ------------------------------------------------------------------------ r1907 | darkvater | 2005-02-22 22:14:27 +0000 (Tue, 22 Feb 2005) | 1 line - Fix: [ 1114261 ] Speeding up when pressing ALT+TAB (Windows) ------------------------------------------------------------------------ r1906 | Darkvater | 2005-02-22 20:32:26 +0000 (Tue, 22 Feb 2005) | 1 line - Fix: [ 1117327 ] Assertion error on kick. When a company is cleaned all its windows need to be closed. For global vehicle lists, the no-staiton index of -1 was not taken into account ------------------------------------------------------------------------ r1905 | Darkvater | 2005-02-22 19:38:44 +0000 (Tue, 22 Feb 2005) | 2 lines - Fix: [ 1118810 ] openttd: ship_cmd.c:642 ... Assertion failed. Mapwrap fixed in ship_cmd.c (was implicitely ok before biggermaps). - CodeChange: rename all vehicle controllers to ...Controller for their similar behaviour ------------------------------------------------------------------------