annotate changelog.txt @ 12627:a20451deb087 draft

(svn r17070) -Codechange: some minor fixes to the order in english.txt
author rubidium <rubidium@openttd.org>
date Wed, 05 Aug 2009 14:30:30 +0000
parents dd5b77965bb5
children 6f69fdced010
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1 0.7.1 (2009-06-09)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2 ------------------------------------------------------------------------
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
3 - Fix: When finding duplicate graphics sets favour the more complete one (r16538)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
4 - Fix: [Squirrel] Crash that occured when an AI was halted while one or more generators were still in a 'running' state [FS#2942] (r16534)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
5 - Fix: [Squirrel] Do not copy an object when we just checked that the pointer to it is NULL (r16532)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
6 - Fix: Notify small UFOs on deletion of road vehicles, so they can head for somewhere else instead of stumbling over a ghost (r16525)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
7 - Fix: [NoAI] StationIDs from oilrigs were not considered valid by the API (r16529)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
8 - Fix: Draw PBS reservation as groundsprite resp. childsprite of foundation/bridgehead [FS#2959] (r16528)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
9 - Fix: Missing guards in the NoAI API making it possible to hit an assert in OpenTTD [FS#2963] (r16524)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
10 - Fix: [NoAI] Possible assert in AI debug window when an AI was stopped and a human company took its CompanyID [FS#2962] (r16522)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
11 - Fix: [NoAI] Make sure AIBridge::BuildBridge returns what the documentation says it does (r16520)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
12
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
13
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
14 0.7.1-RC3 (2009-06-03)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
15 ------------------------------------------------------------------------
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
16 - Add: [NoAI] AISignList that can be used to get a list of valid signs (r16400)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
17 - Change: [NoAI] Stop an AI when it takes too long to initialize or load [FS#2869] (r16425)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
18 - Fix: Base graphics names must be unique, so do not add duplicates (r16503)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
19 - Fix: [NoAI] When an AI was suspended while in a function called (indirectly) via call/acall/pcall OpenTTD crashed. Fix this by disallowing AIs to be suspended while called via call/acall/pcall [FS#2935] (r16502)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
20 - Fix: [NewGRF] Invalidate NewGRF variable caches of more vehicles in more places. Esp. they were only invalidated for trains (r16480)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
21 - Fix: [NewGRF] Call callbacks after initialisation of vehicle variables (r16479)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
22 - Fix: [NewGRF] Determining most common (sub-)cargo-type was broken due to someone confusing similiary named variables (r16478)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
23 - Fix: Loading indicator when 'unload' in and 'no loading' is off was pointing in the wrong direction [FS#2936] (r16477)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
24 - Fix: Track reservation was drawn at bridge heads in the menu (r16470)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
25 - Fix: [NoAI] Another try/catch related bug (r16454)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
26 - Fix: Road vehicles ending up on the pavement when they are in a drive through station that got removed due to bankruptcy [FS#2909] (r16448)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
27 - Fix: [NoAI] AIRail::GetRailStationDirection returned incorrect information (r16440)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
28 - Fix: Crash when a company is deleted while a dropdown with company names is open (r16430)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
29 - Fix: Do not allow content download via the console when there is no zlib as it is done for the GUI already [FS#2919] (r16420)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
30 - Fix: Some 64bit architectures require size_t to be aligned at 8-byte boundary, ensure it for MemBlock (r16415)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
31 - Fix: [NewGRF] Disable multitile houses with non-zero population on additional tiles as they cause desyncs and because the specs do not allow that either (r16383)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
32 - Fix: [NewGRF] Valid UTF-8 sequences between 0x20 and 0xFF should be allowed as is instead of being treated as control codes (r16374)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
33 - Fix: [NewGRF] Use a valid StringID as fall-back when undefined generic NewGRF strings of vehicles are requested (r16366)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
34
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
35
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
36 0.7.1-RC2 (2009-05-21)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
37 ------------------------------------------------------------------------
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
38 - Fix: The previously selected NewGRF station type was still remembered after switching to a different game without newstations enabled, preventing stations from being built (r16363)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
39 - Fix: Pointer incremented with wrong count (r16361)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
40 - Fix: Delete invalid depots in TTD savegames caused by improper SVXConverter conversions (r16357)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
41 - Fix: Invalid read when OTTD savegame contains VEH_INVALID (r16353)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
42 - Fix: Signal handler could end in endless loop (r16351)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
43 - Fix: [NewGRF] When overriding 'original sounds', only allow overriding of the 'original sounds' and not any other that is already loaded (r16339)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
44 - Fix: Desyncs when removing lots of stations/towns (r16329, r16328)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
45 - Fix: Desyncs due to the fact that depot searching with a maximum search depth simply does not work with YAPF's caches [FS#2900] (r16323)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
46 - Fix: Trains could get stuck in a depot when they wanted to go to the same depot again [FS#2873] (r16322)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
47 - Fix: In the scenario editor change the (starting) game year of the scenario, not the (starting) game year for new games/scenarios (r16321)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
48 - Fix: Loading of savegames created in revision between 0.3.5 and 0.3.6 caused crash (r16320)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
49 - Fix: [NoAI] Set the autorenew settings for new AI companies to the default values, not to 0 or the local settings (r16316)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
50 - Fix: [NewGRF] Allow accessing the house age when the house is not yet built (r16314)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
51 - Fix: (Get|Set)TrackBits() is only valid for RAIL_TILE_NORMAL and _SIGNALS (r16311)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
52 - Fix: Parameter is invalid when it is equal to length of an array (r16308)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
53 - Fix: Close all windows before unloading the AI system as closing the content-download window will rescan for AIs [FS#2901] (r16306)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
54 - Fix: ICC (Intel C++ Compiler) defined __GNUC__ but does not define __builtin_bswap32, so fall back to the default swap method for ICC (r16295)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
55 - Fix: Road vehicles were unable to find a depot when turning around (in some cases), causing 'nearest depot' orders to be occasionally lost [FS#2893] (r16291
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
56 - Fix: Unable to (re)set the desert state for watery tiles [FS#2888] (r16290)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
57 - Fix: Possible (in theory) desync related to autorenew settings (r16287)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
58 - Fix: Crash after using the 'Reset landscape' function and remove all waypoint signs and buoys after resetting landscape (r16280)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
59 - Fix: [NewGRF] Disable multitile houses for which the NewGRF does not define proper additional tiles (r16274)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
60
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
61
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
62 0.7.1-RC1 (2009-05-11)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
63 ------------------------------------------------------------------------
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
64 - Add: [NoAI] AIController::GetVersion, this returns the version of OpenTTD in the same way as for NewGRFs (r16253)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
65 - Add: [NoAI] AIAirport::GetPrice, returning the building cost of an airport (r16252)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
66 - Add: [NoAI] Two new error codes to AITile: ERR_AREA_ALREADY_FLAT and ERR_EXCAVATION_WOULD_DAMAGE (r16171)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
67 - Add: [NoAI] AITile::Get(Min|Max|Corner)Height (r16166)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
68 - Add: [NoAI] Several functions to AIOrder to check the what kind of order an order is [FS#2801] (r16165)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
69 - Add: [NoAI] UseAsRandomAI as function in info.nut. When an AI returns false, it will never be chosen as random AI (r16113)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
70 - Add: [NoAI] AIOF_STOP_IN_DEPOT to the orderflags in AIOrder to allow stop-in-depot orders (r16107)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
71 - Add: [NoAI] GetURL() as possible function to info.nut. If AIs implement it, that url is shown when the AI crashes and also in the AI selection window [FS#2808] (r16093)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
72 - Change: [NoAI] Reverse the order of the lines in the AI debug window [FS#2778] (r16091)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
73 - Change: Harden string copying on places where it is possible (r16024)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
74 - Change: Use recent Czech language for plural form (r15965)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
75 - Fix: Wrong number of parameters or wrong parameter types sent to printf-like functions at several places (r16269)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
76 - Fix: [NewGRF] When callback 2E returns an amount of 0, do not transport 1 unit to the station (r16268)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
77 - Fix: [NoAI] Various documentation omissions with respect to IDs of various objects and corners for AITile::(Raise|Lower)Tile (r16267, r16266)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
78 - Fix: [NoAI] Check slopes passed to the API better for validity (r16264, r16262)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
79 - Fix: [NewGRF] Interpret setting bridge property 08 to 0 as always available (r16263)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
80 - Fix: [NoAI] Enable parameter checking for AIController::* functions again (r16249)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
81 - Fix: [NoAI] Make sure AITunnel::BuildTunnel returns what the documentation says it does (r16244)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
82 - Fix: [NoAI] CmdBuildTunnel could be called with invalid parameters from the API code, causing crashes later [FS#2875] (r16243)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
83 - Fix: Improve corner case order handling: mark order as done only when actually done, obey non-stop orders, do only stop/refit at the depot in the order (r16240, r16228, r16199, r16198, r16187)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
84 - Fix: [NoAI] Use the stop/non-stop intermediate orderflags AIs can give for goto-depot orders (r16239)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
85 - Fix: [NewGRF] ActionB should use the online parameters from GRFFile instead of the initial user-specified values from GRFConfig. Also use the values as they were set when the ActionB was executed, not as they are set when the message is shown (r16223)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
86 - Fix: Possible crashes when quiting OpenTTD or forcing resizes/redraws of the screen during map generation [FS#2862] (r16220)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
87 - Fix: Shared orders without orders were not properly converted causing corrupt/invalid orders when loading pre 0.7 savegames [FS#2878] (r16214)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
88 - Fix: Hardcoded (old sized) MAX_COMPANIES constant (r16182)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
89 - Fix: [Squirrel] The traps variable was not restored, causing try/catch blocks to be 'forgotten' during a suspend (r16181)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
90 - Fix: Do not try to reserve path for trains crashed in station [FS#2866] (r16178)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
91 - Fix: Forbid joining AI companies via the 'move' and 'join' console commands/multiplayer lobby (r16176, r16175)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
92 - Fix: [NoAI] AIOrder::GetOrderDestination and AIOrder::GetOrderFlags did not work on ORDER_CURRENT when the vehicle was loading/leaving in a station (r16165)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
93 - Fix: [NoAI] Change WAYPOINT_INVALID to 0xFFFF from -1 as that is the value the AIs got (due to casting) (r16150)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
94 - Fix: The overflowsafe type did not like dividing by int64 larger than MAX_INT32 causing division by negative numbers and small anomolies when drawing graphs [FS#2855] (r16130)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
95 - Fix: Road was removed when both the Remove button was active and Ctrl was pressed [FS#2582] (r16119)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
96 - Fix: [NoAI] Make sure AIOrder::GetDestination always returns a tile belonging to the station (16109)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
97 - Fix: [NoAI] When giving an aircraft a goto-hangar order do not let it be a normal goto-station order (r16108)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
98 - Fix: [NoAI] AIOrder::SetOrderFlags always removed "Service if needed" from goto-depot orders (r16106)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
99 - Fix: Connect tried to validate too much of the company ID with too little information on hand [FS#2849] (r16096)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
100 - Fix: [NoAI] AIDebug window profiled the blitters by invalidating itself unconditionally on repaint. On the other hand it was not invalidated in other cases when needed (r16094)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
101 - Fix: The language is called Slovak, not Slovakish (r16090)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
102 - Fix: Insanely fast trains would not stop in time for stations/'jump' over waypoints/via stations within a tick, which would cause the order not to be processed causing the train to go in loops until (with luck) it 'hit' the tile [FS#2824] (r16079)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
103 - Fix: Content download progress bar 'resetting' due to mathematical overflow [FS#2845] (r16071)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
104 - Fix: Memory leak when querying a server multiple times (r16064)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
105 - Fix: [NoAI] MOF_COND_DESTINATION was not accepted by CmdModifyOrder() (r16063)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
106 - Fix: Non advanced vehicle list did not handle company switching correctly (r16054)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
107 - Fix: Do not warn that crashed vehicles are getting old; upgrading them is impossible [FS#2740] (r16048)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
108 - Fix: The currency abbreviation for the Romanian Leu is now RON [FS#774] (r16041)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
109 - Fix: Dash was not able to run iconv detection (r16035)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
110 - Fix: [NewGRF] Do not give "... Mines" as name to the station of oil rigs, or more general: do not add "... Mines" when the all of the cargoes are part of the liquid, passenger or mail classes [FS#2785] (r16029)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
111 - Fix: Storing/loading some currencies failed due to inconsistent settings "tables" [FS#2826] (r16028)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
112 - Fix: Usage of uninitialised memory when trying to build a random new industry, but there are no industrytypes to choose from (i.e. all appearance probabilities are zero) (r16027)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
113 - Fix: "Build separate station" in the station picker would reuse deleted stations [FS#2818] (r16025)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
114 - Fix: 32 bpp sprites in tars would also be shown in the list of heightmaps [FS#2817] (r16023)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
115 - Fix: Sometimes the unregister "query" thread could be delayed so much that the network stuff was already closed and the packet would never reach the master server causing the server to appear online longer than necessary (r16022)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
116 - Fix: Chance16() did not work for b = 1. Also transform the formula to not use divisions (r16006)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
117 - Fix: Inconsistency between using NETWORK_NAME_LENGTH and NETWORK_CLIENT_NAME_LENGTH for the length of client names (r15988)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
118 - Fix: [NewGRF] Abort production callback after 0x10000 iterations and show a messagebox blaming the NewGRF [FS#2787] (r15958)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
119 - Fix: [NewGRF] Set callback_param1 (var 10) to 1 only when requested (r15957)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
120 - Fix: Tooltip of detailed ratings window button showed wrong message (r15943)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
121
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
122
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
123 0.7.0 (2009-04-01)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
124 ------------------------------------------------------------------------
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
125 - Feature: Watermark crash.sav and do not generate crash information if a loaded crash.sav causes a crash so the real crash report does not get overwritten (r15893)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
126 - Feature: Add autoclean_novehicles setting which will, when autoclean_companies is true, remove any company with no vehicles and no active client after autoclean_novehicles-months (r15848)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
127 - Add: [NoAI] AIIndustryType::IsBuiltOnWater(), HasHeliport() and HasDock(). Just like AIIndustry (r15901)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
128 - Add: [NoAI] AIBridge::GetBridgeID() so AIs can get the type of bridge that are already build (r15875)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
129 - Add: [NoAI] AIRoad::GetRoadVehicleTypeForCargo() to tell whether a certain cargo needs a bus- or a truckstop (r15860)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
130 - Fix: Chat completion got called twice causing tab completion to seemingly fail (r15905)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
131 - Fix: YAPF did not apply the platform length (too long/too short) penalties (r15900)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
132 - Fix: Fixing the slopes was done a bit more often than intended making map generation with the original generator horribly slow (r15895)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
133 - Fix: YAPF used different penalties for aqueducts than for other water tiles (r15891)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
134 - Fix: Round the production rate up, so e.g. oilrigs always produce some passengers on lowest production level [FS#2772] (r15888)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
135 - Fix: Libtimidity cannot handle frees of NULL (in contrast of most other frees) [FS#2770] (r15886)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
136 - Fix: Make sure house class/ID counters do not overflow (r15831)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
137
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
138
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
139 0.7.0-RC2 (2009-03-23)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
140 ------------------------------------------------------------------------
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
141 - Change: [NewGRF] Expose GRF ID of engines in var action property 0x25 (r15739)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
142 - Fix: Some (newer) GCCs have trouble compiling the Win32 specific part of fontcache.cpp; jumps across variable declarations [FS#2752] (r15818)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
143 - Fix: When sorting on cost do not sort on the running cost [FS#2749] (r15778)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
144 - Fix: Do not show the message about reporting an AI crash for the dummy AI (r15774)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
145 - Fix: Number of active clients was not always properly updated [FS#2475] (r15773)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
146 - Fix: Settings from the [gameopt] section (from old 0.6 config files) were overwritten with default values (r15771)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
147 - Fix: Infinite loop when skipping sprites when a GRF is invalid (or truncated) (r15767)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
148 - Fix: Crash when opening the content list window twice; inconsistencies when clicking download twice [FS#2744] (r15766)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
149 - Fix: Add Engine::GetDisplayDefaultCapacity() and use it everywhere, so CB 36 is also used everywhere (r15763)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
150 - Fix: [Windows] Inlined UTF-8 characters (in the source code) are not handled properly on Eastern versions of Windows so escape them (r15762)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
151 - Fix: [Windows] On some system searching a font using its English name fails. So now we search the font using the localised name and use the English name for the final 'validation' only (r15757)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
152 - Fix: Number of houses in house variables 0x44, 0x60 and 0x61 were incorrect after 0xFF had been reached and could desync clients joining afterwards (r15755)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
153 - Fix: Crash when clicking the small area between the savegame list and the save button in the save game window [FS#2742] (r15753)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
154 - Fix: Do not try to (un)draw the cursor when the screen is not ready (r15752)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
155 - Fix: The big UFO sometimes landed just outside the map. Instead of landing, just disappear (fly away) in those cases (r15750)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
156 - Fix: Crash because submarines would sometimes start far outside of the map [FS#2739] (r15748)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
157 - Fix: Road ownership getting lost when removing a road stop [FS#2736] (r15747)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
158 - Fix: Update threading code for OS/2, add mutex support, fix compilation (r15746, r15745)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
159 - Fix: When town generator failed to create requested number of towns, there were too many cities (r15744)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
160
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
161
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
162 0.7.0-RC1 (2009-03-16)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
163 ------------------------------------------------------------------------
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
164 - Feature: Pop up the AI Debug Window if one of the AIs crashed and show a message that the user should report the crash [FS#2728] (r15708)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
165 - Feature: Allow the number of towns that will be generated in the generate world window to be customized [FS#2672] (r15695)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
166 - Fix: Enabling freeform edges could cause submarines to get stuck on land tiles (r15733)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
167 - Fix: Centering on a vehicle did not respect its z coordinate (r15725)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
168 - Fix: Do not show passenger-/mail-capacity if the aircraft carries only cargo (r15705)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
169 - Fix: Blame NewGRFs returning inconsistent information in purchase-list/after building before users have a chance to blame OpenTTD for incorrectly autorenewing/-replacing [FS#2595] (r15701)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
170 - Fix: Just sell the old engines after autorenew/replace. Do not bother about trains exceeding the trainlimit, which will be sold anyway [FS#2721] (r15692)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
171 - Fix: Do not crash when the generate map does not contain a suitable location for a town [FS#2720] (r15689)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
172 - Fix: Do not crash when someone substitutes the "map generation" sprites with garbage [FS#2720] (r15685)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
173 - Fix: Vehicle images would be determined during the process of moving the vehicle which means that only the (orientation) data for the vehicles in front of it is valid. Now the data for the vehicles behind the vehicle are valid too [FS#2546] (r15677)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
174 - Fix: It was possible to remove rail tunnels/bridges and aqueducts build by rival companies [FS#2718] (r15667)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
175 - Fix: Sorting of engines in the purchase list did not use the same numbers as the GUI showed, e.g. articulated parts were not taken into accound when ordering by capacity [FS#2689] (r15666)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
176 - Fix: Handling of aircraft crash counter did not take account of the reduced number of calls (from 6 down to 2) to the aircraft event handler, resulting in crashed aircraft taking three times longer than they should to clear. Compensate by increasing the counter by 3 on every call instead of 1 (r15665)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
177 - Fix: Growing of vsize as (some) threads were not properly released (r15663)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
178 - Fix: Do not mark a company as having ratings in a town when querying the cost of a command (r15662)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
179
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
180
11311
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
181 0.7.0-beta2 (2009-03-10)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
182 ------------------------------------------------------------------------
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
183 - Feature: Allow downloading scenarios and heightmaps via the in game content download (r15632)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
184 - Feature: When cloning a vehicle with a custom name, add and/or increment a number at the end of name and assign it to the new vehicle (r15621)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
185 - Feature: Show scenarios/heightmaps from both your home directory and installation directory (r15615)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
186 - Feature: Allow building road stops on road/tram tracks of competitors (r15601)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
187 - Feature: Show required/already-delivered cargo needed for town-growth in town-view-window and only if it is really needed (r15559)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
188 - Feature: [NewGRF] Support vehicle vars 0x47 and 0xF2 in purchase list (r15542)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
189 - Feature: [NewGRF] Show the cargo subtype in the vehicle details window (r15480)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
190 - Change: The background of the the waypoint sign is now in the company color (r15593)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
191 - Change: Allow the default debug level of 6 for a dedicated server to be overriden by -d (if used after -D) (r15543)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
192 - Change: [NewGRF] To decide whether a vehicle is refittable do not test its current capacity for being zero, but always use the 'capacity property' (r15541)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
193 - Fix: [Squirrel] Almost infinite loop in garbage collection (r15659)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
194 - Fix: Undeterministic file sorting when the date is equal for all files [FS#2716] (r15657)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
195 - Fix: Changing vehicle.dynamic_engines when there are already vehicles can cause crashes (r15656, r15586)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
196 - Fix: Only ever call any vehicle callbacks after the whole articulated engine has been built (except 0x16) (r15654)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
197 - Fix: new (this) is seldom a good idea as destructors of member variables are not run causing memory leaks [FS#2706] (r15652)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
198 - Fix: [OSX] Hack around an OSX stupidity in < 10.4 w.r.t. signals by not having any signal handling support for OSX < 10.4 (r15648)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
199 - Fix: Add an EngineOverrideManager to give the term 'compatible NewGRF' again some sense and to not crash because of trivial changes [FS#2612] (r15645)
11311
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
200 - Fix: Closing a network connection twice in the case that sending packets starts failing while disconnecting [FS#2710] (r15644)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
201 - Fix: Game crashes when network pools are empty, so always allocate at least one pool block [FS#2712] (r15641)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
202 - Fix: Do not allow more than 64 road vehicles to reserve a slot at a single road stop. 255 + 1 gives trouble, but 64 is even more than the roadstop would be able to handle within the slot timeout time [FS#2707] (r15635)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
203 - Fix: Kicking/banning a client from the Client list window crashed the server [FS#2705] (r15628)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
204 - Fix: UTF8 string handling could cause buffer overruns [FS#2698] (r15626)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
205 - Fix: When trying to reserve a self-crossing path the failed reservation was sometimes not cleared completely [FS#2701] (r15619)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
206 - Fix: Towns would only build houses where the grid would not be, even when they are not allowed to build roads and the user 'implements' another layout [FS#2661] (r15604)
11311
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
207 - Fix: Crash when using an extraordinarily large sprite as cursor [FS#2696] (r15601)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
208 - Fix: Crash when opening viewport while scrolling the map and the mouse 'lands' on the window decoration of the viewport [FS#2695] (r15598)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
209 - Fix: [NewGRF] Refit-info in purchase list did only check the first articulated part (r15592)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
210 - Fix: Change owner of waypoints and deleted stations when merging companies or when a company bankrupts (r15588)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
211 - Fix: Last activity time not properly updated causing downloads to be aborted after a minute [FS#2684] (r15580)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
212 - Fix: Force unload not working when trying to force unload at the station where you received the cargo [FS#2680] (r15574)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
213 - Fix: Theoretical buffer overflow when a company with too long name funded a road reconstruction (r15572)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
214 - Fix: When building signals by dragging from a pre/entry/combo block signal, the signal you started at became a normal block signal [FS#2674] (r15567)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
215 - Fix: Dependency information was not requested after the content state was reset causing the dependencies not always being selected (and thus downloaded) automatically [FS#2675] (r15565)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
216 - Fix: Crash when saving a preset with unknown NewGRFs [FS#2646] (r15561)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
217 - Fix: The font width cache was not updated when changing fonts causing the font spacing to be off when changing fonts in-game (auto font detection) (r15557)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
218 - Fix: -v null crashing in 2051 due to trying to show the high score of the spectator (r15554)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
219 - Fix: [NoAI] crash when setting a depot order to the southern part of a ship depot [FS#2656] (r15551)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
220 - Fix: keep_all_autosave was ignored for dedicated servers/spectators [FS#2651] (r15546)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
221 - Fix: If a buoy was placed directly in front of a dock, that dock was seen as a buoy and thus skipped once within 3 tiles [FS#2653] (r15545)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
222 - Fix: Extracting downloaded content did not work for Windows if one uses a non-ASCII path [FS#2650] (r15544)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
223 - Fix: [NewGRF] When articulated parts have no available default cargo, use the cargo type of the first part for livery selection [FS#2617] (r15541)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
224 - Fix: Testing of 'only_this' in CmdRefitRoadVeh() could be skipped by 'continue' (r15540)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
225 - Fix: [NewGRF] If an aircraft cannot carry any available cargo, it should not be available either instead of falling back to passenger/mail. Just like the other vehicle types also do (r15539)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
226 - Fix: Do not allow special sprite characters (e.g. the ship sprite) as characters in input like filenames or text that is sent over the network (r15537)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
227 - Fix: The local command queue did not get properly cleaned when leaving a game meaning you could end up executing commands of the previous network game [FS#2644] (r15529)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
228 - Fix: Do not try to find the AIs the server runs when joining a multiplayer server (r15525)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
229 - Fix: Use distance to closest station tile as estimate for YAPF too (NPF already does so). This makes it behave 'better' with wide stations [FS#2631] (r15518)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
230 - Fix: [NewGRF] Wagonoverrides and articulated engine parts use the colour scheme of the engine, but not its recolour callback, nor its 2CC flag. Same applies to roadvehicles [FS#2642] (r15517)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
231 - Fix: [NewGRF] Livery overrides for articulated parts of roadvehicles were not applied (r15516)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
232 - Fix: Make the join/spectate command require to be connected to a network game; in SP it could lead to crashes (r15514)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
233 - Fix: Generating a map with the original map generator with freeform edges on resulted in a crash [FS#2641] (r15511)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
234 - Fix: Pre-0.5 OTTD stored new_nonstop and full_load_any in a different way, savegame conversion was not working for them (r15500)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
235 - Fix: Crash when opening the game options when the currently loaded base graphics pack has less than 2 valid graphics files. For example when someone replaces all his/her original base graphics with custom work (but keeps the name) or renames the dos ones to windows or vice versa [FS#2630] (r15476)
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
236
08424c8f7885 (svn r15660) -Prepare: for 0.7.0-beta2 (ofcourse)
rubidium <rubidium@openttd.org>
parents: 11154
diff changeset
237
11154
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
238 0.7.0-beta1 (2009-02-16)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
239 ------------------------------------------------------------------------
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
240 - Feature: Make it possible to have multiple windows with edit box open simultaniously (r15424)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
241 - Feature: Add ability to select which base graphics set is used from the Game Options window. The change takes effect when the window is closed. This option can only be used from the intro menu, as reloading graphics during a game may cause issues (r15389)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
242 - Feature: Do not draw superfluous catenary wires [FS#1761] (r15347)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
243 - Feature: Add option to group and subtotal expenses list in the company finance window (r15301)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
244 - Feature: Allow moving clients between companies/spectators by the server and the clients themselves (r15242)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
245 - Feature: Native support for Transport Tycoon (Original) savegames (r15216)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
246 - Feature: Allow terraforming of the tiles at the edges of the map (r15190)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
247 - Feature: [NewGRF] Allow a grf to customize house name via callback 0x14D, during Tile Inquiry process (r15172)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
248 - Feature: Downloading content from a central server (content.openttd.org) where authors can upload their NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from within the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates (r15126)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
249 - Feature: Add support for IP range bans using CIDR notation (r15094)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
250 - Feature: An AI framework so people can write their own AIs. This also removes the old cheating and heavily broken AI (r15027)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
251 - Feature: [NewGRF] Support var 0x45 (curvature info) also for road vehicles (r14945)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
252 - Feature: [NewGRF] Automatically set last engine ageing year to the last 'introduction year plus half model life', to allow engines later than 2050 to appear (r14926)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
253 - Feature: Distant joining of stations (r14919)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
254 - Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object (r14902)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
255 - Feature: Remove the window limit, but leave a configurable limit on the number of non-sticky non-vital windows (r14899)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
256 - Feature: Allow road vehicles to move multiple steps in a tick (code based on train movement code) and add support for RV prop 15. This gives RVs a maximum speed of 318mph instead 79mph. This only implements higher speeds, not 'realistic acceleration' (r14869)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
257 - Feature: Automatic reversing in front of block signals can now be disabled by setting pf.wait_oneway_signal respectively pf.wait_twoway_signal to 255 (r14852)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
258 - Feature: Few (optional) optimisations to making (initial) orders; like keeping goto selected [FS#1984] (r14827)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
259 - Feature: Make the road grids of town match, when all are using the same road layout ofcourse [FS#2390] (r14821)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
260 - Feature: Pressing CTRL while dragging to build a bridge builds the last built bridge type if possible [FS#2238] (r14805)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
261 - Feature: Make the date format for default savegame/screenshot names configurable (r14792)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
262 - Feature: Allow scrolling with the left mouse button pressed (if enabled). Primarily useful for systems with touch screen (r14789)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
263 - Feature: Allow up to 15 companies (r14735)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
264 - Feature: Allow up to 255 clients in multiplayer games (r14730)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
265 - Feature: When the chosen language is not supported by the current font, try to find a font that does and use that instead (r14618)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
266 - Feature: [NewGRF] Action0Industries property 24 (industry supplies default name for nearby station) (r14598)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
267 - Feature: Non-destructive autofill with option to keep waiting times [FS#1124] (r14592)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
268 - Feature: Stop-in-depot order; after this order you have to manually start the vehicle again (or sell it) (r14524)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
269 - Feature: Arrow key scrolling in the server list (r14517)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
270 - Feature: Initial support for handling bidirectional scripts and connecting Arabic characters (r14479)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
271 - Feature: Allow sorting vehicles by remaining life time (r14352)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
272 - Feature: Ability to reset name to default/automatic value (for vehicles, engines, towns, groups, stations, waypoints, managers and companies) (r14334)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
273 - Feature: [NewGRF] Add Variational Action 2 Variable 0x47 for houses, Coordinates of the house tile (r14294)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
274 - Feature: Allow overriding the palette of the base GRFs. This way you can play with NewGRFs made for the Windows palette with the DOS palettes base GRFs (and vice versa). Note that for this to work correctly ALL NewGRFs must use the same palette; mix and match is not yet supported (r14229)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
275 - Feature: Double click to join selected server/company (r14209)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
276 - Feature: Allow both the German as well as non-German toyland graphics as "correct" and official graphics (r14197)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
277 - Feature: Allow people to create their own base graphics easily and without requiring code changes (r14197)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
278 - Feature: [NewGRF]: Add support for property 0x13 for Bridges. In other words, one can now specifies a 16 bits cost multiplier (r14172)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
279 - Feature: Make it possible to choose between the DOS and Windows graphics packs while retaining the possibility to override the palette (r14151)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
280 - Feature: Increase the size of the console backlog. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold (r14056)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
281 - Feature: Make it possible to filter list_patches output like it's done for other list_* console commands (r14041)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
282 - Feature: Path based signalling (r13926-13967)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
283 - Feature: Show [total-]cargo info in depot when [ctrl-]right-clicking on vehicle (r13923)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
284 - Feature: NewGRF presets, selected by a drop down list in the NewGRF window. Presets are saved in the config file (r13781)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
285 - Feature: Add a few extra columns with information to the server list (r13732)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
286 - Feature: [NewGRF] Add var 65 in Variational Action 2 Variables for Houses (r13603)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
287 - Feature: [NewGRF] Implement var 63, variational action2 variable for Houses. Or, in more simple terms, the check for the animation frame of nearby house (r13519)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
288 - Feature: Aqueducts (r13464)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
289 - Feature: [NewGRF] Add var 0x69 for industries, long format construction date (r13443)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
290 - Feature: [NewGRF] Add long format introduction and maximum construction year for house (r13437)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
291 - Feature: [NewGRF] Add access to current long year and date from Action 7/9/D and VarAction2 (23/24 or A3/A4), and add access to (long format) building year, in Variational Action2 Variable 49 for Vehicles (r13376)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
292 - Feature: Splitting of the main toolbar when the resolution becomes very low so the buttons are still visible and useable (r13339)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
293 - Feature: Make news messages use a linked list instead of a moving circular buffer. This makes it possible to store more news messages in the history (r13317)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
294 - Feature: The number of news messages is reduced by removing every news message that is a configurable amount older than when it would not be shown in the newspaper popup/ticker, which is e.g. a month for industry production changes and half a year for subsidy offers. As a result the more important messages will stay longer in the message history (if longer than 30 messages) (r13317)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
295 - Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is (13226)
11154
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
296 - Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist (r12924)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
297 - Feature: [NewGRF] The ability to play NewGRF sounds for industries and stations (r12817)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
298 - Feature: [NewGRF] Add some support for NewGRF station animation (r12798)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
299 - Feature: Sorting vehicle lists by road vehicle/train length (r12766)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
300 - Feature: Conditional 'skip/jump' orders (r12667)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
301 - Feature: Ability to send a vehicle (using default orders) to the nearest depot (r12661)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
302 - Feature: Ability to force a vehicle to not load or to not unload at a station (r12650)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
303 - Feature: Four different non-stop types, individually selectable per order. Replaces "TTDP compatible order" setting (r12648)
11154
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
304 - Feature: Three different load type in a single game instead of two. One can choose full load all and full load any instead of full load being governed by the "full load any" patch setting (r12648)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
305 - Feature: Financial and Player Selection Face windows are now remembering their position when toggling sizes (r12634)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
306 - Feature: Show what cargos a station could be supplied with (r12596)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
307 - Feature: [NewGRF] Add random action 2 type 84. For vehicles only (r12452)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
308 - Feature: [NewGRF] Add support for var A2/22 for action 7/9/D: Difficulty level (r12449)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
309 - Feature: Add +/- toggle buttons to station cargo waiting list to show/hide the detailed transferred cargo information (r12446)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
310 - Feature: Open the time table when pressing the order button while pressing the CTRL key (r12441)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
311 - Feature: On Screen Keyboard for input fields so someone without a keyboard can enter text too [FS#1846] (r12425)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
312 - Change: When checking for unique names, compare only with manually set names [FS#1923] (r14958)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
313 - Change: Apply the 'warn if train's income is negative' setting to other vehicle types, too (r14835)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
314 - Change: When loading games in "network" mode use the start date of the save game for the server and all clients when loading the NewGRFs instead of the current date. Prevents desyncs caused by action 7/9s skipping parts of the GRF based on the date or some other variables that can differ at NewGRF load time (r14769)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
315 - Change: Only say a engine/vehicle is refittable when it can be refitted to at least two cargo type or when it has subcargos (r14683)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
316 - Change: [NewGRF] Since our NewGRF handling is better than it used to be, disable a NewGRF if unexpected sprites are reached (r14184)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
317 - Fix: A town could build a statue under a bridge [FS#2618] (r15397)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
318 - Fix: Multiple vehicles could be filling the timetable and only the data from one vehicle would be taken. Now only allow one to be filling at a time [FS#2466] (r15382)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
319 - Fix: When testing for parallel road two tiles away, do not move more than one tile along the road (r15381)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
320 - Fix: [NewGRF] The subcargo returned by vehicle variable 0x42 should be the most-common-subcargo of the most-common-cargo. If nothing is transported 0x..FFFF00 should be returned (r15378)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
321 - Fix: A tram circling around in a depot did never actually 'enter' the depot [FS#2605] (r15375)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
322 - Fix: Changing town road layout in-game caused ugly road networks [FS#2121] (r15340)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
323 - Fix: Company could never have auto-assigned colour 0 (dark blue) (r15281)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
324 - Fix: Deadlock (with wide fonts) or desync when generating manager name (r15279)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
325 - Fix: Close all windows *before* starting a new game/loading a game instead of doing that as one of the latest steps of loading the game. This caused, in some cases, the NewGRF settings to be reset when the game was already loaded resulting in instant desyncs when joining a network game [FS#2577] (r15256)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
326 - Fix: Aircraft could be 'loading in the air' or have zero speed while in air after converting old savegames [FS#2571] (r15230, r15227)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
327 - Fix: Tile error location not reset when leveling land causing a tile to be highlighted when there was nothing to flatten [FS#2542] (r15138)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
328 - Fix: Signs with sign 'Sign' were lost when converting from TTD savegames (r15137)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
329 - Fix: [NewGRF] Add support for 8 byte action7/9 data, used as a mask for GRFID checks (r15114)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
330 - Fix: [NewGRF] Keep industry variables 8E and 8F in sync with 93, when changing production using results 0D, 0E or 0F of callback 29 or 35 (r15103)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
331 - Fix: [NewGRF] Disable a NewGRF from loading if it contains multiple Action 8s (r14979)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
332 - Fix: Wrong defaults for service interval when switching between service interval in days and service interval in percentages [FS#2508] (r14959)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
333 - Fix: [NewGRF] Building new station parts did not allocate a new station spec effectively breaking variable 41. This was due to the limited number of station specs that we can have per station. This fix makes newly build station parts create a new spec until one cannot allocate new station specs anymore and it'll revert to the old behaviour (sharing station specs) [FS#1832] (r14956)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
334 - Fix: [NewGRF] Station specs did not get deallocated when building a new station part over them (r14955)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
335 - Fix: Sharing/cloning/inserting of orders that the/a vehicle (in the shared list) cannot go to (wrong station type etc) [FS#1890] (r14954)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
336 - Fix: The "animation state" of the bubbles was stored in a variable that was not stored in the savegame. Using a variable that gets saved in the savegame solves the desync and makes it a bit clearer [FS#2512] (r14931)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
337 - Fix: Abort dragging of vehicles in the group window when they are deleted [FS#2500] (r14925)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
338 - Fix: Do not unnecessarily reset the cursor, when a different vehicle is dragged (r14924)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
339 - Fix: [NewGRF] First create all articulated parts of roadvehicles, then call callback 36 capacity, also call it for all articulated parts (r14903)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
340 - Fix: Overflow of number of orders per vehicle [FS#2495] (r14830)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
341 - Fix: Off-by-one causing possible out-of-bounds reads (r14811)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
342 - Fix: In an MP game in SP mode no company would go bankrupt. Furthermore companies that passed the "bankrupt" period (4 quarters) would not go bankrupt when loading the game back in MP. Now any company that is in MP or not "currently controlled by the player" in SP will bankrupt [FS#1993] (r14750)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
343 - Fix: Do not let any disaster vehicle (Helicopter or Airplane) target invalid industry (r14746)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
344 - Fix: Memory leak in Action 0x0F (new town names) (r14737)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
345 - Fix: Writing a single char to the config file caused reading outside a buffer (r14729)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
346 - Fix: First transfer the whole load of a vehicle chain to industries before triggering any processing. This reduces callback usage and resolves critical rounding errors when using input-cargo-multipliers instead of production callbacks [FS#2460] (r14705)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
347 - Fix: Zeppeliner (disaster) should target st->airport_tile, not st->xy (r14694)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
348 - Fix: [NewGRF] Gradual filling graphics were not chosen according to the NewGRF spec [FS#2435] (r14678)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
349 - Fix: [NewGRF] Check sprite size when executing action 6 (r14674)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
350 - Fix: [NewGRF] Property 7 and callback 12 were broken for aircraft. Now callback 12 is properly called also for 'mail'. If the callback is not used, 'mail' uses 1/4 of property 7 (rounded up) [FS#2444] (r14672)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
351 - Fix: Possible stack corruption when reading corrupted sprites [FS#2415] (r14610)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
352 - Fix: [NewGRF] Return the current year as construction year for unfinished houses (r14608)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
353 - Fix: [NewGRF] When callback 1E fails, use the standard random colour (r14605)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
354 - Fix: The company ID is off-by-one with respect to the rest of the GUI in the cheat window [FS#2422] (r14603)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
355 - Fix: The range for kicking/banning clients is based on the maximum number of clients, not the maximum number of companies [FS#2414] (r14588)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
356 - Fix: Allow capacity callbacks (15, 36) to return zero capacity (r14578)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
357 - Fix: Crashes when a NewGRF sends an invalid string [FS#2395] (r14563)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
358 - Fix: Order pool seemed to look full when it was not as it only checked whether it was possible to allocate a new block of pool items instead of checking for free pool items (r14547)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
359 - Fix: Do not deliver cargo to industries not inside station catchment area [FS#2138] (r14530)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
360 - Fix: Allocate stub (empty) sound entries when loading an empty/corrupt/incorrectly sized sample.cat instead of making valid NewGRFs fail to load (r14527)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
361 - Fix: Make sure trains stop at the end of a station; a 3/8th length train did stop 2/8th of it's length too early causing a 63/8th long train not to fit in a 4 tile station [FS#2379] (r14526)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
362 - Fix: Small possible chance of desync due to sorting on pointer instead of by (station) index [FS#2348] (r14463)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
363 - Fix: When a road stop gets moved make sure to update the destination of RVs going to that road stop [FS#2330] (r14446)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
364 - Fix: Support for spaces in directories passed to ./configure [FS#1802] (r14440)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
365 - Fix: Trains would sometimes move one time too often/little when moving from diagonal<->non-diagonal tracks [FS#1793] (r14436)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
366 - Fix: Balance the monthly random industry changes, by introducing a daily random industry change [FS#1885] (r14332)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
367 - Fix: Save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync (r14233)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
368 - Fix: Glitches (alignment issues/inconsistent vehicle graphics) in original graphics (r14214, r14211)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
369 - Fix: One could not get a list of vehicles sharing an order when the number of orders was 0; you could see that the vehicles had a shared order though [FS#2085] (r14097)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
370 - Fix: Various assorted autoreplace issues/malbehaviours [FS#1264, FS#2037, FS#2038, FS#2110] (r14083)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
371 - Fix: The autoreplace gui showed vehicle types for replacement which CmdSetAutoReplace() did not accept (r14037)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
372 - Fix: Automatically recalculate inflation if NewGRFs are changed and cargo types are added, so that cargo payment rates are correct [FS#2074] (r13836)
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
373
7244386c689f (svn r15501) -Document: the changes made over the last months
rubidium <rubidium@openttd.org>
parents: 10453
diff changeset
374
10399
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
375 0.6.3 (2008-10-01)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
376 ------------------------------------------------------------------------
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
377 - Fix: NewGRF VarAction 2 variable 43 for industries saw MP_VOID tiles as land tiles and was inefficient (r14417, r14416, r14415)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
378 - Fix: Possible buffer overrun/wrong parameter type passed to printf (r14414, r14397)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
379 - Fix: Generation seed set using -G was always overwritten by -g (r14408)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
380 - Fix: Do not allow extending signals by dragging in any direction other than the track direction [FS#2202] (r14013)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
381
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
382
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
383 0.6.3-RC1 (2008-09-22)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
384 ------------------------------------------------------------------------
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
385 - Fix: Invalid v->u.air.targetairport could cause crashes at several places [FS#2300] (r14383, r14344, r14343)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
386 - Fix: Moving the first vehicle of a train elsewhere might require a new unitnumber for the remaining chain which might not be available (r14384)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
387 - Fix: Trams jumping when reversing on a single trambit (like caused during road construction reworks) or when (manually) reversing in a corner [FS#1852] (r14371)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
388 - Fix: Multiheaded parts in free wagon chains were not connected (could cause desyncs) (r14366, r14362)
10399
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
389 - Fix: [Win32] Some keypress combinations could be handled twice [FS#2206] (r14363)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
390 - Fix: The ownership of roadtiles was not properly set for very old savegames (including TTD's) making it impossible to remove some pieces of road [FS#2311] (r14359)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
391 - Fix: Desync due to randomly ordered vehicle hash by flooding and road vehicle overtake/following (r14356, r14258)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
392 - Fix: Signs were not updated on company bankrupcy/sell, and thus could have the colour of invalid player (r14348)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
393 - Fix: Delete the RenameSignWindow when 'its' sign is deleted (r14345)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
394 - Fix: Signs from old savegames were lost (causing little memory leaks) (r14340)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
395 - Fix: When a company was renamed and then manager was renamed before building anything, company name changed (r14328)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
396 - Fix: When you rename a town before building something and build something near that town your company would be called "<old townname> Transport" [FS#2251] (r14327)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
397 - Fix: Free any blocks that a helicopter may have on an oilrig when the helicopter gets forcefully removed (bankruptcy). For other airports this is not needed as they cannot be used by multiple companies [FS#2241] (r14324)
10399
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
398 - Fix: Possible assert when renaming removed waypoint (r14322)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
399 - Fix: Properly delete orders so the pool does not fill up (r14319)
10399
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
400 - Fix: Do not allow building road over level crossings and drive-through road stops in the wrong direction; do not allow adding roadtypes to non-drive through road stops; pay for all added road bits [FS#2268] (r14316, r14315, r14314, r14308)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
401 - Fix: Aircraft frozen above oil rig when the next order is invalid [FS#2244] (r14309)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
402 - Fix: [YAPF] Only reserve road slots for multistop when they are really reachable [FS#2294] (r14305)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
403 - Fix: One could be trying to get the station name of a station that is outside of the pool (r14297)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
404 - Fix: Default for sound effects and music volume should be in the valid range for that setting [FS#2286] (r14289)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
405 - Fix: Make small UFO aware of articulated RVs so they crash the complete vehicle instead of a small part of it (r14270)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
406 - Fix: Desyncs after deleting a waypoint because of explicit destructor call instead of using operator delete (r14265)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
407 - Fix: Merge keycode for "normal" 0-9 keys and keypad 0-9 keys so people do not get confused that the keypad does not work as expected [FS#2277] (r14260)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
408 - Fix: Clicking on the smallmap did not break the "follow vehicle in main viewport" [FS#2269] (r14243)
10399
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
409 - Fix: The engine-purchase-list-sorter doubled running-cost and halfed capacity of double-headed engines [FS#2267] (r14239)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
410 - Fix: Feeder share was computed wrong when splitting cargo packet (r14234)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
411 - Fix: Signs (town name, station name, ...) could be too long for 8bit width in pixels (r14221)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
412 - Fix: 10 days != 6*2.5 days, effectively causing the payment graph to show the wrong data (r14219)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
413 - Fix: When determining length of a string with limited size, first check if we are not out of bounds already (r14204)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
414 - Fix: Properly update the current timetable's travel/wait times instead of only doing it for one vehicle in the shared order chain and only when some bit has not been set [FS#2236] (r14192)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
415 - Fix: Sprite payload skipping would not skip enough bytes in a very small subset of compressed sprites (r14191)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
416 - Fix: After applying NewGRF settings, all rail and road types were available as the engine availability check was performed too early (r14182)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
417 - Fix: Close all related vehicle lists when closing a station window (and not only the train list) (r14180)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
418 - Fix: RemoveOrderFromAllVehicles() did not mark enough windows dirty (r14179)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
419 - Fix: Incorrect cargo weights (r14144)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
420 - Fix: GetSlopeZ() gets a virtual coordinate, not a tile (r14139)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
421 - Fix: Close the 'manage vehicles' dropdown once the number of vehicles in the list reaches 0 [FS#2249] (r14133)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
422 - Fix: [strgen] Changing order of parameters {X:...} did not work for strings including some {StringY} (r14111)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
423 - Fix: Desync due to bubbles in toyland (r14110)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
424 - Fix: Make NewGRF action 0x06's changes persistent over the several loading stages [FS#1986] (r14102)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
425 - Fix: Make the 'Transfer Credit' display aware of the entire consist, not only the first vehicle (r14098)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
426 - Fix: Do not flood a NewGRF industry when it implicitly tells that it wants to be build on water (land shape flags bit 5) [FS#2230] (r14093)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
427 - Fix: The vehicle window of articulated road vehicles would show the clone/refit button when the vehicle was not completely stopped in the depot (r14090)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
428 - Fix: Flawed parsing of words (as in 2 bytes) in GRF strings due to sign extension [FS#2228] (r14087)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
429 - Fix: Division by 0 in NewAI [FS#2226] (r14062)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
430 - Fix: NewGRF callback 23 did not use the NewGRF compatible text stack [FS#2224] (r14058)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
431 - Fix: NewGRF text stack's "push word" did not move the data around properly (r14057)
10399
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
432 - Fix: Long strings in the edit box would cause OpenTTD to stop drawing the string. This is especially noticable with low resolutions and the chat input box (r14054)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
433 - Fix: [OSX] changed the condition for selecting 8 or 32 bpp blitter by default. Now we will pick 32 bpp if no 8 bpp fullscreen resolutions are available on the main display (the one with the dock) (r14032)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
434 - Fix: Crash when the AI tries to find the depot of an airport that does not have a depot [FS#2190] (r13999)
10399
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
435 - Fix: MSVC cannot handle changed files in the prebuild event, so make the version determination a separate subproject [FS#2004] (r13998)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
436 - Fix: The dedicated console removed any character that was not a printable ASCII character instead. Now it allows UTF8 formated strings too [FS#2189] (r13992)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
437 - Fix: Resetting construction stage counter reset more than it should (r13981)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
438 - Fix: Wrong tooltip for the industry directory's list [FS#2178] (r13917)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
439
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
440
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
441 0.6.2 (2008-08-01)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
442 ------------------------------------------------------------------------
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
443 - Fix: Custom vehicle names from TTD(Patch) games were lost (r13884)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
444 - Fix: NewGRF Callback 10 (visual effect and powered wagons setting) and powered wagons operation were not performed for articulated wagons [FS#2167] (r13870)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
445 - Fix: In some cases the sprite cache could be filled with unremovable items [FS#2153] (r13869)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
446 - Fix: Return of wrong parent scope of (NewGRF) industry variables (r13868)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
447 - Fix: Loading of TTD(Patch) savegames from the command line did not work (r13859)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
448 - Fix: Buffer overflow for too long filename supplied as '-g' parameter (r13858)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
449 - Fix: Cargo type lookup was incorrect for NewGRF version 7 files without a translation table [FS#2157] (r13855)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
450 - Fix: GetTownByTile() is only valid for houses and roads (r13851)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
451 - Fix: Power, running cost and capacity of multiheaded engines were (too often) doubled in newspaper resp. offer window (r13844)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
452 - Fix: FreeType may return a bitmap glyph even if a grey-scale glyph was requested [FS#2152] (r13832)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
453
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
454
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
455 0.6.2-RC2 (2008-07-25)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
456 ------------------------------------------------------------------------
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
457 - Fix: Building through the wrong side of a drive through station was allowed [FS#2166] (r13822)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
458 - Fix: Check for vehicle length changes outside a depot (callback 0x11) and give a warning about that [FS#2150] (r13816)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
459 - Fix: Several minor memory leaks. They only happened once per game (r13809, 13810)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
460 - Fix: Checking for train waiting at other side of two-way signal was broken [FS#2162] (r13806)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
461 - Fix: Some revision checking code was unintentionally disabled (r13776)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
462 - Fix: Enforce the validity of a NetworkAction (chat packet) issued by a client (r13775)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
463 - Fix: Selecting non-full length vehicles in the depot gui would place the "mouse pointer" out of the center of the vehicle making it hard to "aim" [FS#2147] (r13759)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
464 - Fix: NewGRF rail continuation would always mark a tunnel on the same axis as connected, even when the tunnel faces the wrong direction (r13734)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
465 - Fix: Assumption that non-north tiles of a house do not have the 1x1 building bit set was flawed with some NewGRFs. This caused the amount of houses to differ, which causes the town radii to differ, which causes desyncs when towns are expanded (r13729)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
466 - Fix: Possible desync on the autorenew settings 20+ game years (i.e. 4.5+ hours) after a company was started (r13718)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
467 - Fix: Any player could construct new companies [FS#2144] (r13716)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
468 - Fix: Remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed (r13714)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
469 - Fix: Possible crash on creating a network packet (r13713)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
470 - Fix: Enforce the length restrictions of company and president name in the commands too (r13712)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
471
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
472
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
473 0.6.2-RC1 (2008-07-16)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
474 ------------------------------------------------------------------------
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
475 - Fix: Possible buffer overflow in string truncation code (r13700)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
476 - Fix: Handle SETX(Y) properly when truncating a string instead of ignoring it and returning a too long string (r13699)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
477 - Fix: In some cases the (sound) mixer could overflow causing artefacts in the sound [FS#2120] (r13695)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
478 - Fix: Do not rely on .tar files always ending with a block of zeros (r13693)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
479 - Fix: Make sure a command is ran in the context of autoreplace or not (r13691)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
480 - Fix: In the case that elrails and 'realistic' acceleration are disabled all electrified engines would have no power on load, until the vehicle got turned around, loaded or got into a depot [FS#2102]- Fix: Saving TTD imported games in recession failed due to wrong (and unneeded) type conversions in the saveload code [FS#2131] (r13679)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
481 - Fix: Inactive companies from old (TTD) saves could be marked active in some cases, which then loads garbage in their statistics and such [FS#2126] (r13676)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
482 - Fix: Memory leak when NewGRFs got forcefully disabled and they defined GOTO labels (r13675)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
483 - Fix: Crash when drawing a non-real sprite caused by NewGRF interference [FS#2127] (r13674)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
484 - Fix: Desync when building electrified trains on a dedicated server that was started with electrification disabled [FS#2122] (r13673)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
485 - Fix: Bus/truck forgetting go-to-depot order when entering a non-drivethrough road stop [FS#2117] (r13664)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
486 - Fix: Server crashing when banning the rconning client (r13661)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
487 - Fix: Signals were not updated correctly when a player removed a non-existing track piece (r13626)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
488 - Fix: Crash when one tries to raise the nothern corner of MP_VOID tiles (i.e. the southern corner of the tiles on the southern map edge) in the scenario editor [FS#2106] (r13624)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
489 - Fix: Only the front of a RV would be considered when determining to what cargos a vehicle can be refitted instead of all cargos [FS#2109] (r13622)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
490 - Fix: If the first bridge can not be build for a given length, then none of the other bridges can. Effectively meaning that if someone replaces the first bridge with a bridge that can be only 3 tiles longs then only other bridges that can be 3 tiles long will be buildable, but only if they are 3 tiles long [FS#2100] (r13611)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
491 - Fix: Signal states could be propagated through waypoints built in orthogonal axis (r13589)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
492 - Fix: [OSX] 10.5 failed to switch to fullscreen (r13584)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
493 - Fix: RVs continueing onto next DT station when they are build adjacent to them [FS#2040] (r13581)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
494 - Fix: Disable static NewGRFs when non-static NewGRFs query them in the context of network games. This makes it impossible for static NewGRFs to disable non-static NewGRFs and 'bad' things happening because the non-static NewGRF does not know about the static NewGRF (r13576)
10399
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
495 - Fix: Properly count number of non-north housetiles [FS#2083] (r13518)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
496 - Fix: Incorrect usage of strtoul (r13508)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
497 - Fix: Clear the memory for the new AI during the loading of a savegame so it does not try to execute commands generated in a different savegame, which could be resulting in the AI trying to give orders to stations that do not exist (r13505)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
498 - Fix: Drawing of zoomed out partial sprites could cause deadlocks or crashes (r13502)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
499 - Fix: First determine where to *exactly* build a house before asking a NewGRF whether the location is good instead of possibly moving the house a tile after the NewGRF said the location is good (r13489)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
500 - Fix: Track was not removed on company bankrupcy when there was a ship on lower halftile (r13488)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
501 - Fix: Let ships also navigate on half-tile sloped watery rail tiles (r13485)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
502 - Fix: Division by zero when one would press 'd' (skip order) when there's no order (r13409)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
503 - Fix: Do not crash when resolving vehicle sprite groups with zero sprites (r13397)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
504 - Fix: In the purchase list, CB36 for capacity was not called for the first part of rail and road vehicles (r13385)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
505 - Fix: Loading of very old OpenTTD savegames was broken (r13373)
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
506
876aeddaf264 (svn r14650) -Merge: changelog etc. changes from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 9558
diff changeset
507
9558
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
508 0.6.1 (2008-06-01)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
509 ------------------------------------------------------------------------
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
510 - Fix: Industry tiles would sometimes tell they need a 'level' slope when they do not want the slope (r13348)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
511 - Fix: Attempts to make the old AI perform better (r13217, r13221, r13222)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
512
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
513
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
514 0.6.1-RC2 (2008-05-21)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
515 ------------------------------------------------------------------------
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
516 - Fix: Do not send rcon commands of the server to the first client but do directly execute those on the server (r13137)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
517 - Fix: For multiheaded engines, halve power and running cost when used instead of when loading, to allow callback values to work properly (r13074)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
518 - Fix: Loading of TTDP savegames with rivers in them [FS#2005] (r13066)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
519 - Fix: Update build industry window when raw_industry_construction setting is modified (r13060)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
520 - Fix: Revert changes to multihead engine weight -- the original values were correct (r13023)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
521 - Fix: Debugging was not possible with MSVC 2008 (r12996)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
522 - Fix: List used for sorting GRFs was not freed (r12993)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
523 - Fix: Default difficulty settings were different to TTD's original settings [FS#1977] (r12951)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
524 - Fix: All vehicles would be available when an original scenario would be played [FS#1982] (r12948)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
525 - Fix: Keep only first 15 bits for non failed callback results (r12947)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
526 - Fix: Reading/modifying invalid data under some circumstances (r12943)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
527 - Fix: Minor errors related to industries accepted/produced cargo (r12933)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
528 - Fix: Town rating was affected even after the test run (r12920)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
529 - Fix: Flood road tiles even when there are road works in progress [FS#1965] (r12919)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
530 - Fix: Do not initialize Station struct with tile=0, buoys will never change that value [FS#1960] (r12915)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
531 - Fix: Game crash when a spectator/server tried to show an engine with no owner when a NewGRF requested a specific variable (r12914)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
532 - Fix: Report reverse sprite status (FD/FE) to NewGRF for manually toggled vehicles (r12910)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
533 - Fix: Vehicles going twice to a depot when the automatic service interfered with the current order [FS#1985] (r12629)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
534
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
535
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
536 0.6.1-RC1 (2008-04-26)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
537 ------------------------------------------------------------------------
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
538 - Fix: Vehicle groups, engine replacement rules and player/company names were not properly reset/freed after bankrupt (r12906)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
539 - Fix: Remove trams from savegames saved in OTTD without tram support, it is better than to simply crash [FS#1953] (r12904)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
540 - Fix: GCC on FreeBSD does not support -dumpmachine causing configure to fail. Use g++ instead [FS#1928] (r12876)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
541 - Fix: Make the town rating tests use less memory and much quicker (r12859)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
542 - Fix: Usage of AutoPtr made (trying to) build stuff very (time) expensive (r12857, r12855)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
543 - Fix: Ensure that prop 25 is set for all vehicles in the consist before other properties as it could cause desyncs (r12856)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
544 - Fix: Too much catenary was drawn about tunnel entrances, middle bridge pieces and non-rail station tiles (r12853, r12852)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
545 - Fix: Use YAPF for fairly old savegames from before YAPF was introduced (r12845)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
546 - Fix: The industry tick trigger should only be triggered once every 256 ticks, not every tick... Also bail out of the triggers a little earlier if you know they are not going to happen anyway (r12844)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
547 - Fix: Inconsistent use of 8/15-bitness of NewGRF callback results with respect to TTDP's implementation of the specification (r12819, r12818, r12759)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
548 - Fix: Possible out of bounds array access (r12809)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
549 - Fix: Enforce autorenew values range in command (r12808)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
550 - Fix: Vehicles could break down during loading and keep loading. The intention of the break down code is not to break down when having zero speed, therefor break downs now do not happen when loading [FS#1938] (r12795)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
551 - Fix: [OSX] In some rare cases when using an uncalibrated monitor the system colour space could not be retrieved. Show an error when this happens instead of just trying an assertion (r12776)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
552 - Fix: Slope checking for NewGRFs failed (r12759)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
553 - Fix: Check the TILE_NOT_SLOPED flag of the _north_ tile of multi-tile houses to decide if autoslope is allowed (r12717)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
554 - Fix: Do not move windows below the toolbar on resizes unless they would go behind the toolbar [FS#1904] (r12714)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
555 - Fix: Increase default sound buffer size only for Vista [FS#1914] (r12708)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
556 - Fix: Do not crash very hard on unrecognised savegames, just go back to the intro menu instead (r12707)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
557 - Fix: In some cases a news messages would not be shown [FS#1906] (r12683)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
558 - Fix: Removing road pieces from a town gave you twice the intended penalty [FS#1920] (r12682)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
559 - Fix: When a road vehicle has a tram only stop multiple times in a row in it's orders, only the first one would be skipped [FS#1918] (r12678)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
560 - Fix: Colour remaps on station sprites only worked for company colours [FS#1902] (r12674)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
561 - Fix: Remove buggy buoys at tile 0 from old TTDP savegames (r12642)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
562 - Fix: Possible NULL pointer dereference when reading some NewGRF data [FS#1913] (r12637)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
563 - Fix: Infinite loop in case your compiler decides that enums are unsigned by default (r12622)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
564 - Fix: The convert signal button disallowed signal dragging when the signal GUI was closed (r12577)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
565 - Fix: Binding to a specific IP could cause OpenTTD to not register properly with the masterserver if one has multiple external interfaces (r12574)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
566 - Fix: min() has 32bit arguments, clamping of 64bit values did not work (r12572)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
567 - Fix: Towns could not terraform when inflation rised terraform prices enough (r12564)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
568 - Fix: Do not affect town rating change by the order in which we examine stations (r12561)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
569 - Fix: Redraw the signal GUI when the signal drag density changes in the patch settings and vice versa (r12553)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
570 - Fix: Do not install scenarios into the current user's homedir when running 'make install', that is silly. Simply always install scenarios system wide instead (r12542)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
571
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
572
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
573 0.6.0 (2008-04-01)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
574 ------------------------------------------------------------------------
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
575 - Fix: Final formatting of some string codes from NewGRFs was not done correctly [FS#1889] (r12488)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
576 - Fix: Timetable times for aircraft were always doubled [FS#1883] (r12477)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
577 - Fix: Remove broken endian-dependent code and unnecessary rgb to bgr swapping [FS#1880] (r12453)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
578 - Fix: Do not 'disable' the drawing of autorail overlays when the tile is 'error'-marked (red pulsating selection) [FS#1871] (r12439)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
579 - Fix: Plural rule for Icelandic was wrong (r12417)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
580
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
581
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
582 0.6.0-RC1 (2008-03-26)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
583 ------------------------------------------------------------------------
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
584 - Feature: Show whether a town is a "city" in the town description title bar (r12391)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
585 - Feature: Increase house animation frame number from 32 to 128 (r12347)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
586 - Fix: Loading of TTD savegames (r12399, r12401)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
587 - Fix: Vehicle lists related to stations not closed when the station is deleted [FS#1872] (r12393)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
588 - Fix: Trams failing to turn on bridge heads/tunnel entrances [FS#1851] (r123890)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
589 - Fix: Train could break apart when reversed while partially in a depot [FS#1841] (r12386, r12384)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
590 - Fix: Non-breaking spaces should not be broken (r12385)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
591 - Fix: Check return of AfterLoadGame for success or failure when loading TTD games [FS#1860] (r12383)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
592 - Fix: Use 'items' unit for batteries, fizzy drinks, toys and bubbles in total cargo tab [FS#1864] (r12382)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
593 - Fix: The number of houses was not computed right [FS#1835, FS#1535] (r12381)
9558
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
594 - Fix: Update train acceleration and max speed after setting cached value to ensure the correct max speed is used with disabled real acceleration (r12380)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
595 - Fix: Refresh vehicle details window when cached values are updated (r12378)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
596 - Fix: Set cached value for vehicle property 25 before other cached values [FS#1854] (r12377)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
597 - Fix: Do not close a dropmenu when clicking on a dropdown widget (r12374)
9558
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
598 - Fix: win32 music driver fails if path is too long or if containing non-latin chars [FS#1849] (r12373, r12372)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
599 - Fix: Do not let window hide behind the main toolbar after resizing the screen [FS#1823] (r12371)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
600 - Fix: Close language drop down when parent window is clicked/closed [FS#1853] (r12370)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
601 - Fix: Reset train speed limits when _patches.realistic_acceleration changes (r12369)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
602 - Fix: Commands were sent to clients waiting for map download causing 'executing command from the past' error [FS#1650] (r12367)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
603 - Fix: Do not allow building 'zero' road bits (r12363)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
604 - Fix: Randomize variable 8F only once per callback 28 (r12362)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
605 - Fix: openttdd.grf was using the wrong colours for glyphs due to a grfcodec bug (fixed in grfcodec 0.9.10 r1837) (r12360)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
606 - Fix: Some callback-results were treated as 8 bit, when they were 15 bit, and vice versa (r12352, r12358)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
607 - Fix: Do not try to flood water tile [FS#1836] (r12350)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
608 - Fix: NTP skipped junction just after bridge end (r12348)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
609 - Fix: Remove duplicated and inconsistent code wrt. autoreplace with rules in both vehicles' group and ALL_GROUP [FS#1748, FS#1825] (r12346)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
610 - Fix: Do not try to restore backupped timetable when timetabling is disabled [FS#1828] (r12345)
9558
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
611 - Fix: Slow helicopters never got the 'chance' to finish the landing routine (r12343)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
612 - Fix: GRM buffer for cargos was incorrect size [FS#1827] (r12341)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
613 - Fix: Recalculate cached train data after clearing reversing flag when entering depot (r12339)
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
614
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
615
8672
c09014b394a6 (svn r12337) -Change: update some documentation.
belugas <belugas@openttd.org>
parents: 8600
diff changeset
616 0.6.0-beta5 (2008-03-04)
c09014b394a6 (svn r12337) -Change: update some documentation.
belugas <belugas@openttd.org>
parents: 8600
diff changeset
617 ------------------------------------------------------------------------
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
618 - Feature: Vehicle variable FE bit 5, 6 and 8 [FS#1812] (r12331, r12330)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
619 - Feature: Support loading full range of 0xD0xx NewGRF strings which includes 0xD000 to 0xD3FF (r12316)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
620 - Feature: Ability to change aircraft speed factor, from so called 'realistic' (matching other vehicles) (1/1) to original TTD speed (1/4) (r12293, r12294)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
621 - Change: Update readme about where openttd looks for files (r12321)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
622 - Fix: Do not pause/unpause the game when showing load/save windows when the game is paused due to missing GRFs [FS#1733] (r12336)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
623 - Fix: Disallow building level crossings over one-way roads as this allowed competitors to remove the one-way state [FS#1819] (r12329)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
624 - Fix: Wrong Y pillar specified for girder with arch bridge (r12328)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
625 - Fix: Vehicles could be sorted in a wrong order when a vehicle name changed - cached name was not invalidated (r12324)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
626 - Fix: Vehicle sorting by name was broken, it was comparing the same string (when caching was not used) [FS#1821] (r12323)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
627 - Fix: Endian issue when saving/loading group owner (r12322)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
628 - Fix: Wrong transparency options could be saved after toggling all [FS#1817] (r12320)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
629 - Fix: Map string IDs that are embedded from other strings [FS#1815] (r12317)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
630 - Fix: Include prop 25 data for all train parts, not just those that carry cargo (r12314)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
631 - Fix: YAPF and NTP did not apply penalty for uphill tracks on steep slopes (r12313)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
632 - Fix: Restore timetable from backupped orders and add group ID to the backup [FS#1549] (r12296)
9558
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
633 - Fix: Do not draw trees nor lamps between tram tracks (r12290) [FS#1807]
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
634 - Fix: [Win32] Do not create save dir on install (r12269)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
635 - Fix: Autoreplace did not update vehicle index for timetable window [FS#1805] (r12261)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
636 - Fix: GetProductionAroundTiles() may fail if only the second production slot exists (r12258)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
637 - Fix: Town variables 0x9E to 0xAD (company ratings) returned wrong values (r12247)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
638 - Fix: Typo resulting in no players are given the engine preview offer (r12244)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
639 - Fix: Mac OSX bundle display name should be 'OpenTTD' [FS#1798] (r12234)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
640 - Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, show running cost of wagons if available (r12209)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
641 - Fix: When loading a savegame fails, do not start creating a new game, just go straight back to the intro screen (r12202)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
642 - Fix: Force AI to build rail or road instead of bridges if possible, so it does not build bridges everywhere (r12200)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
643 - Fix: "Transparent buildings" now only toggles buildings, so show tick when buildings are transparent [FS#1789] (r12198)
9558
e56e094a5f92 (svn r13578) -Merge: documentation updates from the 0.6 branch.
rubidium <rubidium@openttd.org>
parents: 8720
diff changeset
644 - Fix: Show correct last year profit when the train had negative income [FS#1788] (r12197)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
645 - Fix: There can be oil rigs at map borders, do not set water class for them [FS#1787] (r12195)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
646 - Fix: Do not start overtaking if the RV reaches wrong-way one-way-road in the next tiles (r12191)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
647 - Fix: Assert when trying to play tile sound at NW border of map (placing buyos, leveling land) [FS#1784] (r12186)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
648 - Fix: Take into account possible loan when AI is deciding which bridge to build, so it will not build wooden bridges everytime (r12184)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
649
8672
c09014b394a6 (svn r12337) -Change: update some documentation.
belugas <belugas@openttd.org>
parents: 8600
diff changeset
650
8600
f318f3da511b (svn r12181) -Change: update some documentation.
belugas <belugas@openttd.org>
parents: 8304
diff changeset
651 0.6.0-beta4 (2008-02-18)
f318f3da511b (svn r12181) -Change: update some documentation.
belugas <belugas@openttd.org>
parents: 8304
diff changeset
652 ------------------------------------------------------------------------
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
653 - Feature: Allow buttons to resize in NewGRF settings window (r12172)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
654 - Feature: Change colour of autorail and autoroad selection when Ctrl is pressed (r12167)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
655 - Feature: Separate catenary transparency settings from building transparency settings (r12103)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
656 - Feature: Allow locking individual transparency settings so they will not be changed by pressing 'x' (r12102)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
657 - Feature: Add some missing VarAction2 variables (r12124)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
658 - Feature: Make snow appear on rail tiles dependant on track height, not on height of the lowest part of the tile (r12098)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
659 - Feature: [NewGRF] Specify the purchase, rail and road description of a bridge (r12069)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
660 - Feature: [NewGRF] Add support for var 12, Variational Action 2 (r12045)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
661 - Feature: Allow trees on shore (r12029)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
662 - Feature: Invisible trees are now separate from the building concept (r12022)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
663 - Feature: Add support for passenger engine designation for AI-use, NewGRF property 0x08 for trains (r12019)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
664 - Feature: Show all cargo sources (en-route from) in the station view cargo waiting list instead of just one (r11990)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
665 - Feature: [NewGRF] Resizable industry view window on callback 3A (r11987)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
666 - Feature: [NewGRF] Implement var 8F (random bits) during callback 28 [FS#1697] (r11985)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
667 - Feature: [NewGRF] Add support for Action 0D, var 13: informations about current map size (r11961)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
668 - Feature: Support Action5 type 0D (newwater) (r11947)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
669 - Feature: Allow building bridge heads on more slopes (r11937)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
670 - Feature: [NewGRF] Add support for Rivers. Rivers can currently only be placed with-in the scenario editor (r11926, r11938, r11949, r12071)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
671 - Feature: Generate.vbs script to allow project files generation for users unable to run generate bash script (r12123)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
672 - Feature: Sort the strings in languages dropdown (r11886)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
673 - Codechange: Drop MSVC 2003 support (r11979)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
674 - Fix: Test purchase list loading/loaded sprites instead of unconditionally returning a possibly non-existant sprite (r12180)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
675 - Fix: Return correct bridge price for AI when DC_QUERY_COST is set [FS#609] (r12171)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
676 - Fix: When drag&drop mode was cancelled by keyboard input, depot/group window was not updated [FS#337] (r12166)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
677 - Fix: Buffer overflow when drawing scrolling news [FS#1652, FS#1773] (r12165)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
678 - Fix: If a train is 'stopping' when entering a depot, do not let it leave again [FS#1705] (r12163)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
679 - Fix: Towns should not build over houses owned by another town [FS#1757] (r12162)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
680 - Fix: Towns will no longer build houses > 1x1 there where should be road (with 2x2, 3x3 grid town layouts) (r12161)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
681 - Fix: Remove the arbitrary limit of 64 waypoints per town [FS#1744] (r12160)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
682 - Fix: Chance16I was now biased towards zero - round to nearest now (r12156)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
683 - Fix: Adjust aircraft slowing algorithm (r12144)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
684 - Fix: Callback 0x3D always gets a cargobit in var 0x18, independent of grf version [FS#1766] (r12142)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
685 - Fix: Do not allow adding tram to rail-road crossing when there is a vehicle on it (r12138)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
686 - Fix: Show cargo capacity for articulated vehicles correctly in the purchase list. Multiple cargo types can also now been shown [FS#1769] (r12137)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
687 - Fix: With mammoth trains disabled, maximum train length was limited to 9 (r12131)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
688 - Fix: Use tile index 0 for planes in the air, so it cannot have an invalid tile index [FS#1745] (r12109)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
689 - Fix: X/Y axis swap for station tiles in GetNearbyTile() was wrong way around [FS#1753]( r12108)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
690 - Fix: Loading older savegames fixes (r12096, r12097)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
691 - Fix: When a company bankrupts, remove drive-through road stops, ship depots and buoys too. Update owners of water and road [FS#1703] (r12095)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
692 - Fix: Do not set station owner for buoys when merging company (r12093)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
693 - Fix: Keep production level within delimited boundaries, while using var result 0D/0E and than multiplying/dividing it [FS#1755] (r12092)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
694 - Fix: Assert when loading savegame with wrong tiletype at south map borders (r12088)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
695 - Fix: Check overrides only for industries when mapping NewGRF entities to 'real' entities [FS#1747] (r12086)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
696 - Fix: Update waypoint signs when changing language (r12080)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
697 - Fix: Use search paths when opening console scripts (r12079)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
698 - Fix: When reusing a renamed deleted waypoint, keep the new name (r12076)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
699 - Fix: Make docks at sea flood neighboured tiles (r12072)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
700 - Fix: Possible deadlock when there are no houses available to build at given tile (r12062)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
701 - Fix: Houses with zero probability could be built (r12062)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
702 - Fix: Do not clear tiles when the town will not be able to build any buildings anyway (r12060)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
703 - Fix: Allow building 2x2 building on slopes if not explicitly forbidden (r12060)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
704 - Fix: It was possible to build 2x1 and 1x2 buildings on slopes even if it was not allowed (r12060)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
705 - Fix: Teach NPF where road vehicles and trams can reverse (r12058)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
706 - Fix: Ships can drive through opponents' ship depots (r12058)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
707 - Fix: Slowdown train when approaching 90deg turn when 90deg turns are forbidden (r12057)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
708 - Fix: Enable YAPF to start searching inside a wormhole [FS#1704] (r12056)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
709 - Fix: Another way to fix AI trying to build road through depots (r12055)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
710 - Fix: The cargo translation table was loaded at the right time, but all the other global variables were now loaded too early [FS#1737] (r12052)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
711 - Fix: Random_func broke for desync debug (r12050)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
712 - Fix: Memset on multibyte array with wrong byte count (r12049)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
713 - Fix: Crash when centering on a vehicle (aircraft) that is outside of the map [FS#1741] (r12044)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
714 - Fix: Allow building transmitters and lighthouses on tree tiles [FS#1736] (r12043)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
715 - Fix: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be stored for buoys, docks, locks and depots. All these are now allowed on rivers and removal of them will revert to the original water type [FS#1676] (r12042)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
716 - Fix: Change ownership of or remove statues when merging/bankrupting companies (r12038)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
717 - Fix: For station tiles, only get road types for road stops (r12036)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
718 - Fix: Teach YAPF where trams can reverse, and where not [FS#1702] (r12035)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
719 - Fix: Do not show train speed as zero after loading paused game (r12033)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
720 - Fix: When removing a statue, remove town statue flag for the statue owner, not current player (r12032)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
721 - Fix: Prevent towns from removing or claiming ownership of player owned tiles when growing [FS#1689,FS#1719] (r12031)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
722 - Fix: In one case trees could spread under bridges (r12024)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
723 - Fix: Put a better suited text in the quit-dialog [FS#1690] (r12023)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
724 - Fix: Restore initial intent on the invisible tree while transparent building patch setting [FS#1721] (r12018)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
725 - Fix: When you have more than 9 network interfaces you'll enter the wonderfull world of overflows (r12017)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
726 - Fix: Better work on strings in regard to gender [FS#1716] (r12015)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
727 - Fix: Lighthouses and transmitters were never supposed to be build on a slope (r12014)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
728 - Fix: When modifying watered tiles, mark neighboured canals and rivers dirty in more cases (r12013)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
729 - Fix: Enable TownRatingTestMode during cost estimation with 'shift'-key (r12012)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
730 - Fix: Do not consider one-corner-raised-shores to be watered tiles from all sides [FS#1701] (r12011)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
731 - Fix: Avoid loading sample.cat if it 'looks' incorrect, and avoid later null pointer dereferences by moving volume lookup deeper [FS#1707] (r12009)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
732 - Fix: Possible reading from an invalid pointer [FS#1717] (r12005)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
733 - Fix: When skipping Action 11 or 12, also skip belonging sprites (r12001)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
734 - Fix: Do entrance-slope-check for every tile of railstations (r11999)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
735 - Fix: Possible remote assert by setting bit 6 of p1 for CMD_REMOVE_ROAD [FS#1692] (r11998)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
736 - Fix: Update train statusbar when stopping from zero speed [FS#1706] (r11996)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
737 - Fix: Resize station/roadstop/dock/airport construction windows if cargo acceptance list is too long (r11993)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
738 - Fix: When building two rail stations close to each other (with control) so they looked like one long track trains would see them as one (r11992)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
739 - Fix: Resize autoreplace window to fit purchase information text if it is too large (r11989)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
740 - Fix: Build system ignored changes to table/control_codes.h which require strgen to be rebuilt (r11986)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
741 - Fix: Also draw corner shores under rail tracks (r11984)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
742 - Fix: Use unicode glyph mapping to fix up missing/shuffled sprites in original data files instead of shuffling or skipping sprites directly [FS#1698] (r11981)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
743 - Fix: Industries using results 0D/0E on callback cb29/35 were a bit too eager to close down (r11976)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
744 - Fix: Shore and sea tiles under bridges were converted to canals in old savegames [FS#1684] (r11974)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
745 - Fix: Use grass tiles for corner shores, if shores got replaced by ActionA [FS#1683] (r11973)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
746 - Fix: Old AI should not build fast planes with a small airport in orders(r11972)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
747 - Fix: MP_ROAD can have railbits too - OPF searching over rail of diffen t owner behind crossing (r11967)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
748 - Fix: OPF was searching through depots and normal road stops [FS#1403, FS#1506] (r11966)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
749 - Fix: Tropic zone data was returned incorrectly [FS#1685] (r11964)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
750 - Fix: NewAI could not build any road vehicles when there were any tram grfs loaded (r11958)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
751 - Fix: Disallow building locks and docks on rapids [FS#1675] (r11956)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
752 - Fix: Do not allow modifying roadbits when other roadtypes would need different foundation (r11953)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
753 - Fix: Loading of very old savegames was broken (r11951)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
754 - Fix: Slope detection of bridge ramps. Helps YAPF and Trolly (r11946)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
755 - Fix: FileExists() failed for non latin paths (win32) (r11945)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
756 - Fix: Allow building drive-through road/tram stops at road/tram track that has no owner (r11944)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
757 - Fix: 'BRIDGE_TOO_LOW_FOR_TERRAIN'-check was wrong for steep slopes (r11936)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
758 - Fix: [Autoreplace] Single to dualhead locomotive replacefailed when player had enough money to replace and refit one but not enough to refit the last one as well [FS#1624] (r11929)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
759 - Fix: [Autoreplace] Autoreplace could refit train engines to the wrong cargo type if the old engine had no cargo capacity and the new one had (r11928)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
760 - Fix: Loading old, pre savegame version 2, savegames (r11925)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
761 - Fix: AI was reading wrong tile slope while building road bridge (r11917)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
762 - Fix: set correctly crossing state after train reversal, train leaving crossing, train crash (r11900)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
763 - Fix: Segmentation faults/wrong frees due uninitialized memory in the AI [FS#1658] (r11887)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
764 - Fix: Assert when trying to remove rail from a house or industry tile [FS#1663,FS#1665-6-7-8,FS#1680,FS#1686-7-8 FS#1715 FS#1742 FS#1771 FS#1776](r11883)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
765 - Fix: Crash in MP in vehicle group window if the currently selected group is deleted by another player (r11878)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
766 - Fix: Another way to crash competitors' train in a station (r11877)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
767 - Fix: Automatically sending aircraft to depot for autoreplace/renew is now triggered by the correct conditions (r11875)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
768 - Fix: EngineHasReplacementForPlayer() did not look in ALL_GROUP (r11872)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
769 - Fix: Do not update signals after each tile when building/removing a large block of track/signals/station [FS#1074] (r11871)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
770 - Fix: Slow down train when approaching tile we cannot enter in more cases (r11870)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
771 - Fix: Do not make crossing red when we cannot enter it in any case (r11870)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
772
8600
f318f3da511b (svn r12181) -Change: update some documentation.
belugas <belugas@openttd.org>
parents: 8304
diff changeset
773
8304
c697a0fd25be (svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case.
rubidium <rubidium@openttd.org>
parents: 8052
diff changeset
774 0.6.0-beta3 (2008-01-16)
c697a0fd25be (svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case.
rubidium <rubidium@openttd.org>
parents: 8052
diff changeset
775 ------------------------------------------------------------------------
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
776 - Feature: Replaced fixed size custom name array. Names are now attached to their object directly and there is no limit to the amount of names (r11822)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
777 - Feature: Add drag-n-drop support to the raise/lower land tools. Land is raised/lowered at the start and the rest of the area levelled to match (r11759)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
778 - Feature: Add support for NewGRF's train 'tilt' flag. Trains with tilt capability (specific details are per NewGRF set) will be given a 20% speed limit bonus on curves (r11741)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
779 - Feature: Added sorting for cost, running costs and speed to road vehicles and ships build windows (r11710)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
780 - Feature: List neutral stations where the player has service in the station list too (r11670)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
781 - Feature: Check whether (some) characters are missing in the current 'font' for the 'currently' chosen language and give a warning when that does happen (r11646)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
782 - Feature: Support shore replacement via Action 5 (r11726)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
783 - Fix: When two NewGRFs 'fight' to define the same cargo it could happen that the strings are defined by one cargo and the 'action2' by another and when one assumes that both come from the same NewGRF [FS#1559] (r11862)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
784 - Fix: Recompute town population when removing a 'newhouses' grf, or when loading a game with missing 'newhouses' grfs [FS#1335] (r11855)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
785 - Fix: Road vehicle count was incorrect in network lobby window (r11844)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
786 - Fix: Mark dirty canal tile even in diagonal direction from flooded tile, draw correctly canal next to half flooded rail tile (r11843, r11838)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
787 - Fix: At least one instance of dmusic driver is needed for it to be registered and usable (r11826)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
788 - Fix: An articulated road vehicle could split up when it turned around at a corner and then would enter a drive through station at the next tile [FS#1627] (r11825)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
789 - Fix: Switch _screen to the output buffer and disable usage of 32bpp-anim animation buffer during giant screenshots [FS#1602] (r11813)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
790 - Fix: Do not crash trains when leaving depot to a very long track [FS#716] (r11802)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
791 - Fix: Take town rating into account when testing if a command can be executed [FS#1616] (r11795)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
792 - Fix: Reversing a train when loading at a station with an adjacent station in the same axis crashed [FS#1632] (r11794)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
793 - Fix: Group names got not deallocated in the command test run [FS#1614] (r11743)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
794 - Fix: Run window tick events when paused, so that news pop-ups and the about window still progress. For other windows the events are ignored when paused [FS#1319] (r11742)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
795 - Fix: Modify and possibly discard key events for code points in the unicode private use area [FS#1610] (r11740)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
796 - Fix: Set the new scroll position after zooming in instead of before, as the zoom will cancel it out [FS#1609] (r11739)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
797 - Fix: Do not reset loading indicator IDs when only reloading NewGRFs [FS#1574] (r11735)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
798 - Fix: Elrail merge gave elrail, monorail & maglev unintended speed bonuses for curves, as the bonus was based on the railtype index. The bonus is now specified by a property of the railtype (r11732)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
799 - Fix: Clear sprite override data before performing NewGRF wagon attach callback. This stopped the callback working for autoreplace and when moving wagons from train to train in a depot [FS#1582] ( r11731)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
800 - Fix: If there are no houses that can be build in a specific year yet, force the houses with the earliest introduction year to be available [FS#1577] (r11727)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
801 - Fix: Make it impossible (for users) to circumvent the length checking of the NewGRF 'allow wagon attach' callback by moving several wagons at a time (r11724)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
802 - Fix: Do not put more than one Random() in function calls because parameter evaluation order is not guaranteed in the C++ standard [FS#1561] (r11716)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
803 - Fix: Do not allow player inauguration date on scenarios to be bigger than current year [FS#1569] (r11714)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
804 - Fix: Add more house string id ranges to MapGRFStringID so NewGRFs use the proper string ids (r11712)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
805 - Fix: Do not allow refitting flooded (destroyed) vehicles (r11707)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
806 - Fix: Trains could have sprites with wrong direction when reversing, also was inconsistent with save/load process [FS#1557] (r11705)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
807 - Fix: When removing buoys, return to water or canal depending on their owner (r11666)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
808 - Fix: Animation informations should not be copied from original industry tile spec, while doing an action 00, industry tile, prop 08 (r11665)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
809 - Fix: Do not allow modifying non-uniform stations when non-uniform stations are disabled [FS#1563] (r11659)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
810 - Fix: 'Initialised' NewGRFs could still be deactivated in the later 'activation' pass (r11650)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
811 - Fix: Vehicles were still followed when sold [FS#1541] (r11632)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
812 - Fix: Many viewports could crash the scenario editor [FS#1527] (r11629)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
813 - Fix: Popping from text reference stack must be done in a precise order. But some compiler (MSVC) over optimised it and inverted this order [FS#1532] (r11627)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
814 - Fix: There were still some cases where one could not build a tram track, but the tram could become blocked [FS#1525] (r11621)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
815 - Fix: Do not make crossing red behind depot the train is entering [FS#1531] (r11619)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
816 - Fix: Buoys are just waypoints, so do not allow load/unload/transfer for them (r11618)
8720
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
817 - Fix: Sometimes large values could go off the chart [FS#1526] (r11616)
75c1659cfe11 (svn r12394) -Fix: make the style of the changelog more uniform.
rubidium <rubidium@openttd.org>
parents: 8672
diff changeset
818 - Fix: Temperate banks can only be built in towns (over a house) (r11615)
8304
c697a0fd25be (svn r11868) -Fix: some files were still mentioning that beta1 is the latest release when that's not the case.
rubidium <rubidium@openttd.org>
parents: 8052
diff changeset
819
8052
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
820
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
821 0.6.0-beta2 (2007-12-09)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
822 ------------------------------------------------------------------------
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
823 - Feature: Allow setting a default password for new companies in network games (r11556)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
824 - Feature: Signal selection GUI for the ones that really like to use that over CTRL (r11547)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
825 - Feature: Make the bridge selection window resizable (r11539)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
826 - Feature: [OSX] Added support for using Quartz instead of Quickdraw in windowed mode on OS X 10.4 and higher (r11496)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
827 - Feature: Allow to resize on creation the smallmap gui in order to show all the types industry available, allow to enable/disable individually or all at once, the industries shown on small map (r11474)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
828 - Codechange: Send and store the passwords a little more secure to/in the servers (r11557)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
829 - Fix: Wrong error messages were shown when trying to build some industries in the scenario editor [FS#1524] (r11609)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
830 - Fix: [NewGRF] Do not trigger industries, but only the industry's tiles (r11608)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
831 - Fix: Wrong count of Kirby trains when a ship was build [FS#1482] (r11605)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
832 - Fix: Tiles were not marked dirty in some cases when removing a lock or flooding (r11582, r11604)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
833 - Fix: Make price for railtype conversion more realistic; conversion should not be more expensive than removing and rebuilding [FS#1481] (r11603)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
834 - Fix: Do not allow changing network only patches settings from console when not in network game (r11594)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
835 - Fix: IsSlopeRefused() result was half wrong causing banks to be built on wrong places (r11590)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
836 - Fix: When ship depots got destroyed they always returned to water, even when it should have been canals [FS#1514] (r11589)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
837 - Fix: The one way road button was not reset on abort (r11587)
8052
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
838 - Fix: Windows could get completely missing when one resized the window to something very small [FS#1484] (r11583)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
839 - Fix: Invalidate 'list trains/roadvehs/ships/planes' widgets when station part is added/removed so it does not become glitchy (r11577)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
840 - Fix: Flood train stations when there are no trains on border tiles too (r11574, r11570)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
841 - Fix: Reinitialise windows system before loading a savegame because not doing so can cause crashes [FS#1494] (r11572)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
842 - Fix: Road vehicle getting to the wrong side of a station when trying to overtake in there [FS#1493] (r11571)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
843 - Fix: Full paths sometimes did not work correctly [FS#1480] (r11568)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
844 - Fix: Break the chain before moving a vehicle after another in the same chain instead of causing an infinite loop [FS#1512] (r11566)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
845 - Fix: Aircraft sometimes stopped mid-air when the airport got destroyed [FS#1503] (r11562)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
846 - Fix: Group list was not updated when removing the last group [FS#1504] (r11561)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
847 - Fix: Overflow when drawing graphics with high company values [FS#1505] (r11558)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
848 - Fix: If ever the air/heliport is suddenly not available while the "chopper" is descending, just go back into flying instead of stopping mid air [FS#1496] (r11546)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
849 - Fix: Cargo translation was sometimes done when it should not be done [FS#1501] (r11544)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
850 - Fix: [OSX] Detect statvfs at runtime (based on OSX version) instead of compile time. This should prevent a crash on OSX 10.3 with the precompiled binaries (in the load/save windows) (r11541)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
851 - Fix: [OSX] Do not try to compile the quartz video driver on OSX 10.3 as it will fail (r11540)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
852 - Fix: Do not do all kinds of 'updates' for town, waypoint, station and other signs when you have not converted the map to the 'current' format as that means you are going to read data in the 'old' format when you assume that it is in the 'current' format, which is eventually going to break (r11525)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
853 - Fix: Assertion when tram reversed at a station [FS#1485] (r11524)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
854 - Fix: The scrollbar of the network gui could run out of bounds (r11522)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
855 - Fix: [OSX] The cocoa video driver let the mouse cursor escape the window when using rmb scrolling (r11520)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
856 - Fix: Signs totally illegible when transparant signs is turned on and zoomed out more than one level [FS#1463] (r11507)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
857 - Fix: Selling vehicles could cause the window of others to scroll to that location [FS#1471] (r11506)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
858 - Fix: Do not do standard production change if callbacks 29/35 failed, disable smooth economy for industries using callbacks 29/35 (r11502)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
859 - Fix: Two small layout issues with the vehicle grouping GUI (r11478)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
860 - Fix: A road vehicle must not show that it is driving max speed when it is standing still waiting for the vehicle in from of it [FS#1451] (r11477)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
861 - Fix: OpenBSD has ALIGN already defined, causing compilation failures [FS#1450] (r11467)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
862 - Fix: Operator priority problem resulting in problematic autoroad placement in some cases (r11466)
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
863
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
864
7908
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
865 0.6.0-beta1 (2007-11-18)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
866 ------------------------------------------------------------------------
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
867 - Feature: Make news messages related to the industry (production) changes better configurable; you can now disable news messages popping up for industries you are not servicing (r11442)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
868 - Feature: When sorting stations by cargo sum, only sum the cargoes that are selected in the filter (r11437)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
869 - Feature: Show all players who have shares, not just the first two (r11435)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
870 - Feature: Make OTTD's sprites replaceable using Action 5 and make replacing contiguous subsets of sprites in for some types possible in Action 5 (r11433)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
871 - Feature: Allow town-bridges to be build on slopes (r11395)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
872 - Feature: Auto-road; same as auto-rail, but for road and trams and only on X and Y direction (r11339)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
873 - Feature: OTTD version checking for NewGRFs. This allows NewGRFs to do something different for different versions of OpenTTD, like disabling it for too low versions or loading different graphics (r11330)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
874 - Feature: Half tile- and anti-zig-zag-foundations (r11319)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
875 - Feature: Control-Clicking the Centre Main View button on the vehicle window allows the main viewport to follow the chosen vehicle (r11304)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
876 - Feature: User customisable faces (r11269)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
877 - Feature: Make more advanced rail types more expensive to build (r11265)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
878 - Feature: Implement the "moreanimation" feature of TTDP, so we can properly support newindustries (r11228)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
879 - Feature: [NewGRF] Add support for newindustries (r11204)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
880 - Feature: Sort the NewGRFs by name, making searching a specific NewGRF a lot easier (r11175)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
881 - Feature: Add possibility to show the bounding boxes of sprites using CTRL-B so one can get a better understanding of the used bounding boxes to fix the glitches that still exist. Note that showing the bounding boxes is not glitch free; it only gives you some knowledge where the bounding boxes are (r11174)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
882 - Feature: Remove the arbitrary limit of 10 articulated parts for a vehicle (r11120)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
883 - Feature: Autoslope, changing of slopes of tiles that already have something build on them. Does not work for tiles of houses/industries/stations that do not allow autosloping (r11107)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
884 - Feature: Support for encapsulating files into a .tar file; you can pack all files in your data/ directory in how ever many .tar files you like, keeping the directory-structure equal to the unpacked version, and OpenTTD can handle them just like the files were unpacked (r11106)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
885 - Feature: Allow slopes under statues (r11069)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
886 - Feature: [OSX] Added more options for right click emulation (controlled from the interface tab in the patch window) (r10996)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
887 - Feature: Allow building and removing tracks and signals when there is a train on a parallel diagonal track that does not interact with this one (r10922)
7908
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
888 - Feature: Added TileHeight to the Land Area Information tool [FS#653] (r10878)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
889 - Feature: [OSX] OpenTTD will now pick the same language as finder is set to if no config file is found (r10851)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
890 - Feature: Provide an infrastructure to have resizable windows that are smaller than the default window size. Useful for playing on very low resolution systems (r10704)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
891 - Feature: Support for autosave_on_exit in the console, so dedicated servers can use it (r10658)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
892 - Feature: Add a soft limit of 4096 "entities" in a station's waiting queue and a hard limit of 32768 so (malicious) people cannot cause a "denial of service" attack by filling cargo lists (r10555)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
893 - Feature: Replace all the windows for Industry building by a more flexible one (r10496)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
894 - Feature: Support for "prospecting" raw industries, i.e. you pay an amount of money and then it might (with a given chance) build a raw industry somewhere on the map (r10451)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
895 - Feature: Automatic signal completion, enabled by pressing CTRL when dragging signals. Signals will continue following track until an existing signal, junction or station are reached. This currently replaces the existing use of CTRL-drag for changing existing signal type (r10437)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
896 - Feature: New sign editor features including switching to previous/next sign (r10401)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
897 - Feature: Disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overridden with a patch setting [FS#669] (r10353)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
898 - Feature: Add the possibility of automatically filling in timetables based on the times from the first (or subsequent) run-throughs (r10331)
8052
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
899 - Feature: Option to select the "default" rail type when you start a new game or load a game. This is done either static, i.e. rail, electrified rail, monorail and maglev, or dynamic which takes either the first or last available railtype or the railtype that is used most on the map [FS#812] (r10329)
7908
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
900 - Feature: Give a better explanation why the loading of a savegame failed and do not crash on loading savegames that were altered by patches or branches [FS#917] (r10300)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
901 - Feature: A sticky button for the client list window [FS#885] (r10293)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
902 - Feature: Allow double-clicking on certain places: add NewGRF window, build-vehicle and town-action (r10265, r10267)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
903 - Feature: Loading indicator, which shows in % how full a vehicle is while loading/unloading (r10254)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
904 - Feature: Introduce a form of timetabling for vehicles (r10236)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
905 - Feature: [NewGRF] Add support for action 0F (town name generator) (r10211)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
906 - Feature: Add support for personal directories on Windows (r10182)
7908
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
907 - Feature: Add support for anti aliased typefaces via FreeType. This is configurable for each font size in the configuration settings and requires using the 32bpp blitter and suitable fonts (r10166)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
908 - Feature: 32 bpp sprite support and dedicated driver does not blit nor render by default. Can be overruled by user (r10121)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
909 - Feature: Add support for articulated road vehicles (r10097)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
910 - Feature: Allow moving of orders instead of removing them and readding them somewhere else [FS#828] (r10071)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
911 - Feature: Replace hard coded spritecache size with a configuration option, sprite_cache_size. The default size is 2MB and the value can range from 1 to 64MB. If you experience slow-downs when scrolling the map, try increasing this setting (r10042)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
912 - Feature: Skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL [FS#760] (r10033)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
913 - Feature: Sort the strings in server language dropdown and the town names dropdown (r10032, r10036)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
914 - Feature: Build windows of trains, road vehicles and ships can now be sorted by cargo capacity (planes already had this option) (r10024)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
915 - Feature: More languages flags for servers [FS#790] (r10017)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
916 - Feature: Allow different signal types on one tile [FS#362] (r10006)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
917 - Feature: Support for oneway roads (r9999)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
918 - Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll' (r9962)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
919 - Feature: Allow terraforming under bridges (r9950)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
920 - Feature: Support for trams (r9923)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
921 - Feature: Allow building new stations adjacent to existing stations by holding down control (r9905)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
922 - Feature: Add one new zoom-out level: 8 times (r9884)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
923 - Feature: Advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group (r9874)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
924 - Feature: Make "improved loading" a proper improved loading instead of loading one (semi-)random vehicle at a time. Furthermore fill multiple vehicles at once when there is enough cargo to do so (r9838)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
925 - Feature: Add drag and drop removal of station tiles (r9810)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
926 - Feature: Support for "curvature info", Action 2 for train, variable 45 (r9803)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
927 - Feature: [NewGRF] Add action 1, 2 and 3 support for canals (r9797)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
928 - Feature: Add the possibility to choose different road patterns for towns to use (r9779)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
929 - Feature: Add an option to automatically pause when starting a new game (r9734)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
930 - Feature: Add the concept of cities. A (configurable) proportion of towns can start off larger, and will grow twice as quickly as other towns (r9667)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
931 - Feature: Add NewGRF Action 5 (Sprite Replacement) support for 2cc colour maps, airport, and road stop sprites (r9645)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
932 - Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader (r9638)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
933 - Feature: Make it possible to have some control over the town growth (r9613)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
934 - Feature: Add list_patches console command. This shows all patches along with their current values (r9565)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
935 - Feature: Add more finer control to transparency options, including a new toolbar (r9563)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
936 - Feature: Add support for variable snow lines in the arctic climate, supplied by NewGRF files (r9371)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
937 - Feature: [NewGRF] Add support for newhouses (r9315)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
938 - Feature: [NewGRF] Add support for Action 13, which allows you to translate GRF-specific texts. The translations will only be shown if you are using a language with a GRF language id and if a string has not already been set specifically for the language you are using (r9037)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
939 - Feature: Translation dependant formatting of dates (r8906)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
940 - Feature: If an action 7/9 leads to skipping the rest of the file, disable the NewGRF if an action 8 has not been encountered yet (r8831)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
941 - Feature: Stop loading and disable the current NewGRF if a fatal error message in Action B is encountered. Also be more strict on the values accepted (r8830)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
942 - Feature: Build aircraft windows will no longer show aircraft that cannot use the airport in question (r8771)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
943 - Feature: Drive-through road stops (r8735)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
944 - Feature: Allow upgrading bridges by building a new bridge over the top (r8567)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
945 - Feature: Provide aircraft with vertical separation depending on their altitude and velocity (r8534)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
946 - Feature: When linking the terraform toolbar to the build toolbars place them side by side instead of on top of each other (r8436)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
947 - Feature: The vehicle build windows are now resizable in horizontal direction as well (r8331, r8336, r8338)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
948 - Feature: Automatically build semaphores before a configurable date, which can be set by each network player separately (r8151)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
949 - Feature: Increase sprite limit from 16384 sprites to 16777216 sprites (r8128, r8129)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
950 - Feature: Add the ability to load savegames when you do not have the exact GRF files in your list. GRF files that are found based on GRF ID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match (r8106)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
951 - Feature: Show the activated status of the GRF list after pressing 'apply' in the NewGRF window, instead of the local list (r8094)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
952 - Feature: The station list does now remember the sort settings (r8065)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
953 - Feature: Make it possible to override the bind address and port of a dedicated server from the command line (r7802)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
954 - Feature: Add command line option to prevent saving of high score and configuration on exit and a console command to manually initiate a configuration save (r7801)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
955 - Feature: Add support for tractive effort to 'realistic' acceleration (r7592)
7908
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
956 - Feature: Allow to build bridges of arbitrary rail/road combinations (including signals) (r7573)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
957 - Codechange: Do not allow configuration changes, that NewGRFs can directly use to change their behaviour, during network games as this can cause desyncs (r11452)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
958 - Codechange: Make opening a new toolbar not overlapping its parent one, by locating it under the parent, and aligned with the left side of it [FS#1310] (r11256)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
959 - Codechange: Do not brute force determine the first vehicle in the chain or previous vehicle, but do it by properly accounting the previous and first pointers when updating the next pointer. This gives a performance increase of about 15% when there are a lot of vehicles in the game (r11011)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
960 - Codechange: Cache expensive NewGRF station variables during sprite lookups/callbacks (r10509)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
961 - Codechange: Keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo is not thrown on a big pile when it is put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it (r10266)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
962 - Codechange: Do not limit the cost of tunnels (r10248)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
963 - Codechange: Add new vehicle hash table for collision detection and finding vehicles on a tile. The hash area scanned is far smaller than the old hash table, which is now used for viewport updates only. This should give a significant performance improvement for games with many vehicles (r10111)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
964 - Codechange: Do not redraw all station tiles when cargo is added or removed if the station has no custom graphics (r10062)
7908
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
965 - Codechange: Add some support for NewGRF var 7D, temporary storage array (r9707)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
966 - Codechange: Add support for returning 'ttdpatch variables' (Action D) (r9701)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
967 - Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static (r9671 and several others)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
968 - Codechange: Add support for multiple 'base' directories for NewGRF searching (r9560)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
969 - Codechange: Implement actions 1/2/3 for cargoes, callback handler and custom icon sprites (rmany)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
970 - Codechange: Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock (r8420)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
971 - Codechange: Remove the landscaping button from the build toolbars (r8143)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
972 - Codechange: [NewGRF] Do not mark as unsafe those NewGRFs that set their own parameters (via action D) and/or change only bridge sprite table layouts (action 0, property D) (r7831)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
973 - Fix: The CHANCE16 functions were biased; a 32768 in 65536 chance was really a 32769 in 65536 chance (r11454)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
974 - Fix: Do not create shores in canyons (r11438)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
975 - Fix: Starting OpenTTD with DOS files made it look weird out of the box (r11433)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
976 - Fix: Properly support genders coming from NewGRFs instead of crashing [FS#1430] (r11422)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
977 - Fix: Do not ignore the autorenew settings for new games when creating a new game [FS#1428] (r11415)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
978 - Fix: Do not do a 270 degree turn when 90 degrees is enough on a commuter airport [FS#1422] (r11408)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
979 - Fix: In rare cases OpenTTD could segfault when resizing and scroll the main window (r11405)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
980 - Fix: Manually replacing a vehicle with shared orders makes it lose it is order index and service interval [FS1384] (r11370)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
981 - Fix: Road vehicles must not drive through each other on bridges/in tunnels [FS#1258] (r11366)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
982 - Fix: When stopping a ship or aircraft, set their speed to 0 so they will not continue at the speed where they were stopped at [FS#1288] (r11365)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
983 - Fix: Cloning vehicles with non-standard sub-cargotypes (i.e. livery refits) failed [FS#1380] (r11362)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
984 - Fix: Loading too many GRFs was not handled gracefully causing crashes and such [FS#1377] (r11355)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
985 - Fix: Add missing elrail sprites for some rail build buttons/cursors (r11350)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
986 - Fix: Trees can now be planted on bare land without making it grassy, planting tree in desert does not make it grassy for the first tile-cycle and when a tree dies in desert, it no longer becomes a snowy tile for the first tile-cycle (r11244)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
987 - Fix: The explosion vehicles were placed too far to the south [FS#1312] (r11234)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
988 - Fix: One could sell vehicles that were crashed in a depot, which would still yield money/one could construct trains of crashed vehicles [FS#1307, FS#1228] (r11229, r11230)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
989 - Fix: Electric trains were not shown as stopped in depots when converting it from elrail -> normal rail [FS#1260] (r11167)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
990 - Fix: A lot of graphical glitches by changing some bounding boxes. It is not perfect yet, but a *very* good step into the right direction (r11128)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
991 - Fix: When autorenew is enabled and it cannot renew the vehicle anymore (because the player cannot build the engine), the ageing warnings as if autorenew is not enabled are shown [FS#553] (r11064)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
992 - Fix: Inconsistency between rail<->elrail conversions of different kinds of rail containing tiles (normal rail, stations, depots, etc) [FS#1182] (r11059)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
993 - Fix: Crash when having the Finance window opened of the player you are cheating to [FS#1177] (r11028)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
994 - Fix: Switching players (using the cheat) crashed on Big Endian machines [FS#1150] (r11023)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
995 - Fix: The canal border determination did not take oil rigs into consideration (r11022)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
996 - Fix: Do not display income/expenses when they do not belong to a "valid" tile, like the money cheat/giving money [FS#1175] (r11021)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
997 - Fix: One could not give money when (s)he had too much money or rather: when casting the amount of money to an int32 becomes negative [FS#1174] (r11020)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
998 - Fix: When determining the gender of a string, do not assume that the gender is in the front of the string when there can be case switching code at that location [FS#1104] (r10792)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
999 - Fix: Determining whether there is a tunnel going under the lowered area is only needed in two directions instead of all four, so take the directions (one for each axis) to the nearest border (along the given axis) [FS#1058] (r10686)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1000 - Fix: Graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars [FS#1076] (r10685)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1001 - Fix: Trolly AI did not know about steep slopes, and used wrong tileh in some cases [FS#1070] (r10655)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1002 - Fix: Be consistent with the space between the company name and the player number, i.e. always put a space between them [FS#1052] (r10627)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1003 - Fix: [YAPF] Ships received curve penalty for non-diagonal straight move (r10578)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1004 - Fix: Do not segfault when you quit in the end-of-the-game screen [FS#1020] (r10548)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1005 - Fix: When Cheat-Window is open and a new month happens, the window was not redrawn instantly (r10547)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1006 - Fix: You can now have both Available Train as Available Ship window open [FS#1026] (r10546)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1007 - Fix: Cargo payment rates overflow and cargo payment rates diverge from cost rates making it impossible to make any profit after a certain number of years. Both are solved by stopping the inflation after 170 years; there is absolutely no point in continuing the inflation after that as it only makes the game have overflows at some point that cannot be solved; using larger variables only delays the inevitable [FS#1028] (r10541)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1008 - Fix: Error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command [FS#1015] (r10501)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1009 - Fix: The network protocol check for required NewGRFs sent static NewGRFs too (r10414)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1010 - Fix: When landscape generating, allow for 200ms between screen updates instead of updating every 200ms. Previously slow screen updates would result in very slow map generation (r10396)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1011 - Fix: One could only build a limited number of stations before one had to rename them [FS#278] (r10320)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1012 - Fix: Acceleration not calculated properly when a train goes up a hill between tunnels [FS#786] (r10317)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1013 - Fix: [YAPF] Now it is no longer needed to invalidate the YAPF segment cache every tick in MP (read performance increase). Segment cost now does not contain the curves between segments. As a result the cache should be now accurate (r10302)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1014 - Fix: [YAPF] Assertion triggered in some special cases [FS#901] (r10301)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1015 - Fix: Flush stdout on dedicated server output to ensure an update of stdout [FS#775] (r10295)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1016 - Fix: With smooth_economy, when industry production hit 32, it stayed there for ever. Give it some chance to get out of that uber-lowness (although it is a very slim chance, at least it has one) (r10290)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1017 - Fix: Also age engines that are not front-engines [FS#202] (r10288)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1018 - Fix: Money overflow bugs in many locations [FS#723] (r10212)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1019 - Fix: Fix issues related to fixed names, fixed places of files/directories and application bundles [FS#153, FS#193, FS#502, FS#816, FS#854] (r10182)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1020 - Fix: A vehicle without visual effects is not per definition unpowered (r9802)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1021 - Fix: Do not assume that trains running on monorail/maglev cannot smoke/spark (r9801)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1022 - Fix: Play sound effects based on the engine class, not the rail type (r9800)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1023 - Fix: Separate engine class and engine running cost class (r9799)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1024 - Fix: Clone vehicles will no longer refit for free (r9689)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1025 - Fix: Improved loading does not use a huge amount of processing power anymore when having a lot of trains [FS#423] (r9683)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1026 - Fix: Truncate the NewGRF information text in the NewGRF GUI if it is too long (r9449)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1027 - Fix: Cancel in password queries reduces amount of players in the network game when they have not joined the game yet [FS#688] r9378
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1028 - Fix: If all news-setting buttons show 'full', make the ALL-button show 'full' too (r9137)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1029 - Fix: Open and close messages now have their own setting, so you can hide economy changes, but do show open/close of industries [FS#525] (r9097)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1030 - Fix: Do not make owner signs transparent, as then you loose the information who it owns [FS#637] (r9067)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1031 - Fix: Store the owner of a statue, so when it gets removed, the town is notified of it [FS#638] (r9066)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1032 - Fix: Inactive connections are not automatically kicked, i.e. people who only open a telnet (or similar) connection to a server [FS#115] (r9038)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1033 - Fix: Do not select a disabled platform length/number of track count when going out of drag-drop mode [FS#450] (r8999)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1034 - Fix: Make an aircraft at 400 km/h go as fast as a train at 400 km/h (r8973)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1035 - Fix: You were unable to build roads in the scenario editor when there is no town 0, even though there are other towns (r8608)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1036 - Fix: Road Vehicles now can obtain a slot even if the station is very spread out [FS#577] (r8536)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1037 - Fix: Allow lumber mill to cut trees only when they are full grown (r8535)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1038 - Fix: Segmentation fault when the toolbar gets removed and you have selected one of the items in a sub menu of the toolbar (r8533)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1039 - Fix: Remove phantom oil rigs sometimes present in old savegames (r8485)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1040 - Fix: When a station is removed, vehicles do not get excessive payment any longer, as the origin TILE is now stored as long as the origin STATION for the transported cargoes (r8144)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1041 - Fix: The game could crash when the chat key (<ENTER>) is pressed too vehemently during the join of the game. Your client's id does not exist in the clients list yet, and returns NULL (r8132)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1042 - Fix: Rail vehicles can no longer enter tunnels or bridgeheads with wrong railtype (r7976)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1043 - Fix: When path finding onto a bridge or tunnel end from previous tile (but not warping from the opposite end) check the enter direction. This fixes signal setting if a rail ends on the top of a tunnel end (r7718)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1044 - Fix: When following path for signals, do not skip back to the previous tile, as for tunnels and bridge ends the entering direction is wrong (r7717)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1045 - Fix: [YAPF] suppress 'Train is lost' message if path finding ended on the first two-way red signal due to YAPF.rail_firstred_twoway_eol option (r7628)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1046 - Fix: [OPF] signal update was incorrectly propagated (r7620)
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1047
7519c50587e5 (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
rubidium <rubidium@openttd.org>
parents: 7588
diff changeset
1048
7588
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1049 0.5.3 (2007-09-15)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1050 ------------------------------------------------------------------------
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1051 - Fix: Possible NULL pointer dereference that could be triggered remotely (r11074)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1052 - Fix: Removing CMD_AUTO from some commands could remotely trigger an assertion [FS#1179] (r11040)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1053 - Fix: Underflow that caused overflows in the performance rating [FS#1179] (r11039)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1054 - Fix: [Windows] MIDI does not stop when closing openttd [FS#1164] (r11029)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1055 - Fix: Do not unconditionally assume that a tile has a depot (r11027)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1056 - Fix: Give a more correct error when building some things on tile 0 [FS#1173] (r11024)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1057 - Fix: Do not display income/expenses when they do not belong to a "valid" tile, like the money cheat and giving money [FS#1175] (r11021)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1058 - Fix: One could not give money when (s)he had too much money [FS#1174] (r11020)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1059 - Fix: Disallow buying/selling shares in your own company or a bankrupt company [FS#1169] (r11018)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1060 - Fix: Crash when quiting the game in one of the end score windows [FS#1218] (r11071)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1061
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1062
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1063 0.5.3-RC3 (2007-08-30)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1064 ------------------------------------------------------------------------
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1065 - Fix: Spectators are not allowed to issue commands (r11006)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1066 - Fix: Make the AI not crash when it has ships as the AI does not support them [FS#1133] (r10942)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1067 - Fix: Trains would not get flooded when they are at the lower part of a tile that would become a coast tile after flooding [FS#1127] (r10892)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1068 - Fix: Removing road with the road removal tool would also work with a negative bank account, making the bank account even more negative than it was [FS#1125] (r10890)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1069 - Fix: Some isocodes were wrong, resulting in some NewGRF not working properly for the affected languages (r10877)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1070 - Fix: [Windows] Do not try to minimise or restore the window when closing OpenTTD [FS#998] (r10835)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1071 - Fix: Trains going over bridges would get the "going down hill" accelerate bonus, which causes trains to go faster on bridges than they would be going on level land [FS#1096] (r10739)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1072 - Fix: Trains being split into two pieces when loading an old savegame [FS#1062] (r10735)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1073 - Fix: [OS/2] Fix chdir problem with open/save dialog (r10650)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1074 - Fix: One could not remove locks that were build in a (very) old version of OpenTTD [FS#1038] (r10593)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1075 - Fix: One cannot navigate using arrow keys in the game name text box [FS#1038] (r10500)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1076 - Fix: Ship's maximum speed wrongly shown [FS#1013] (r10497)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1077 - Fix: [OSX] Of the resolution is changed to something that is too high for the monitor, then it is reduced to fit the monitor size, solving several crashes and graphical glitches [FS#458] (r10410)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1078 - Fix: NPF was leaking memory each time it got initialized, except for the first time (r10357)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1079 - Fix: [YAPF] 'target_seen' flag that is set prematurely in some cases (1 tile long cached segment followed by target station) which caused asserts to trigger [FS#884] (r10199)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1080
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1081
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1082 0.5.3-RC2 (2007-07-07)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1083 ------------------------------------------------------------------------
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1084 - Fix: Visual glitches when a window is resized in the WE_CREATE callback (r10465)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1085 - Fix: [Windows] _wnd.has_focus was not properly set after using ALT-TAB [FS#962] (r10399)
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1086
dd829e6a92bc (svn r11115) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 7106
diff changeset
1087
7106
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1088 0.5.3-RC1 (2007-06-28)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1089 ------------------------------------------------------------------------
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1090 - Feature: Make the client list window (for network games) stickyable (r10293)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1091 - Feature: console command to get the current game date (r10137)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1092 - Fix: Waypoints could be renamed when you are not the owner (r10368)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1093 - Fix: Smooth economy did not close primary industries and it allowed increasing of production of industries that should not have rising productions (r10348, r10347, r10290)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1094 - Fix: Acceleration for trains on slopes is not calculated properly [FS#786] (r10344, r10317)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1095 - Fix: The 'old' pathfinders (OPF and NPF) for road vehicles could not find a path when in a tunnel [FS#290] (r10345)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1096 - Fix: Only add the autoreplace menu when autoreplace actually knows about the group [FS#880] (r10337)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1097 - Fix: Signal state sometimes not properly set when the signal "pathfinder" reached the end of a line [FS#910] (r10336)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1098 - Fix: News messages were shown over the endgame/highscore windows [FS#943] (r10333)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1099 - Fix: Rail could be destroyed when building tunnels (r10306)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1100 - Fix: Flush the output of the dedicated server console (r10295)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1101 - Fix: The "pause" key did not work in the scenario editor (r10294)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1102 - Fix: Age non-front engines too (so when you move engines around in the depot they do not get age 0 when they are much older [FS#202] (r10288)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1103 - Fix: Do not make everyone spectator if 1 joining client failed to create new company (r10284)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1104 - Fix: Remove invalid characters (for the file system) from savegame names [FS#916, FS#850] (r10272, r10116)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1105 - Fix: Some old savegames could have the wrong bits unset (r10268, r10147)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1106 - Fix: Do not look in every direction for tunnels when building one, one direction is enough (r10258)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1107 - Fix: [Windows] Do not mess desktop when using ALT-TAB [FS#876] (r10251, r10186)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1108 - Fix: Take the age of the front vehicle for station rating (r10246)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1109 - Fix: Terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal [FS#594] (r10240)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1110 - Fix: Only 2 trains could crash at one time as collision checking stopped on the first hit. This could technically cause desyncs in network games as the collision hash order is not guaranteed [FS#892] (r10222)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1111 - Fix: Land under foundations was terraform when it should not be terraformed [FS#882, FS#890] (r10219)
7106
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1112 - Fix: Do not make a 270 degree turn on the international airport when a 90 degree turn is enough (r10187)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1113 - Fix: Crash when trying to get the aircraft movement state of an aircraft going to a just deleted airport [FS#874] (r10165)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1114 - Fix: Airports did not flood when there are aircraft on the airport [FS#601] (r10155)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1115 - Fix: Some vehicles were not drawn when having a high resolution and a high zoom-out level [FS#870] (r10154)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1116 - Fix: Vehicles disappear when crossing certain tiles [FS#869] (r10153)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1117 - Fix: Train disconnects in some old TTD savegames [FS#862] (10151)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1118 - Fix: OpenTTD assumes that the resolution is at least 1 by 1, so force the resolution to be always at least 1 by 1 (r10139)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1119 - Fix: When you got a sufficiently small resolution, there is a possibility for a division by zero when a sound is played (r10138)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1120 - Fix: When removing a dock, a ship will always try to reach the old location of the dock even when it cannot anymore because it the old location of the dock is now land instead of water [FS#810] (r10131)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1121 - Fix: SetCurrentGrfLangID returned the wrong language ids for most languages (r10130)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1122 - Fix: Some NewGRFs use the same (unused in the "current" climate) sprite IDs. Normally this gives some artefacts, but when one NewGRF expects it to be a sprite and another NewGRF overwrites it with a non-sprite nasty things happen (drawing a non-sprite crashes OTTD) [FS#838] (r10109)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1123 - Fix: Multiple subsequent "give money" actions could result in duplicate messages that money has been transfered when it only happened once, or tell you paid money when you did not [FS#834, FS#839] (r10087, r10085)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1124 - Fix: "Deactivate Electrified Railways" did not work [FS#836] (10083)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1125 - Fix: Memory leaks in the networking code [FS#846, FS#844] (r10082, r10075)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1126 - Fix: Coverage area highlight was still show when it was turned off for docks [FS#835] (r10068)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1127 - Fix: Do not use override engine type for articulated wagon parts (r10048)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1128 - Fix: Sprite resulting from '?' substitution was reloaded into the cache entry for SPR_IMG_QUERY instead of the original sprite cache entry. This resulted in unaccounted missing sprite cache memory, and was exacerbated because the original missing sprite was not cached, so it did it again and again and again. Slowdowns and boom (r10038)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1129 - Fix: One could build on (some) slopes when building on slopes was disabled [FS#823] (r10030)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1130 - Fix: When deleting the first engine of a train with multiple engines, only reopen the train window if the player had the original train window open. This fixes 'random' windows opening for multiple players of the same company (r10028)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1131 - Fix: When selling trains, if there were no wagons between multiheaded engines the rear part could be checked despite having already been deleted (10023)
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1132
33296909b1b1 (svn r10378) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6744
diff changeset
1133
6744
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1134 0.5.2 (2007-05-29)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1135 ------------------------------------------------------------------------
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1136 - Feature: Add threading support for MorphOS (r9759)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1137 - Fix: Bridges and tunnels were not always removed on bankruptcy, thus leaving tunnels/bridges with an invalid owner that would crash the game when clicking with the query tool on them (r9966)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1138 - Fix: Null pointer dereference under MorphOS and AmigaOS (r9861)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1139
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1140
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1141 0.5.2-RC1 (2007-05-16)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1142 ------------------------------------------------------------------------
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1143 - Feature: Windows 95/98/ME check in Windows 2000/XP/2003/Vista builds (r9834)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1144 - Feature: Add password protected status to 'players' (network server) console command (r9771)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1145 - Feature: Add server_lang in [network] section of openttd.cfg (r9716)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1146 - Fix: Loading some TTDP savegames caused an instant assertion on loading (r9857)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1147 - Fix: [NewGRF] Catch occurance of division-by-zero in varaction handling (r9837)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1148 - Fix: Only non dedicated servers cannot have 0 players [FS#765] (r9785)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1149 - Fix: Remove arbitrary limit on length of NewGRF strings (r9775)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1150 - Fix: [NewGRF] Ignore axis-bit of station tile layouts [FS#756] (r9758)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1151 - Fix: [win32] Dead key and open/close console (r9728)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1152 - Fix: When you have closed the "Load game"/"New game" windows which you started from the "start server" menu, you should not start a server when starting a new game [SF#1244842] (r9757)
6744
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1153 - Fix: Trains were lost after autorenewal/autoreplace [FS#732] (r9753)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1154 - Fix: Stop flooded towns from building roads on water [FS#598] (r9743)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1155 - Fix: Station signs were not resized when the language changed [FS#672] (r9741)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1156 - Fix: In news history, newlines were not replaced with spaces [FS#677] (r9731)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1157 - Fix: Crash when destroying bridge with train partially on it [FS#738] (r9726)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1158 - Fix: Planes made a 270 degree turn instead of a 90 degree turn on the southern runway of the intercontinental airport [FS#743] (r9725)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1159 - Fix: In-game private messages did not work for clients with high ClientIDs (r9719)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1160 - Fix: Do not allow building of rail vehicles whose railtype is not available (r9718)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1161 - Fix: [YAPF] The guessed path was ignored for ships [FS#736] (r9694)
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1162
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1163
6514
f2786f7b2c3b (svn r9700) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6482
diff changeset
1164 0.5.1 (2007-04-20)
f2786f7b2c3b (svn r9700) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6482
diff changeset
1165 ------------------------------------------------------------------------
f2786f7b2c3b (svn r9700) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6482
diff changeset
1166 (None)
f2786f7b2c3b (svn r9700) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6482
diff changeset
1167
6744
267368109c7f (svn r9979) -Merge: release changes from 0.5.
rubidium <rubidium@openttd.org>
parents: 6514
diff changeset
1168
6482
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1169 0.5.1-RC3 (2007-04-17)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1170 ------------------------------------------------------------------------
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1171 - Feature: Add list_patches to console commands; shows all patches and values (r9565)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1172 - Fix: Select "Custom" in the difficulty settings gui when changing a setting [FS#733] (r9647)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1173 - Fix: Building rail on steep slopes ignored build_on_slopes patch setting (r9602)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1174 - Fix: Wrong characters in Finnish town names (r9641)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1175 - Fix: When checking for no vehicle on ground-tiles, do not take into account vehicles that are in the air (r9542)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1176 - Fix: Bankrupt AIs no longer buy over themselves (also added safeguards to prevent in future) (r9540 / r9541)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1177 - Fix: When company is removed, sell all shares of the and in the company (r9533)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1178 - Fix: Crash when 2 or more clients joined at roughly the same time (r9529)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1179 - Fix: Custom currency was overwritten and fix euro introduction (r9467, r9469)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1180 - Fix: Values of diff_custom and snow_line in .cfg were not checked properly (r9455)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1181 - Fix: When deleting a vehicle which has shared orders with one more vehicle and no orders, segfaulted (r9429)
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1182
67914b8037c0 (svn r9663) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6367
diff changeset
1183
6367
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1184 0.5.1-RC2 (2007-03-23)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1185 ------------------------------------------------------------------------
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1186 - Fix: crashes when the chatbox would be drawn outside of the main window [FS#701] (r9420)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1187 - Fix: reading out of an array caused a segmentation fault [FS#694] (r9394)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1188
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1189
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1190 0.5.1-RC1 (2007-03-20)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1191 ------------------------------------------------------------------------
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1192 - Feature: Translation dependant formatting of dates (r8906)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1193 - Feature: Kick inactive initial network connections after some time [FS#115] (r9038, r9061)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1194 - Feature: Add an extra news group for opening and closing of industries (r9097)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1195 - Codechange: Disable shares by default and increase the default maximum distance from edge for oil refineries (r9339)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1196 - Codechange: When you started openttd with '-g' you got the same map every run (r9205)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1197 - Codechange: When all news-setting buttons are 'full', make the for-all button show 'full' too (r9137)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1198 - Codechange: Disable the ability to make flooding water with the canal build tool. In the scenario editor you can still make both canals and flood water at height level 0 [FS#622, FS#629] (r9105, r9115)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1199 - Codechange: The station list, sorted by cargo rating, now takes stations into account that have no cargo waiting [FS#595] (r9062)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1200 - Fix: Close the Shared Order Vehicle List if you remove the shared link with only 2 vehicles (r9338)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1201 - Fix: A34-1000, Z-Shuttle, and Kelling K1 are now listed as small aircraft (r9298)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1202 - Fix: Shared orders got messed up when the 'first' trains got removed in the depot [FS#685] (r9277)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1203 - Fix: Use a less CPU-intensive algorithm to find a random industry for the AI to prevent it slowing down the game [FS#644] (r9251)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1204 - Fix: When loading games, enroute_from was updated in the wrong place, causing issues with TTD savegames/scenarios (r9147)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1205 - Fix: "Train is lost" message is generated incorrectly [FS#676] (r9146)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1206 - Fix: Difficulty level button was not selected when opening the difficulty window (r9117)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1207 - Fix: The wrong catenary wires were drawn for tunnel entrances [FS#612] (r9077)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1208 - Fix: The intercontinental airport used 'T-junction' runway sprites when there is no exit in the middle of the runway as in the city airport [FS#529] (r9076)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1209 - Fix: [win] dedicated console now does not need an extra 'enter' to fully quit [FS#459] (r9074)
6367
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1210 - Fix: Take over companies properly in multiplayer games [FS#459] (r9071)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1211 - Fix: When a bribe failed and you have not picked up cargo yet, you would never be able to do so for a given station [FS#404] (r9070)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1212 - Fix: Do not keep on scrolling for non-numeric values in settings, but require reclick [FS#663] (r9064)
6367
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1213 - Fix: The personal (.openttd) directories were hidden in the load/save directory listings [FS#652] (r9043)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1214 - Fix: Desync caused by buffer overflow [FS#664] (r9027)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1215 - Fix: When cutting strings into multiple lines also take into consideration whitespace characters of more than 1 byte length (r9012)
6367
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1216 - Fix: Play the correct engine sound based on the engine type instead of the sprite (r9009)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1217 - Fix: New locomotive names were not announced in the news, it said "new railway locomotive available - railway locomotive" [FS#581] (r9000, r9001)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1218 - Fix: [NewGRF] Do not select a disabled platform length/number of track count when going out of drag-drop mode [FS#450] (r8999)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1219 - Fix: [win] Resolution doubled in cfg file when fullscreen mode used [FS#642] (r8994)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1220 - Fix: The industry list should also be (re)set when the number of industries is 0 [FS#656] (r8980)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1221 - Fix: [win] Possible buffer overflow if unicode text is pasted into an input box and needs trimming (r8975)
6367
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1222 - Fix: [win] Support compilation with the Vista Platform SDK (r8974)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1223 - Fix: Crash on loading savegames with GRFs that do not have their GRF info/name set (r8955)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1224 - Fix: [NewGRF] support for vehicle variable 48 was wrong (r8943)
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1225
194e4a2640ca (svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium <rubidium@openttd.org>
parents: 6168
diff changeset
1226
6168
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1227 0.5.0 (2007-02-27)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1228 ------------------------------------------------------------------------
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1229 - Feature: Add the ability to load newer TTDP games (the tile information for coasts has changed) (r8738)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1230 - Feature: Selecting "end of orders" and deleting will delete all the vehicle's orders (shared mode unchanged) (r8685)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1231 - Codechange: Call GetFirstVehicleInChain only for trains thus increasing performance in large games (r8744)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1232 - Fix: Possible crashes, problems with aircraft and airport removal (r8921)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1233 - Fix: Do not show the 'edit sign' window for spectators (r8808)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1234 - Fix: Adhere order types for ship order insertion to determine destination type (r8802)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1235 - Fix: It was possible to take over buoys by building a station next to them (r8794)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1236 - Fix: Cloning unaware of articulated locomotives that could refit without refitting the front unit (r8777)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1237 - Fix: Loading times for overhanging trains are miscomputed (r8709)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1238
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1239
5965
5f1803b8bef4 (svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
rubidium <rubidium@openttd.org>
parents: 5726
diff changeset
1240 0.5.0-RC5 (2007-02-08)
5f1803b8bef4 (svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
rubidium <rubidium@openttd.org>
parents: 5726
diff changeset
1241 ------------------------------------------------------------------------
6168
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1242 - Feature: Requery gameservers that did not respond to their first query (r8520, r8542)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1243 - Feature: Logging of the IP address and port of invalid/illegal UDP packets (r8490)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1244 - Codechange: Replace missing sprites with a red question mark (r8634)
5965
5f1803b8bef4 (svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
rubidium <rubidium@openttd.org>
parents: 5726
diff changeset
1245 - Codechange: Add Korean, Simplified Chinese and Traditional Chinese languages as an official translation (r8286, r8324, r8616)
5f1803b8bef4 (svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
rubidium <rubidium@openttd.org>
parents: 5726
diff changeset
1246 - Codechange: Increase the size of the sound/video/music-drivers to 32 bytes (instead of 16) so their actual parameters can be passed. Sound has for example bufsize' and 'hz' (r8497)
5f1803b8bef4 (svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
rubidium <rubidium@openttd.org>
parents: 5726
diff changeset
1247 - Codechange: Be more strict about language generation and fail any languages not having the mandatory ##name, ##ownname and ##isocode pragma's (r8253)
6168
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1248 - Fix: Draw canal edges under buoys that are in a canal (r8635)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1249 - Fix: Buoys on canal tiles do not flood anymore (r8620)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1250 - Fix: Store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. Prevents certain abuses (r8619)
8052
77bd3ce900d3 (svn r11612) -Change: update some documentation.
rubidium <rubidium@openttd.org>
parents: 7908
diff changeset
1251 - Fix: When the currently selected player in the performance details window is no longer active, choose the first active player instead of the first player as that may also be inactive [FS#582] (r8612)
6168
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1252 - Fix: Road vehicle very close after another (slower) road vehicle gets its speed reset to 0 when entering a tunnel, which causes a traffic jam outside of the tunnel (r8609)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1253 - Fix: Bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge [FS#564] (r8593)
5965
5f1803b8bef4 (svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
rubidium <rubidium@openttd.org>
parents: 5726
diff changeset
1254 - Fix: Road Vehicles now can obtain a slot even if the station is very spread out [FS#577] (r8536)
6168
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1255 - Fix: Segmentation fault when the toolbar gets removed and you have selected one of the items in a submenu of the toolbar (r8533)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1256 - Fix: Deleting a vehicle with shared orders, but no orders would fail to reset prev_shared and next_shared (r8294)
238add60d8e9 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater <Darkvater@openttd.org>
parents: 5965
diff changeset
1257
5965
5f1803b8bef4 (svn r8642) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
rubidium <rubidium@openttd.org>
parents: 5726
diff changeset
1258
5726
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1259 0.5.0-RC4 (2007-01-18)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1260 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1261 - Feature: Increase spritecache size to 2MB, will increase performance in games using NewGRF files (r8218)
5726
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1262 - Feature: OS/2 support with GCC (Watcom is dropped) (r8042)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1263 - Codechange: Add Japanese, Slovenian language as an official translation and split Norwegian into Bokmal and Nynorsk (r7987, r8084, r8069)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1264 - Codechange: Show error messages about our own data files as a popup, or to stderr if console is available (and not to stdout) (r8013, r8134)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1265 - Codechange: Change the ordering of the network list, compatible servers just missing grf files are below fully compatible servers, not on the bottom (r8118)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1266 - Fix: Return proper error value when unthreaded save fails, prevents server sending 0-sized files (r8171)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1267 - Fix: Network client crashes when a server sends a 0-sized savegame [FS#556] (r8167)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1268 - Fix: Several desync fixes (incorrect roadstop update of old games, autoreplace bugs) [FS#551] (r8137, r8147, r8157)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1269 - Fix: Some disaster-events fixed: combat chopper shoots from right position, submarine once again moves around (r8140, r8158)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1270 - Fix: "out of sprite memory" warning messages due to incorrect assumption of requested memory for sprites (r8133)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1271 - Fix: Bouys are now built and numbered 1..9 not 9..1 [FS#538] (r8123)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1272 - Fix: Clicking for more news properly cycles through the news history backwards, and does not show the first item doubly if it's already open (r8049)
5726
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1273 - Fix: Crash when removing a town in the scenario editor while the query window is open for one of the town's tiles (r8030)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1274 - Fix: Overflow of system-ticks was not handled properly, resulting in a possibly unresponsive server/client (r8028)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1275 - Fix: Automatic pause interfering with 'pause_on_join setting' in MP when <shift> is pressed [FS#486] (r8027)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1276 - Fix: Picking up en-route cargo will also have virtual profit deducted for trains aswell (r8026)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1277 - Fix: Out-of-bounds read access on _clients array (harmless) (r7984)
9f56eacb1878 (svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5564
diff changeset
1278
5564
0357380bcb2d (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5443
diff changeset
1279 0.5.0-RC3 (2007-01-07)
0357380bcb2d (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5443
diff changeset
1280 ------------------------------------------------------------------------
0357380bcb2d (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5443
diff changeset
1281 - Codechange: Add Lithuanian language as an official translation (r7806)
0357380bcb2d (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5443
diff changeset
1282 - Fix: The configure script did not work work for dash, a sh compatible shell [FS#485] (r7893)
0357380bcb2d (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5443
diff changeset
1283 - Fix: [OSX] control + enter no longer fullscreens, interfered with team-chat (r7886)
0357380bcb2d (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5443
diff changeset
1284 - Fix: Offset engines/wagons by half width in details window; fixes overflowing for display (r7864)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1285 - Fix: [OSX] Remove incorrect debug message about missing grf files (r7766)
5564
0357380bcb2d (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5443
diff changeset
1286 - Fix: [sdl] sometimes ALT-TAB could trigger the fast forward (r7727)
0357380bcb2d (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5443
diff changeset
1287
0357380bcb2d (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5443
diff changeset
1288
5443
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1289 0.5.0-RC2 (2006-12-31)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1290 ------------------------------------------------------------------------
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1291 - General Removed support for OSX older than 10.3.9. Either upgrade, or use 0.4.8 (compatible with OSX 10.2)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1292 - Codechange: Drastically reduce the CPU usage in certain cases (AI using CheckStationSpreadOut()) (r7585)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1293 - Fix: Internal bug in updating the animated_tiles table caused desyncs between (different endian) machines in MP (r7631)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1294 - Fix: Signal update got propagated through incompatible railtypes and under certain circumstances tunnels and rail on top (r7620)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1295 - Fix: Remove landscaping toolbar option from road consturction toolbar in scenario editor [FS#473] (r7586)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1296 - Fix: The server could under certain circumstances tell a client too late to start syncing if it has been waiting to join (r7566)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1297 - Fix: Removing towns in scenario editor did not remove their subsidies causing possible crashes [FS#468] (r7563)
5443
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1298 - Fix: Internal and (patches) GUI were disagreeing about autorenew settings [FS#431] (r7561)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1299 - Fix: No new company could be created if more than 8 clients were connected, even if not all 8 companies were used (r7560)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1300 - Fix; Clicking 'full load' could under certain circumstances change the current depot order [FS#456] (r7559)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1301 - Fix: Do not wait till a crashed vehicle is removed before starting to load other vehicles [FS#464] (r7558)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1302 - Fix: MorhpOS compile and install fixes (r7548)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1303 - Fix: Removing rail station cost was calculated on occupied area not on number of tiles with an actual station on (r7547)
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1304
7eae8cc15806 (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5359
diff changeset
1305
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1306 0.5.0-RC1 (2006-12-21)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1307 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1308 - General fixes and improvements to TTDPatch's NewGRF format, most noticable are newstations, newsounds, more callbacks and I18n
5359
b8afcd94a1dc (svn r7539) -Add Esperanto to VS project files and update changelog with added languages information.
Darkvater <Darkvater@openttd.org>
parents: 5358
diff changeset
1309 - Added languages: Bulgarian, Esperanto, Russian, Ukrainian, Languages with proper diacretics: Czech, Hungarian, Turkish
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1310 - Feature: Show NewGRF compatability of network games; green for full compatibility, yellow for missing NewGRFs and red for invalid revision (r7505)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1311 - Feature: Load a list of NewGRFs from the config (in the [NewGRF-static] section) that should always be loaded (r7490)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1312 - Feature: Double the length of the cargo and rating indicators in the station list window for better visibility (r7466)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1313 - Feature: NewGRF set up window and browser which allows modification and viewing of NewGRF settings ingame or the main menu (r7357)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1314 - Feature: Support for saving NewGRF settings with savegames (r7348)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1315 - Feature: Add support for gradual (un)loading of vehicles (r7326)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1316 - Feature: Add freight trains patch option which is a multiplier for the weight of cargo on freight trains, to simulate longer heavier trains (r7269)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1317 - Feature: UNICODE/UTF8 support, with (optional) usage of fonts rendered by Freetype instead of sprites. This means full unicode support (input, rendering, file/io) and greatly enhanced internationalization for non-latin languages (utf8) (r7182)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1318 - Feature: Add Slovak, Brazil and Slovenian currency [SF 1243657, 1171147; FS#131] (r7160, r5964)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1319 - Feature: Allow towns to be built on top of trees in the scenario editor [FS#396] (r7152)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1320 - Feature: Allow over-building of compatible railtypes, i.e. normal and electrified rail. If building electrified rail, normal rail is upgraded for you (at a cost) (r7106)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1321 - Feature: Additional positioning for long dropdown lists with scrollbar support if dropdown list would not fit (r7086)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1322 - Feature: [win32] Remember the window size between restarts when quit in fullscreen mode (r7061)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1323 - Feature: Increase the chatbuffer of chat messages, messages longer than the graphical box will be wrapped to a new line (r6956)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1324 - Feature: Allow typing longer text than visible for an editbox; it will scroll properly now (r6954)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1325 - Feature: Allow spectators to team-speak to eachother (r6933)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1326 - Feature: Allow for " to be in console tokens. Escape them with \. eg \" (r6875)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1327 - Feature: Change the functionality of the chat window. SHIFT+ENTER (SHIFT+T) sends a message to all players, CTRL+ENTER (CTRL+T) sends a message to all team mates and ENTER (T) is customizable (r6824)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1328 - Feature: (Train is) lost message is now generated immediately when pathfinder cannot find the path (r6800)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1329 - Feature: Add a measurement tool that will show dimensions and height differences of various draggable tools (r6758)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1330 - Feature: Added sort options to the build aircraft and train windows (r6708)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1331 - Feature: Depot lists are now sorted, so vehicle 1 is always first and so on (r6652)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1332 - Feature: Ability to pause a server if not enough players are connected. The setting for this is 'min_players' (r6628)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1333 - Feature: Ability for servers to execute a script just after a client has connected, e.g. for a MOTD, etc (r6625)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1334 - Feature: Add refit commands to vehicle orders (can only be done in goto depot orders) (r6624)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1335 - Feature: Support cargo subtypes in the refit window. The refit window has been altered to support resizing and scrolling (r6601)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1336 - Feature: Depot and vehicle list windows reworked a bit with more buttons to include 'Autoreplace all' (instantly), 'Sell all', 'Start all' and 'Stop all' (r6542, r6552, r6515)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1337 - Feature: Using goto depot with a different control selection will now alter the service/stopping in depot flag instead of cancelling the goto depot order (r6295)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1338 - Feature: When automatically detecting the language try to first match language+territory (e.g. de_CH), then just language (e.g. de) and fall back to en_GB otherwise (r6290)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1339 - Feature: Add a "goto depot" button to various vehicle list windows (r6229, r6246)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1340 - Feature: Save max_companies/clients/spectators in the config file (r6170)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1341 - Feature: Vehicle status bar will show the heading string in different colours to visually discern the difference between a service and a forced stop (r6165, r6414)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1342 - Feature: Control clicking Goto Depot will now make the vehicle service instead of stop in depot (r6165)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1343 - Feature: List of vehicles with the same shared orders, accessible from the orders-window of a given vehicle (r6161)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1344 - Feature: Added -s (source) and -d (destination) to strgen to specify paths for input and output files (r6089)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1345 - Feature: After removing a farm, its farmland is removed too (over time) [FS#82]
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1346 - Feature: Clicking twice on the location button in the smallmap centers to your position, clicking twice centres your viewport [FS#54] (r6040)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1347 - Feature: Change the original date format to a 32 bits format based at the year 0. Highest date is the year 5.000.000AC (r5999)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1348 - Feature: Auto-completion in chat-window. It completes Player and Town names (in that order) using <tab> (r5968)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1349 - Feature: Catalan Town Names generator [FS#261] (r5965)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1350 - Feature: Possibility to generate scenarios by importing heightmaps. It can be in PNG or BMP format
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1351 - Feature: New (optional) landscape generator based on TerraGenesis Perlin noise with GUI, progress bar and fine-tuning options (r5946)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1352 - Feature: Filter for textboxes to only allow input of certain patterns (like numbers only) (r5944)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1353 - Feature: [win32] Remember the maximized state of the game window and restore on start [FS#234] (r5874)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1354 - Feature: Add an icon to the SDL openttd executable (r5872)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1355 - Feature: Also allow horizontal and vertical rails on steep slopes (r5864)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1356 - Feature: Allow building of (certain) rails, roads and bridge ramps on steep sloped tiles (r5833)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1357 - Feature: Replacing from a train engine without cargo capacity to one with cargo capacity will now make autoreplace refit the engine to carry the cargo type from the last wagon in the train (r5465)
5564
0357380bcb2d (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater <Darkvater@openttd.org>
parents: 5443
diff changeset
1358 - Feature: [OSX] Macs with touchpads that support two finger scrolling can now use this "scrollwheel" to scroll up/down (r5460)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1359 - Feature: Allow building canals at sea-level, using ctrl to toggle canal or plain water tile. This allows building of non-raisable sea-level water ways (useful in multiplayer) and dikes for low-level areas (r5403)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1360 - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters (r5346)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1361 - Feature: Implement smooth horizontal depot and, vehicle list scrolling for trains (r5046)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1362 - Feature: Add new pathfinder, YAPF. Has greatly improved performance and better, fully configurable, pathfinding (yapf) (r4987)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1363 - Feature: Add a new console command "players" that lists current players along with basic stats [FS#150] (r4828)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1364 - Feature: Station List View can now be sorted and filtered (by waiting cargo type and facilities) (r4822)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1365 - Feature: The integer-list parser now accepts a space character as an item seperator next to the comma for openttd.cfg (r4490)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1366 - Feature: Add support for electric railways as a seperate tracktype. Electric trains will not run on non-electrfied track unless otherwise controlled by patch option (elrails) (r4150)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1367 - Feature: A new multi-lingual multi-measuring-unit system (r4126)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1368 - Feature: Add proper OPENTTD <> LOCALCODE conversion using iconv. Savegames with special characters will be legible in filesystem (r4105)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1369 - Feature: Undraw the mouse when it leaves the window and draw it again when it enters (r4075, r4083)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1370 - Feature: It is now possible to turn a single unit in a train (CTRL+Click on unit in depot) (r3944)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1371 - Feature: Delete news items about vehicles when they get stale (r3757)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1372 - Feature: Save patch settings with the savegame so you are presented with the same behaviour when loading the game on another machine/installment (r3726)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1373 - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window (r3717, r6455)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1374 - Feature: [OSX] Added support for tripple binaries (binaries optimised for G3, G5 and i686) (r3674)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1375 - Feature: Allow autoreplacing of train wagons (r3535)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1376 - Feature: Allow sorting of vehicle lists by model or value (r3528)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1377 - Feature: Allow trains details view to be resized (r3521)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1378 - Codechange: Improve the usability of the signal-dragger, do not bail out at (certain) errors, just silently ignore them [FS#149] (r7127)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1379 - Codechange: Make the zoom in/out buttons of the extra viewport into proper push-buttons (r7078)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1380 - Codechange: Make the AI choose road vehicles based on a rating (currently max speed * capacity) instead of either the cost or the index of the vehicle (r7070)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1381 - Codechange: Truncate text in window captions to prevent overflow (r7058)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1382 - Codechange: Allow standard ini-file style comments (;) (r6972)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1383 - Codechange: Send server messages with format NETWORK_ACTION_SERVER_MESSAGE so it is general colour like the rest of the server messages. Spectators speak in grey (r6932)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1384 - Codechange: Change textmessage format a bit. Only the sender's name and target are in the sender's colour, the actual message is in white. Should improve readability (r6932)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1385 - Codechange: Add an MD5 sum check of our own data files, and warn if they do not match (r6921)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1386 - Codechange: Add strict bounds checking in string formatting system to check for possible buffer overflows (r6884)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1387 - Codechange: Have the dropdown menus fall fully inside the top toolbar (r6745)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1388 - Codechange: Determine the length of the main toolbar dropdown list based on the length of the strings in that list (r6744)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1389 - Codechange: When vehicles never expire they will stay at peak reliability instead of the lowest to make them useful even when old (r6681)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1390 - Codechange: Show more correct capacity of articulated wagons in the train purchase list (r6650)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1391 - Codechange: When showing tooltips, properly position the tooltip taking into account window dimensions and cursor (r6405)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1392 - Codechange: Speed up the animated cursors a bit so they move once in a while at least (r6367)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1393 - Codechange: Remove the "unsorted" vehicle sorter, because it's plain useless (r6270)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1394 - Codechange: Remove MSVC6 support. The compiler was too stupid and too many workarounds were needed. Please switch to mingw or VC2005++ express (r5286)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1395 - Codechange: Allow a switch in Makefile.config to disable threads in OpenTTD (r5978)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1396 - Codechange: [win32] Add native x64 target to VS2005 project files (r5813)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1397 - Codechange: [win32]The exception dialog showed the last modification-date of win32.c instead of the last compilation-date (r5801)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1398 - Codechange: Add owner attribute to canals and locks. This makes them more useful in multiplayer games, as only the owner can delete them. Does not affect usage (r5084)
5358
770490114ba2 (svn r7537) -Forgot added VS80 support from Makefile
Darkvater <Darkvater@openttd.org>
parents: 5355
diff changeset
1399 - Codechange: Add MSVC2005 support, project and solution files are in the _vs80.* files (r4581)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1400 - Codechange: [OSX] Shark (Xcode's profiling tool) can now relate CPU usage to lines (r3611)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1401 - Codechange: Rewrite the multistop slot assignment system. More resource-friendly, several slot-assignment improvements (r3730, r4259)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1402 - Codechange: Completely remove the deprecated -p parameter (is superseded by -n) (r3508)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1403 - Fix: Town ratings were not reset when a company went bankrupt (r7433)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1404 - Fix: With realistic acceleration, guarantee a minimum braking force is applied. This ensures trains will stop when going down hill (r7425)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1405 - Fix: Changed "kick off" acceleration resulted in only a small amount of power being applied; this resulted in a perceived delay before trains moved (r7421)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1406 - Fix: Long delay for message windows to appear. Immediately show a new message if present if no news window is open, or has just been closed instead of waiting for the timer of the current news to time out [FS#255] (r7402)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1407 - Fix: Deleting Train in depot with autoreplace fails [FS#418] (r7385)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1408 - Fix: Do not update vehicle images when turning a train around. During this procedure the train is split into parts which can result in incorrect images being used (r7378)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1409 - Fix: OpenTTD could crash under certain circumstances when a vehicle as autoreplaced and a news window was open [FS#332] (r7368)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1410 - Fix: Segmentation fault in the SDL video driver when one goes to fullscreen and there are no suitable resolutions (r7332)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1411 - Fix: When loading a game from a dedicated server the local player set to 0, theoretically enabling the dedicated server to also play (r7312)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1412 - Fix: TTDPatch vars are little endian (r7282)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1413 - Fix: Always display the excavation of roadworks even when fully zoomed out or "full details" are off (r7240)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1414 - Fix: Window allocation and deletion messed with the actual window pointer, possibly crashing OpenTTD [FS#350, SF#1560913] (r7205)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1415 - Fix: Callback not executed for non-player based patch changes in multiplayer for all clients; possible desync issue (r7190)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1416 - Fix: Station sign (and base station coordinates) did not move along with station when station moved by walking [FS#388] (r7169)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1417 - Fix: MiniMap was misplacing vehicles sometimes [FS#402] (r7166)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1418 - Fix: Some mouse events possibly lost under high CPU load, handle mouse input right away instead of waiting for GameLoop [FS#221, SF1168820] (r7157)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1419 - Fix: Some keyboard events possibly lost under high CPU load, handle keyboard input in place instead of global variables magic [FS#279] (r7153)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1420 - Fix: "Position of Main Toolbar" option is not honored when starting new game or loading saved [FS#172] (r7130)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1421 - Fix: Synchronize the engine-renew settings of a player when joining a multiplayer game (r7126)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1422 - Fix: Several errors/glitches related to multiplayer and bankrupcy (mainly server), and non-updated company-information (r7125)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1423 - Fix: Cloning a vehicle that has been refitted would incur the expense as running costs, not new vehicles [FS#371] (r7115)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1424 - Fix: Do not let ships enter partial water tiles under bridges; they will travel up land... (r7110)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1425 - Fix: AI tried to build road from the back or side of road stop/depot (r7069)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1426 - Fix: Zooming out near map-borders would previously fail because the new centre would be outside the map [FS#317] (r7047)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1427 - Fix: 'Goto' button in orders window got depressed along with all other buttons when an existing order was modified [FS#311] (r7046)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1428 - Fix: Scenario bridges/tunnels cannot be demolished [FS#200] (r7028)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1429 - Fix: Pressing F1 in scenario editor did not work (r7023)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1430 - Fix: Properly guard against viewing company-sensitive information from invalid players (eg spectators) which could lead to crashes [FS#292] (r7022)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1431 - Fix: In the replace vehicle window, the left vehicle list was not drawn when an engine was not selected (r7009)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1432 - Fix: Crash at game end when server company is bankrupt [FS#369] (r7008)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1433 - Fix: List of actions panel in the town authority window went underneath its scrollbar (r6885)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1434 - Fix: Pressing ^D (EOF) at a dedicated console caused it to repeat the last command, instead of doing nothing (r6835)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1435 - Fix: Do not add up running cost of articulated engine parts (r6765)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1436 - Fix: If a rail is not available, do not show toolbar even with hotkey 'A' (r6740)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1437 - Fix: Only apply the virtual transfer profit if the order is a transfer order, rather than to any unload order (r6738)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1438 - Fix: Disable main toolbar buttons showing company list drop downs when there are no companies [FS#356] (r6695)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1439 - Fix: Autoreplace can now use the money for selling the old vehicle to build the new one (r6640)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1440 - Fix: A loop-hole that allowed docks to be built regardless of town authority rating (r6477)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1441 - Fix: [win32] The dedicated server could overwrite the keyboard input buffer before it was handled by OpenTTD (r6449)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1442 - Fix: Reset the location of the last sound as that location can be outside the map when you are loading another, (smaller) map (r6437)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1443 - Fix: Show an error message when executing 'scrollto x' with x < 0 or >= MapSize() instead of asserting later on [FS#340] (r6435)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1444 - Fix: Station catchment area persists after switching tools [FS#136] (r6368)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1445 - Fix: Do not reset the current cursor action when centering on a depot/hangar (r6360)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1446 - Fix: Go to hangar orders for aircraft could get spuriously removed when a road or rail depot got deleted (r6355)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1447 - Fix: Due to some off-by-one errors the width or height of a clipping rectangle could become 0, which is not sensible. This should fix a very rare and hard to trigger assertion in GfxFillRect() (r6351)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1448 - Fix: Never allow scrolling the map in the main menu (scroll-settings were not reset if switched to mainmenu) (r6037)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1449 - Fix: Never set I-am-a-thread bool to true IN the thread, dual-core machines could flip [FS#78] (r5977)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1450 - Fix: Town-growth removed houses under construction to make way for road; unwanted behaviour [FS#49] (r5970)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1451 - Fix: Cloned toad vehicles are not refitted to correct cargo [FS#275] (r5917)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1452 - Fix: Bugfix for errors in FindNearestHangar function in aircraft_cmd.c [FS#235] (r5914)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1453 - Fix: Sort order for produced amount and transported percentage was reversed in the industry list (r5912)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1454 - Fix: Changing patch settings through the console did not accept on/off or true/false [FS#170] (r5903)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1455 - Fix: Differing price calculation for tunnels depending on starting point [FS#253] (r5901)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1456 - Fix: Goto sepot not always working for road vehicles [FS#249] (r5898)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1457 - Fix: Bus trying to service in depot of other company [SF1519167] (r5897)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1458 - Fix: If vehicles break down and service is turned off, the vehicles failed to enter any depots; now they will quickly go to a depot if set to be replaced (r5888)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1459 - Fix: Incomplete removal of player owned property due to lack of money [FS#273] (r5886)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1460 - Fix: < > boxes in patch-settings did not grey out when they hit the limit of their range (r5714)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1461 - Fix: Check the configuration file for valid values and clamp them to their ingame minimum/maximum [SF1288024] (r3726)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1462 - Fix: Remove the restriction that the 'patch' console command can only be run from network games [SF1366446] (r3723)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1463
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1464
4254
75c241327b20 (svn r5866) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4204
diff changeset
1465 0.4.8 (2006-08-12)
75c241327b20 (svn r5866) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4204
diff changeset
1466 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1467 - Fix: A ship in a depot must be stopped before it can be cloned
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1468 - Fix: After changing directory in 'Play Scenario', the default scenarios did not show up in 'New Game'
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1469
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1470
4204
2eb6f26b240a (svn r5688) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4092
diff changeset
1471 0.4.8-RC2 (2006-07-31)
2eb6f26b240a (svn r5688) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4092
diff changeset
1472 ------------------------------------------------------------------------
2eb6f26b240a (svn r5688) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4092
diff changeset
1473 - Feature: Add Italian town names as we have an official Italian translation
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1474 - Codechange: Verify the presence of music files in the gm/ folder. This should also solve some 100% CPU buildup for some users
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1475 - Fix: Certain combinations of trains crash when moved around inside the depot
4204
2eb6f26b240a (svn r5688) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4092
diff changeset
1476 - Fix: Reversed arrow-sign in the multiplayer list column headers on sort by name
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1477 - Fix: Industry production change button does not work for oilrig passangers
4204
2eb6f26b240a (svn r5688) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4092
diff changeset
1478 - Fix: Helicopters stopping in depot after autorenew/autoreplace
2eb6f26b240a (svn r5688) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4092
diff changeset
1479 - Fix: MorphOS crashes when you go a level up in the root level
2eb6f26b240a (svn r5688) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4092
diff changeset
1480 - Fix: UDP sockets were used even if network-availability was set to false
2eb6f26b240a (svn r5688) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4092
diff changeset
1481 - Fix: Crash when trying to build a vehicle type that is set to a max of zero
2eb6f26b240a (svn r5688) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 4092
diff changeset
1482
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1483
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1484 0.4.8-RC1 (2006-06-28)
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1485 ------------------------------------------------------------------------
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1486 - Feature: Add Turkish town names as we have an official Turkish translation
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1487 - Feature: Add a fully optional configure script that is a wrapper around the cumbersome makefile.config
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1488 - Codechange: [NPF] Disable NPF totally for ships as it wholly kills performance. Only for 0.4/ branch and 0.4.8
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1489 - Fix: Redraw the screen when switching the signal side in the patches window
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1490 - Fix: It was possible to dig into a tunnel if certain rail combinations were ontop of it
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1491 - Fix: A HQ could only be flooded at its northern tile, the other 3 were immune to water
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1492 - Fix: Fix several glitches concerning foundations. Houses, property (rail/road/bridge/etc.) and cursor are now aligned properly
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1493 - Fix: Prohibit altering a road tile while road works are in progress. This fixes some glitches like "turning" the excavation by adding/removing road bits or removing the road piece
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1494 - Fix: Only advertise the server to your external IP/network (eg not to 127.0.0.1) and use proper broadcast addresses
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1495 - Fix: '-f' switch is not valid on windows, so do not show it in help
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1496 - Fix: [Autoreplace] Autoreplaced trains can leave all wagons in depot under certain circumstances
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1497 - Fix: The wrong IP could get unbanned, e.g. 'unban 1.2.3.42' could result in unbanning 1.2.3.4
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1498 - Fix: It was possible to convert the railtype of a bridge while a train was on it
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1499 - Fix: It was possible to rename signs or waypoints with the chat box
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1500 - Fix: Be more strict what it means for an aircraft to be in a hangar: It's not just being stopped on a hangar tile
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1501 - Fix: If a road vehicle is on a road depot tile and stopped does not mean it's in the depot. Use the proper test for this
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1502 - Fix: [AI] The AI should send a plane into a hangar if it's not in a hangar _or_ not stopped, not when it's not in a hangar _and_ not stopped
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1503 - Fix: [AI] The trolly AI used information from the wrong industry when calculating the amount of to be transported goods
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1504 - Fix: [NTP] Fix NTP over bridges: do not check the rail type when on a bridge
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1505 - Fix: Truncate text in dropdown lists to stop text overflowing
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1506 - Fix: "Erroneous train reversal on waypoints". When processing the next train order, do not even consider reversing the train if the last order was to a waypoint
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1507 - Fix: Starting a new scenario did not adhere to local difficulty settings but took it from the scenario itself. That mode is for 'play scenario'
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1508 - Fix: Vehicles on a sloped tile under a bridge were affected by the bridge speed limit
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1509 - Fix: Issue with train pathfinding over level crossings
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1510 - Fix: [AI] The AI no longer attempts to build signals under bridges
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1511 - Fix: Refresh build vehicle window (if opened) when converting rail depot
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1512 - Fix: Crash when sorting an empty server list
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1513 - Fix: The build-tree window button defaulted to a place-push-button on opening where no treetype is selected
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1514 - Fix: Game crashes when cloning/autoreplace reaches train-limit
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1515 - Fix: [NTP] properly check for railtypes on non-plain-rail-tiles
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1516 - Fix: Trains could enter certain sloped rail tiles under bridges with incompatible rail type
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1517 - Fix: Ensure the map memory is cleared after it is allocated. This fixes random deserts that sometimes occurred
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1518 - Fix: Some weird behaviour with tile selection near bridges
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1519 - Fix: Do not allow PF to enter train depot from the back (signal updates)
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1520 - Fix: Game no longer crashes when the last vehicle servicing a station has been deleted
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1521 - Fix: Reset the last built railtype when starting a new game
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1522 - Fix: Cloned vehicles get the same service interval as the original vehicle
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1523 - Fix: Game no longer errors out when "Many random towns" is selected in the scenario editor
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1524 - Fix: Obscure road dragging bug. The road build command did not return the appropiate error message of invalid-slope when building road
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1525 - Fix: Temperate bank will no longer appear (during game) in tropic landscape. This bug is from the original game
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1526 - Fix: Specify the 'stopall' console command as a debug command
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1527 - Fix: Fixed a problem that caused DeliverGoodsToIndustry to not work as intended
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1528 - Fix: Ships and aircraft can now be used as feeders as well
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1529 - Fix: When a multiheaded train is sold the pointers were not updated correctly causing sporadious crashes/disconnects
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1530 - Fix: New plantations now cause the correct ".. being planted .." news item
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1531 - Fix: Danish town names were saved/loaded as Swiss
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1532 - Fix: Removing roads on crossings was done without a check for ownership
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1533 - Fix: [Autoreplace] Fix drawing of train list for outdated engines
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1534 - Fix: Malicious clients/servers could crash the game
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1535 - Fix: [Autoreplace] allow replacement of wagons even when the engine fails to be replaced
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1536 - Fix: Certain operations involving trains inside a depot could cause a crash
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1537 - Fix: [Autoreplace] cost for refitting a new vehicle is added to the cost animation (player always paid for it, it just was not shown)
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1538 - Fix: [OSX] Save/Load issues solved for OSX 10.3.9 universal binaries
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1539 - Fix: Illegal servers in the master-server list could kick the client back to the main menu, effectively making Multiplayer impossible
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1540 - Fix: [NPF] Do not mark tiles when debugging in multiplayer, this will cause desyncs
4092
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1541 - Fix: Several fixes to chatbox code, mainly plug a buffer overflow
12cb6b4b2044 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 3339
diff changeset
1542
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1543
3339
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1544 0.4.7 (2006-03-26)
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1545 ------------------------------------------------------------------------
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1546 - Feature: [OSX] Add support for triple-binaries (PPC, PPC970, i386) (r4102)
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1547 - Fix: [OSX] crash when going to fullscreen (r4100)
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1548 - Fix: Allow unused wagons to have their first cache set. Fixes faulty cache-warning message and noticably speeds up depot operations (r4094)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1549 - Fix: [NPF] Trains & busses were unable to find a route when leaving a depot or bus stop (r4072)
3339
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1550
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1551
3339
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1552 0.4.6 (2006-03-22)
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1553 ------------------------------------------------------------------------
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1554
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1555 - Codechange: [win32] Show the revision in crash.txt and enable the button to show the crash text in the crash-window (r3965)
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1556 - Codechange: Add additional linker information to release builds to help figure out crashes more easily (r3526)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1557 - Fix: [OSX] Cannot save game if name contains german umlauts (loading savegames with certain chars still look odd) [SF#1157244] (r4038)
3339
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1558 - Fix: [OSX] major speedup for PPC fullscreen (r4034)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1559 - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there (r4032)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1560 - Fix: [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines (r4031)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1561 - Fix: [NPF] Road vehicles planning through the back of depots and stations [SF#1453646] (r4029)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1562 - Fix: Use the title of a savegame in the saveload dialog-editbox (r4018)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1563 - Fix: Improper resolution written to the configuration file when exiting from fullscreen (r4017)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1564 - Fix: When removing rail track from a tile where only X and Y pieces exist, explicitly update signals in both directions (r4016)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1565 - Fix: Default the patch-setting 'pause_on_join' to true (r4015)
3339
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1566 - Fix: Slope and height information returned for some tile types is wrong (r4014)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1567 - Fix: Fixes a bug introduced by r3228 which allowed steep rail tiles resulting in ... unwanted effects such as display artifacts (r4012)
3339
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1568 - Fix: Update french translation (r3978)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1569 - Fix: Missing glyph(s) in big-font. Added several missing glyphs for the big font [FS#56] (r3970)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1570 - Fix: Increase client list window width so at least most languages fit [SF#1439907] (r3969)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1571 - Fix: Update german and finnish languages (r3968)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1572 - Fix: Properly set back the owner of a crossing/road-under bridge after removing it (r3967)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1573 - Fix: [Autoreplace] Autoreplacing trains now keep their tile length instead of their pixel length [FS#67] (r3964)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1574 - Fix: Mark the right tile as dirty. It's just a graphical glitch which happend in r1592 (r3962)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1575 - Fix: Fix crash when resizing news history window (r3961)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1576 - Fix: Correctly implement minimum search, so road vehicles head twoards the closest station, not the last one in the list (r3960)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1577 - Fix: The tooltips for raising and lowering land buttons in the scenario editor are interchanged [FS#61] (r3959)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1578 - Fix: Correctly restore the roadside after roadworks are finished (r3957)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1579 - Fix: [Multistop] Check the status of the destination road stop instead of a station's first road stop. This only has effect with road vehicle queuing disabled (r3956)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1580 - Fix: validate the setting of max_companies/spectators through the console (r3955)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1581 - Fix: Improve game-load times (r3954)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1582 - Fix: On loading a game, GetPlayerRailtypes() did not account for the fact that vehicles are introduced a year after their introduction date. This will also relieve possible (rare) network desyncs (r3952)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1583 - Fix: Restore plural forms of cargo types for several languages (r3951)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1584 - Fix: [win32] Add directives to allow Visual Studio 2005 compilation (r3950)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1585 - Fix: Crash in string code with openbsd/zaurus; alignment issues [SF#1415782] (r3948)
3339
bb802cc87376 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater <Darkvater@openttd.org>
parents: 2946
diff changeset
1586
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
1587
2946
86a1f8b5c54b (svn r3502) - Update appropiate files with release information for 0.4.5
Darkvater <Darkvater@openttd.org>
parents: 1849
diff changeset
1588 0.4.5 (2006-01-31)
86a1f8b5c54b (svn r3502) - Update appropiate files with release information for 0.4.5
Darkvater <Darkvater@openttd.org>
parents: 1849
diff changeset
1589 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1590 - Feature: [NewGRF] Implement varaction2 property 0x41 and 0xDA (r2361)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1591 - Feature: Giving server_ip a value of 'all' will make the server listen on any interface (r2374)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1592 - Feature: Shortcut CTRL + U that clears the current input-box (r2385)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1593 - Feature: [NewGRF] Implement the mechanism for handling NewGRF callbacks (r2389)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1594 - Feature: [NewGRF] Implement the 'refit capacity' callback (r2389)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1595 - Feature: Saving games happen in a seperate thread (r2391)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1596 - Feature: [NewGRF] Implement powered wagons, and the callback that goes with it (r2414)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1597 - Feature: [NewGRF] Implement shorter train vehicles (r2428)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1598 - Feature: New display option: 'transparent station signs' (r2438)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1599 - Feature: You can now give transfer order to set up feeder systems (r2441)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1600 - Feature: Removing tracks with the 'remove' tool, automatically removes signals on the tracks (r2469)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1601 - Feature: [localisation] Allow changing the order of parameters in translated strings (r2573)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1602 - Feature: [localisation] New way to specify plural forms (r2592)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1603 - Feature: [localisation] Support genders (r2594)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1604 - Feature: [localisation] Support cases (r2597)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1605 - Feature: Add support for truncating strings to a given (pixel) length (r2607)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1606 - Feature: Overhaul DirectMusic MIDI backend, remove "experimental" status (r2712)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1607 - Feature: Change the driver probing algorithm: Use the first music/sound/video which succeeds initialising instead of bailing out after the first. No need to specify -snull if no soundcard is present anymore (r2728)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1608 - Feature: The Main Toolbar Dropdown Menu can now display disabled items (r2734)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1609 - Feature: Clone vehicles (r2764)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1610 - Feature: When starting without a config file determine the language on basis of the current locale (r2777)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1611 - Feature: [NewGRF] Add support for "extended bytes" (r2872)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1612 - Feature: [localisation] Major step twoards ISO-8859-15: Implement missing characters (r2879)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1613 - Feature: Implement the console command rm to remove savegames (r2941)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1614 - Feature: Danish town names (r2957)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1615 - Feature: Menu option to toggle console (r2958)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1616 - Feature: Calculate proportions of non-square giant screenshot correctly (r2963)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1617 - Feature: [NewGRF] Implement current set of action D (ParamSet) operations (r2968)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1618 - Feature: [NewGRF] Show a wagon's speed limit in purchase list (r2969)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1619 - Feature: [NewGRF] Support loading VarAction2 parameter for variables 0x60-0x7F (r2971)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1620 - Feature: [NewGRF] Add patch option for wagon speed limits (r2982)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1621 - Feature: [NewGRF] Support loading of bridge attributes and tables from GRF (r3004)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1622 - Feature: Native Support for Win64 (r3008)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1623 - Feature: OSX now uses quicktime to play midi files (r3022)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1624 - Feature: [OSX] Command+Q now works in main menu (r3027)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1625 - Feature: Allow unbanning players based on banlist-id (as well as IP) (r3067)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1626 - Feature: 'status' and 'clients' now show the IP of the players (r3067)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1627 - Feature: Make it possible to create a screenshot from the console that is both big and has no console, or any combination of (r3068)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1628 - Feature: [NewGRF] Add support for rail vehicle weight greater than 255 tons (r3071)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1629 - Feature: 'HOME' icon to saveload dialogs that jumps to the default save/load directory based on the dialog (r3096)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1630 - Feature: Turkish translation (r3120)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1631 - Feature: [NewGRF] Support positioning of rail vehicle visual effects (r3132)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1632 - Feature: [NewGRF] Support for articulated rail vehicles (r3139)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1633 - Feature: [NewGRF] Add support for cargo refitting specification by cargo classes (r3148)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1634 - Feature: [NewGRF] Action 7/9 new value : is it TTDPatch or OpenTTD? (r3152)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1635 - Feature: Drag and drop rocky areas in scenario editor (r3153)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1636 - Feature: Added patch option to link the terraform toolbar to the rail, road, water and airport toolbars (r3157)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1637 - Feature: Right-Click-Scrolling optionally moves in the opposite direction (r3222)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1638 - Feature: Native cocoa sound and video drivers for OSX (r3281)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1639 - Feature: [NewGRF] Allow train running cost class to differ from engine class (r3388)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1640 - Feature: Kick and ban now with IP numbers (r3407)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1641 - Feature: Allow seeing and setting the maximum amount of companies and spectators for a server. This can be changed/viewed during runtime as well in the console (r3427)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1642 - Feature: Allow the network game list to be sorted (by name/clients/compatibility ascending/descending) (r3441)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1643 - Feature: Make it possible to ban offline clients (r3469)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1644 - Fix: The refit window now shows the correct refit options (r2365)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1645 - Fix: Refitting to a cargo which is already carried by some vehicles takes their capacities into account for display (r2365)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1646 - Fix: Add 'multihead' TTDPatch option to OpenTTD NewGRF flags-emulation (r2368)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1647 - Fix: Make install tried to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified (r2371)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1648 - Fix: [console] update the example scripts in the scripts/ directory to reflect the new console functionality (r2372)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1649 - Fix: [console] any line starting with a '#' is a comment so ignore it (r2372)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1650 - Fix: [console] The special variables whose value can only be set by a custom process should, also print out their newly set value there (r2372)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1651 - Fix: [NewGRF] Ignore action 0 prop 0x20 (air drag) (r2377)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1652 - Fix: [NewGRF] Further property stubs, help prevents subsequent incorrect reading of NewGRF data (r2378)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1653 - Fix: Build year for mail compartment of planes was not set correctly, affected station ratings (r2380)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1654 - Fix: Endgame window on easy difficulty resulted in infinite loop (r2381)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1655 - Fix: Check the airport type when building an airport (r2382)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1656 - Fix: Monkey-testing turned up some command crashes (r2383)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1657 - Fix: Check selling land and setting player colour. Also an extra map-bounds check for terraforming (r2384)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1658 - Fix: [realistic accel] Very slow trains no longer get an increase in maximum speed when part of them is in a depot (r2388)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1659 - Fix: [NewGRF] Load power for dual-headed engines correctly (r2400)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1660 - Fix: [NewGRF] When resolving callbacks, dont ignore wagon overrides (r2410)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1661 - Fix: Station ratings are not affected by speed limits from realistic acceleration anymore (r2411)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1662 - Fix: Building vehicles without depot crashed the game (r2412)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1663 - Fix: Certain resolutions caused a crash when minimap was partly dragged outside the game window (r2424)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1664 - Fix: Deleting canals under bridges removed bridges first in certain configurations (r2436)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1665 - Fix: [NPF] Vehicles try to drive into a tunnel entrance from above (r2471)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1666 - Fix: [NewGRF] Some road vehicle action 0 properties were loaded as the wrong type (int8,int16,int32) causing undefined results. (like cargo types being wrong) (r2474)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1667 - Fix: The console variable autoclean_unprotected was linked to the variable _network_autoclean_protected (r2498)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1668 - Fix: Old bug in the PCX writer: The first pixel column contained garbage, the picture was shifted one to the right, and the last column was dropped (r2512)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1669 - Fix: Using the mouse wheel could lead to a crash if mouse was not over a widget (r2530)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1670 - Fix: Blinking 'lock' gfx in multiplayer games (r2548)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1671 - Fix: Remove original train pathfinder. Enhanced old pathfinder (r2553)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1672 - Fix: Spaces in the path to the MIDI files caused the win32 MIDI player to fail (r2563)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1673 - Fix: Set server map name to the loaded name of the game/scenario (r2610)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1674 - Fix: Improve the old pathfinder. Changed it to A* instead of Dijkstra. Benchmark shows that NTP is now around 10x faster than NPF (r2635)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1675 - Fix: Correctly save and load company_value, it's 64 bits wide, not 32 bits (r2684)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1676 - Fix: Volume control works now for the DirectMusic MIDI backend (r2712)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1677 - Fix: Change the fence algorithm so it removes fences when no farm tile is adjacent (r2739)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1678 - Fix: Tree tiles above the snow line got redrawn disproportionately often (r2750)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1679 - Fix: Depots could build trains of the wrong track type (r2764)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1680 - Fix: Sort the directories in the scenarion/savegame list (r2860)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1681 - Fix: On OS/2 show the trailing \ if the current directory is a root directory (r2860)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1682 - Fix: Return a proper version number, when testing the TTDPatch version in the SkipIf action (r2862)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1683 - Fix: Change the way NewGRFs are loaded, this saves quite some sprite slots - about 2000 for DBSetXL for example (r2868)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1684 - Fix: Several format string vulnerabilities and buffer overflows in the network code (r2899)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1685 - Fix: fixed issue where autorenewed vehicles did not get all stats updated (r2912)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1686 - Fix: Exit the child of the extmidi backend with _exit() instead of exit(), because we do not want any atexit handlers - especially flushing output streams - to run, if exec() fails (r2938)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1687 - Fix: Server crash with "say"-command (r2950)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1688 - Fix: Fix win32 midi volume level control which did not work (r2960)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1689 - Fix: [OSX] quitting the game no longer leaves a process behind that eats all the CPU power (r3281)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1690 - Fix: Fix for UFO-broken waypoint [SF#1216203] (r2961)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1691 - Fix: [NewGRF] Include missing grf feature canal
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1692 - Fix: [NewGRF] Add bounds checking to VehicleChangeInfo for vehicles
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1693 - Fix: [NewGRF] Wagon speed limits do not apply for wagons with livery overrides
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1694 - Fix: Align settings pool items to the size of void* to fix bus errors on 64bit architectures which require aligned variables (r2976)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1695 - Fix: Restart_game_date is an UINT16, not a BYTE. Now setting the game restart year via the console should work (r2987)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1696 - Fix: [NewGRF] Some GRF files do not specify a name or description, in which case the Action 8 is 8 bytes, not 9 (r3005)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1697 - Fix: The finnish markka was never abbreviated with capital letters (r3021)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1698 - Fix: Improve handling of non-existent sprite sets (r3044)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1699 - Fix: Do not attempt to map and empty sprite group to a vehicle (r3045)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1700 - Fix: Fixed typo and hang for BeOS Networking (r3053)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1701 - Fix: On Win98 and lower when you go to the root directory of a drive (eg. C:\) you were stuck there indefinitely and could not change any directories or see any files (r3056)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1702 - Fix: Complete rewrite of autoreplace; multiheaded train engines are replaced correctly (r3081)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1703 - Fix: A new train is now made if the front unit is an engine and the former front engine is moved away (r3144)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1704 - Fix: There are only 2 possible directions for ship depots, not 4 (r3199)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1705 - Fix: Allow bribing up to the maximum rating for bribing, do not disable this option at some arbitrary value early (r3201)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1706 - Fix: Do not lower land on tunnel, even with diag tracks on it (r3228)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1707 - Fix: Crash when making a screenshotin the main menu (r3235)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1708 - Fix: Crash when starting a scenarion via 'New Game' fails (r3235)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1709 - Fix: Determine clicked status of sticky icon from window flags rather than the widget click state (r3247)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1710 - Fix: Graphical glitch with autorail tool on a certain tile-types (r3254)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1711 - Fix: Center the X of the window close button (r3302)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1712 - Fix: [NewGRF] Unload engine names before loading grf files (r3316)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1713 - Fix: Network window crash when it receives invalid information for example from the integrated nightly, so validate the network-input when it is received (r3322)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1714 - Fix: Build failed if SDL is built without pthread support (r3326)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1715 - Fix: Move initialization of vehicle random_bits to DC_EXEC blocks to allow use of Random() instead of InteractiveRandom(), which will alleviate some possib le network desyncs (r3352)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1716 - Fix: The default AI tried to change the service intervals of vehicles via the CMD_CHANGE_TRAIN_SERVICE_INT command - regardless of the type of the vehicle (r3367)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1717 - Fix: Out-of-bounds array access when road vehicles overtook in a curve caused desyncs (r3371)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1718 - Fix: Update signal states when building or removing rail station blocks (r3372)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1719 - Fix: Do not allow trains to get bigger than 100 via drag and drop (r3374)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1720 - Fix: Do not reset date in the scenario editor when pressing RandomLand (r3376)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1721 - Fix: [NewGRF] Running cost should be halved for dual head vehicles (r3384)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1722 - Fix: No fence was placed when placing fences and the neighbouring tile is a rail configuration which permits a fence but has a signal (r3389)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1723 - Fix: [NewGRF] Ignore non-climate dependent cargo types (r3394)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1724 - Fix: [NewGRF] Only add a random number of days to an engine's base introduction date if that date is not 0 (r3410)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1725 - Fix: When changing the server password via the console, actually set the password as well as flag whether it is required (r3411)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1726 - Fix: Under certain conditions placing a road tile parallel under a bridge would, instead of failing, succeed and place a perpendicular piece (r3413)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1727 - Fix: Disable the Fund New Industry menu item and window when connected to a server as a spectator (r3414)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1728 - Fix: Disable the clone and refit buttons in the train view when viewing another player's vehicles, or as a spectator (r3415)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1729 - Fix: Disallow building an oil rig above sea level (r3416)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1730 - Fix: When removing a town-owned tunnel the player's rating was not reduced (r3418)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1731 - Fix: (Possible) game crash on removing track/road under bridge if a vehicle was on the track/road under the bridge and the track/road sloped (r3419)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1732 - Fix: [NewGRF] Only power should decide whether a rail vehicle is an engine or a wagon. (fixes SHIKI 810 in jpsetw.grf) (r3424)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1733 - Fix: Incorrect validating of tree-planting command which can allow a buffer-overflow (r3446)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1734 - Fix: [NewGRF] When changing the sprite ID of a vehicle, if it is not FD (custom graphics), the value needs to changed from a 16bit array offset to an array index. (fixes tropicstw.grf) (r3449)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1735 - Fix: You could not remove an item from a list-type of config ingame from the configuration file (r3475)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1736 - Fix: [NewGRF] Always reinitialize the ttdpatch flags as patch settings may have changed (r3486)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1737 - Fix: Price for demolishing a bridge was dependent on orientation and map size (r3487)
2946
86a1f8b5c54b (svn r3502) - Update appropiate files with release information for 0.4.5
Darkvater <Darkvater@openttd.org>
parents: 1849
diff changeset
1738
86a1f8b5c54b (svn r3502) - Update appropiate files with release information for 0.4.5
Darkvater <Darkvater@openttd.org>
parents: 1849
diff changeset
1739
1849
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1740 0.4.0.1 (2005-05-21)
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1741 ------------------------------------------------------------------------
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1742
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1743 - Feature: Add 'clear' command and CTRL+L to empty console window
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1744 - Feature: add the possibility to print out the current debug-level
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1745 - Fix: [MacOSX] default path for midi player on mac is now correct again
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1746 - Fix: Updated makefile for FreeBSD
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1747 - Fix: Text overflows in about box
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1748 - Fix: Link error while compiling as dedicated server
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1749 - Fix: Do not execute empty commands
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1750 - Fix: Make OpenTTD icon look good on Win2K and earlier
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1751 - Fix: NetworkUDPRemoveAdvertise was not completely correct
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1752 - Fix: Signs in multiplayer did not work
1849
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1753 - Fix: Dedicated server desyncs
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1754 - Fix: Error: !invalid string id 0 in GetString, dedicated server endgame crash [SF#1197216]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1755 - Fix: Do not allow things to be renamed to nothing
1849
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1756 - Fix: Windows installer deletes spritecache files on uninstall
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1757 - Fix: Depot window did not get redrawn when a non-train-engine was sold
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1758 - Fix: Do not scroll the game with the arrow keys when the chatbox is open
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1759 - Fix: Remove warning from release build when assertions are no longer active
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1760 - Fix: It was possible to open more than one tree window
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1761
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1762
1821
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1763 0.4.0 (2005-05-15)
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1764 ------------------------------------------------------------------------
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1765 - Feature: Bigger maps. Enjoy playing up to 2028x2048 (64 times as big as you were used to!)
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1766 - Feature: New realistic acceleration; should be much better. Inlcudes gigger penalty on narrow curves and speedlimits in depots/stations
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1767 - Feature: It is now possible to build multiple road stations (up to 8) on a single station
1821
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1768 - Feature: New PathFinder (NPF). Support for train/road and ship based on A*. No more braindead pathfinding
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1769 - Feature: Dynamic towns/industries/stations/vehicles/signs/orders/everything, up to 64K
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1770 - Feature: Brand new OldLoader so OpenTTD is TTD(Patch) compatible again. Also endian safe
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1771 - Feature: Even better NewGRF support, except for callbacks, everything works (ok, almost)
1821
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1772 - Feature: Improved multiplayer. More console options, less desyncs and more fun
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1773 - Feature: Protected OpenTTD from interference of hacked clients, so it should be safe to play again
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1774 - Feature: Saving vehicle sorting criteria for each vehicle type [SF#1093261]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1775 - Feature: Resizable orders GUI [SF#1107690]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1776 - Feature: Focus keyboard on input-box in Multiplayer Menu [SF#1166978]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1777 - Feature: terrain hotkeys nonfunctional in scenario editor (D,Q,W,E,R,T,Y,U fltr) [SF#1174313]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1778 - Feature: Complete rework of console and new commands like ls, save, load, help, etc
1821
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1779 - Feature: Signs are shown in the colour of the player who created them
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1780 - Feature: Add cheat option to set production of raw-material industries in game
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1781 - Feature: Replace trian GUI remembers railtype selected from the dropdown menu
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1782 - Feature: Improved Autoreplace
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1783 - Feature: many more smaller features :D
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1784 - Fix: A wrong error message was displayed when trying to [SF#1108618]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1785 - Fix: Game does not crash any more when a NewGRF file does not exist [SF#1110407]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1786 - Fix: Clearing land for free by reallocating HQ [SF#1112469]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1787 - Fix: Clearing land for free by reallocating HQ [SF#1112469]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1788 - Fix: crash when accessing hi-scores in editor, it is now disabled [SF#1113037]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1789 - Fix: Game no longer crashes when right-clicking a disabled Full Load button [SF#1113399]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1790 - Fix: Dedicated server boots again [SF#1114100]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1791 - Fix: Game crashed sometimes when there were no industries in the map [SF#1114950]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1792 - Fix: In the main menu, when starting a new game while the load game dialog is open, openttd asserts [SF#1115200]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1793 - Fix: non-stop orders are no longer accidently skipped [SF#1117538]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1794 - Fix: Generate the correct smoke type for diesel trains [SF#1116619]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1795 - Fix: Max passengers / mail variables are now 32 bit [SF#1119308]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1796 - Fix: Better test if a string actually contains any console command [SF#1109400]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1797 - Fix: 'Play scenario' now loads game options and difficulty, 'Load game' starts game with user-selected values [SF#1108637]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1798 - Fix: carriages of NewGRFs can be refitted again [SF#1143587]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1799 - Fix: Production values of temperate-climate banks can now be altered [SF#1117730]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1800 - Fix: openttd: ship_cmd.c:642 ... Assertion failed. Mapwrap fixed in ship_cmd.c (was implicitely ok before biggermaps) [SF#1118810]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1801 - Fix: Assertion error on kick. When a company is cleaned all its windows need to be closed. For global vehicle lists, the no-staiton index of -1 was not taken into account [SF#1117327]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1802 - Fix: Speeding up when pressing ALT+TAB (Windows) [SF#1114261]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1803 - Fix: Signals dissaper after typing text and pressing enter!. Signs in Scenario Editor have no owner so ignore that [SF#1149403]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1804 - Fix: Single tile Bridge in Volcano City scenario. Some bridges still had the old single-tile bridge bug that was caused by improper town growth in combination with DC_AUTO. Fixed the scenario [SF#1149766]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1805 - Fix: Stop startup memory corruption crash using optimized MSVC6. MSVC6 workaround as it's too stupid again for its own good [SF#1119147]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1806 - Fix: Dedicated server now accepts '-g' (load game) as param [SF#1101874]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1807 - Fix: Crash with german umlauts in station names [SF#1155696]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1808 - Fix: Segmentation fault when loading savegame, out of bounds array check [SF#1158618]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1809 - Fix: Autosave ignoring settings [SF#1149487]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1810 - Fix: Infinite access for A:\ (win32). Patch [1171208]. Only requery drive(s) if the user changes a directory, also surpress the OS error box that pops up on some windows machines [SF#1024703]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1811 - Fix: Create Lake and draggable Create Desert tools [SF#1095110]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1812 - Fix: Trains "Go to depot" button: click twice skip to next order [SF#1172878]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1813 - Fix: Engine power not updated w/auto replace" autoreplace now forces an update of the cache [SF#1146215]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1814 - Fix: Path displaying as "C:\\" in saveload window win32-only [SF#1173690]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1815 - Fix: Click & drag removal of road assertion fail [SF#1179892]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1816 - Fix: Max loan always in euros, use _opt_ptr instead of _opt [SF#1174237]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1817 - Fix: AI orders its vehicles to a competitor's truck stop [SF#1184201]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1818 - Fix: Song in main menu screen should loop when it ends [SF#1188986]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1819 - Fix: Non-existing sprite #5125 (presignal). The DOS grf file trgi.grf has 6 less sprites than the windows one [SF#1188777]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1820 - Fix: Changing mapsize crashes game with highlighting [SF#1190625]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1821 - Fix: [NPF] Trains ignoring their railtype (mono, maglev) [SF#1190896, SF#1184378]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1822 - Fix: Clicking shipslist on bouy asserts GetPlayer() [SF#1202115]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1823 - Fix: No HQ present for competitor, disable 'View HQ' button [SF#1187613]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1824 - Fix: Pre-signal stays red when there is only a single exit signal [SF#1193048]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1825 - Fix: Train in tunnel is not properly detected by signal code [SF#1185176]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1826 - Fix: [NewGRF] rotors of custom helicopters are displayed correctly in the hangar window
1821
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1827 - Fix: Scenario Editor now handles human-made roads better (try to build a city layout before placing the city, finally that works very nice)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1828 - Fix: [NewGRF] helicopters are correctly recognized
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1829 - Fix: [Autoreplace] made sure that planes only show planes in replace GUI and helicopters only show helicopters
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1830 - Fix: Crash when generating tropical maps
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1831 - Fix: [Autoreplace] Cheaters can no longer exploit autoreplace to get vehicles, that's not invented yet
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1832 - Fix: [Autoreplace] Fixed a stupid bug introduced in r1687, that made a crash if anybody tried to autoreplace anything but an aircraft
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1833 - Fix: Expand railroad stations beyond maximum spread
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1834 - Fix: [Autoreplace] fixed a typo that could prevent autoreplaced aircraft from automatically go to a hangar
1821
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1835 - Fix: Hacked clients can no longer be used to build vehicles that are not available yet
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1836 - Fix: Minimum profit of vehicles was calculated wrong for Performance Rating
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1837 - Fix: No longer a station where you only unload is bad for your town-rating
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1838 - Fix: Crash in scenario-editor with terraforming out-of-map bounds
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1839 - Fix: Game would crash if you full-screened with the 'fullscreen' button than chose a resolution from the dropdown box that was no longer valid
1821
e87620b119bd (svn r2325) - Update OpenTTD for 0.4.0 release
Darkvater <Darkvater@openttd.org>
parents: 1166
diff changeset
1840 - Fix: Scrolling with the arrow keys is now smooth and it now also scrolls exactly in tile direction if e.g. up and left are pressed
1849
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1841
34012a94a94f (svn r2354) Update OpenTTD for 0.4.0.1 release
orudge <orudge@openttd.org>
parents: 1821
diff changeset
1842
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1843 0.3.6 (2005-01-24)
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1844 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1845 - Feature: resizable windows. All useful windows are already made resizable
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1846 - Feature: highscore chart (accessible from the difficulty window) with top5 companies for a given difficulty (select the difficulty in the menu)
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1847 - Feature: endgame score on 1 jan 2051 where you are added to the highscore if sufficiently large points have been accumulated. Game is paused while
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1848 - Feature: Visually enhanced autorail placing
1156
ea96201ef670 (svn r1657) changelog update
bjarni <bjarni@openttd.org>
parents: 1153
diff changeset
1849 - Feature: Autoreplace Vehicles (accessible from the vehicle lists)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1850 - Feature: A counter to tell how many engines you have of each type to the autoreplace vehicle windows
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1851 - Feature: A display for the total map population to the town display
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1852 - Feature: [network] RCon (Remote console)
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1853 - Feature: hotkeys for dock and airport toolbar (see http://wiki.openttd.org/index.php/Hotkeys)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1854 - Feature: [Network] banning system (mostly tnx to guru3) A server can ban people via ClientList using 'ban', 'unban', 'banlist'
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1855 - Feature: [Network] server can now pause and unpause a game through the console. Use 'pause' and 'unpause'
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1856 - Feature: [OS/2] OS/2 support is now finished (Fixes for networking, file selection, keyboard input, plus many other minor issues)
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1857 - Feature: [SDL] Show revision number in window title
1156
ea96201ef670 (svn r1657) changelog update
bjarni <bjarni@openttd.org>
parents: 1153
diff changeset
1858 - Feature: [Unix] Check which gcc version is present and only set available compiler flags
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1859 - Feature: [Windows] CTRL+V (Paste) now works on all editboxes. This includes 'Add Server', chat, etc
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1860 - Feature: [Windows] dedicated server is now functioning correctly
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1861 - Feature: Addded keyboard shortcuts for the order window
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1862 - Feature: Aircraft refit options have been restricted to "sane" values
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1863 - Feature: allows setting the production values of the rawmaterial producing industries in the editor
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1864 - Feature: console support for loading maps. Use 'load', 'list_files' and 'goto_dir' to navigate and load games
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1865 - Feature: Display server port in the multiplayer game info window
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1866 - Feature: dynamite in landscaping toolbar (hotkey 'D')
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1867 - Feature: Improved Network Lobby GUI with a green dot if company income is positive (else red dot) and lock icon if company is password protected
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1868 - Feature: Make ottd compile on Zeta
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1869 - Feature: MD5 hash check for TTD files
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1870 - Feature: New companies receive a 5-year protection period against buying-up
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1871 - Feature: norwegian townnames
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1872 - Feature: Order Checking is only execute for ONE vehicle in an order-share system
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1873 - Feature: Passengers aircraft now ignore the amount of mail for "full load any" options
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1874 - Feature: place multiple accepting industies nearby in the editor mode if the appropriate patches are set
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1875 - Feature: population in label of the town (patch setting)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1876 - Feature: scrolling credits list (in alphabetical order)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1877 - Feature: Train window now shows the number of vehicles per row
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1878 - Feature: Swiss town-names [SF#1039061]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1879 - Feature: Adding 16:10 resolutions for mainly laptops [SF#1090950]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1880 - Feature: (dis)Allow Shares. Add patch options to allow buying/selling of shares [SF#1098254]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1881 - Add: A brand new set of icons
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1882 - Change: AutoRenew is now a client-side patch instead of a game-side patch
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1883 - Change: Removed the 'close ALL windows' from the toolbar since shift+del does this
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1884 - Fix: Catchment area shows when buying sign [SF#1031451]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1885 - Fix: Flood and wagons in depot [SF#1040119]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1886 - Fix: Buying trains sometimes accounted for incorrectly [SF#1050990]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1887 - Fix: Delayed news messages [SF#1084074]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1888 - Fix: Slopes under high bridges were not flooded [SF#1090495]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1889 - Fix: In scenario editor, when trees are placed randomly, they are no longer placed on farmland [SF#1092473]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1890 - Fix: On create, the scrollbar of the server-list was not updated [SF#1092661]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1891 - Fix: placing rocks in scenario editor. You can place rocks on trees and vice versa [SF#1092707]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1892 - Fix: Drive side in new games. Setting the driver side is possible during the game until someone buys road vehicles. In networked games only the server can change it [SF#1093200]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1893 - Fix: no more glitches with many maps in the scenario list when creating server [SF#1093466]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1894 - Fix: Dissappearing rocks in Scenario Editor [SF#1093485]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1895 - Fix: Toolbars accessible via keyboard in spectator mode [SF#1094092]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1896 - Fix: When all stations in an aircraft's order list are demolished, the plane eventually crashes (running out of fuel) [SF#1095020]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1897 - Fix: Servers list now also saves the port [SF#1095143]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1898 - Fix: Crash when all vehicles from a vehicles per station list had been removed [SF#1098553]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1899 - Fix: starting year patch goes out of range. Clamped year between 1920-2090 [SF#1099101]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1900 - Fix: Bug Fix - Vehicle Lists not updated at Acqusition [SF#1099225]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1901 - Fix: Game crashes after the click on Rename (see also Bug 10992). There was no check for non-selected engine [SF#1099451]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1902 - Fix: wrong tooltip for place desert button [SF#1100736]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1903 - Fix: fast forward in main menu [SF#1100767]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1904 - Fix: Crash if generating land while industry window is open. This also happened for towns and the land information window [SF#1101179]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1905 - Fix: Configure Patches window text overflow [SF#1101906]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1906 - Fix: console in dedicated server [SF#1101963]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1907 - Fix: Game crashed when clicking "new face" or "company color" twice [SF#1102275]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1908 - Fix: Vehicle lists are now redrawn when a vehicle arrives in a depot. Station-specific vehicle lists are now redrawn daily as well (not only the master list) [SF#1099535, SF#1102776]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1909 - Fix: font size changing. Dedicated server did not have code filtering, 'tab' could result in bigger fonts [SF#1103113]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1910 - Fix: Order Check messages are now validated before displayed [SF#1103187]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1911 - Fix: Railroad tracks on slopes were not flooded [SF#1103301]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1912 - Fix: Crashed trains do not initiate the lost vehicle message anymore [SF#1104350]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1913 - Fix: On horizontal/vertical tracks you are also charged for building/removing signals on the parallel track on the same tile [SF#110452]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1914 - Fix: Aircraft in hangar messages are now revalidated before display [SF#1104969]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1915 - Fix: Destroyed train locks crossings [SF#1105112]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1916 - Fix: upgrade rail fails when train under bridge [SF#1105281]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1917 - Fix: Trains do not think they're on a slope any more while they drive around in a tunnel [SF#1105959]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1918 - Fix: Buoys can now only be removed if no ship has it in their schedule. (This makes buoys more useable in multiplayer games again, as buoys cannot be deleted by other players if they are used.) [SF#1105963]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1919 - Fix: Graph's keys get confused [SF#1106354]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1920 - Fix: placing signals with 2x1 drags is treated as placing a single signal [SF#1106930]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1921 - Fix: console ignoring return character occasionally [SF#1107350]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1922 - Fix: Scenario creation bug; engines are of correct year when scenario is saved [SF#1108008]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1923 - Fix: little red box in scenario editor [SF#1092474]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1924 - Fix: scrolling through console sometimes crashed the whole game [SF#1099197]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1925 - Fix: Catchment area with drag&drop stations [SF#1099209]
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1926 - Fix: [Network] 'kick 1' did crash dedicated servers
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1927 - Fix: [Network] A server no longer crashes when a client sends an invalid DoCommand, but drops the client instead
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1928 - Fix: [Network] Added packet protection. No longer a client or server
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1929 - Fix: [Network] Bug in bind system. Advertising failed on systems with more then 1 ip, and server_bind active to one of them
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1930 - Fix: [Network] Disabled 'money-cheat' (read: bug which could give people a lot of money)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1931 - Fix: [SDL] now the binary never links to SDL if DEDICATED is set
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1932 - Fix: [Windows] somehow mousewheel was disabled on windows using SDL; reenabled again
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1933 - Fix: a modified client could try to replace a vehicle to an invalid engine ID and crash the server
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1934 - Fix: autoreplace vehicle lists are now redrawn when a new vehicle becomes available
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1935 - Fix: Buy Vehicle GUI now shows HPs bigger than 32000 correctly
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1936 - Fix: Console alias, load_game functionality and load fix
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1937 - Fix: correct error message for when trying to build a railroad station over a bus/truck/etc-station
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1938 - Fix: Correct landscaping buttons in monorail and maglev toolbars
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1939 - Fix: dedicated server also writes to log file if active
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1940 - Fix: Desert-landscape does no longer crash
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1941 - Fix: Expand town is a bit more agressive
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1942 - Fix: finally zooming in/out always works
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1943 - Fix: fixed chat-bug (that from a certain moment, nobody could talk)
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1944 - Fix: fixed weight for double-head trains and with that the acceleration (now maglev lvl4 can reach their top speed, and are faster than lvl3)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1945 - Fix: Full-Loading trains no longer get "lost" after a while
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1946 - Fix: Graphs were not updated correctly when one graph with a certain selection was already open and another graph window was opened
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1947 - Fix: in multiplayer clientlist can only be opened once
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1948 - Fix: Loan does not count against the company value
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1949 - Fix: nasty bug where one could build one station OVER the other
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1950 - Fix: No crash when creating a game with New English town names any more
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1951 - Fix: now helicopters will use a hangar in schedule to be replaced in, even if they are only set to service there. Since helicopters are serviced at helipads, they will only go there if they needs to be replaced or renewed. They will also use a hangar in an airport in the schedule if needed
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1952 - Fix: only a server can rename a town in a MP game
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1953 - Fix: really old maps do load again
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1954 - Fix: Refit engine button is now disabled when cargo capacity equals zero
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1955 - Fix: server issue where some company names were wrong
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1956 - Fix: Ship Vehicle Lists are now redrawn correctly
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1957 - Fix: signal stays red if a track is removed
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1958 - Fix: solve AI related order-problem
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1959 - Fix: starting openttd with -g <invalid_name> now acts normal
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1960 - Fix: The cost for an autorenew was not always send to the right player ;)
1156
ea96201ef670 (svn r1657) changelog update
bjarni <bjarni@openttd.org>
parents: 1153
diff changeset
1961 - Fix: Autorenewing multiheaded train engines now costs the correct amount. Used to be twice the correct price
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1962 - Fix: the scrollbar in the network gui (server list) now updates when scrolling
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1963 - Fix: Train crashes should no longer desync the game
1153
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1964 - Fix: When deleting an order, the next pointer was not cleared, resulting in some unusual behavoir from time to time
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1965 - Fix: You can now also delete automatically found servers by pressing "del"
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1966 - Fix: You should no longer be able to delete bridges on any type of underground when there is a vehicle on it
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1967
48422f7be347 (svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents: 799
diff changeset
1968
799
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1969 0.3.5 (2004-12-24)
772
071143c705cc (svn r1238) Changelog update with the mac specific stuff since 0.3.4
bjarni <bjarni@openttd.org>
parents: 249
diff changeset
1970 ------------------------------------------------------------------------
799
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1971 - Feature: [Network] New network, very stable, a lot of new features
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1972 - Feature: [Network] Ingame Serverlist (with online game-servers to join)
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1973 - Feature: [Network] Webbased Serverlist: http://servers.openttd.org/
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1974 - Feature: [Network] Added dedicated server support
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1975 - Feature: [Network] Cheat protection in MultiPlayer
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1976 - Feature: [Network] Patch settings are also synced with the server
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1977 - Feature: [Network] Chat
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1978 - Feature: Custom currency settings
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1979 - Feature: Per-station vehicle lists
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1980 - Feature: More realistically sized catchment areas
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1981 - Feature: Sticky windows
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1982 - Feature: Even better support for NewGRF-files
799
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1983 - Feature: Implement improved vehicle loading algorithm
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1984 - Feature: Even more advanced console
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1985 - Feature: Game compiles under BEOS_SERVER
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1986 - Feature: Game compiles under OS/2 (no network-support)
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1987 - Feature: OpenTTD runs with the grf files of the DOS version
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1988 - Feature: [Big Endian computers, which are mac and MorphOS]: are able to load savegames by TTD(Patch)
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1989 - Add: 'l' openes the landscaping toolbar globally
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1990 - Add: Make the town sometimes build streets on slopes
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1991 - Add: Manpage
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1992 - Add: New checkpoint grahpics
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1993 - Add: SHIFT+DEL now deletes all non-vital windows (only status bar and main bar remain)
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1994 - Add: Windows now shows revision, release information in title bar
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
1995 - Add: Windows snap at each other
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1996 - Add: Spanish, Catalan and Icelandic
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1997 - Change: [OSX] Moved data and lang folders inside OpenTTD. This got rid of the package system too, making installing/updating easier
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1998 - Fix: [OSX] Music is now on by default again
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
1999 - Fix: [OSX] Made error opens the console
799
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2000 - Fix: [SDL] Added a confirmation dialog when quitting the game
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2001 - Fix: A train can leave and enter the same depot at the same time, then the trai simply got stuck
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2002 - Fix: Crash when making png screenshot with odd resolution
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2003 - Fix: Directories in *nix are now sorted alphabetically in ascending order
799
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2004 - Fix: Do not consider a road station as street when growing the town
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2005 - Fix: Engines from other climates do not appear any more when never_expire_vehicles is enabled
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2006 - Fix: Game options (like drive side) are not taken from the scenario when using 'new game' command
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2007 - Fix: Order checker now correctly detects station with invalid facilities
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2008 - Fix: Polished GUI in a lot of ways
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2009 - Fix: Saving or loading a map doesnt pauses the game anymore
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2010 - Fix: Some bridge part is not displayed transparent in transparent mode
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2011 - Fix: Starting with -r option allows all resolutions
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2012 - Fix: The pathfinder no longer sees rail with an other owner as a possible route
799
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2013 - Fix: Unable to select other screenshot format in Game Option
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2014 - Fix: Unwanted town renaming
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2015 - Fix: Vehicles slow down under bridge if the track is on a foundation
ca9bb7e58029 (svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents: 772
diff changeset
2016 - Fix: You can no longer change name of waypoints whom are owned by somebody else
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2017 - Fix: Shares are now also sold when a company goes bankrupt [SF#1090313]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2018 - Fix: It is no longer possible to crash trains of other companies by building a depot close to a station. (even more: trains do no longer enter tiles that do not belong to his owner) [SF#1087701]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2019 - Fix: Crashed trains are not reported to have too few orders any more [SF#1087403]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2020 - Fix: Backup-order-list was not closed with an OT_NOTHING, [SF#1086375]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2021 - Fix: Docks now have a button to display the catchment area [SF#1085255]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2022 - Fix: Invisible trains. Weird macros and MSVC optimizing do not always mix [SF#1070274]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2023 - Fix: Number of passangers and mail in exclusive test offer window is swapped [SF#1068269]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2024 - Fix: Pause key pauses the game [SF#1066504]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2025 - Fix: Resetting file name after deleting a file [SF#1066121]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2026 - Fix: Code error in win32.c Thanks Shai [SF#1066114]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2027 - Fix: Windows can be placed behind toolbar [SF#1065247]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2028 - Fix: Editor Map-Menu wrong String [SF#1064742]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2029 - Fix: Always report a bus/lorry station as unpassable [SF#1058809]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2030 - Fix: Refit train window stays open [SF#1053397]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2031 - Fix: Incorrect Tooltip in Road Vehicle List [SF#1050993]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2032 - Fix: Monorail and Maglev sounds are swapped [SF#1048596]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2033 - Fix: Flooded wagons in depots do not keep constantly exploding any more [SF#1040119]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2034 - Fix: Bug about lowering tracks built on slopes [SF#1035303]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2035 - Fix: 'Allow goto depot' turned off, no checkpoints in orders [SF#1035066]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2036 - Fix: Place sign and blue message box [SF#1034318]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2037 - Fix: Wrong mapping between music titles and songs [SF#1033947]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2038 - Fix: Some screensizes crashes OTTD. Fix in general bug that only allows resolutions which were multiple of 8 in width and height. Also use closest possible resolution in fullscreen if window size is not a valid resolution [SF#1030393]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2039 - Fix: 'Service at' orders ignored after 2090. After 2090 year is reset to 1. Jan 2090, so most of the time, last service was in the future and no service ensured [SF#1030275]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2040 - Fix: Building a station acted weird in some rare situations [SF#1029064]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2041 - Fix: Ships could unload cargo at stations without docks [SF#1022227]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2042 - Fix: Wrong trees (toyland's) in sub-tropical landscape style [SF#999669]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2043 - Fix: High bridge rendering error [SF#993500]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2044 - Fix: Disabled buttons flicker no more [SF#991101]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2045 - Fix: Start/stop flag in train depots always works, regardless of the horizontal scroll position [SF#985925]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2046 - Fix: Un-owned rail. Trains could cross competitor's tracks if there was a road-crossing over it [SF#985439]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2047 - Fix: Pathfinding bug; train likes the roundabout. If train needs servicing it will now look 16 tiles along the track instead of 12 tiles manhattan style [SF#982611]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2048 - Fix: Fullscreen. New button 'Fullscreen' in 'Game Options' menu which lets you set fullscreen ingame [SF#967096]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2049 - Fix: No longer road/rail crossing signals hang when a train is reversed at the wrong moment [SF#958098]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2050 - Fix: Ctrl + d bug. Longest outstanding bug has been fixed [SF#926105]
772
071143c705cc (svn r1238) Changelog update with the mac specific stuff since 0.3.4
bjarni <bjarni@openttd.org>
parents: 249
diff changeset
2051
071143c705cc (svn r1238) Changelog update with the mac specific stuff since 0.3.4
bjarni <bjarni@openttd.org>
parents: 249
diff changeset
2052
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2053 0.3.4 (2004-09-14)
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2054 ------------------------------------------------------------------------
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2055 - Add: Dutch translation
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2056 - Add: Generalised A* Algorithm
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2057 - Add: Generalised queues (Fifo, Stack, InsSort, BinaryHeap)
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2058 - Change: Changed 'terraforming' to 'landscaping'
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2059 - Change: Changed default options (road side, distance units, currency) to most commonly used options
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2060 - Change: Disable 'Submit Report' and 'Show Details' on OpenTTD error window on Windows. Currently of no use, since no devs have assembly knowledge
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2061 - Change: Removed patch no_train_service. Instead you can set the default service interval for any vehicle type to 'disabled'
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2062 - Codechange: Comments added to the code
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2063 - Codechange: Made bridge building code more readable [SF#996244]
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2064 - Feature: "None" as option for number of industries in difficulty settings
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2065 - Feature: Add many random industries and towns in scenario editor
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2066 - Feature: Added Autosignals, just like Autorail. Can copy signal style, convert signal<->semaphore, etc
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2067 - Feature: Added level land button to scenario editor
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2068 - Feature: Added never_expire_vehicles to patches GUI
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2069 - Feature: Added new icons for landscaping toolbar
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2070 - Feature: Added original vehicle names file. Select it from the list. Vehicles will have real name, all other strings are in English
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2071 - Feature: Added/heavily modified patch by truesatan cheat change date
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2072 - Feature: Align toolbar left/center/right patch
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2073 - Feature: All TTDLX kind of savegames are supported (.SS1, .SV1, .SV2, .SV0, .SS0)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2074 - Feature: Alpha version of a new AI
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2075 - Feature: Autodetect server in LAN via udp
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2076 - Feature: Build_date of station (viewable with Query tool)
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2077 - Feature: Cheat switch climate
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2078 - Feature: Company HQ can now be moved somewhere else (cost 1% of company value). Water floods HQ
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2079 - Feature: Competitors menu under patches
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2080 - Feature: Copy/share orders now works from ship depot window for ships and hangar window for aircraft
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2081 - Feature: Difficulty settings window has been changed
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2082 - Feature: Enable/disable all buttons in message settings
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2083 - Feature: Executeable is now openttd(.exe) always
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2084 - Feature: General protection around Sprites
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2085 - Feature: Ingame console
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2086 - Feature: Invalid (void) orders in schedule are highlighted in red
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2087 - Feature: Invisible trees when in transparent mode (patch entry)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2088 - Feature: Option to sort vehicles in vehicle-list window by different criteria
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2089 - Feature: Performance details window in company league menu
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2090 - Feature: Proper crediting to graphics artists to about box
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2091 - Feature: Removing town roads has been finetuned
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2092 - Feature: Safeguard against invalid values in Patches window. Values will stick to their defined min and max values
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2093 - Feature: Sorting savegames, scenarios by name/date
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2094 - Feature: Terraforming toolbar (in the plant tree menu)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2095 - Feature: The extra dynamite patch has been changed a bit
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2096 - Feature: Warning when a vehicle has invalid orders
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2097 - Feature: Water floods everything, including vehicles
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2098 - Feature: Working multiplayer gui
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2099 - Feature: No extra frequent jet crash on small airports [SF#976127]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2100 - Feature: Scrollto Station in Orders. CTRL click on orders of a vehicle and main-window scrolls to that station [SF#992998]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2101 - Feature: Improved industry directory [SF#997115]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2102 - Feature: Euro introduction news item [SF#1003350]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2103 - Feature: Percent-based service intervals. Send a vehicle to depot after it has lost X% of its reliability [SF#1009708]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2104 - Feature: Extra Viewport [SF#1009710]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2105 - Feature: Show max loan in finances window [SF#1024044]
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2106 - Fix: (Unix) loading old scenarios (.sv0) works again
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2107 - Fix: 64bit CPU fixes
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2108 - Fix: 64x64 stations are now nicely painted
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2109 - Fix: A lot of network fixing
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2110 - Fix: A lot of old AI fixed
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2111 - Fix: All scenarios, savegames show up with their correct name
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2112 - Fix: Automatic oil refinery generation in editor
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2113 - Fix: Autosave folder was not created on MorphOS- Fix: Bridge slope fix again, thanks Truelight
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2114 - Fix: Bulldozing stuff with cheat magic_dynamite turned on does not lower city ratings
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2115 - Fix: Change SDL_HWSURFACE back to SDL_SWSURFACE (Diablo-3D); better performance
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2116 - Fix: Coast line near edge of map and near oilrigs
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2117 - Fix: Company-value was not updated immediatly if legend was changed
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2118 - Fix: Delete canal under bridge was not possible
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2119 - Fix: Disable Fast Forward in network games visually (did not work anyways, just showed graphical output)
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2120 - Fix: Error message for 'game load failed' when no town is in a scenario
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2121 - Fix: Game not pausing when saveload dialog is clicked in main menu
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2122 - Fix: Load Scenario fix
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2123 - Fix: Make endianess check 100% accurate
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2124 - Fix: Memory leak in news system
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2125 - Fix: Monorail/maglev became available around 1927
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2126 - Fix: Move around sort-widgets a bit so it looks more natural
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2127 - Fix: Music now finally works on WinXP. DirectMusic is now default for an OS >= WinNT4 (WinNT4, Win2k, WinXP), and MIDI driver for lower OS's (Win95, Win98, WinME, etc)
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2128 - Fix: Old scenarios have correct colour
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2129 - Fix: Placing/editing signs signs is possible in paused mode
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2130 - Fix: Player window fixes, Getstring id0 fixes, Finances window is now ok
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2131 - Fix: Playing new game with scenarios in windows works
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2132 - Fix: Possible to disable some patches (e.g. default service interval) again by setting them to 0
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2133 - Fix: Problems around exclusive transport rights
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2134 - Fix: Railroad crossings on slopes are now possible
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2135 - Fix: Random crash when player-face was displayed in error-dialog
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2136 - Fix: Rare mousewheel scrolling with scrollbar crash
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2137 - Fix: Road vehicles do not get stuck any more at stations
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2138 - Fix: Savegames are sorted with newest date first by default
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2139 - Fix: Scenario editor now asks before it generates a random landscape
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2140 - Fix: Slopes graphics fix
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2141 - Fix: Small gap between station button and signal button in rail toolbar
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2142 - Fix: Some minor fixes around GetTileTrackStatus
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2143 - Fix: Sorter icon pointing down 'v' sorts in every window lowest value first, '^' highest value first
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2144 - Fix: Starting a new game in DesertLandscape crashed the game
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2145 - Fix: Stupid bug in company league window if non-player is first
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2146 - Fix: Two non-AI players when loading a scenario
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2147 - Fix: Unix uses same sorting of directories, files as windows
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2148 - Fix: When adding parts to a statin max size is not 15x15 anymore, but _patches.station_spread
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2149 - Fix: Win98 crashes related to music/sound
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2150 - Fix: Wrong building of road-slopes for a future AI/Town
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2151 - Fix: Wrong pathfinding when northern station tile is missing
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2152 - Fix: You cannot take ownership of an oilrig by building right next to it
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2153 - Fix: [Makefile] Fixed issue where sdl-config was needed even on systems without SDL
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2154 - Fix: [SDL] Performance fix fo palette animation and mouse jumping
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2155 - Fix: [SDL] Same resolution was displayed more than once in game options
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2156 - Fix: [SDL] Smoother mouse and performance fix, like in Win32
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2157 - Fix: Wrong trains you can buy with scenarios [SF#963056]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2158 - Fix: Minimap crash [SF#972087]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2159 - Fix: Bug in '[a] weird non-uniform stations handling' [SF#972247]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2160 - Fix: Parent_list was too small [SF#976583]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2161 - Fix: Memoryleak in parent_list [SF#981934]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2162 - Fix: Max_loan in editor bug [SF#982666]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2163 - Fix: Bridge building over boats [SF#987888]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2164 - Fix: Cargo delivery area patch for bug [SF#990770, SF#989322]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2165 - Fix: No tunnel crash [SF#992726]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2166 - Fix: Light House Placement Bug [SF#993339]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2167 - Fix: Pressing alt locks the game - sort of a bug [SF#993374]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2168 - Fix: Buildings on water [SF#993493]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2169 - Fix: No canal building under bridge [SF#993512]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2170 - Fix: UDP Fixes [SF#993829]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2171 - Fix: Train drivers dies two times [SF#994067]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2172 - Fix: Road depot - bus/lorry station [SF#994720]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2173 - Fix: _local_player fixes. Fixes wrong memory access [SF#996025]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2174 - Fix: Bridge Bug fixed bug fixed again [SF#996065]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2175 - Fix: Weird two tile bridges on slopes [SF#996065]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2176 - Fix: Empty strings in signs [SF#997303]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2177 - Fix: Junction after tunnel bug [SF#997703]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2178 - Fix: "autosave" directoy creation (MorphOS/AmigaOS) [SF#999592]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2179 - Fix: I lost all wagons. Half-assed fix for lost wagons. But now users can at least fix this problem. Consolecommand "resetengines" [SF#1001540]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2180 - Fix: BuildRoadOutsideStation fix [SF#1006530]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2181 - Fix: Autorenew issues [SF#1006715]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2182 - Fix: Copy orders between bus/truck possible [SF#1007272]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2183 - Fix: Scenario editor pause bug [SF#1007630]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2184 - Fix: Signals not updated after ClearTunnel Bug [SF#1008605, SF#985920]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2185 - Fix: Too many save games prevented loading [SF#1009385]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2186 - Fix: problem with transferred cargo crashes game [SF#1009567]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2187 - Fix: build in pause is now a cheat instead of a patch [SF#1009621]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2188 - Fix: Wrong multihead selling [SF#1009631]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2189 - Fix: Turning on the magic bulldozer removes oil rigs [SF#1010833]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2190 - Fix: Drunk pilot [SF#1012086]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2191 - Fix: TileAddWrap() gave wrong results [SF#1014278]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2192 - Fix: Cached_sprites does now work again [SF#1016954]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2193 - Fix: Bug when dragging a part of a multiheaded engine to 'sell-whole-train' [SF#1022689]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2194 - Fix: Fix for MouseWheel assert error in non-zoomable viewports. Zooming now will only occur if mousepointer is either in an extra viewport window, or main game-window [SF#1023971]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2195 - Fix: Company value problem (again). Now company value rightly shows the value, including ALL your money [SF#1025836]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2196 - Fix: Company values bigger dan int32 were put to negative [SF#1025836]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2197 - Fix: Long bridges had negative value [SF#1025836]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2198 - Fix: Vehicle depots not transparent with transparent buildings [SF#1026271]
249
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2199
20a992a7b04e (svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents: 222
diff changeset
2200
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2201 0.3.3 (2004-07-13)
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2202 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2203 - Feature: MorphOS/AmigaOS network support
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2204 - Feature: Improved German town name generator
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2205 - Feature: Transparent station signs
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2206 - Feature: Show total cargo per wagon type in train details window
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2207 - Feature: Bridges on slopes
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2208 - Feature: Added Galician translation
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2209 - Feature: Extra dynamite, allow the removal of town-owned roads, bridges, tunnels for a popularity rating penalty
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2210 - Feature: Magic bulldozer cheat, that lets you remove industries, unmovables and town-owned buildings, roads and bridges
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2211 - Feature: Enabled 'remove' button for stations
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2212 - Feature: Cheat GUI (activate with crtl-alt-c) The game remembers if you have used a cheat
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2213 - Feature: Station sort implemented using qsort()
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2214 - Feature: Station list shows #of stations owned by player
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2215 - Feature: Split canal/lock tool in two tools, one for building canals, one for locks
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2216 - Feature: Make the HQ generate passengers and mail
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2217 - Feature: Display number of houses in town overview window
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2218 - Feature: Land info now shows type of signal
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2219 - Feature: Realistic train reversing
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2220 - Feature: Added support for 64 bit CPUs
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2221 - Feature: Added water quantity level "very low", which is the default for easy mode now
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2222 - Feature: Realistic acceleration turned on, train must first slow down and stop before it can reverse
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2223 - Feature: [MorphOS]: Various small improvement to make the the game feel more native
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2224 - Feature: Alt + f now toggles full screen (alt + enter still works)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2225 - Feature: [OSX] Command + q shows the quit window and command + f or enter toggles full screen (alt and control still works too)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2226 - Feature: Autorenew, autorenews vehicles if enabled
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2227 - Feature: (Incomplete) news history window
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2228 - Feature: Larger smallmap size
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2229 - Feature: Austrian Citynames
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2230 - Feature: Repaying most possible debt
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2231 - Feature: Added Polish translation
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2232 - Feature: Added Danish translation
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2233 - Feature: Initial GRF support.You have to enable it in openttd.cfg using [NewGRF] setting
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2234 - Feature: Smooth economy changes
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2235 - Feature: TTDPatch-style gotodepot. Ship depots and aircraft hangars can be inserted in the schedule as well
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2236 - Feature: Ability to add "service if needed" orders (the "full load" button changes to "service" after selecting a depot order)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2237 - Feature: If a vehicle has depot orders in its schedule, automatic servicing is disabled
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2238 - Feature: Patch setting so that helicopters get serviced automatically on helipad
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2239 - Feature: Center toolbar on screen
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2240 - Feature: Sort savelist by date
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2241 - Feature: Allow scrolling in both directions
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2242 - Feature: Two new airports (metropolitan in 1980 and international in 1990)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2243 - Feature: Resizing the window in all SDL builds
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2244 - Feature: Added MIDI flag to makefile to set custom path to midi player
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2245 - Change: Autosaves are now placed in save/autosave
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2246 - Change: Default savegame directory is /save in Linux
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2247 - Change: Screenshots are saved to PERSONAL_DIR (unix)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2248 - Change: Scenarios now have the file extension .scn
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2249 - Change: Default network port from 12345 (known trojan) to 3979
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2250 - Change: Crossing tunnels is now considered a cheat
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2251 - Change: Made helicopters able to land on small airports again
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2252 - Fix: Removing and upgrading tracks under a bridge when a train is on the bridge
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2253 - Fix: Pause button was not synched in network games
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2254 - Fix: Crash caused by invalid screen resolutions
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2255 - Fix: AI can not build tubular bridges in 1950, etc. Same restrictions apply to it, as to human players
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2256 - Fix: Volume, liters, was x100, should be x1000
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2257 - Fix: Bridge building by towns was screwed when executed without testing first
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2258 - Fix: Better AI route finding
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2259 - Fix: AI builds less inner-city bus stations
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2260 - Fix: Better industry spreading on random maps
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2261 - Fix: Two industries that accept the same goods can never be very close to each other
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2262 - Fix: Destroying bridge (over water or 'higher bridge' with vehicle on it)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2263 - Fix: Game crashes when you hit the build rail button
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2264 - Fix: Some scenarios had a max_railtype of 0
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2265 - Fix: Bribe Autorithy. A failed attempt to bribe is now also stored in savegame
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2266 - Fix: 80% CPU load paused in fast-forward
222
d1b097f4593b (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
darkvater <darkvater@openttd.org>
parents: 0
diff changeset
2267 - Fix: Some airport runways were treated
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2268 - Fix: Minor minimap glitch
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2269 - Fix: Station sorting scroll fails with not ennough stations
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2270 - Fix: Desert ground for depots in the desert
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2271 - Fix: Trains could run on wrong track type under bridges
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2272 - Fix: Screenshot hangs
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2273 - Fix: Wrong sound with ships
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2274 - Fix: Toy shop closes even though it has supply
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2275 - Fix: Nordic characters
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2276 - Fix: Also restore Service Interval when rebuying vehicle
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2277 - Fix: Crash with map bits > 8
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2278 - Fix: UFO crash in busstop
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2279 - Fix: Town actions has empty row
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2280 - Fix: Train stuck with the head in one depot and tail in another
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2281 - Fix: Optimized random radio tower spreading
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2282 - Fix: Ground below trees is sometimes not covered by snow
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2283 - Fix: Fast forward button in scenario editor
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2284 - Fix: Screenshot hotkey does not function in scenario editor
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2285 - Fix: Allow deleting a bridge if a vehicle is below
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2286 - Fix: Crash loading a scenario
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2287 - Fix: Build tracks on water
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2288 - Fix: Fast forward button pressed with tab
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2289 - Fix: Vehicles do not get old
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2290 - Fix: Finance bug with some original scenarios
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2291 - Fix: 'Stopped' is shown when train is stopping and 'Reverse' is clicked
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2292 - Fix: 100% CPU bug
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2293 - Fix: Crash when AI builds airport
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2294 - Fix: Plays wrong music on main screen
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2295 - Fix: Inflation was way too high when intrest rate = 0
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2296 - Fix: Cannot sell anything if money is TOO negative
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2297 - Fix: Fast forward button resets
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2298 - Fix: "Refit train" button remains
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2299 - Fix: Enable up/down scrolling with the mouse
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2300 - Fix: 1920 all trains
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2301 - Fix: Wrong heli breakdownspeed
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2302 - Fix: Station list cargo waiting display bug
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2303 - Fix: Bug that could allow rails on steep slopes
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2304 - Fix: Train depots and checkpoints not flooded by water
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2305 - Fix: Added command line option (-i) to deactivate the grf check
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2306 - Fix: Signal bug [SF#949929]
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2307
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2308
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2309 0.3.2.1 (2004-05-23)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2310 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2311 - Feature: Now builds on FreeBSD
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2312 - Feature: Now builds on MorphOS
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2313 - Fix: Use english.lng by default
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2314 - Fix: No bridges available in 1920
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2315 - Fix: Czech file was missing
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2316
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2317
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2318 0.3.2 (2004-05-22)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2319 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2320 - Feature: HP for trains limited to 16bit int
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2321 - Feature: Added Czech translation
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2322 - Feature: Train refitting
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2323 - Feature: Auto euro
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2324 - Feature: Industry directory
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2325 - Feature: Added extend vehicle life/noexpire patch
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2326 - Feature: Show revision number in title bar
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2327 - Feature: Random network games
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2328 - Feature: Smallmap remembers size
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2329 - Feature: Remember value of show town names in smallmap
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2330 - Feature: Norwegian translation
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2331 - Feature: Norwegian currency
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2332 - Feature: Slovak language
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2333 - Feature: Use SO_REUSEADDR on listen socket
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2334 - Feature: Unix sigabort handling
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2335 - Feature: Hungarian translation
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2336 - Feature: Added Norwegian translation
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2337 - Feature: Added more default resolutions
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2338 - Feature: Return error message if DOS grf files are used
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2339 - Feature: Bemidi support
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2340 - Feature: Added Icelandic currency
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2341 - Change: Plant area of trees now allowed for 20x20 area
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2342 - Change: "kmh^-1" to "km/h"
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2343 - Change: Show original savegame names for oldstyle savegames
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2344 - Change: Autosave go to autosave/
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2345 - Fix: Do not allow building railroad stations on airports or bus stations
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2346 - Fix: Canal tool resets after 1 use
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2347 - Fix: Enable mouse wheel scrolling and zooming in SDL
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2348 - Fix: Construct industries producing raw materials
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2349 - Fix: Loading TTD saves gave incorrect reliability parameters for wagons
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2350 - Fix: Fixed order restore bug in network play
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2351 - Fix: Network sync fix for train goto depot
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2352 - Fix: Only one statue per player per town
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2353 - Fix: Enhanced patch configurator
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2354 - Fix: If realistic acceleration was enabled, train did not accelerate if they entered a tunnel right after a slope
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2355 - Fix: Remove SDL frameskip message
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2356 - Fix: Road vehicle on hills speedfix
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2357 - Fix: CompanyValueGraph window too small for currency
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2358 - Fix: Mkdir() problem in unix.c
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2359 - Fix: Client kills server if it leaves a networkgame
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2360 - Fix: Smoother mouse cursor
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2361 - Fix: Fixed a couple of overlapping memcpys
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2362 - Fix: Quit to beos
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2363 - Fix: Dragging to build canals sometimes crashed
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2364 - Fix: Cactus plants died on desert
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2365 - Fix: Invalid letters in spanish town names
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2366 - Fix: Rail upgrade button
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2367 - Fix: Makefile reorganization
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2368 - Fix: Zoom out button not grayed out
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2369 - Fix: No space between some values and units
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2370 - Fix: Station catchment outline-tiles were not shown properly on slopes
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2371 - Fix: Oil rig station was not properly deleted
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2372 - Fix: Fixed making screenshots in scenario editor
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2373 - Fix: Mac patches
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2374 - Fix: Fixed alignment issue in station drawing
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2375
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2376
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2377 0.3.1 (2004-04-26)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2378 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2379 - Feature: Bridge pillars for higher bridges
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2380 - Feature: Remember cargo payment rates selection, default to all
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2381 - Feature: Fast forward button
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2382 - Feature: Copy/share orders from trains in depot
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2383 - Feature: Swedish translation
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2384 - Feature: Dragging to construct canals
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2385 - Feature: Can now have more than 128 towns
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2386 - Feature: Always allow building small airports patch
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2387 - Feature: Colorful newspaper after a certain date
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2388 - Feature: Build while paused patch
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2389 - Feature: Polish town names
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2390 - Feature: Clear area now works in scenario editor
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2391 - Feature: Drag&drop stations
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2392 - Feature: More realistic train starting and stopping
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2393 - Change: New directory structure (*.grf+sample.cat in data subdir, *.lng in lang subdir)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2394 - Fix: Shift+arrows keys scrolls faster
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2395 - Fix: "Monorail in 1985" which allowed you to build monorail/maglev at any year [SF#941880]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2396 - Fix: Town ratings when companies are deleted/merged
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2397 - Fix: Vehicle reliability calculation in third phase
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2398 - Fix: Random world button in scenario editor does not build cities, industries, trees
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2399 - Fix: Loading worlds with no towns now fails
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2400 - Fix: Outdated sort order after station renaming
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2401 - Fix: Better train detection for copy orders
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2402 - Fix: Euro currency bug [SF#938481]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2403 - Fix: Go to xxx road depot selection bug (2) [SF#938170]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2404 - Fix: Scrolling and newspaper in title screen [SF#934520]
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2405 - Fix: Incorrect cargo_days for trains
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2406 - Fix: Array bounds error with train breakdown speeds
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2407 - Fix: Towns deleting random tiles around houses
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2408 - Fix: Incorrect road vehicle list caption for competitors
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2409 - Fix: Vehicle menu graying after a bankrupty
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2410 - Fix: Selective road removal
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2411 - Fix: Make houses available in 1920 to prevent hang
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2412 - Fix: Duration of breakdown smoke
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2413 - Fix: Slope bug under bridges
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2414 - Fix: Do not play invalid sounds (fixes road reconstruction crash)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2415 - Fix: Display correct train power with multihead engines
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2416 - Fix: Buffer overflow caused by too long string in english.lng
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2417 - Fix: Destroying things with no money
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2418
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2419
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2420 0.3.0 (2004-04-14)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2421 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2422 - Feature: Cost estimation with Shift
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2423 - Feature: Added patch for starting_date, takes a value on the form yyyy, yyyymm or yyyymmdd
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2424 - Feature: Support for multiheaded trains
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2425 - Feature: Sell whole train by dragging loco to special trashcan
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2426 - Feature: Drag the whole train with ctrl in depot
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2427 - Feature: Added convert rail tool
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2428 - Feature: Patch to select what vehicle types the ai will build
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2429 - Feature: Better slope graphics
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2430 - Feature: New pathfinding algorithm for trains (enable with new_pathfinding)
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2431 - Feature: Added patch to use timidity for BeOS
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2432 - Feature: Mousewheel can now be used to scroll in windows
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2433 - Feature: Added coordinate display to landinfo window
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2434 - Feature: Change default servicing interval for vehicles
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2435 - Feature: Change max # of vehicles per player
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2436 - Feature: Nonuniform stations patch
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2437 - Feature: Moved error message box out of the way
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2438 - Feature: Canals/shiplifts
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2439 - Feature: Build tree of random type
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2440 - Feature: Build trees on area
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2441 - Feature: Added color coded vehicle profits
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2442 - Feature: Ability to close error messages with space
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2443 - Feature: Network games (currently unsupported)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2444 - Feature: Bigger demolish tool
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2445 - Feature: Two more bridges
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2446 - Feature: Improved depot finding
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2447 - Feature: Bribe the town authority
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2448 - Feature: Allow building many trees on a single tile
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2449 - Feature: Added snow_line_height setting, only affects new games
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2450 - Feature: Errmsg_duration controls how long error messages are displayed
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2451 - Feature: Fullscreen_bpp setting in [win32] sets the bpp to use in fullscreen mode
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2452 - Feature: Euro symbol
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2453 - Feature: High bridges
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2454 - Feature: ZLIB savegames (smaller than before)
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2455 - Feature: PNG, PCX screenshot support
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2456 - Feature: Indicate with gray in vehicle popup menus if company has no vehicles of that type
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2457 - Feature: Clicking on the money brings up finances
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2458 - Feature: [OSX] Distribution now uses Apples package system for easier updates
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2459 - Feature: [OSX] Application is now a proper bundle application
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2460 - Change: Use save/ as save folder on win32
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2461 - Change: Moved date in news window
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2462 - Change: Do not check if tiles around the clicked station is a station in order gui
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2463 - Change: Keep checkpoint button down after placing
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2464 - Change: Moved disk devices to bottom of list on win32
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2465 - Change: Changed speedkey from Shift to Tab
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2466 - Change: Enhanced patches window with pages
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2467 - Change: Do not slow down trains as much on hills
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2468 - Change: Limit amount of radiotowers
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2469 - Change: Changed intro graphics
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2470 - Change: All player stuff is deleted when you load a scenario
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2471 - Fix: Aircraft terminal was not properly freed if aircraft crashed
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2472 - Fix: Fixed station acceptance bug
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2473 - Fix: Fixed buy shares in company
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2474 - Fix: Only deliver goods to stations that have a rating != 0
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2475 - Fix: Added F hotkeys in scenario editor
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2476 - Fix: Unable to raise land next to signal
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2477 - Fix: Aircraft was shown instead of ships in player overview window
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2478 - Fix: Updated installer to take care of savegames more carefully
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2479 - Fix: Do not make a new subsidy if there already exists one that is currently active by a company
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2480 - Fix: Town directory sometimes showed huge numbers
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2481 - Fix: Fixed bugs when changing owners of items (pieces of rail were not always deleted),
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2482 - Fix: Fixed bug with large stations in train pathfinder
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2483 - Fix: Deleting docks does not produce land
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2484 - Fix: Deleting ship depot does not produce land
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2485 - Fix: Buoy is now treated as water when flooding
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2486 - Fix: Combo presignals bug fix
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2487 - Fix: Prevent going to 0,0 if airport/docks is deleted
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2488 - Fix: French town names had bad letters in them
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2489 - Fix: Order list when replacing train did not work properly
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2490 - Fix: Start in the middle of the map
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2491 - Fix: More error tolerant saveload code
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2492 - Fix: [OSX] Now runs even if SDL is not present on the system
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2493 - Fix: [OSX] Now runs on systems older than 10.3
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2494 - Fix: [OSX] Altered compiler settings to make a completely stable app
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2495
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2496
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2497 0.2.1 (2004-04-04)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2498 ------------------------------------------------------------------------
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2499 - Feature: 'A' hotkey now always opens autorail
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2500 - Feature: X can be used to toggle transparent buildings
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2501 - Feature: Hotkeys 1-9 can be used to build a bridge in the bridge window
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2502 - Feature: Added more hotkeys in the road build window
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2503 - Change: Moved autorail button
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2504 - Fix: Copy orders crashed if you clicked on a wagon
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2505 - Fix: Do not show transparent buildings in intro
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2506 - Fix: Installer does not delete savegames
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2507
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2508
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2509 0.2 (2004-04-03)
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2510 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2511 - Feature: Autoscroll (only works to left/right)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2512 - Feature: Train checkpoints, instead of TTDPatch's nonstop handling
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2513 - Feature: TTDPatch compatible nonstop handling
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2514 - Feature: Refresh rate configuration setting
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2515 - Feature: Town directory sorting options
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2516 - Feature: Pre-signals (ctrl-click on existing signals to change signal type)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2517 - Feature: Show semaphores on the right side if right-sided traffic
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2518 - Feature: Patch options configuration window
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2519 - Feature: Autorail build tool
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2520 - Feature: "Show yearly finances window" option
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2521 - Feature: "Signals on drive side" patch
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2522 - Feature: "Show full date in statusbar" option
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2523 - Feature: Italian translation
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2524 - Feature: Road and rail removal by dragging a selection
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2525 - Feature: News item for "train is unprofitable"
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2526 - Feature: News item for "train is lost"
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2527 - Feature: [Win32] Double size mode (Ctrl-d to toggle)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2528 - Feature: "Multiple similar industries in close proximity" option
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2529 - Feature: "Multiple industries per down" option
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2530 - Feature: "Crossing tunnels" option
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2531 - Feature: Order sharing and copying ("goto" on other vehicle to copy, ctrl+"goto" to share)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2532 - Feature: Remember last built rail type
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2533 - Feature: "Debtmax" faster loan management with ctrl key
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2534 - Feature: "Go to depot" orders option
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2535 - Feature: "Long bridges" option
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2536 - Feature: "Select goods" option
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2537 - Feature: "No train service" option
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2538 - Feature: "No inflation" option
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2539 - Feature: Automatically detect available resolutions
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2540 - Feature: "Full load any" option, as in TTDPatch
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2541 - Feature: Automatic detection of available language files
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2542 - Feature: German translation
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2543 - Feature: Finnish town names
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2544 - Feature: Remember custom difficulty settings
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2545 - Feature: Configuration file system
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2546 - Feature: Show vehicle speed in vehicle view windows
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2547 - Feature: Train depot window now has horizontal scrollbar
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2548 - Feature: Mammoth trains
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2549 - Feature: On-the-fly language selection
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2550 - Feature: Load old premade ttd maps (must be renamed to .sv1 extension)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2551 - Change: Increased number of windows on screen to 20
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2552 - Change: [OSX] Start when doubleclicked
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2553 - Change: [OSX] Significant performance increase
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2554 - Change: Optimized startup time
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2555 - Change: Sorted savegame list
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2556 - Fix: News window was moved strangely when resizing
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2557 - Fix: Fixed sign drawing bug in max zoom out mode
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2558 - Fix: Road vehicles sometimes getting stuck
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2559 - Fix: Connecting tracks behind depot causing incorrect signal behavior
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2560 - Fix: Save/load diskspace bug
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2561 - Fix: Incorrect bridge cost for long bridges
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2562 - Fix: Disallow buoy in north corner
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2563 - Fix: Shift key now increases game speed only when game window is active
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2564 - Fix: Ctrl button now works with SDL driver
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2565 - Fix: Incorrect weight displayed in "new trains" window
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2566 - Fix: Incorrect train running cost in newspaper
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2567
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2568
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2569 0.1.4 (2004-03-25)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2570 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2571 - Feature: Crash submit system on win32
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2572 - Feature: Autosave
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2573 - Feature: In-game resolution selection via settings window
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2574 - Feature: Dutch town names
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2575 - Feature: Added load game menu item
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2576 - Feature: Build on coasts
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2577 - Feature: Allow building transmitters, lighthouses and company headquarters on slopes
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2578 - Feature: Now builds on MacOSX
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2579 - Change: New savegame format
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2580 - Change: New format for english.lng
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2581 - Fix: Train smoke clouds
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2582 - Fix: Train engine sounds
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2583 - Fix: Play all sounds at 11025 hz (fixes certain sounds)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2584 - Fix: Scenario editor desert button now makes desert instead of lighthouse
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2585 - Fix: Creating random town in scenario editor crash
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2586 - Fix: Candy bubbles sometimes caused crash
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2587 - Fix: Wrong speed was shown in news window for some vehicles
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2588 - Fix: Graph color bleeding
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2589 - Fix: Arrow keys with SDL driver
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2590 - Fix: Do not allow trains to road depots
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2591 - Fix: Road vehicle was sometimes shown inside depot
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2592 - Fix: Arrow keys in sdl driver were wrong
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2593 - Fix: Endianness bugs in save/load
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2594 - Fix: Now builds on FreeBSD
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2595 - Fix: Screenshot feature now works
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2596 - Fix: Rail foundations sometimes displayed unnecessarily
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2597 - Fix: Minor AI bugs
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2598 - Fix: Fixed industry sounds
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2599 - Fix: Bug where ship depots were very expensive
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2600 - Fix: BeOS build
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2601 - Fix: Yearly expenses data being the same for the past two game years
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2602 - Fix: Adding songs to playlists other than custom1 and custom2
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2603 - Fix: First and last tracks playing the wrong music
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2604 - Fix: Palette animation for SDL video
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2605 - Fix: Get remaining disk space on most Unix-en
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2606 - Fix: Screen went black when resizing
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2607
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2608
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2609 0.1.3 (2004-03-18)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2610 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2611 - Feature: Swedish town names
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2612 - Feature: More currencies
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2613 - Feature: Better window resizing/zooming
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2614 - Feature: Added goto road vehicle depot for road vehicle orders
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2615 - Feature: Possibility to use either semaphores or signals (Ctrl key)
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2616 - Feature: Limited the scrolling rate for year selector in scenario editor
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2617 - Feature: Improved mouse scroll zooming
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2618 - Feature: Larger stations and possibility to join stations
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2619 - Fix: Message options window
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2620 - Fix: Company takeover/purchase
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2621 - Fix: Station code so it is not possible to steal another player's temporarily deleted station
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2622 - Fix: Subsidy owner bug when deleting station
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2623 - Fix: Crash when deleting a bridge with a train on it
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2624 - Fix: Missing candy initial cargo payment values
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2625 - Fix: Goods and Food/FizzyDrinks subsidies
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2626 - Fix: Graphical glitch in subsidies window
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2627 - Fix: Take over company dialog was not shown properly
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2628 - Fix: Crash if player windows were open while the company went bankrupt
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2629 - Fix: Train slowness on hills
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2630
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2631
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2632 0.1.2 (2004-03-15)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2633 ------------------------------------------------------------------------
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2634 - Feature: Mouse wheel can be used to zoom in out on win32
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2635 - Feature: Implemented some support for resizing the window dynamically in win32
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2636 - Fix: Tunnel mouse icon for maglev and monorail
0
fa6ee4d75c8a (svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff changeset
2637
5355
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2638
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2639 0.1.1 (2004-03-14)
4449e5529205 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater <Darkvater@openttd.org>
parents: 4254
diff changeset
2640 ------------------------------------------------------------------------
10453
645c83f6f00c (svn r14708) -Change: update a few urls and fix some small errors/missing things in a few documents.
rubidium <rubidium@openttd.org>
parents: 10399
diff changeset
2641 - Feature: Preliminary presignal support
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2642 - Feature: Center windows properly in higher resolutions
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2643 - Feature: Command line -g flag now optionally takes a game to load
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2644 - Add: External MIDI driver for Unix version
10453
645c83f6f00c (svn r14708) -Change: update a few urls and fix some small errors/missing things in a few documents.
rubidium <rubidium@openttd.org>
parents: 10399
diff changeset
2645 - Add: DirectMusic driver for Win32 version
645c83f6f00c (svn r14708) -Change: update a few urls and fix some small errors/missing things in a few documents.
rubidium <rubidium@openttd.org>
parents: 10399
diff changeset
2646 - Add: "build tracks on slopes" feature
12125
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2647 - Fix: Problem where directories were not displayed under Linux
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2648 - Fix: Colors in map window for routes
dd5b77965bb5 (svn r16541) -Merge: changelog etc. changes from 0.7 branch
rubidium <rubidium@openttd.org>
parents: 11311
diff changeset
2649 - Fix: Road drive side
10453
645c83f6f00c (svn r14708) -Change: update a few urls and fix some small errors/missing things in a few documents.
rubidium <rubidium@openttd.org>
parents: 10399
diff changeset
2650 - Fix: "Fund road construction" not clickable when unavailable