------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ r1904 | tron | 2005-02-22 18:28:20 +0000 (Tue, 22 Feb 2005) | 1 line Remove some more unused stuff ------------------------------------------------------------------------ r1903 | tron | 2005-02-22 18:27:57 +0000 (Tue, 22 Feb 2005) | 1 line Replace some casts and macro magic with proper typing, similar to r1902 ------------------------------------------------------------------------ r1902 | tron | 2005-02-22 15:39:45 +0000 (Tue, 22 Feb 2005) | 1 line Replace some casts with proper typing ------------------------------------------------------------------------ r1901 | Darkvater | 2005-02-22 14:52:20 +0000 (Tue, 22 Feb 2005) | 1 line - Fix: unwanted behaviour of the savegame dialog, as well as a bug with a sloppy termination of a string. When any editbox is open, scrolling is disabled. If any new types of editboxes come up, please use SET/CLRBIT of _no_scroll with its unique identifier (ttd.h) ------------------------------------------------------------------------ r1900 | tron | 2005-02-22 14:37:52 +0000 (Tue, 22 Feb 2005) | 1 line Simplify a piece of code in the oldloader ------------------------------------------------------------------------ r1899 | Darkvater | 2005-02-22 13:13:57 +0000 (Tue, 22 Feb 2005) | 1 line - Fix: fix braindead strcmp from previous commit. /me bangs head into the wall ------------------------------------------------------------------------ r1898 | tron | 2005-02-22 12:48:03 +0000 (Tue, 22 Feb 2005) | 1 line Remove some unused macros from macros.h and move some others to more appropriate headers ------------------------------------------------------------------------ r1897 | Darkvater | 2005-02-22 12:27:33 +0000 (Tue, 22 Feb 2005) | 1 line - Fix: [ 1120424 ] Set name overwrites same name. Renamings because your name is in use are virtual though so if name "b" is in use your name will become "b #1", renaming yourself again to "b" will become "b #2", and will toggle between these two. ------------------------------------------------------------------------ r1896 | Darkvater | 2005-02-22 11:33:13 +0000 (Tue, 22 Feb 2005) | 1 line - Fix: remove Translated by hack since it's not used ------------------------------------------------------------------------ r1895 | Darkvater | 2005-02-21 19:14:16 +0000 (Mon, 21 Feb 2005) | 1 line - Fix: add assert for charwidth getter just in case ------------------------------------------------------------------------