Sat, 19 Aug 2006 19:45:04 +0000(svn r5955) -Fix r5728: 2 very important lines for ShowQueryString where removed by excident.
truelight [Sat, 19 Aug 2006 19:45:04 +0000] rev 4308
(svn r5955) -Fix r5728: 2 very important lines for ShowQueryString where removed by excident.
Because of this you couldn't join servers with passwords, and more of those
problems. (tnx Mucht)

Sat, 19 Aug 2006 18:19:41 +0000(svn r5954) WebTranslator2 update to 2006-08-19 20:17:26
miham [Sat, 19 Aug 2006 18:19:41 +0000] rev 4307
(svn r5954) WebTranslator2 update to 2006-08-19 20:17:26
dutch - 54 fixed by webfreakz (54)
french - 74 fixed by glx (74)
hungarian - 79 fixed by miham (79)
norwegian - 2 fixed by oletk (2)
polish - 1 changed by meush (1)
portuguese - 15 fixed by izhirahider (15)

Sat, 19 Aug 2006 16:33:10 +0000(svn r5953) -Fix: tooltip for FlatLand had wrong color (tnx glx)
truelight [Sat, 19 Aug 2006 16:33:10 +0000] rev 4306
(svn r5953) -Fix: tooltip for FlatLand had wrong color (tnx glx)

Sat, 19 Aug 2006 16:30:05 +0000(svn r5952) - struct GRFText{Entry,} are private to newgrf_text.c
tron [Sat, 19 Aug 2006 16:30:05 +0000] rev 4305
(svn r5952) - struct GRFText{Entry,} are private to newgrf_text.c
- use a variable size array instead of another malloc()

Sat, 19 Aug 2006 15:24:40 +0000(svn r5951) - Codechange: GetVehicleOutOfTunnelTile() never did anything, and making it work properly only resulted in massive performance drops, and it not working properly also seemed to work, so make it not work properly once again.
Darkvater [Sat, 19 Aug 2006 15:24:40 +0000] rev 4304
(svn r5951) - Codechange: GetVehicleOutOfTunnelTile() never did anything, and making it work properly only resulted in massive performance drops, and it not working properly also seemed to work, so make it not work properly once again.

Sat, 19 Aug 2006 12:01:04 +0000(svn r5950) -Fix: don't show Vital Windows EVER if you go to GM_MENU (tnx Darkvater)
truelight [Sat, 19 Aug 2006 12:01:04 +0000] rev 4303
(svn r5950) -Fix: don't show Vital Windows EVER if you go to GM_MENU (tnx Darkvater)

Sat, 19 Aug 2006 11:50:34 +0000(svn r5949) -Fix: vs80 project file was broken (tnx webfreakz)
truelight [Sat, 19 Aug 2006 11:50:34 +0000] rev 4302
(svn r5949) -Fix: vs80 project file was broken (tnx webfreakz)

Sat, 19 Aug 2006 11:28:41 +0000(svn r5948) -Fix: inversed check caused oringal land-generator to put industries on mountains (tnx Darkvater)
truelight [Sat, 19 Aug 2006 11:28:41 +0000] rev 4301
(svn r5948) -Fix: inversed check caused oringal land-generator to put industries on mountains (tnx Darkvater)

Sat, 19 Aug 2006 10:00:30 +0000(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
truelight [Sat, 19 Aug 2006 10:00:30 +0000] rev 4300
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
- New optional landscape generator (TerraGenesis Perlin)
- Load heightmaps (either BMP or PNG)
- Progress dialog while generating worlds (no longer a 'hanging' screen)
- New dialogs for NewGame, Create Scenario and Play Heightmap
- Easier to configure your landscape
- More things to configure (tree-placer, ..)
- Speedup of world generation
- New console command 'restart': restart the map EXACTLY as it was when you
first started it (needs a game made after or with this commit)
- New console command 'getseed': get the seed of your map and share it with
others (of course only works with generated maps)
- Many new, world generation related, things
- Many internal cleanups and rewrites
Many tnx to those people who helped making this:
Belugas, DaleStan, glx, KUDr, RichK67, Rubidium, and TrueLight (alfabetic)
Many tnx to those who helped testing:
Arnau, Bjarni, and tokai (alfabetic)
And to all other people who helped testing and sending comments / bugs
Stats: 673 lines changed, 3534 new lines, 79 new strings

Sat, 19 Aug 2006 09:31:22 +0000(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for textboxes to only
truelight [Sat, 19 Aug 2006 09:31:22 +0000] rev 4299
(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for textboxes to only
allow certain patterns (like numbers only)