Changeset - r6514:1b9ce589b63f
[Not reviewed]
master
0 5 0
rubidium - 17 years ago 2007-04-20 20:48:04
rubidium@openttd.org
(svn r9700) -Merge: Release changes from 0.5 branch back to trunk.
5 files changed with 14 insertions and 10 deletions:
0 comments (0 inline, 0 general)
changelog.txt
Show inline comments
 
0.5.1 (2007-04-20)
 
------------------------------------------------------------------------
 
(None)
 

	
 
0.5.1-RC3 (2007-04-17)
 
------------------------------------------------------------------------
 
- Feature: Add list_patches to console commands; shows all patches and values (r9565)
 
- Fix: Select "Custom" in the difficulty settings gui when changing a setting [FS#733] (r9647)
 
- Fix: Building rail on steep slopes ignored build_on_slopes patch setting (r9602)
 
- Fix: Wrong characters in Finnish town names (r9641)
 
@@ -1349,26 +1353,24 @@ 0.3.0 (2004-04-14)
 
- Feature: (OSX build) distribution now uses Apples package system for easier updates
 
- Feature: (OSX build) Application is now a proper bundle application
 

	
 

	
 
0.2.1 (2004-04-04)
 
------------------------------------------------------------------------
 

	
 
- Fix: copy orders crashed if you clicked on a wagon
 
- Feature: 'A' hotkey now always opens autorail
 
- Change: Moved autorail button
 
- Feature: X can be used to toggle transparent buildings
 
- Fix: don't show transparent buildings in intro
 
- Fix: installer doesn't delete savegames
 
- Feature: Hotkeys 1-9 can be used to build a bridge in the bridge window
 
- Feature: Added more hotkeys in the road build window
 

	
 

	
 
0.2 (2004-04-03)
 
------------------------------------------------------------------------
 

	
 
- Feature: autoscroll (only works to left/right)
 
- Feature: train checkpoints, instead of ttdpatch's nonstop handling
 
- Feature: ttdpatch compatible nonstop handling
 
- Fix: news window was moved strangely when resizing
 
- Fix: fixed sign drawing bug in max zoom out mode
 
- Feature: refresh rate configuration setting
 
@@ -1423,13 +1425,12 @@ 0.2 (2004-04-03)
 
- Feature: on-the-fly language selection
 
- Feature: load old premade ttd maps (must be renamed to .sv1 extension)
 

	
 

	
 
0.1.4 (2004-03-25)
 
------------------------------------------------------------------------
 

	
 
- Feature: crash submit system on win32
 
- Fix: train smoke clouds
 
- Fix: train engine sounds
 
- Fix: play all sounds at 11025 hz (fixes certain sounds)
 
- Feature: autosave
 
- Fix: scenario editor desert button now makes desert instead of lighthouse
 
@@ -1464,13 +1465,12 @@ 0.1.4 (2004-03-25)
 
- Fix: Get remaining disk space on most Unix-en (rob)
 
- Fix: screen went black when resizing
 

	
 

	
 
0.1.3 (2004-03-18)
 
------------------------------------------------------------------------
 

	
 
- Fixed message options window
 
- Fixed company takeover/purchase
 
- Feature: Improved mouse scroll zooming
 
- Fixed station code so it's not possible to steal another player's temporarily deleted station
 
- Fixed subsidy owner bug when deleting station
 
- Fixed crash when deleting a bridge with a train on it
 
@@ -1488,21 +1488,19 @@ 0.1.3 (2004-03-18)
 
- Possibility to use either semaphores or signals (Ctrl key)
 
- Limited the scrolling rate for year selector in scenario editor
 

	
 

	
 
0.1.2 (2004-03-15)
 
------------------------------------------------------------------------
 

	
 
- Mouse wheel can be used to zoom in out on win32 (ludde)
 
- Implemented some support for resizing the window dynamically in win32 (ludde)
 
- Fixed tunnel mouse icon for maglev and monorail
 

	
 

	
 
0.1.1 (2004-03-14)
 
------------------------------------------------------------------------
 

	
 
- Preliminary presignal support
 
- Added external MIDI driver for unix version (by robertnorris)
 
- Added DirectMusic driver for Win32 version
 
- Fixed problem where directories weren't displayed under Linux (by Markus)
 
- Center windows properly in higher resolutions
 
- Added "build tracks on slopes" feature
docs/openttd.6
Show inline comments
 
.\"                                      Hey, EMACS: -*- nroff -*-
 
.\" Please adjust this date whenever revising the manpage.
 
.Dd April 17, 2007
 
.Dd April 20, 2007
 
.Dt OPENTTD 6
 
.Sh NAME
 
.Nm openttd
 
.Nd An open source clone of the Microprose game "Transport Tycoon Deluxe"
 
.Sh SYNOPSIS
 
.Nm
os/debian/changelog
Show inline comments
 
openttd (0.6~svn) unstable; urgency=low
 

	
 
  * Unreleased SVN version. Versioned to allow normal upgrades to released versions.
 

	
 
 -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Mon, 26 Feb 2007 21:07:05 +0100
 

	
 
openttd (0.5.1-1) unstable; urgency=low
 

	
 
  * New upstream release.
 

	
 
 -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Fri, 20 Aprr 2007 21:45:32 +0100
 

	
 
openttd (0.5.1~rc3-1) unstable; urgency=low
 

	
 
  * New upstream release.
 

	
 
 -- Matthijs Kooijman <m.kooijman@student.utwente.nl>  Tue, 17 Aprr 2007 22:00:46 +0100
 

	
os/win32/installer/install.nsi
Show inline comments
 
!define APPNAME "OpenTTD"   ; Define application name
 
!define APPVERSION "0.5.1"  ; Define application version
 
!define INSTALLERVERSION 31 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
 
!define INSTALLERVERSION 32 ; NEED TO UPDATE THIS FOR EVERY RELEASE!!!
 

	
 
!define APPURLLINK "http://www.openttd.org"
 
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
 
!define APPVERSIONINTERNAL "${APPVERSION}.0" ; Needs to be of the format X.X.X.X
 

	
 
!define MUI_ICON "..\..\..\media\openttd.ico"
readme.txt
Show inline comments
 
OpenTTD README
 
Last updated:    2007-04-17
 
Release version: 0.5.1-RC3
 
Last updated:    2007-04-20
 
Release version: 0.5.1
 
------------------------------------------------------------------------
 

	
 

	
 
Table of Contents:
 
------------------
 
1.0) About
0 comments (0 inline, 0 general)