Mercurial > hg > openttd
annotate changelog.txt @ 1153:48422f7be347 draft
(svn r1654) updated changelog and known-bugs for 0.3.6
author | dominik <dominik@openttd.org> |
---|---|
date | Mon, 24 Jan 2005 23:04:30 +0000 |
parents | ca9bb7e58029 |
children | ea96201ef670 |
rev | line source |
---|---|
1153
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
1 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
|
2 ------------------------------------------------------------------------ |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
3 - Feature: resizable windows. All useful windows are already made resizable. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
4 - 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
|
5 - 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
|
6 - Feature: Visually enhanced autorail placing |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
7 When using the autorail tool, the rail pieces which are going to be build are highlighted. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
8 If a piece is shown in red, this indicates that the slope/rail combination is impossible. It does not tell you if |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
9 the rail line construction might not be possible because of other obstacles, e.g. houses or water. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
10 - Feature: Autoreplace Vehicles (accessible from the train list) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
11 This feature works much like autorenew, but it will get you a new engine type instead of a new one of the same type. Once |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
12 ordered, it will automatically replace the engines while they visits a depot. The GUI for setting this up have been added on the |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
13 vehicle overview windows |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
14 - Feature: A counter to tell how many engines you have of each type to the autoreplace vehicle windows |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
15 - Feature: A display for the total map population to the town display |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
16 - Feature: [network] RCon (Remote Connection). |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
17 A server can set: 'set rcon_pw <password>' to enable rcon |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
18 A client can now do: 'rcon <password> "<command>"' |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
19 !!Warning!!: do not give your rcon password to people you do not thrust! |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
20 - Feature: hotkeys for dock and airport toolbar (see http://wiki.openttd.org/index.php/Hotkeys) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
21 - Feature: [Network] banning system (mostly tnx to guru3) A server can ban people via ClientList using 'ban', 'unban', 'banlist'. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
22 - 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
|
23 - 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
|
24 - Feature: [SDL] Show revision number in window title |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
25 - Feature: [Unix] Check which gcc version is present and only set availible compiler flags |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
26 - Feature: [Windows] CTRL+V (Paste) now works on all editboxes. This includes 'Add Server', chat, etc. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
27 - 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
|
28 - Feature: Addded keyboard shortcuts for the order window |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
29 - Feature: Aircraft refit options have been restricted to "sane" values. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
30 - Feature: allows setting the production values of the rawmaterial producing industries in the editor |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
31 - Feature: console support for loading maps. Use 'load', 'list_files' and 'goto_dir' to navigate and load games. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
32 - 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
|
33 - 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
|
34 - 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
|
35 - Feature: Make ottd compile on Zeta |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
36 - Feature: MD5 hash check for TTD files (The original TTD files are now checked with a MD5 sum to determine which version of the grf files is used and to warn about possible file corruptions. Thanks to ledow for the original patch) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
37 - Feature: New companies receive a 5-year protection period against buying-up |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
38 - Feature: norwegian townnames (Simen Graaten) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
39 - 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
|
40 - 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
|
41 - 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
|
42 - Feature: population in label of the town (patch setting) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
43 - Feature: scrolling credits list (in alphabetical order) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
44 - Feature: Train window shows now the number of vehicles per row (mpetrov) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
45 - Feature: [ 1039061 ] Swiss town-names (vulvulune) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
46 - Feature: [ 1090950 ] Adding 16:10 resolutions for mainly laptops (doode) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
47 - Feature: [ 1098254 ] (dis)Allow Shares. Add patch options to allow buying/selling of shares (Hackykid) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
48 - Fix: [ 1031451 ] Catchment area shows when buying sign |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
49 - Fix: [ 1040119 ] Flood and wagons in depot |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
50 - Fix: [ 1050990 ] Buying trains sometimes accounted for incorrectly. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
51 - Fix: [ 1084074 ] Delayed news messages |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
52 - Fix: [ 1090495 ] Slopes under high bridges weren't flooded |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
53 - Fix: [ 1092473 ] In scenario editor, when trees are placed randomly, they are no longer placed on farmland |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
54 - Fix: [ 1092661 ] On create, the scrollbar of the server-list was not updated |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
55 - Fix: [ 1092707 ] placing rocks in scenario editor. You can place rocks on trees and vice versa |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
56 - Fix: [ 1093200 ] 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. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
57 - Fix: [ 1093466 ] no more glitches with many maps in the scenario list when creating server |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
58 - Fix: [ 1093485 ] Dissappearing rocks in Scenario Editor |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
59 - Fix: [ 1094092 ] Toolbars accessible via keyboard in spectator mode |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
60 - Fix: [ 1095020 ] When all stations in an aircraft's order list are demolished, the plane eventually crashes (running out of fuel) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
61 - Fix: [ 1095143 ] Servers list now also saves the port |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
62 - Fix: [ 1098553 ] Crash when all vehicles from a vehicles per station list had been removed |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
63 - Fix: [ 1099101 ] starting year patch goes out of range. Clamped year between 1920-2090 |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
64 - Fix: [ 1099225 ] Bug Fix - Vehicle Lists not updated at Acqusition (thx tamlin and mpetrov) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
65 - Fix: [ 1099451 ] Game crashes after the click on Rename (see also Bug 10992). There was no check for non-selected engine |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
66 - Fix: [ 1100736 ] wrong tooltip for place desert button |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
67 - Fix: [ 1100767 ] fast forward in main menu |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
68 - Fix: [ 1101179 ] Crash if generating land while industry window is open. This also happened for towns and the land information window |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
69 - Fix: [ 1101906 ] Configure Patches window text overflow |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
70 - Fix: [ 1101963 ] console in dedicated server |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
71 - Fix: [ 1102275 ] Game crashed when clicking "new face" or "company color" twice |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
72 - Fix: [ 1102776 ], [ 1099535 ] Aircraft vehicle lists are now redrawn when an aircraft arrives in the depot. Station-specific vehicle lists are now redrawn daily as well (not only the master list) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
73 - Fix: [ 1103113 ] font size changing. Dedicated server did not have code filtering, 'tab' could result in bigger fonts |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
74 - Fix: [ 1103187 ] Order Check messages are now validated before displayed |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
75 - Fix: [ 1103301 ] Railroad tracks on slopes weren't flooded |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
76 - Fix: [ 1104350 ] Crashed trains do not initiate the lost vehicle message anymore |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
77 - Fix: [ 110452 ] On horizontal/vertical tracks you are also charged for building/removing signals on the parallel track on the same tile. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
78 - Fix: [ 1104969 ] Aircraft in hangar messages are now revalidated before display |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
79 - Fix: [ 1105112 ] Destroyed train locks crossings |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
80 - Fix: [ 1105281 ] upgrade rail fails when train under bridge |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
81 - Fix: [ 1105959 ] Trains don't think they're on a slope any more while they drive around in a tunnel |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
82 - Fix: [ 1105963 ] 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 can't be deleted by other players if they are used.) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
83 - Fix: [ 1106354 ] Graph's keys get confused |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
84 - Fix: [ 1106930 ] placing signals with 2x1 drags is treated as placing a single signal |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
85 - Fix: [ 1107350 ] console ignoring return character occasionally. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
86 - Fix: [ 1108008 ] Scenario creation bug; engines are of correct year when scenario is saved |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
87 - Fix: [ 1092474 ] little red box in scenario editor |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
88 - Fix: [ 1099197 ] scrolling through console sometimes crashed the whole game. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
89 - Fix: [ 1099209 ] Catchment area with drag&drop stations |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
90 - Fix: [Network] 'kick 1' did crash dedicated servers |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
91 - Fix: [Network] A server no longer crashes when a client sends an invalid DoCommand, but drops the client instead. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
92 - Fix: [Network] Added packet protection. No longer a client or server |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
93 - Fix: [Network] Bug in bind system. Advertising failed on systems with more then 1 ip, and server_bind active to one of them. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
94 - Fix: [Network] Disabled 'money-cheat' (read: bug which could give people a lot of money) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
95 - Fix: [SDL] now the binary never links to SDL if DEDICATED is set. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
96 - Fix: [Windows] somehow mousewheel was disabled on windows using SDL; reenabled again |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
97 - Fix: a modified client could try to replace a vehicle to an invalid engine ID and crash the server. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
98 - 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
|
99 - 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
|
100 - Fix: Console alias, load_game functionality and load fix |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
101 - Fix: correct error message for when trying to build a railroad station over a bus/truck/etc-station. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
102 - 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
|
103 - 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
|
104 - 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
|
105 - Fix: Expand town is a bit more agressive |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
106 - Fix: finally zooming in/out always works. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
107 - 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
|
108 - 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) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
109 - Fix: Full-Loading trains no longer get "lost" after a while (Hackykid) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
110 - 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
|
111 - 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
|
112 - 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
|
113 - 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
|
114 - Fix: No crash when creating a game with New English town names any more |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
115 - 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. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
116 - Fix: only a server can rename a town in a MP game |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
117 - Fix: really old maps do load again (Darkvater / TrueLight) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
118 - 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
|
119 - 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
|
120 - Fix: Ship Vehicle Lists are now redrawn correctly |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
121 - Fix: signal stays red if a track is removed (Darkvater / Tron / TrueLight) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
122 - 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
|
123 - 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
|
124 - Fix: The cost for an autorenew was not always send to the right player ;) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
125 - Fix: the scrollbar in the network gui (server list) now updates when scrolling (HackyKid) |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
126 - Fix: Train crashes should no longer desync the game. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
127 - 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
|
128 - 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
|
129 - 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
|
130 - Fix: your loan is now substracted from your company value |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
131 - Add: A brand new set of icons. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
132 - Change: AutoRenew is now a client-side patch instead of a game-side patch |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
133 - Change: Removed the 'close ALL windows' from the toolbar since shift+del does this. |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
134 - Language: Updated all languages |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
135 - Fix: Many more things.... |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
136 |
48422f7be347
(svn r1654) updated changelog and known-bugs for 0.3.6
dominik <dominik@openttd.org>
parents:
799
diff
changeset
|
137 |
799
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
138 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
|
139 ------------------------------------------------------------------------ |
799
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
140 - 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
|
141 - 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
|
142 - 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
|
143 - 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
|
144 - 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
|
145 - 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
|
146 - Feature: [Network] Chat |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
147 - 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
|
148 - 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
|
149 - 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
|
150 - Feature: Sticky windows |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
151 - Feature: Even better support for newgrf-files |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
152 - 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
|
153 - 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
|
154 - 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
|
155 - 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
|
156 - 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
|
157 - 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
|
158 - Feature: Many more new things... |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
159 - 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
|
160 - 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
|
161 - Add: Manpage |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
162 - 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
|
163 - 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
|
164 - 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
|
165 - Add: Windows snap at each other |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
166 - Change: [OSX build] Moved data and lang folders inside OpenTTD. This got rid of the package system too, making installing/updating easier |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
167 - Fix: [OSX build] Music is now on by default again |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
168 - Fix: [OSX build] Made error opens the console |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
169 - 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
|
170 - Fix: A train can leave and enter the same depot at the same time, then the trai simply got stuck |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
171 - Fix: Crash when making png screenshot with odd resolution (Tron) |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
172 - Fix: Directories in *nix are now sorted alphabetically in ascending order (Tron). |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
173 - 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
|
174 - 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
|
175 - 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
|
176 - 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
|
177 - 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
|
178 - Fix: Saving or loading a map doesnt pauses the game anymore |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
179 - Fix: Some bridge part isn't displayed transparent in transparent mode |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
180 - Fix: Starting with -r option allows all resolutions (Tron) |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
181 - Fix: The pathfinder no longer sees rail with an other owner as a possible route. |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
182 - 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
|
183 - 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
|
184 - 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
|
185 - Fix: You can no longer change name of waypoints whom are owned by somebody else |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
186 - Fix: [ 1090313 ] Shares are now also sold when a company goes bankrupt |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
187 - Fix: [ 1087701 ] 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) |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
188 - Fix: [ 1087403 ] Crashed trains aren't reported to have too few orders any more |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
189 - Fix: [ 1086375 ] Backup-order-list was not closed with an OT_NOTHING, |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
190 - Fix: [ 1085255 ] Docks now have a button to display the catchment area |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
191 - Fix: [ 1070274 ] Invisible trains. Weird macros and MSVC optimizing don't always mix. (Tron) |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
192 - Fix: [ 1068269 ] Number of passangers and mail in exclusive test offer window is swapped |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
193 - Fix: [ 1066504 ] Pause key pauses the game |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
194 - Fix: [ 1066121 ] Resetting file name after deleting a file (dannys9) |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
195 - Fix: [ 1066114 ] Code error in win32.c Thanks Shai |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
196 - Fix: [ 1065247 ] Windows can be placed behind toolbar |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
197 - Fix: [ 1064742 ] Editor Map-Menu wrong String |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
198 - Fix: [ 1058809 ] Always report a bus/lorry station as unpassable |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
199 - Fix: [ 1053397 ] Refit train window stays open |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
200 - Fix: [ 1050993 ] Incorrect Tooltip in Road Vehicle List. |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
201 - Fix: [ 1048596 ] Monorail and Maglev sounds are swapped |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
202 - Fix: [ 1040119 ] Flooded wagons in depots don't keep constantly exploding any more |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
203 - Fix: [ 1035303 ] Bug about lowering tracks built on slopes |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
204 - Fix: [ 1035066 ] 'Allow goto depot' turned off, no checkpoints in orders |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
205 - Fix: [ 1034318 ] Place sign and blue message box |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
206 - Fix: [ 1033947 ] Wrong mapping between music titles and songs |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
207 - Fix: [ 1030393 ] 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 (Tron) |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
208 - Fix: [ 1030275 ] '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. |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
209 - Fix: [ 1029064 ] Building a station acted weird in some rare situations |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
210 - Fix: [ 1022227 ] Ships could unload cargo at stations without docks |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
211 - Fix: [ 999669 ] Wrong trees (toyland's) in sub-tropical landscape style |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
212 - Fix: [ 993500 ] High bridge rendering error |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
213 - Fix: [ 991101 ] Disabled buttons flicker no more |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
214 - Fix: [ 985925 ] Start/stop flag in train depots always works, regardless of the horizontal scroll position |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
215 - Fix: [ 985439 ] Un-owned rail. Trains could cross competitor's tracks if there was a road-crossing over it. |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
216 - Fix: [ 982611 ] 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 (blathijs) |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
217 - Fix: [ 967096 ] Fullscreen. New button 'Fullscreen' in 'Game Options' menu which lets you set fullscreen ingame. |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
218 - Fix: [ 958098 ] No longer road/rail crossing signals hang when a train is reversed at the wrong moment (Yeah, our longest open bug finally fixed :) :) :)) |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
219 - Fix: [ 926105 ] Ctrl + d bug. Longest outstanding bug has been fixed \o/ 2004-03-30 (Tron) |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
220 - Language: Added Spanish |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
221 - Language: Added Catalan |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
222 - Language: Added Icelandic |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
223 - Language: Updated most languages |
ca9bb7e58029
(svn r1269) - Updated changelog.txt and readme.txt for 0.3.5
truelight <truelight@openttd.org>
parents:
772
diff
changeset
|
224 - Fix: Many more things.... |
772
071143c705cc
(svn r1238) Changelog update with the mac specific stuff since 0.3.4
bjarni <bjarni@openttd.org>
parents:
249
diff
changeset
|
225 |
071143c705cc
(svn r1238) Changelog update with the mac specific stuff since 0.3.4
bjarni <bjarni@openttd.org>
parents:
249
diff
changeset
|
226 |
249
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
227 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
|
228 ------------------------------------------------------------------------ |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
229 - Add: Dutch translation |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
230 - Add: Generalised A* Algorithm |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
231 - 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
|
232 - Change: Changed 'terraforming' to 'landscaping' |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
233 - 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
|
234 - Change: Disable 'Submit Report' and 'Show Details' on OpenTTD error window on Windows. Currently of no use, since no devs have assembly knowledge |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
235 - Change: Removed patch no_train_service. Instead you can set the default service interval for any vehicle type to 'disabled'. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
236 - Codechange: Comments added to the code (blathijs) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
237 - Codechange: Made bridge building code more readable [ 996244 ] (follow) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
238 - 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
|
239 - Feature: Add many random industries and towns in scenario editor |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
240 - Feature: Added Autosignals, just like Autorail. Can copy signal style, convert signal<->semaphore, etc. Big thanks to betatesters Dribbel and Testman57 (Darkvater) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
241 - Feature: Added level land button to scenario editor (chrishuebsch) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
242 - Feature: Added never_expire_vehicles to patches GUI (Chris Huebsch) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
243 - Feature: Added new icons for landscaping toolbar (drawn by sign_de) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
244 - Feature: Added original vehicle names file. Select it from the list. Vehicles will have real name, all other strings are in English (orudge). |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
245 - Feature: Added/heavily modified patch by truesatan cheat change date |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
246 - Feature: Align toolbar left/center/right patch (TrueLight) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
247 - Feature: All TTDLX kind of savegames are supported (.SS1, .SV1, .SV2, .SV0, .SS0). |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
248 - Feature: Alpha version of a new AI (TrueLight) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
249 - Feature: Autodetect server in LAN via udp (Sign) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
250 - 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
|
251 - Feature: Cheat switch climate |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
252 - Feature: Company HQ can now be moved somewhere else (cost 1% of company value). Water floods HQ. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
253 - Feature: Competitors menu under patches |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
254 - Feature: Copy/share orders now works from ship depot window for ships and hangar window for aircraft |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
255 - Feature: Difficulty settings window has been changed (Darkvater) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
256 - 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
|
257 - 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
|
258 - Feature: General protection around Sprites |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
259 - Feature: Ingame console (sign_de) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
260 - Feature: Invalid (void) orders in schedule are highlighted in red (Celestar) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
261 - Feature: Invisible trees when in transparent mode (patch entry) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
262 - Feature: Option to sort vehicles in vehicle-list window by different criteria. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
263 - Feature: Performance details window in company league menu (TrueLight) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
264 - Feature: Proper crediting to graphics artists to about box. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
265 - Feature: Removing town roads has been finetuned. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
266 - 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
|
267 - 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
|
268 - Feature: Terraforming toolbar (in the plant tree menu) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
269 - Feature: The extra dynamite patch has been changed a bit. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
270 - Feature: Warning when a vehicle has invalid orders (celestar) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
271 - Feature: Water floods everything, including vehicles. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
272 - Feature: Working multiplayer gui (sign_de) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
273 - Feature: [ 976127 ] No extra frequent jet crash on small airports (truesatan) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
274 - Feature: [ 992998 ] Scrollto Station in Orders. CTRL click on orders of a vehicle and main-window scrolls to that station. (chrishuebsch) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
275 - Feature: [ 997115 ] Improved industry directory (hampzter) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
276 - Feature: [ 1003350 ] Euro introduction news item. (dominik81) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
277 - Feature: [ 1009708 ] Percent-based service intervals. Send a vehicle to depot after it has lost X% of its reliability (mivlad) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
278 - Feature: [ 1009710 ] Extra Viewport (Dribbel) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
279 - Feature: [ 1024044 ] Show max loan in finances window. (ledow) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
280 - 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
|
281 - Fix: 64bit CPU fixes |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
282 - Fix: 64x64 stations are now nicely painted |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
283 - Fix: A lot of network fixing (sign_de) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
284 - 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
|
285 - 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
|
286 - 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
|
287 - Fix: Autosave folder was not created on MorphOS- Fix: Bridge slope fix again, thanks Truelight |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
288 - Fix: Bulldozing stuff with cheat magic_dynamite turned on doesn't lower city ratings |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
289 - Fix: Change SDL_HWSURFACE back to SDL_SWSURFACE (Diablo-3D); better performance |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
290 - Fix: Coast line near edge of map and near oilrigs (Dribbel) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
291 - Fix: Company-value was not updated immediatly if legend was changed (vondel) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
292 - Fix: Delete canal under bridge wasn't possible |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
293 - Fix: Disable Fast Forward in network games visually (didn't work anyways, just showed graphical output) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
294 - 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
|
295 - 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
|
296 - Fix: Load Scenario fix |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
297 - Fix: Make endianess check 100% accurate |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
298 - Fix: Memory leak in news system (blathijs) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
299 - 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
|
300 - Fix: Move around sort-widgets a bit so it looks more natural |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
301 - 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). |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
302 - 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
|
303 - 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
|
304 - 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
|
305 - 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
|
306 - Fix: Possible to disable some patches (e.g. default service interval) again by setting them to 0 |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
307 - Fix: Problems around exclusive transport rights (Celestar) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
308 - 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
|
309 - 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
|
310 - Fix: Rare mousewheel scrolling with scrollbar crash |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
311 - Fix: Road vehicles don't get stuck any more at stations (Truelight + Celestar) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
312 - 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
|
313 - Fix: Scenario editor now asks before it generates a random landscape |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
314 - Fix: Slopes graphics fix (dominik) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
315 - Fix: Small gap between station button and signal button in rail toolbar |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
316 - Fix: Some minor fixes around GetTileTrackStatus (blathijs) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
317 - 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
|
318 - 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
|
319 - 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
|
320 - 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
|
321 - 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
|
322 - Fix: When adding parts to a statin max size is not 15x15 anymore, but _patches.station_spread |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
323 - Fix: Win98 crashes related to music/sound (orudge) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
324 - Fix: Wrong building of road-slopes for a future AI/Town |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
325 - Fix: Wrong pathfinding when northern station tile is missing (blathijs) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
326 - 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
|
327 - Fix: [Makefile] Fixed issue where sdl-config was needed even on systems without SDL |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
328 - Fix: [SDL] Performance fix fo palette animation and mouse jumping (jirif) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
329 - Fix: [SDL] Same resolution was displayed more than once in game options |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
330 - Fix: [SDL] Smoother mouse and performance fix, like in Win32 (jirif) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
331 - Fix: [ 963056 ] Wrong trains you can buy with scenarios |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
332 - Fix: [ 972087 ] Minimap crash |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
333 - Fix: [ 972247 ] Bug in '[a] weird non-uniform stations handling' (blathijs) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
334 - Fix: [ 976583 ] Parent_list was too small |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
335 - Fix: [ 981934 ] Memoryleak in parent_list |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
336 - Fix: [ 982666 ] Max_loan in editor bug (TrueLight) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
337 - Fix: [ 987888 ] Bridge building over boats |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
338 - Fix: [ 990770 ] Cargo delivery area patch for bug #989322. (Celstar) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
339 - Fix: [ 992726 ] No tunnel crash (Celestar) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
340 - Fix: [ 993339 ] Light House Placement Bug |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
341 - Fix: [ 993374 ] Pressing alt locks the game - sort of a bug. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
342 - Fix: [ 993493 ] Buildings on water |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
343 - Fix: [ 993512 ] No canal building under bridge |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
344 - Fix: [ 993829 ] UDP Fixes (lucaspiller) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
345 - Fix: [ 994067 ] Train drivers dies two times (follow) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
346 - Fix: [ 994720 ] Road depot - bus/lorry station (Truelight+Darkvater P ) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
347 - Fix: [ 996025 ] _local_player fixes. Fixes wrong memory access (TrueLight) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
348 - Fix: [ 996065 ] Bridge Bug fixed bug fixed again (Darkvater) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
349 - Fix: [ 996065 ] Weird two tile bridges on slopes |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
350 - Fix: [ 997303 ] Empty strings in signs |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
351 - Fix: [ 997703 ] Junction after tunnel bug (blathijs) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
352 - Fix: [ 999592 ] "autosave" directoy creation (MorphOS/AmigaOS) (Tokai) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
353 - Fix: [ 1001540 ] I lost all wagons. Half-assed fix for lost wagons. But now users can at least fix this problem. Consolecommand "resetengines" |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
354 - Fix: [ 1006530 ] BuildRoadOutsideStation fix. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
355 - Fix: [ 1006715 ] Autorenew issues |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
356 - Fix: [ 1007272 ] Copy orders between bus/truck possible. (Celestar) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
357 - Fix: [ 1007630 ] Scenario editor pause bug |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
358 - Fix: [ 1008605 ] Signals not updated after ClearTunnel Bug [ 985920 ] (TrueLight) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
359 - Fix: [ 1009385 ] Too many save games prevented loading |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
360 - Fix: [ 1009567 ] problem with transferred cargo crashes game. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
361 - Fix: [ 1009621 ] build in pause is now a cheat instead of a patch (truesatan) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
362 - Fix: [ 1009631 ] Wrong multihead selling (Bodewes) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
363 - Fix: [ 1010833 ] Turning on the magic bulldozer removes oil rigs |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
364 - Fix: [ 1012086 ] Drunk pilot (Celestar) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
365 - Fix: [ 1014278 ] TileAddWrap() gave wrong results. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
366 - Fix: [ 1016954 ] Cached_sprites does now work again |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
367 - Fix: [ 1022689 ] Bug when dragging a part of a multiheaded engine to 'sell-whole-train'. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
368 - Fix: [ 1023971 ] 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 (Dribbel) |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
369 - Fix: [ 1025836 ] Company value problem (again). Now company value rightly shows the value, including ALL your money. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
370 - Fix: [ 1025836 ] Company values bigger dan int32 were put to negative |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
371 - Fix: [ 1025836 ] Long bridges had negative value |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
372 - Fix: [ 1026271 ] Vehicle depots not transparent with transparent buildings. |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
373 |
20a992a7b04e
(svn r250) -Update: updated the changelog for 0.3.4
truelight <truelight@openttd.org>
parents:
222
diff
changeset
|
374 |
0
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
375 0.3.3 (2004-07-13) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
376 ------------------------------------------------------------------------ |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
377 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
378 - Feature: (MorphOS/AmigaOS) network support |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
379 - Feature: improved german town name generator |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
380 - Change: scenarios now have the file extension .scn |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
381 - Fix: removing and upgrading tracks under a bridge when a train is on the bridge |
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
|
382 - Change: default network port from 12345 (known trojan) to 3979 |
0
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
383 - Fix: pause button was not synched in network games |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
384 - Fix: crash caused by invalid screen resolutions |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
385 - Fix: AI can not build tubular bridges in 1950, etc. Same restrictions apply to it, as to human players. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
386 - Feature: transparent station signs |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
387 - Feature: show total cargo per wagon type in train details window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
388 - Fix: volume, liters, was x100, should be x1000 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
389 - Feature: bridges on slopes |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
390 - Fix: bridge building by towns was screwed when executed without testing first |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
391 - Feature: added Galician translation (by Condex) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
392 - Change: crossing tunnels is now considered a cheat |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
393 - Fix: better AI route finding |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
394 - 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
|
395 - 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
|
396 - Fix: Two industries that accept the same goods can never be very close to each other |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
397 - Feature: Extra dynamite, allow the removal of town-owned roads, bridges, tunnels for a popularity rating penalty |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
398 - Feature: magic bulldozer cheat, that lets you remove industries, unmovables and town-owned buildings, roads and bridges |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
399 - Fix: destroying bridge (over water or 'higher bridge' with vehicle on it) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
400 - Fix Game crashes when you hit the build rail button |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
401 - Fix: some scenarios had a max_railtype of 0 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
402 - 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
|
403 - Fix: 80% CPU load paused in fast-forward |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
404 - Feature: Enabled 'remove' button for stations |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
405 - Feature: Cheat GUI (activate with crtl-alt-c) The game remembers if you have used a cheat |
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
|
406 - Fix: Some airport runways were treated |
0
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
407 - Fix: minor minimap glitch |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
408 - Fix: station sorting scroll fails with not ennough stations |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
409 - Fix: desert ground for depots in the desert |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
410 - Feature: station sort implemented using qsort() |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
411 - Feature: station list shows #of stations owned by player |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
412 - Fix: trains could run on wrong track type under bridges |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
413 - Fix: screenshot hangs |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
414 - Feature: split canal/lock tool in two tools, one for building canals, one for locks. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
415 - Fix: wrong sound with ships |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
416 - Fix: toy shop closes even though it has supply |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
417 - Fix: nordic characters |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
418 - Feature: make the HQ generate passengers and mail |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
419 - Fix: slso restore Service Interval when rebuying vehicle |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
420 - Fix: crash with map bits > 8 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
421 - Fix: ufo crash in busstop |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
422 - Fix: town actions has empty row |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
423 - Change: made helicopters able to land on small airports again |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
424 - Feature: display number of houses in town overview window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
425 - Fix: train stuck with the head in one depot and tail in another |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
426 - Fix: Optimized random radio tower spreading |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
427 - Feature: Land info now shows type of signal |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
428 - Fix: ground below trees is sometimes not covered by snow |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
429 - Fix: fast forward button in scenario editor |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
430 - Change: screenshots are saved to PERSONAL_DIR (unix) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
431 - Fix: screenshot hotkey does not function in scenario editor |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
432 - Fix: allow deleting a bridge if a vehicle is below |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
433 - Fix: crash loading a scenario |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
434 - Fix: build tracks on water |
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
|
435 - Fix: fast forward button pressed with tab |
0
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
436 - Fix: vehicles don't get old |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
437 - Feature: realistic train reversing |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
438 - Feature: added support for 64 bit CPUs |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
439 - Fix: finance bug with some original scenarios |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
440 - Feature: added water quantity level "very low", which is the default for easy mode now |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
441 - 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
|
442 - Feature: realistic acceleration turned on, train must first slow down and stop before it can reverse |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
443 - Feature: (MorphOS build) various small improvement to make the the game feel more native |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
444 - Feature: alt + f now toggles full screen (alt + enter still works) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
445 - Feature: (OSX build) command + q shows the quit window and command + f or enter toggles full screen (alt and control still works too) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
446 - Feature: pasky's autorenew, autorenews vehicles if enabled. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
447 - Feature: (incomplete) news history window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
448 - Feature: larger smallmap size |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
449 - Feature: Austrian Citynames |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
450 - Feature: repaying most possible debt |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
451 - Feature: added Polish translation (by tomek) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
452 - Feature: added Danish translation (by Gof.dk) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
453 - Feature: pasky's grfspecial loader. You have to enable them in openttd.cfg using [newgrf] setting |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
454 - Feature: smooth economy changes |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
455 - Fix: 100% CPU bug |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
456 - Fix: crash when AI builds airport |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
457 - Fix: plays wrong music on main screen |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
458 - Fix: inflation was way too high when intrest rate = 0 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
459 - Fix: can't sell anything if money is TOO negative |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
460 - Fix: fast forward button resets |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
461 - Feature: TTDPatch-style gotodepot. Ship depots and aircraft hangars can be inserted in the schedule as well. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
462 - Feature: ability to add "service if needed" orders (the "full load" button changes to "service" after selecting a depot order) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
463 - Feature: if a vehicle has depot orders in its schedule, automatic servicing is disabled |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
464 - Change: autosaves are now placed in save/autosave |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
465 - Feature: patch setting so that helicopters get serviced automatically on helipad |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
466 - Fix: "refit train" button remains |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
467 - Change: default savegame directory is /save in Linux |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
468 - Fix: enable up/down scrolling with the mouse |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
469 - Feature: center toolbar on screen |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
470 - Feature: sort savelist by date |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
471 - Feature: allow scrolling in both directions |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
472 - Feature: darkvater's two new airports (metropolitan in 1980 and international in 1990) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
473 - Feature: Resizing the window in all SDL builds |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
474 - Fix: 1920 all trains |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
475 - Fix: wrong heli breakdownspeed |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
476 - Feature: added MIDI flag to makefile to set custom path to midi player |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
477 - Fix: station list cargo waiting display bug |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
478 - Fix: bug that could allow rails on steep slopes |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
479 - Fix: train depots and checkpoints not flooded by water |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
480 - Fix: added command line option (-i) to deactivate the grf check |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
481 - Fix: signal bug [ 949929 ] |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
482 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
483 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
484 0.3.2.1 (2004-05-23) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
485 - Fix: use english.lng by default |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
486 - Fix: No bridges available in 1920 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
487 - Fix: czech file was missing |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
488 - Feature: now builds on FreeBSD |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
489 - Feature: now builds on MorphOS |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
490 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
491 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
492 0.3.2 (2004-05-22) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
493 - Feature: HP for trians limited to 16bit int |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
494 - Feature: added Czech translation |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
495 - Feature: train refitting |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
496 - Feature: auto euro |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
497 - Fix: don't allow building railroad stations on airports or bus stations |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
498 - Feature: industry directory |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
499 - Feature: added extend vehicle life/noexpire patch |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
500 - Feature: show revision number in title bar |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
501 - 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
|
502 - Fix: Construct industries producing raw materials |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
503 - Fix: loading TTD saves gave incorrect reliability parameters for wagons |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
504 - Feature: random network games |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
505 - Fix: fixed order restore bug in network play |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
506 - Fix: network sync fix for train goto depot |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
507 - Feature: smallmap remembers size |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
508 - Fix: Only one statue per player per town |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
509 - Fix: enhanced patch configurator |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
510 - Fix: if realistic acceleration was enabled, train didn't accelerate if they entered a tunnel right after a slope |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
511 - Fix: remove sdl frameskip message |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
512 - Fix: road vehicle on hills speedfix |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
513 - Fix: CompanyValueGraph window too small for currency |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
514 - Fix: mkdir() problem in unix.c |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
515 - Fix: client kills server if it leaves a networkgame |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
516 - Change: autosave go to autosave/ |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
517 - Fix: Canal tool resets after 1 use |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
518 - Feature: remember value of show town names in smallmap |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
519 - Feature: norwegian translation |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
520 - Feature: norwegian currency |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
521 - Feature: slovak language |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
522 - Fix: smoother mouse cursor |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
523 - Fix: fixed a couple of overlapping memcpys |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
524 - Feature: use SO_REUSEADDR on listen socket |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
525 - Feature: unix sigabort handling |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
526 - Feature: hungarian translation |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
527 - Fix: quit to beos |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
528 - Fix: dragging to build canals sometimes crashed |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
529 - Fix: cactus plants died on desert |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
530 - Feature: added norwegian translation |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
531 - Feature: added more default resolutions |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
532 - Feature: return error message if DOS grf files are used |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
533 - Feature: bemidi support |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
534 - Fix: invalid letters in spanish town names |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
535 - Fix: rail upgrade button |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
536 - Fix: makefile reorganization |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
537 - Fix: Zoom out button not grayed out |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
538 - Fix: no space between some values and units |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
539 - Change: Plant area of trees now allowed for 20x20 area |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
540 - Change: "kmh^-1" to "km/h" |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
541 - Fix: Station catchment outline-tiles weren't shown properly on slopes |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
542 - Fix: oil rig station wasn't properly deleted |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
543 - Fix: fixed making screenshots in scenario editor |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
544 - Feature: added icelandic currency |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
545 - Change: show original savegame names for oldstyle savegames |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
546 - Fix: mac patches by bjarni |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
547 - Fix: fixed alignment issue in station drawing |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
548 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
549 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
550 0.3.1 (2004-04-26) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
551 - Fix: shift+arrows keys scrolls faster (by pasky) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
552 - Feature: bridge pillars for higher bridges |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
553 - Fix: [ 941880 ] "monorail in 1985" which allowed you to build monorail/maglev at any year |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
554 - Feature: remember cargo payment rates selection, default to all |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
555 - Fix: town ratings when companies are deleted/merged |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
556 - Fix: vehicle reliability calculation in third phase |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
557 - Change: new directory structure (*.grf+sample.cat in data subdir, *.lng in lang subdir) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
558 - Feature: fast forward button |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
559 - Fix: random world button in scenario editor doesn't build cities, industries, trees |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
560 - Fix: loading worlds with no towns now fails |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
561 - Fix: outdated sort order after station renaming |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
562 - Feature: copy/share orders from trains in depot |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
563 - Fix: better train detection for copy orders |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
564 - Fix: [ 938481 ] Euro currency bug |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
565 - Fix: [ 938170 ] Go to xxx road depot selection bug (2) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
566 - Fix: [ 934520 ] scrolling and newspaper in title screen |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
567 - Feature: swedish translation (by poLiSen) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
568 - Fix: incorrect cargo_days for trains |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
569 - Feature: dragging to construct canals |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
570 - Fix array bounds error with train breakdown speeds |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
571 - Fix: towns deleting random tiles around houses |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
572 - Feature: can now have more than 128 towns |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
573 - Fix: incorrect road vehicle list caption for competitors |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
574 - Fix: vehicle menu graying after a bankrupty |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
575 - Feature: always allow building small airports patch |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
576 - Feature: colorful newspaper after a certain date |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
577 - Feature: build while paused patch |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
578 - Feature: polish town names |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
579 - Fix: selective road removal |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
580 - Feature: clear area now works in scenario editor |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
581 - Feature: drag&drop stations |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
582 - Fix: make houses available in 1920 to prevent hang |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
583 - Fix: duration of breakdown smoke |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
584 - Fix: slope bug under bridges |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
585 - Feature: more realistic train starting and stopping |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
586 - Fix: don't play invalid sounds (fixes road reconstruction crash) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
587 - Fix: display correct train power with multihead engines |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
588 - Fix: buffer overflow caused by too long string in english.lng |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
589 - Fix: destroying things with no money |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
590 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
591 0.3.0 (2004-04-14) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
592 - Change: don't slow down trains as much on hills |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
593 - Fix: aircraft terminal wasn't properly freed if aircraft crashed |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
594 - Fix: fixed station acceptance bug |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
595 - Change: limit amount of radiotowers. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
596 - Feature: cost estimation with Shift |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
597 - Change: changed speedkey from Shift to Tab. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
598 - Feature: added patch for starting_date, takes a value on the form yyyy, yyyymm or yyyymmdd. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
599 - Feature: support for multiheaded trains |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
600 - Feature: sell whole train by dragging loco to special trashcan |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
601 - Feature: drag the whole train with ctrl in depot |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
602 - Fix: fixed buy shares in company |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
603 - Feature: added convert rail tool |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
604 - Change: enhanced patches window with pages. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
605 - Feature: patch to select what vehicle types the ai will build |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
606 - Feature: better slope graphics |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
607 - Fix: only deliver goods to stations that have a rating != 0 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
608 - Feature: new pathfinding algorithm for trains (enable with new_pathfinding) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
609 - Change: changed intro graphics |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
610 - Change: all player stuff is deleted when you load a scenario. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
611 - Fix: added F hotkeys in scenario editor |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
612 - Feature: Added patch to use timidity for BeOS |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
613 - Feature: mousewheel can now be used to scroll in windows |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
614 - Feature: added coordinate display to landinfo window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
615 - Feature: change default servicing interval for vehicles |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
616 - Feature: change max # of vehicles per player |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
617 - Fix: unable to raise land next to signal |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
618 - Feature: nonuniform stations patch |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
619 - Feature: moved error message box out of the way |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
620 - Fix: aircraft was shown instead of ships in player overview window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
621 - Feature: canals/shiplifts |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
622 - Feature: build tree of random type |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
623 - Feature: build trees on area |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
624 - Feature: added color coded vehicle profits |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
625 - Feature: ability to close error messages with space. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
626 - Fix: updated installer to take care of savegames more carefully |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
627 - Fix: don't make a new subsidy if there already exists one that is currently active by a company |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
628 - Fix: town directory sometimes showed huge numbers |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
629 - Fix: fixed bugs when changing owners of items (pieces of rail were not always deleted), |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
630 - Feature: network games (currently unsupported) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
631 - Fix: fixed bug with large stations in train pathfinder |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
632 - Change: use save/ as save folder on win32 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
633 - Feature: bigger demolish tool |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
634 - Change: moved date in news window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
635 - Feature: two more bridges |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
636 - Feature: improved depot finding |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
637 - Feature: bribe the town authority |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
638 - Feature: allow building many trees on a single tile. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
639 - Feature: added snow_line_height setting, only affects new games. |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
640 - Change: don't check if tiles around the clicked station is a station in order gui |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
641 - Fix: deleting docks doesn't produce land |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
642 - Fix: deleting ship depot doesn't produce land |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
643 - Fix: buoy is now treated as water when flooding |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
644 - Feature: errmsg_duration controls how long error messages are displayed |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
645 - Fix: combo presignals bug fix |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
646 - Fix: prevent going to 0,0 if airport/docks is deleted |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
647 - Feature: fullscreen_bpp setting in [win32] sets the bpp to use in fullscreen mode |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
648 - Fix: french town names had bad letters in them |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
649 - Feature: euro symbol |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
650 - Feature: high bridges |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
651 - Fix: order list when replacing train didn't work properly |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
652 - Change: keep checkpoint button down after placing |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
653 - Fix: start in the middle of the map |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
654 - Change: moved disk devices to bottom of list on win32 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
655 - Fix: more error tolerant saveload code |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
656 - Feature: ZLIB savegames (smaller than before) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
657 - Feature: PNG,PCX screenshot support |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
658 - Feature: indicate with gray in vehicle popup menus if company has no vehicles of that type |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
659 - Feature: clicking on the money brings up finances |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
660 - Fix: (OSX build) now runs even if sdl is not present on the system |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
661 - Fix: (OSX build) now runs on systems older than 10.3 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
662 - Fix: (OSX build) altered compiler settings to make a completely stable app |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
663 - Feature: (OSX build) distribution now uses Apples package system for easier updates |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
664 - Feature: (OSX build) Application is now a proper bundle application |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
665 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
666 0.2.1 (2004-04-04) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
667 - Fix: copy orders crashed if you clicked on a wagon |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
668 - 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
|
669 - Change: Moved autorail button |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
670 - 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
|
671 - Fix: don't show transparent buildings in intro |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
672 - Fix: installer doesn't delete savegames |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
673 - 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
|
674 - Feature: Added more hotkeys in the road build window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
675 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
676 0.2 (2004-04-03) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
677 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
678 - Feature: autoscroll (only works to left/right) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
679 - Feature: train checkpoints, instead of ttdpatch's nonstop handling |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
680 - Feature: ttdpatch compatible nonstop handling |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
681 - Fix: news window was moved strangely when resizing |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
682 - Fix: fixed sign drawing bug in max zoom out mode |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
683 - Feature: refresh rate configuration setting |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
684 - Feature: town directory sorting options |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
685 - Feature: pre-signals (ctrl-click on existing signals to change signal type) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
686 - Feature: show semaphores on the right side if right-sided traffic |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
687 - Improvement: increased number of windows on screen to 20 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
688 - Feature: patch options configuration window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
689 - Fix: road vehicles sometimes getting stuck |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
690 - Feature: autorail build tool |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
691 - Feature: "show yearly finances window" option |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
692 - Feature: "signals on drive side" patch (by Michael Polnick) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
693 - Fix: connecting tracks behind depot causing incorrect signal behavior |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
694 - Fix: save/load diskspace bug |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
695 - Feature: "show full date in statusbar" option |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
696 - Feature: italian translation (by duepixel) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
697 - Feature: road and rail removal by dragging a selection |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
698 - Feature: news item for "train is unprofitable" |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
699 - Feature: news item for "train is lost" |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
700 - Feature: (win32 build) double size mode (ctrl-d to toggle) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
701 - Fix: incorrect bridge cost for long bridges |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
702 - Feature: "multiple similar industries in close proximity" option |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
703 - Feature: "multiple industries per down" option |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
704 - Feature: "crossing tunnels" option |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
705 - Feature: order sharing and copying ("goto" on other vehicle to copy, ctrl+"goto" to share) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
706 - Feature: remember last built rail type |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
707 - Feature: "debtmax" faster loan management with ctrl key |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
708 - Fix: disallow buoy in north corner |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
709 - Feature: "go to depot" orders option |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
710 - Feature: "long bridges" option |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
711 - Feature: "select goods" option |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
712 - Feature: "no train service" option |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
713 - Feature: "no inflation" option |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
714 - Improvement: (OSX build) now starts when doubleclicked |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
715 - Improvement: (OSX build) significant performance increase |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
716 - Improvement: optimized startup time |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
717 - Feature: automatically detect available resolutions |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
718 - Feature: "full load any" option, as in ttdpatch |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
719 - Feature: automatic detection of available language files |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
720 - Feature: German translation (by truesatan and wuntvor) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
721 - Improvement: sorted savegame list |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
722 - Feature: finnish town names (by Jpl) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
723 - Feature: remember custom difficulty settings |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
724 - Fix: shift key now increases game speed only when game window is active |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
725 - Fix: ctrl button now works with SDL driver |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
726 - Feature: configuration file system |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
727 - Feature: show vehicle speed in vehicle view windows |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
728 - Fix: incorrect weight displayed in "new trains" window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
729 - Feature: train depot window now has horizontal scrollbar |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
730 - Feature: mammoth trains |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
731 - Fix: incorrect train running cost in newspaper |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
732 - Feature: on-the-fly language selection |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
733 - Feature: load old premade ttd maps (must be renamed to .sv1 extension) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
734 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
735 0.1.4 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
736 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
737 - Feature: crash submit system on win32 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
738 - Fix: train smoke clouds |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
739 - Fix: train engine sounds |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
740 - Fix: play all sounds at 11025 hz (fixes certain sounds) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
741 - Feature: autosave |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
742 - Fix: scenario editor desert button now makes desert instead of lighthouse |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
743 - Fix: creating random town in scenario editor crash |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
744 - Fix: candy bubbles sometimes caused crash |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
745 - Fix: wrong speed was shown in news window for some vehicles |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
746 - Fix: graph color bleeding |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
747 - Feature: build on coasts |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
748 - Feature: Allow building transmitters, lighthouses and company headquarters on slopes |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
749 - Feature: now builds on MacOSX |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
750 - Fix: arrow keys with SDL driver |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
751 - Change: new savegame format |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
752 - Change: new format for english.lng |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
753 - Fix: don't allow trains to road depots |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
754 - Fix: road vehicle was sometimes shown inside depot |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
755 - Fix: arrow keys in sdl driver were wrong |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
756 - Fix: endianness bugs in save/load |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
757 - Fix: now builds on FreeBSD |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
758 - Fix: screenshot feature now works |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
759 - Fix: rail foundations sometimes displayed unnecessarily |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
760 - Fix: minor AI bugs |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
761 - Fix: fixed industry sounds |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
762 - Feature: in-game resolution selection via settings window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
763 - Feature: Dutch town names |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
764 - Feature: Added load game menu item |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
765 - Fix: bug where ship depots were very expensive |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
766 - Fix: BeOS build (by MYOB) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
767 - Fix: yearly expenses data being the same for the past two game years |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
768 - Fix: adding songs to playlists other than custom1 and custom2 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
769 - Fix: first and last tracks playing the wrong music |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
770 - Fix: Palette animation for SDL video (rob) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
771 - Fix: Get remaining disk space on most Unix-en (rob) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
772 - Fix: screen went black when resizing |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
773 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
774 0.1.3 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
775 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
776 - Fixed message options window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
777 - Fixed company takeover/purchase |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
778 - Feature: Improved mouse scroll zooming |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
779 - Fixed station code so it's not possible to steal another player's temporarily deleted station |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
780 - Fixed subsidy owner bug when deleting station |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
781 - Fixed crash when deleting a bridge with a train on it |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
782 - Feature: Larger stations and possibility to join stations |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
783 - Fixed missing candy initial cargo payment values |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
784 - Fixed Goods and Food/FizzyDrinks subsidies |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
785 - Fixed graphical glitch in subsidies window |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
786 - Take over company dialog was not shown properly |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
787 - Fixed crash if player windows were open while the company went bankrupt |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
788 - Fixed train slowness on hills |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
789 - Feature: swedish town names (patch by glottis) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
790 - Feature: more currencies |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
791 - Better window resizing/zooming |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
792 - Added goto road vehicle depot for road vehicle orders |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
793 - Possibility to use either semaphores or signals (Ctrl key) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
794 - Limited the scrolling rate for year selector in scenario editor |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
795 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
796 0.1.2 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
797 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
798 - Mouse wheel can be used to zoom in out on win32 (ludde) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
799 - Implemented some support for resizing the window dynamically in win32 (ludde) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
800 - Fixed tunnel mouse icon for maglev and monorail |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
801 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
802 0.1.1 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
803 |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
804 - Preliminary presignal support |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
805 - Added external MIDI driver for unix version (by robertnorris) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
806 - Added DirectMusic driver for Win32 version |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
807 - Fixed problem where directories weren't displayed under Linux (by Markus) |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
808 - Center windows properly in higher resolutions |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
809 - Added "build tracks on slopes" feature |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
810 - Fixed colors in map window for routes |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
811 - Command line -g flag now optionally takes a game to load |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
812 - Fixed road drive side |
fa6ee4d75c8a
(svn r1) Import of revision 975 of old (crashed) SVN
truelight <truelight@openttd.org>
parents:
diff
changeset
|
813 - Fixed "Fund road construction" not clickable when unavailable |