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)

Sat, 19 Aug 2006 09:23:48 +0000(svn r5943) -Merge TGP (part r5725): -Codechange: renamed Thread to OTTDThread, as Windows
truelight [Sat, 19 Aug 2006 09:23:48 +0000] rev 4298
(svn r5943) -Merge TGP (part r5725): -Codechange: renamed Thread to OTTDThread, as Windows
(who else) uses Thread in winbase.h, and starts complaining if you define it
otherwise (with weird, undefined errors) (tnx Arnau and Rubidium)

Thu, 17 Aug 2006 20:22:35 +0000(svn r5934) -Cleanup: forgot some conversions to Year and to Date
rubidium [Thu, 17 Aug 2006 20:22:35 +0000] rev 4297
(svn r5934) -Cleanup: forgot some conversions to Year and to Date
-Cleanup: use _cur_year instead of _date for some (year based) comparisons
-Cleanup: remove a magic number in favour of another (less) magic number

Wed, 16 Aug 2006 17:58:43 +0000(svn r5929) WebTranslator2 update to 2006-08-16 19:58:20
miham [Wed, 16 Aug 2006 17:58:43 +0000] rev 4296
(svn r5929) WebTranslator2 update to 2006-08-16 19:58:20
czech - 2 fixed by Hadez (2)
slovak - 2 fixed by lengyel (2)

Wed, 16 Aug 2006 12:07:24 +0000(svn r5928) -Cleanup: remove ConvertIntDate and use ConvertYMDToDate as ConvertIntDate was only called with Years.
rubidium [Wed, 16 Aug 2006 12:07:24 +0000] rev 4295
(svn r5928) -Cleanup: remove ConvertIntDate and use ConvertYMDToDate as ConvertIntDate was only called with Years.

Wed, 16 Aug 2006 11:49:52 +0000(svn r5927) -Cleanup: check against _cur_year instead of _date when determining the availability of airports, as they only become available at the beginning of a year.
rubidium [Wed, 16 Aug 2006 11:49:52 +0000] rev 4294
(svn r5927) -Cleanup: check against _cur_year instead of _date when determining the availability of airports, as they only become available at the beginning of a year.

Wed, 16 Aug 2006 11:39:55 +0000(svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
rubidium [Wed, 16 Aug 2006 11:39:55 +0000] rev 4293
(svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
-Codechange: store all year related variables that are _not_ stored in a savegame/transported over the network in the same format as _cur_year