1
0
Fork 0

(svn r8923) [0.5] -Prepare (again) 0.5 branch for release, update a few dates and changelog

release/0.5
Darkvater 2007-02-27 16:29:22 +00:00
parent 9321458918
commit 01e3d92118
3 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
0.5.0 (2007-02-25) 0.5.0 (2007-02-27)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Feature: Add the ability to load newer TTDP games (the tile information for coasts has changed) (r8738) - Feature: Add the ability to load newer TTDP games (the tile information for coasts has changed) (r8738)
- Feature: Selecting "end of orders" and deleting will delete all the vehicle's orders (shared mode unchanged) (r8685) - Feature: Selecting "end of orders" and deleting will delete all the vehicle's orders (shared mode unchanged) (r8685)
- Codechange: Call GetFirstVehicleInChain only for trains thus increasing performance in large games (r8744) - Codechange: Call GetFirstVehicleInChain only for trains thus increasing performance in large games (r8744)
- Fix: Possible crashes, problems with aircraft and airport removal (r8921)
- Fix: Do not show the 'edit sign' window for spectators (r8808) - Fix: Do not show the 'edit sign' window for spectators (r8808)
- Fix: Adhere order types for ship order insertion to determine destination type (r8802) - Fix: Adhere order types for ship order insertion to determine destination type (r8802)
- Fix: It was possible to take over buoys by building a station next to them (r8794) - Fix: It was possible to take over buoys by building a station next to them (r8794)

View File

@ -1,6 +1,6 @@
.\" Hey, EMACS: -*- nroff -*- .\" Hey, EMACS: -*- nroff -*-
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.Dd February 26, 2007 .Dd February 27, 2007
.Dt OPENTTD 6 .Dt OPENTTD 6
.Sh NAME .Sh NAME
.Nm openttd .Nm openttd

View File

@ -1,5 +1,5 @@
OpenTTD README OpenTTD README
Last updated: 2007-02-26 Last updated: 2007-02-27
Release version: 0.5.0 Release version: 0.5.0
------------------------------------------------------------------------ ------------------------------------------------------------------------