Wed, 03 Jan 2007 20:44:59 +0000(svn r7806) [Translations] Lithuanian is no longer unfinished, thanks for the current translators! Good work, keep it up!
miham [Wed, 03 Jan 2007 20:44:59 +0000] rev 5761
(svn r7806) [Translations] Lithuanian is no longer unfinished, thanks for the current translators! Good work, keep it up!

Wed, 03 Jan 2007 18:41:20 +0000(svn r7803) WebTranslator2 update to 2007-01-03 19:37:39
miham [Wed, 03 Jan 2007 18:41:20 +0000] rev 5760
(svn r7803) WebTranslator2 update to 2007-01-03 19:37:39
bulgarian - 5 fixed by groupsky (5)
croatian - 72 fixed by knovak (72)
danish - 25 changed by MiR (25)
italian - 1 changed by sidew (1)
norwegian - 2 fixed by oletk (2)
slovenian - 241 fixed, 143 changed by Necrolyte (384)

Wed, 03 Jan 2007 18:29:15 +0000(svn r7802) -Feature: make it possible to override the bind address and port of a dedicated server from the command line.
rubidium [Wed, 03 Jan 2007 18:29:15 +0000] rev 5759
(svn r7802) -Feature: make it possible to override the bind address and port of a dedicated server from the command line.

Wed, 03 Jan 2007 18:06:50 +0000(svn r7801) -Feature: add command line option to prevent saving of highscore and configuration on exit and a console command to manually initiate a configuration save (Aloysha).
rubidium [Wed, 03 Jan 2007 18:06:50 +0000] rev 5758
(svn r7801) -Feature: add command line option to prevent saving of highscore and configuration on exit and a console command to manually initiate a configuration save (Aloysha).

Wed, 03 Jan 2007 17:47:34 +0000(svn r7800) -Fix (r7787): Remove Czech strings with .news or .subs case.
peter1138 [Wed, 03 Jan 2007 17:47:34 +0000] rev 5757
(svn r7800) -Fix (r7787): Remove Czech strings with .news or .subs case.

Wed, 03 Jan 2007 16:36:36 +0000(svn r7799) -Fix (r7759): gracefully handle cases where the directory libz.a is in is given via --with-libz.
rubidium [Wed, 03 Jan 2007 16:36:36 +0000] rev 5756
(svn r7799) -Fix (r7759): gracefully handle cases where the directory libz.a is in is given via --with-libz.

Wed, 03 Jan 2007 14:42:08 +0000(svn r7797) -Codechange: Replace static _sprite_ptr and associated arrays with dynamic array to allow variable number of sprites. This does not change the sprite limit.
peter1138 [Wed, 03 Jan 2007 14:42:08 +0000] rev 5755
(svn r7797) -Codechange: Replace static _sprite_ptr and associated arrays with dynamic array to allow variable number of sprites. This does not change the sprite limit.

Wed, 03 Jan 2007 13:55:25 +0000(svn r7796) -Fix (r7759): cygwin does not need to rewrite the paths for strgen.
rubidium [Wed, 03 Jan 2007 13:55:25 +0000] rev 5754
(svn r7796) -Fix (r7759): cygwin does not need to rewrite the paths for strgen.
-Fix (r7759): supply the correct flags to cygwin to make it compile.

Note: cygwin itself is 'broken'. Known issues with cygwin are:
- bash does not work when including files that have dos line ending (\r\n).
This causes the strange errors in config.lib. The solution is running:
dos2unix config.lib
- the windows-native svn does not work (though it previously did). The
solution for this is to install the cygwin svn.
- libfreetype2's freetype-config --cflags does not have ft2build.h in the
path include search path. The workaround for this is to copy
/usr/include/ft2build.h to /usr/include/freetype2/. Also linking does
not work for static builds as freetype-config does not support that.
You have to add the '--disable-static' flag when running './configure'.
- libpng12 does not work with static building either. You have to add
the '--disable-static' flag when running './configure' too.

Wed, 03 Jan 2007 11:33:54 +0000(svn r7795) -Codechange: [NewGRF] When safety checking, allow an Action E that force activates the GRF. Unfortunately this requires knowing the GRF ID in advance (before the Action 8) so the static GRFs are now scanned twice on start up, once for the GRF ID, and then for the safety check. (This fix allows unifont.grf to be used.)
peter1138 [Wed, 03 Jan 2007 11:33:54 +0000] rev 5753
(svn r7795) -Codechange: [NewGRF] When safety checking, allow an Action E that force activates the GRF. Unfortunately this requires knowing the GRF ID in advance (before the Action 8) so the static GRFs are now scanned twice on start up, once for the GRF ID, and then for the safety check. (This fix allows unifont.grf to be used.)

Wed, 03 Jan 2007 09:45:07 +0000(svn r7794) -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly.
peter1138 [Wed, 03 Jan 2007 09:45:07 +0000] rev 5752
(svn r7794) -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly.