1
0
Fork 0

(svn r14708) -Change: update a few urls and fix some small errors/missing things in a few documents.

release/0.7
rubidium 2008-12-20 20:44:47 +00:00
parent ebf51ffb6b
commit 8431174e88
5 changed files with 54 additions and 35 deletions

View File

@ -2258,43 +2258,43 @@
0.1.3 (2004-03-18) 0.1.3 (2004-03-18)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Fixed message options window - Fix: message options window
- Fixed company takeover/purchase - Fix: company takeover/purchase
- Feature: Improved mouse scroll zooming - Feature: Improved mouse scroll zooming
- Fixed station code so it's not possible to steal another player's temporarily deleted station - Fix: station code so it's not possible to steal another player's temporarily deleted station
- Fixed subsidy owner bug when deleting station - Fix: subsidy owner bug when deleting station
- Fixed crash when deleting a bridge with a train on it - Fix: crash when deleting a bridge with a train on it
- Feature: Larger stations and possibility to join stations - Feature: Larger stations and possibility to join stations
- Fixed missing candy initial cargo payment values - Fix: missing candy initial cargo payment values
- Fixed Goods and Food/FizzyDrinks subsidies - Fix: goods and Food/FizzyDrinks subsidies
- Fixed graphical glitch in subsidies window - Fix: graphical glitch in subsidies window
- Take over company dialog was not shown properly - Fix: take over company dialog was not shown properly
- Fixed crash if player windows were open while the company went bankrupt - Fix: crash if player windows were open while the company went bankrupt
- Fixed train slowness on hills - Fix: train slowness on hills
- Feature: swedish town names (patch by glottis) - Feature: swedish town names (patch by glottis)
- Feature: more currencies - Feature: more currencies
- Better window resizing/zooming - Feature: better window resizing/zooming
- Added goto road vehicle depot for road vehicle orders - Feature: added goto road vehicle depot for road vehicle orders
- Possibility to use either semaphores or signals (Ctrl key) - Feature: possibility to use either semaphores or signals (Ctrl key)
- Limited the scrolling rate for year selector in scenario editor - Feature: limited the scrolling rate for year selector in scenario editor
0.1.2 (2004-03-15) 0.1.2 (2004-03-15)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Mouse wheel can be used to zoom in out on win32 (ludde) - Feature: mouse wheel can be used to zoom in out on win32
- Implemented some support for resizing the window dynamically in win32 (ludde) - Feature: implemented some support for resizing the window dynamically in win32
- Fixed tunnel mouse icon for maglev and monorail - Fix: tunnel mouse icon for maglev and monorail
0.1.1 (2004-03-14) 0.1.1 (2004-03-14)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Preliminary presignal support - Feature: Preliminary presignal support
- Added external MIDI driver for unix version (by robertnorris) - Add: external MIDI driver for unix version (by robertnorris)
- Added DirectMusic driver for Win32 version - Add: DirectMusic driver for Win32 version
- Fixed problem where directories weren't displayed under Linux (by Markus) - Fix: problem where directories weren't displayed under Linux (by Markus)
- Center windows properly in higher resolutions - Feature: Center windows properly in higher resolutions
- Added "build tracks on slopes" feature - Add: "build tracks on slopes" feature
- Fixed colors in map window for routes - Fix: colors in map window for routes
- Command line -g flag now optionally takes a game to load - Feature: Command line -g flag now optionally takes a game to load
- Fixed road drive side - Fix: road drive side
- Fixed "Fund road construction" not clickable when unavailable - Fix: "Fund road construction" not clickable when unavailable

View File

@ -20,7 +20,7 @@ downloading; mostly because the DirectX SDK and Platform SDK are about
500MB each. 500MB each.
Download the following files: Download the following files:
* openttd-useful.zip (http://sf.net/project/showfiles.php?group_id=103924&package_id=114307) * openttd-useful.zip (http://binaries.openttd.org/extra/openttd-useful/)
* DirectX 8.1 SDK (http://neuron.tuke.sk/~mizanin/eng/Dx81sdk-include-lib.rar) (or alternatively the latest DirectX SDK from Microsoft) * DirectX 8.1 SDK (http://neuron.tuke.sk/~mizanin/eng/Dx81sdk-include-lib.rar) (or alternatively the latest DirectX SDK from Microsoft)
* MS Windows Platform SDK (http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en) * MS Windows Platform SDK (http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en)
* afxres.h (http://www-d0.fnal.gov/d0dist/dist/packages/d0ve/devel/windows/AFXRES.H) * afxres.h (http://www-d0.fnal.gov/d0dist/dist/packages/d0ve/devel/windows/AFXRES.H)
@ -29,8 +29,8 @@ Download the following files:
You need an SVN-client to download the source from subversion: You need an SVN-client to download the source from subversion:
* CLI Subversion (http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91) * CLI Subversion (http://subversion.tigris.org/)
* GUI TortoiseSVN (http://tortoisesvn.tigris.org/download.html) * GUI TortoiseSVN (http://tortoisesvn.tigris.org/)
2) INCLUDES AND LIBRARIES 2) INCLUDES AND LIBRARIES

View File

@ -14,7 +14,7 @@
; - `openttd -h` lists all graphics replacements sets it found to be correct ; - `openttd -h` lists all graphics replacements sets it found to be correct
; - `openttd -d grf=1` shows warnings/errors when parsing an .obg file ; - `openttd -d grf=1` shows warnings/errors when parsing an .obg file
; - `openttd -I <name>` starts OpenTTD with the given set (case sensitive) ; - `openttd -I <name>` starts OpenTTD with the given set (case sensitive)
; - adding `graphics_set = <name>` to the misc section of openttd.cfg makes ; - adding `graphicsset = <name>` to the misc section of openttd.cfg makes
; OpenTTD start with that graphics set by default ; OpenTTD start with that graphics set by default
; - there is a command line tool for all platforms called md5sum that can ; - there is a command line tool for all platforms called md5sum that can
; create the MD5 checksum you need. ; create the MD5 checksum you need.

View File

@ -5,6 +5,17 @@ openttd (0.7~svn-1) UNRELEASED; urgency=low
-- Matthijs Kooijman <matthijs@stdin.nl> Wed, 03 Sep 2008 18:56:04 +0200 -- Matthijs Kooijman <matthijs@stdin.nl> Wed, 03 Sep 2008 18:56:04 +0200
openttd (0.6.3-1) unstable; urgency=low
[ Matthijs Kooijman ]
* New upstream release.
[ Jordi Mallach ]
* Add Spanish Debconf template translation, after fixing its corrupted
encoding.
-- Jordi Mallach <jordi@debian.org> Thu, 02 Oct 2008 16:59:03 +0200
openttd (0.6.2-1) unstable; urgency=low openttd (0.6.2-1) unstable; urgency=low
* New upstream release. * New upstream release.

View File

@ -309,10 +309,17 @@ DOS:
will be generated that does not need cwsdpmi.exe by adding the cswdstub.exe will be generated that does not need cwsdpmi.exe by adding the cswdstub.exe
to the created OpenTTD binary. to the created OpenTTD binary.
The following libraries are used by OpenTTD for:
- libSDL/liballegro: hardware access (video, sound, mouse)
- zlib: (de)compressing of savegames
- libpng: making screenshots and loading heightmaps
- libfreetype: loading generic fonts and rendering them
- libfontconfig: searching for fonts, resolving font names to actual fonts
- libicu: handling of right-to-left scripts (e.g. Arabic and Persian)
8.0) Translating: 8.0) Translating:
---- ------------------- ---- -------------------
See http://www.openttd.org/translating.php for up-to-date information. See http://www.openttd.org/development for up-to-date information.
The use of the online Translator service, located at The use of the online Translator service, located at
http://translator2.openttd.org/, is highly encouraged. For a username/password http://translator2.openttd.org/, is highly encouraged. For a username/password
@ -335,7 +342,7 @@ Here are some translation guidelines which you should follow closely.
---- ------------------- ---- -------------------
So, now that you've notified the development team about your intention to So, now that you've notified the development team about your intention to
translate (You did, right? Of course you did.) you can pick up english.txt translate (You did, right? Of course you did.) you can pick up english.txt
(found in the SVN repository under /lang) and translate. (found in the SVN repository under /src/lang) and translate.
You must change the first two lines of the file appropriately: You must change the first two lines of the file appropriately:
@ -407,7 +414,8 @@ The OpenTTD team (in alphabetical order):
Christoph Elsenhans (frosch) - General coding Christoph Elsenhans (frosch) - General coding
Loïc Guilloux (glx) - General coding Loïc Guilloux (glx) - General coding
Jaroslav Mazanec (KUDr) - YAPG (Yet Another Pathfinder God) ;) Jaroslav Mazanec (KUDr) - YAPG (Yet Another Pathfinder God) ;)
Jonathan Coome (Maedhros) - High priest of the newGRF Temple Jonathan Coome (Maedhros) - High priest of the NewGRF Temple
Michael Lutz (michi_cc) - Path based signals
Attila Bán (MiHaMiX) - WebTranslator, Nightlies, Wiki and bugtracker host Attila Bán (MiHaMiX) - WebTranslator, Nightlies, Wiki and bugtracker host
Owen Rudge (orudge) - Forum host, OS/2 port Owen Rudge (orudge) - Forum host, OS/2 port
Peter Nelson (peter1138) - Spiritual descendant from newGRF gods Peter Nelson (peter1138) - Spiritual descendant from newGRF gods