1
0
Fork 0
Commit Graph

30 Commits (1.0.5)

Author SHA1 Message Date
rubidium c17be0f8f4 (svn r21048) [1.0] -Backport from trunk:
- Change: Make it possible to make .tar.xz bundles (r21042)
- Fix: Do not let the resize button go past the bottom of the screen [FS#4176] (r21015)
- Fix: The detailed performance rating window could be too narrow [FS#4102] (r21010)
- Fix: For the compact notation 1.000.000k and 1.000M would be shown depending on the initial (and later rounded) value. Make everything that would round to 1.000.000k be drawn as 1.000M as well (r21009)
- Fix: Do not consider the text direction character when searching for missing glyphs (r21007)
2010-10-27 20:17:45 +00:00
rubidium a8e42b7bdd (svn r20608) [1.0] -Backport from trunk:
- Fix: Retain information about all base sets that are found and not only the latest version to stop confusing people that use newer versions of the base sets than those available via BaNaNaS (r20607)
- Fix: Let NewGRFs var43 var (information about liveries) for vehicles not be influenced by the local setting determining whether to show liveries or not [FS#4063] (r20605)
- Fix: 'Downscale' a full load order to a load if possible order when removing the order while the vehicle is loading. This to prevent the vehicle from (possibly) staying forever in the station [FS#4075] (r20600)
- Fix: Crash when the tooltip is wider than the window is [FS#4066] (r20596)
- Fix: No (proper) savegame conversion was done when _date_fract got a new value range (r20592)
2010-08-24 00:03:26 +00:00
rubidium 69aa1249fb (svn r19928) [1.0] -Backport from trunk:
- Feature: Translated desktop shortcut comments (r19884)
- Fix: Pay for the rail/road when constructing tunnels, bridges, depots and stations [FS#3859, FS#3827] (r19925, r19887, r19881)
- Fix: Closing chatbox could cause glitches when news message was shown [FS#3865] (r19921)
2010-06-04 21:14:22 +00:00
yexo 33e48c63b8 (svn r18706) -Cleanup: remove docs/Manual.txt and docs/OSX_install_instructions.txt, the contents of those are already in readme.txt and they were outdated.
Add docs/obm_format.txt and docs/obs_format.txt to Makefile.bundle
Add several documentation files to the windows installer
2010-01-03 22:10:17 +00:00
rubidium c93d873638 (svn r18609) -Fix (r18608): installing of obm files didn't quite happen 2009-12-23 06:52:50 +00:00
rubidium 07d2af338e (svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc) 2009-09-01 10:07:22 +00:00
rubidium 402df1486e (svn r17264) -Fix (r17261): bundle making for OSX failed 2009-08-22 19:04:20 +00:00
rubidium 1c8c6090d0 (svn r17261) -Fix (r17214): don't forget to package the compatability wrapper scripts 2009-08-22 16:07:39 +00:00
rubidium 7fbc33dae1 (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
rubidium 1f3f53f421 (svn r17184) -Add: 'bundle_7z' to the bundling functions 2009-08-15 11:12:19 +00:00
rubidium 82b1027b8b (svn r17183) -Add [FS#2827]: 'bundle_lzma' to the bundling functions 2009-08-15 10:57:00 +00:00
rubidium 9ee2a66c86 (svn r17139) -Change: add the concept of sound sets 2009-08-09 19:50:44 +00:00
rubidium 71d5bdd074 (svn r15618) -Cleanup: remove unneeded (empty) scenario directory.
Note: as you might know subversion has the tendency to also remove unversioned files when a directory is removed, so scenarios and heightmaps in that directory will be gone too.
2009-03-04 23:46:47 +00:00
rubidium 6e0766fe78 (svn r15140) -Cleanup (r15128): remove AI installation/bundling as we don't distribute AIs via the bundles anymore 2009-01-18 18:41:11 +00:00
rubidium e61008d6c0 (svn r15098) -Fix [FS#2535]: MinGW's find didn't remove the .svn directories during bundling as we told it to, so we're using a slightly different approach that seems to work 2009-01-15 18:49:06 +00:00
rubidium 606ef3c179 (svn r15089) -Fix: make install not installing the AI directory and thus the AI libraries were missing in the debian builds. 2009-01-15 13:03:19 +00:00
truebrain a3dd7506d3 (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see.
NoAI is an API (a framework) to build your own AIs in. See:
   http://wiki.openttd.org/wiki/index.php/AI:Main_Page
 With many thanks to:
  - glx and Rubidium for their syncing, feedback and hard work
  - Yexo for his feedback, patches, and AIs which tested the system very deep
  - Morloth for his feedback and patches
  - TJIP for hosting a challenge which kept NoAI on track
  - All AI authors for testing our AI API, and all other people who helped in one way or another
-Remove: all old AIs and their cheats/hacks
2009-01-12 17:11:45 +00:00
rubidium 4ed946bca2 (svn r14701) -Change: Debian's lintian complains about not using the best compression for compressing the man-page. 2008-12-20 11:03:07 +00:00
rubidium a614dd7174 (svn r14636) -Add: DOS port of OpenTTD, without network support though. 2008-11-26 13:12:45 +00:00
rubidium f4fd895631 (svn r14586) -Fix (r14580): missing mkdir causing make install to fail when there's no scripts directory already. 2008-11-16 21:37:41 +00:00
rubidium fd3335521a (svn r14580) -Fix [FS#2404]: scripts directory not being copied into bundles. 2008-11-16 13:05:39 +00:00
truebrain b6ca10b05a (svn r14477) -Fix r14474: also name the links in the .desktop file correclty upon install 2008-10-16 13:02:15 +00:00
truebrain 1fc852cb31 (svn r14474) -Add: allow --binary-name to set the name of the binary, icon, desktop file, etc. when installing. Useful to get a stable next to a trunk-nightly 2008-10-16 11:12:18 +00:00
truebrain 7610bf2cb4 (svn r14473) -Fix: also install the root .txt and COPYING files to docs/ 2008-10-16 11:04:07 +00:00
truebrain e354b614e9 (svn r14472) -Fix: add docs/obg_format.txt in bundles too 2008-10-16 10:58:26 +00:00
skidd13 5b8af7db3b (svn r14443) -Change: Unify the delimiters used in config* and make* 2008-10-06 17:05:44 +00:00
rubidium 001be23127 (svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm. 2008-09-17 19:32:06 +00:00
matthijs 157b625263 (svn r14272) -Fix [Makefile]: Always pass an explicit delimiter to the "cut" command, in
case there are platforms where tab is not the default.
2008-09-08 06:27:08 +00:00
matthijs bb683cf38e (svn r14262) -Feature [Makefile]: Let Makefile.bundle.in also use the new findversion.sh
script. This enables revision detection for bundles for git and hg checkouts.
2008-09-07 13:36:18 +00:00
truebrain ded6434502 (svn r14224) -Fix: copy Makefile.bundle too to your working dir, so you don't need to run ./configure in the root of OpenTTD 2008-09-02 15:34:38 +00:00