rubidium [Sun, 18 Feb 2007 11:14:55 +0000] rev 6067
(svn r8797) -Fix (8741): the 'drive through station built on town owned road' bit was not set.
tron [Sun, 18 Feb 2007 09:00:34 +0000] rev 6066
(svn r8796) -Fix
Remove the unused function AllocateStation() which was left over from r8125
tron [Sun, 18 Feb 2007 08:50:27 +0000] rev 6065
(svn r8795) -Fix
Remove the explicit check for buoys when inserting goto station orders.
This is already covered by the preceding OWNER_NONE test.
tron [Sun, 18 Feb 2007 08:37:39 +0000] rev 6064
(svn r8794) -Fix
Remove the possiblity to take over stations with OWNER_NONE by building a station next to it
-Fix: It was possible to take over buoys by building a station next to them
Also remove the now unnecessary special case which prevented taking over oilrigs
NOTE: 0.5 candidate
glx [Sat, 17 Feb 2007 23:53:17 +0000] rev 6063
(svn r8793) -Fix: corrected spelling of real french townnames and 'removed' a duplicate
maedhros [Sat, 17 Feb 2007 23:01:42 +0000] rev 6062
(svn r8792) -Fix (r6623): Don't check whether a string length is 1 when you already know it isn't.
miham [Sat, 17 Feb 2007 22:01:07 +0000] rev 6061
(svn r8791) -Revert: r8790 Committed too much in last commit
miham [Sat, 17 Feb 2007 21:56:22 +0000] rev 6060
(svn r8790) [Namegen] -Revert: r8789 (Tron kinda convinced me it is a bad thing, sorry for it)
miham [Sat, 17 Feb 2007 21:50:00 +0000] rev 6059
(svn r8789) [Namegen] -Change: Sorted townnameparts for hungarian, and added a few more
miham [Sat, 17 Feb 2007 21:31:30 +0000] rev 6058
(svn r8788) [Translations] -Fix: Removed bogus 3sk case from slovenian, as it is handled in WebTranslator2 from now on
bjarni [Sat, 17 Feb 2007 18:38:35 +0000] rev 6057
(svn r8787) -Change r8771: allow fast aircraft in small airports
We should keep the list in sync with the build command as hacked clients can avoid a block in the GUI only
bjarni [Sat, 17 Feb 2007 17:12:19 +0000] rev 6056
(svn r8786) -Cleanup: replaced a switch-case to get the right refit command for a certain vehicle type. We have a function to do that
richk [Sat, 17 Feb 2007 17:10:33 +0000] rev 6055
(svn r8785) -Fix: Entry point for commuter airport incorrect.
Darkvater [Sat, 17 Feb 2007 16:41:56 +0000] rev 6054
(svn r8784) -Regression (r7274 most likely): Unable to load TTDP (on *NIX) games because the static buffer used for name conversion is overwritten in the callback function.
bjarni [Sat, 17 Feb 2007 16:07:45 +0000] rev 6053
(svn r8783) -Fix r8771: aircraft vehicle subtype and aircraft engine subtype aren't the same (even though they both tell if it's a plane or helicopter)
tron [Sat, 17 Feb 2007 15:59:33 +0000] rev 6052
(svn r8782) -Fix
Adapt GetClosestStationFromTile() more to the way it is used:
- All but deleted stations get filtered later, so do not include non-deleted station in the first place
- Remove the two parameters, which are the same for all callers
tron [Sat, 17 Feb 2007 15:34:05 +0000] rev 6051
(svn r8781) -Fix
A spectator cannot build stations, so do not include a special case for him
richk [Sat, 17 Feb 2007 15:17:47 +0000] rev 6050
(svn r8780) -Fix: Spelling of CatchmentArea incorrect.
tron [Sat, 17 Feb 2007 15:03:30 +0000] rev 6049
(svn r8779) -Fix
-Codechange: Use a more generic test, which tests the allowed aircraft instead of hardcoding the airport type numbers, to generate station names
tron [Sat, 17 Feb 2007 14:54:31 +0000] rev 6048
(svn r8778) -Fix
-Codechange: Allow goto station orders to public stations in general, not just oilrigs (though this is the same till now)
bjarni [Sat, 17 Feb 2007 13:50:22 +0000] rev 6047
(svn r8777) -Fix: FS#596 Cloning Maglev in UKRS forgets Mail refit
Cloning were unaware that articulated locomotives could refit without refitting the front unit
truelight [Sat, 17 Feb 2007 13:29:11 +0000] rev 6046
(svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too
truelight [Sat, 17 Feb 2007 12:50:19 +0000] rev 6045
(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 6044
(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 6043
(svn r8770) -Fix r8661: corrected some aircraft sprite placement issues in the depot window
KUDr [Sat, 17 Feb 2007 10:21:48 +0000] rev 6042
(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 6041
(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 6040
(svn r8766) -Fix[YAPF]: rail station platform penalty not calculated properly
rubidium [Fri, 16 Feb 2007 22:44:56 +0000] rev 6039
(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 6038
(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 6037
(svn r8763) -Fix
Don't do bogus initialisations and prefer simpler code
celestar [Fri, 16 Feb 2007 12:10:19 +0000] rev 6036
(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 6035
(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 6034
(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 6033
(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 6032
(svn r8755) -Fix
Abbreviate GetAirport(st->airport_type) to st->Airport()
tron [Fri, 16 Feb 2007 07:32:22 +0000] rev 6031
(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 6030
(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 6029
(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 6028
(svn r8751) -Fix [lang]: deleted .news and .subs strings causing lang compilation error
KUDr [Thu, 15 Feb 2007 22:00:04 +0000] rev 6027
(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 6026
(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 6025
(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 6024
(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 6023
(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 6022
(svn r8745) [PSP] -Add: added a CSleep() for PSP
celestar [Thu, 15 Feb 2007 10:21:00 +0000] rev 6021
(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 6020
(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 6019
(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 6018
(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 6017
(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 6016
(svn r8739) -Codechange: Update the oldloader debug levels to be more in spec with the guidelines in debug.h.
Darkvater [Wed, 14 Feb 2007 20:17:11 +0000] rev 6015
(svn r8738) -Fix: TTDP games have all tiles touching the water marked as MP_WATER, we do not (tiles with one corner, or steep tiles), so check and fix these tiles.
Darkvater [Wed, 14 Feb 2007 20:10:52 +0000] rev 6014
(svn r8737) -Regression (r8621): VEH_Type renumbering wasn't performed for TTD(P) games, failing to load them
miham [Wed, 14 Feb 2007 18:54:46 +0000] rev 6013
(svn r8736) -Update: WebTranslator2 update to 2007-02-14 19:54:03
afrikaans - 114 fixed by TrueTenacity (114)
bulgarian - 5 fixed by kokobongo (5)
catalan - 3 fixed by arnaullv (3)
dutch - 3 fixed by habell (3)
russian - 3 fixed by DarkFenX (3)
ukrainian - 3 fixed, 1 deleted, 12 changed by mad (16)
rubidium [Wed, 14 Feb 2007 16:37:16 +0000] rev 6012
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
celestar [Wed, 14 Feb 2007 12:00:43 +0000] rev 6011
(svn r8733) -Fix(r8705): Forgot to change some more places where airport blocks are stored
celestar [Wed, 14 Feb 2007 11:53:39 +0000] rev 6010
(svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into template functions. Fixes a problem with MSVC and 64-bit shifts.
rubidium [Wed, 14 Feb 2007 10:33:36 +0000] rev 6009
(svn r8730) -Codechange: more replacements of magic numbers by enums and removal of some (by now) redundant comments.
miham [Wed, 14 Feb 2007 10:22:00 +0000] rev 6008
(svn r8729) [Translations] -Fix: removed dead cases from czech language