diff --git a/changelog.txt b/changelog.txt index d1fd8ceead..7b36c9cbb0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2258,43 +2258,43 @@ 0.1.3 (2004-03-18) ------------------------------------------------------------------------ -- Fixed message options window -- Fixed company takeover/purchase +- Fix: message options window +- Fix: 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 +- Fix: station code so it's not possible to steal another player's temporarily deleted station +- Fix: subsidy owner bug when deleting station +- Fix: crash when deleting a bridge with a train on it - Feature: Larger stations and possibility to join stations -- Fixed missing candy initial cargo payment values -- Fixed Goods and Food/FizzyDrinks subsidies -- Fixed graphical glitch in subsidies window -- Take over company dialog was not shown properly -- Fixed crash if player windows were open while the company went bankrupt -- Fixed train slowness on hills +- Fix: missing candy initial cargo payment values +- Fix: goods and Food/FizzyDrinks subsidies +- Fix: graphical glitch in subsidies window +- Fix: take over company dialog was not shown properly +- Fix: crash if player windows were open while the company went bankrupt +- Fix: train slowness on hills - Feature: swedish town names (patch by glottis) - Feature: more currencies -- Better window resizing/zooming -- Added goto road vehicle depot for road vehicle orders -- Possibility to use either semaphores or signals (Ctrl key) -- Limited the scrolling rate for year selector in scenario editor +- Feature: better window resizing/zooming +- Feature: added goto road vehicle depot for road vehicle orders +- Feature: possibility to use either semaphores or signals (Ctrl key) +- Feature: 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 +- Feature: mouse wheel can be used to zoom in out on win32 +- Feature: implemented some support for resizing the window dynamically in win32 +- Fix: 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 -- Fixed colors in map window for routes -- Command line -g flag now optionally takes a game to load -- Fixed road drive side -- Fixed "Fund road construction" not clickable when unavailable +- Feature: Preliminary presignal support +- Add: external MIDI driver for unix version (by robertnorris) +- Add: DirectMusic driver for Win32 version +- Fix: problem where directories weren't displayed under Linux (by Markus) +- Feature: Center windows properly in higher resolutions +- Add: "build tracks on slopes" feature +- Fix: colors in map window for routes +- Feature: Command line -g flag now optionally takes a game to load +- Fix: road drive side +- Fix: "Fund road construction" not clickable when unavailable diff --git a/docs/Readme_Windows_MSVC.txt b/docs/Readme_Windows_MSVC.txt index 1d5a9fe592..928432d37f 100644 --- a/docs/Readme_Windows_MSVC.txt +++ b/docs/Readme_Windows_MSVC.txt @@ -20,7 +20,7 @@ downloading; mostly because the DirectX SDK and Platform SDK are about 500MB each. 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) * 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) @@ -29,8 +29,8 @@ Download the following files: You need an SVN-client to download the source from subversion: - * CLI Subversion (http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91) - * GUI TortoiseSVN (http://tortoisesvn.tigris.org/download.html) + * CLI Subversion (http://subversion.tigris.org/) + * GUI TortoiseSVN (http://tortoisesvn.tigris.org/) 2) INCLUDES AND LIBRARIES diff --git a/docs/obg_format.txt b/docs/obg_format.txt index 7018fa9ca2..ed594610db 100644 --- a/docs/obg_format.txt +++ b/docs/obg_format.txt @@ -14,7 +14,7 @@ ; - `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 -I ` starts OpenTTD with the given set (case sensitive) -; - adding `graphics_set = ` to the misc section of openttd.cfg makes +; - adding `graphicsset = ` to the misc section of openttd.cfg makes ; OpenTTD start with that graphics set by default ; - there is a command line tool for all platforms called md5sum that can ; create the MD5 checksum you need. diff --git a/os/debian/changelog b/os/debian/changelog index b57718e382..3a216aea9b 100644 --- a/os/debian/changelog +++ b/os/debian/changelog @@ -5,6 +5,17 @@ openttd (0.7~svn-1) UNRELEASED; urgency=low -- Matthijs Kooijman 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 Thu, 02 Oct 2008 16:59:03 +0200 + openttd (0.6.2-1) unstable; urgency=low * New upstream release. diff --git a/readme.txt b/readme.txt index 5b08eeda4a..bdb894027e 100644 --- a/readme.txt +++ b/readme.txt @@ -309,10 +309,17 @@ DOS: will be generated that does not need cwsdpmi.exe by adding the cswdstub.exe 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: ---- ------------------- -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 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 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: @@ -407,7 +414,8 @@ The OpenTTD team (in alphabetical order): Christoph Elsenhans (frosch) - General coding Loïc Guilloux (glx) - General coding 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 Owen Rudge (orudge) - Forum host, OS/2 port Peter Nelson (peter1138) - Spiritual descendant from newGRF gods