Darkvater [Mon, 30 May 2005 13:06:15 +0000] rev 1875
(svn r2381) - Fix: [ 1210610 ] Endgame window on easy difficulty results in infinite loop. Oops. Seperated the window classes of endgame and highscreen.
orudge [Mon, 30 May 2005 10:18:18 +0000] rev 1874
(svn r2380) - Fix: Build year for mail compartment of planes was not set correctly, affected station ratings (Asterix_)
orudge [Sun, 29 May 2005 20:42:01 +0000] rev 1873
(svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing!
orudge [Sun, 29 May 2005 20:36:11 +0000] rev 1872
(svn r2378) - Fix: [newgrf] Further property stubs, help prevents subsequent incorrect reading of newgrf data
orudge [Sun, 29 May 2005 20:05:04 +0000] rev 1871
(svn r2377) - Fix: [newgrf] Ignore action 0 prop 0x20 (air drag)
miham [Sun, 29 May 2005 16:06:21 +0000] rev 1870
(svn r2376) [Translations] Updated to 2005-04-29 (28 strs / 3 langs)
Darkvater [Sat, 28 May 2005 19:05:24 +0000] rev 1869
(svn r2375) - CodeChange: add the newly added 'all' of server_ip to it's helptext.
Darkvater [Sat, 28 May 2005 18:47:05 +0000] rev 1868
(svn r2374) - CodeChange: giving server_ip a value of 'all' will make the server listen on any interface (0.0.0.0); also fix a typo in one of the script example files: s/ports/interfaces
Darkvater [Sat, 28 May 2005 17:01:26 +0000] rev 1867
(svn r2373) - CodeChange: don't redraw the window upon a user-based dirty request if the requested widget is invisible or otherwise not visible (type WWT_EMPTY)
Darkvater [Sat, 28 May 2005 16:59:51 +0000] rev 1866
(svn r2372) - Fix (console): update the example scripts in the scripts/ directory to reflect the new console functionality
- Fix (console): any line starting with a '#' is a comment so ignore it
- Fix (console): The special variables whose value can only be set by a custom process should, also print out their newly set value there, instead of relying on the default printout which is slightly confusing. Eg after you change the value it still printed out 'current value for...' instead of 'XXX changed to...'