truelight [Sat, 17 Feb 2007 12:50:19 +0000] rev 6371
(svn r8772) -Fix: forgot to update 'generate' file while updating 'configure' in the last 3 changes in 'configure'
bjarni [Sat, 17 Feb 2007 12:45:15 +0000] rev 6370
(svn r8771) -Fix r8343: build aircraft windows will no longer show aircraft that can't use the airport in question
Now it's even better than ever because unless the no jetcrash cheat is enabled, the small airports will not show fast aircraft
bjarni [Sat, 17 Feb 2007 11:17:49 +0000] rev 6369
(svn r8770) -Fix r8661: corrected some aircraft sprite placement issues in the depot window
KUDr [Sat, 17 Feb 2007 10:21:48 +0000] rev 6368
(svn r8768) -Fix (r8767): VC8 compilation failed 'warning C4146: unary minus operator applied to unsigned type, result still unsigned'
tron [Sat, 17 Feb 2007 07:45:18 +0000] rev 6367
(svn r8767) -Fix
-Codechange: Do not hardcode the catchment radius of airports, but hold the information in AirportFTAClass
-Fix (r979): The default AI tested possible airport locations with a fixed catchment radius instead of the radius of the to be built airport
KUDr [Sat, 17 Feb 2007 00:18:11 +0000] rev 6366
(svn r8766) -Fix[YAPF]: rail station platform penalty not calculated properly
rubidium [Fri, 16 Feb 2007 22:44:56 +0000] rev 6365
(svn r8765) -Codechange: remove logic redundancy by moving it from the gui into the cmd code.
miham [Fri, 16 Feb 2007 21:06:00 +0000] rev 6364
(svn r8764) -Update: WebTranslator2 update to 2007-02-16 22:03:24
afrikaans - 1 changed by TrueTenacity (1)
brazilian_portuguese - 1 fixed, 1 changed by fukumori (2)
bulgarian - 4 fixed by groupsky (4)
dutch - 3 fixed by habell (3)
esperanto - 3 fixed by LaPingvino (3)
finnish - 5 fixed by kerba (5)
icelandic - 15 fixed, 30 changed by scrooge (45)
italian - 3 fixed by sidew (3)
norwegian_bokmal - 13 fixed by oletk (13)
turkish - 3 fixed by jnmbk (3)
tron [Fri, 16 Feb 2007 20:03:17 +0000] rev 6363
(svn r8763) -Fix
Don't do bogus initialisations and prefer simpler code
celestar [Fri, 16 Feb 2007 12:10:19 +0000] rev 6362
(svn r8759) -Feature: Allow airports to have up to 4 entry points depending on approach direction. Note: they're not yet used, but will be soon
truelight [Fri, 16 Feb 2007 10:08:38 +0000] rev 6361
(svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not
truelight [Fri, 16 Feb 2007 09:50:28 +0000] rev 6360
(svn r8757) -Add: added libtimidity music driver (it is a nice small library simular to timidity via extmidi)
[PSP] -Add: added PSP specific code for libtimidity. libtimidity code is based on the work of Turulo. Tnx a bunch!
truelight [Fri, 16 Feb 2007 09:39:32 +0000] rev 6359
(svn r8756) [PSP] -Fix: made the dedicated code compile with PSP. It is almost UNIX, just it needs more includes ;)
(or more, it compiles, if it works is a whole other story ;))
tron [Fri, 16 Feb 2007 09:38:43 +0000] rev 6358
(svn r8755) -Fix
Abbreviate GetAirport(st->airport_type) to st->Airport()
tron [Fri, 16 Feb 2007 07:32:22 +0000] rev 6357
(svn r8754) -Fix
Do not handle a special case for goto hangar orders to oilrigs - they do not have a hangar anyway
belugas [Fri, 16 Feb 2007 01:35:18 +0000] rev 6356
(svn r8753) -Regression (r8455): Do not unilateraly decide that this engine is a single-headed. Only do it if it previously had no power and that now there is. Or something...
belugas [Thu, 15 Feb 2007 22:03:48 +0000] rev 6355
(svn r8752) -Cleanup: Reformat, re-arrange, correct tag errors on landscape.html.
No addition nor correction on actual data
KUDr [Thu, 15 Feb 2007 22:00:17 +0000] rev 6354
(svn r8751) -Fix [lang]: deleted .news and .subs strings causing lang compilation error
KUDr [Thu, 15 Feb 2007 22:00:04 +0000] rev 6353
(svn r8750) -Fix (r8747): PLANES defined in wingdi.h caused compilation error under Win32. Changed to AIRPLANES
bjarni [Thu, 15 Feb 2007 20:58:45 +0000] rev 6352
(svn r8749) -Regression r8331: fixed signed/unsigned issue that could create too many lines in build vehicle windows and crash the game
tron [Thu, 15 Feb 2007 20:35:45 +0000] rev 6351
(svn r8748) -Fix
-Codechange: Do not hardcode the airports with a short airstrip anymore, but make it a flag in AirportFTAClass
tron [Thu, 15 Feb 2007 20:16:33 +0000] rev 6350
(svn r8747) -Fix
-Codechange: Make the encoding of accepted aircraft types of airports a bit more sensible and move the enum into struct AirportFTAClass
bjarni [Thu, 15 Feb 2007 17:51:39 +0000] rev 6349
(svn r8746) -Regression r8331: build train window could sort incorrectly by EngineID with certain newGRF sets
truelight [Thu, 15 Feb 2007 16:15:00 +0000] rev 6348
(svn r8745) [PSP] -Add: added a CSleep() for PSP
celestar [Thu, 15 Feb 2007 10:21:00 +0000] rev 6347
(svn r8744) -Fix(r654/2105): Call GetFirstVehicleInChain only for trains, and assert the vehicle type in that function. Not a critical error, but it does increase game performance by up to 10% when playing a large game (many vehicles) with aircraft/road vehicle newgrfs loaded.
tron [Thu, 15 Feb 2007 07:43:06 +0000] rev 6346
(svn r8743) -Fix
-Codechange: Add a Z adjustment attribute for helicopter pads to AirportFTAClass to get rid of some special cases for oilrigs and heliports
miham [Thu, 15 Feb 2007 07:08:22 +0000] rev 6345
(svn r8742) -Update: WebTranslator2 update to 2007-02-15 08:05:58
american - 3 fixed by WhiteRabbit (3)
brazilian_portuguese - 2 fixed, 7 changed by tucalipe (9)
czech - 3 fixed, 3 deleted, 1 changed by Hadez (7)
estonian - 3 fixed by vermon (3)
french - 3 fixed, 13 changed by Skiper (16)
german - 3 fixed by moewe2 (3)
icelandic - 122 fixed, 11 changed by scrooge (133)
polish - 3 fixed by meush (3)
portuguese - 3 fixed by izhirahider (3)
simplified_chinese - 3 fixed by Fishingsnow (3)
slovenian - 3 fixed, 1 deleted by Necrolyte (4)
spanish - 4 fixed by eusebio (4)
swedish - 4 fixed by daishan (4)
traditional_chinese - 3 fixed by sam0737 (3)
rubidium [Wed, 14 Feb 2007 20:58:19 +0000] rev 6344
(svn r8741) -Fix (r8735): make the saveguards of CmdBuildRoadStop more robust and add roadstops.grf to the list of required grfs.
Darkvater [Wed, 14 Feb 2007 20:48:00 +0000] rev 6343
(svn r8740) -Fix (r8783): GCC warnings about not-handled MP_ values in switch case (glx)
Darkvater [Wed, 14 Feb 2007 20:19:07 +0000] rev 6342
(svn r8739) -Codechange: Update the oldloader debug levels to be more in spec with the guidelines in debug.h.