glx [Wed, 03 Jan 2007 22:24:36 +0000] rev 5512
(svn r7809) -Fix: convert \r to \n before parsing files with awk in projects/generate so it works using mingw/msys
miham [Wed, 03 Jan 2007 20:49:08 +0000] rev 5511
(svn r7807) [Translations] Fix: r7806. Forgot to generate project files to include lithuanian
miham [Wed, 03 Jan 2007 20:44:59 +0000] rev 5510
(svn r7806) [Translations] Lithuanian is no longer unfinished, thanks for the current translators! Good work, keep it up!
miham [Wed, 03 Jan 2007 18:41:20 +0000] rev 5509
(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)
rubidium [Wed, 03 Jan 2007 18:29:15 +0000] rev 5508
(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:06:50 +0000] rev 5507
(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).
peter1138 [Wed, 03 Jan 2007 17:47:34 +0000] rev 5506
(svn r7800) -Fix (r7787): Remove Czech strings with .news or .subs case.
rubidium [Wed, 03 Jan 2007 16:36:36 +0000] rev 5505
(svn r7799) -Fix (r7759): gracefully handle cases where the directory libz.a is in is given via --with-libz.
peter1138 [Wed, 03 Jan 2007 14:42:08 +0000] rev 5504
(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.
rubidium [Wed, 03 Jan 2007 13:55:25 +0000] rev 5503
(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.