Thu, 04 Jan 2007 01:10:39 +0000(svn r7817) -Fix (r7573): Bridge merge broke building canals at level 0.
Darkvater [Thu, 04 Jan 2007 01:10:39 +0000] rev 5516
(svn r7817) -Fix (r7573): Bridge merge broke building canals at level 0.

Wed, 03 Jan 2007 23:55:37 +0000(svn r7813) -Fix (r7799): it is $with_zlib, not $zlib.
rubidium [Wed, 03 Jan 2007 23:55:37 +0000] rev 5515
(svn r7813) -Fix (r7799): it is $with_zlib, not $zlib.

Wed, 03 Jan 2007 23:53:23 +0000(svn r7812) -Fix: rail station build window was not correctly updated after station_spread change
glx [Wed, 03 Jan 2007 23:53:23 +0000] rev 5514
(svn r7812) -Fix: rail station build window was not correctly updated after station_spread change

Wed, 03 Jan 2007 22:55:53 +0000(svn r7810) -Fix: FS#504 Building airport whose size exceeds max station spread-out caused assert. (Zuu)
KUDr [Wed, 03 Jan 2007 22:55:53 +0000] rev 5513
(svn r7810) -Fix: FS#504 Building airport whose size exceeds max station spread-out caused assert. (Zuu)

Wed, 03 Jan 2007 22:24:36 +0000(svn r7809) -Fix: convert \r to \n before parsing files with awk in projects/generate so it works using mingw/msys
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

Wed, 03 Jan 2007 20:49:08 +0000(svn r7807) [Translations] Fix: r7806. Forgot to generate project files to include lithuanian
miham [Wed, 03 Jan 2007 20:49:08 +0000] rev 5511
(svn r7807) [Translations] Fix: r7806. Forgot to generate project files to include lithuanian

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 5510
(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 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)

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 5508
(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 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).

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 5506
(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 5505
(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 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.

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 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.

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 5502
(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 5501
(svn r7794) -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly.

Wed, 03 Jan 2007 09:32:01 +0000(svn r7793) -Cleanup: Remove obsolute, never-used old spritecache LRU code
peter1138 [Wed, 03 Jan 2007 09:32:01 +0000] rev 5500
(svn r7793) -Cleanup: Remove obsolute, never-used old spritecache LRU code

Wed, 03 Jan 2007 08:20:25 +0000(svn r7788) -Fix (r7759): do not stop compiling languages when one language fails to compile.
rubidium [Wed, 03 Jan 2007 08:20:25 +0000] rev 5499
(svn r7788) -Fix (r7759): do not stop compiling languages when one language fails to compile.

Wed, 03 Jan 2007 06:50:31 +0000(svn r7787) WebTranslator2 update to 2007-01-03 07:49:50
miham [Wed, 03 Jan 2007 06:50:31 +0000] rev 5498
(svn r7787) WebTranslator2 update to 2007-01-03 07:49:50
czech - 2 changed by joeprusa (2)
danish - 80 changed by MiR (80)
esperanto - 1 fixed, 3 changed by LaPingvino (4)
estonian - 54 changed by kristjans (54)
japanese - 177 fixed, 65 changed by ickoonite (242)
lithuanian - 57 changed by Domas (57)
slovenian - 38 fixed, 262 changed by Necrolyte (300)

Wed, 03 Jan 2007 00:02:18 +0000(svn r7782) -Fix (r7779): do really check whether there are files to copy in the directories, not just test whether the directories exist.
rubidium [Wed, 03 Jan 2007 00:02:18 +0000] rev 5497
(svn r7782) -Fix (r7779): do really check whether there are files to copy in the directories, not just test whether the directories exist.

Tue, 02 Jan 2007 23:19:52 +0000(svn r7780) [Configure] -Fix: strip before copy, not copy before strip
truelight [Tue, 02 Jan 2007 23:19:52 +0000] rev 5496
(svn r7780) [Configure] -Fix: strip before copy, not copy before strip

Tue, 02 Jan 2007 23:14:39 +0000(svn r7779) [Configure] -Fix: simplify scenario and scenario/heightmaps dir existance check
glx [Tue, 02 Jan 2007 23:14:39 +0000] rev 5495
(svn r7779) [Configure] -Fix: simplify scenario and scenario/heightmaps dir existance check

Tue, 02 Jan 2007 22:52:46 +0000(svn r7778) -Fix (r7777): intel -> Intel
truelight [Tue, 02 Jan 2007 22:52:46 +0000] rev 5494
(svn r7778) -Fix (r7777): intel -> Intel

Tue, 02 Jan 2007 22:45:20 +0000(svn r7777) [Configure] -Fix: call intel builds on OSX universal compiles intel, not i386 (that is just silly)
truelight [Tue, 02 Jan 2007 22:45:20 +0000] rev 5493
(svn r7777) [Configure] -Fix: call intel builds on OSX universal compiles intel, not i386 (that is just silly)

Tue, 02 Jan 2007 22:29:26 +0000(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)
truelight [Tue, 02 Jan 2007 22:29:26 +0000] rev 5492
(svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q)

Tue, 02 Jan 2007 22:28:15 +0000(svn r7775) -Fix (r7759): make ./configure --help lines at most 80 characters
rubidium [Tue, 02 Jan 2007 22:28:15 +0000] rev 5491
(svn r7775) -Fix (r7759): make ./configure --help lines at most 80 characters

Tue, 02 Jan 2007 22:17:38 +0000(svn r7774) -Fix (r7759): remove the left-over strgen directory.
rubidium [Tue, 02 Jan 2007 22:17:38 +0000] rev 5490
(svn r7774) -Fix (r7759): remove the left-over strgen directory.

Tue, 02 Jan 2007 21:58:51 +0000(svn r7773) -(r7759) Update MSVC documentation for (mainly) VS2003 users (needs special human intervention to work because MS decided to use some completely braindead user-datafile that you can't edit outside the development environment)
Darkvater [Tue, 02 Jan 2007 21:58:51 +0000] rev 5489
(svn r7773) -(r7759) Update MSVC documentation for (mainly) VS2003 users (needs special human intervention to work because MS decided to use some completely braindead user-datafile that you can't edit outside the development environment)

Tue, 02 Jan 2007 21:48:33 +0000(svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong.
Darkvater [Tue, 02 Jan 2007 21:48:33 +0000] rev 5488
(svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong.

Tue, 02 Jan 2007 21:37:23 +0000(svn r7771) -Fix: [OSX] make bundle no longer copies docs/OSX_why_multiple_applications.txt, since we no longer got that outdated file
bjarni [Tue, 02 Jan 2007 21:37:23 +0000] rev 5487
(svn r7771) -Fix: [OSX] make bundle no longer copies docs/OSX_why_multiple_applications.txt, since we no longer got that outdated file