summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
AgeCommit message (Collapse)Author
2018-04-21Cleanup: Use new filename for README file. (#6738)Ricardo N Feliciano
2018-04-12Change: Non-tag revisions are now named ↵frosch
'<commitdate>-<branch>-g<shorthash><modified>'.
2016-05-11(svn r27558) -Fix: force sorting to be locale independent, so files are ↵rubidium
always ordered the same and by that token better diff-able
2015-09-17(svn r27399) -Fix: [Makefile] game script directory and compat*.nut were ↵planetmaker
never installed on *nix
2013-09-19(svn r25780) -Change: [DOS] Put cwsdpmi and exe2coff files in subdirectories.matthijs
- Since these are different components, distributed under a different license, mixing them in the same directory is confusing.
2013-01-06(svn r24892) -Fix (r24890): Missing mkdirfrosch
2013-01-06(svn r24890) -Fix: Distribute GS compat_<version>.nut with OpenTTDzuu
2012-10-03(svn r24569) -Fix (r23817): Naming of bundles was somewhat brokenplanetmaker
2012-05-16(svn r24257) -Fix [FS#5112]: update some outdated documentation and make is ↵rubidium
somewhat more consistent
2012-04-08(svn r24100) -Fix: also provide translated comments in the desktop file ↵rubidium
without language name postfix
2011-11-14(svn r23220) -Change: move the baseset files to their new locationrubidium
2011-09-09(svn r22910) -Fix [FS#4617]: icon would (almost) never be shown for SDL buildsrubidium
2010-10-26(svn r21042) -Change: make it possible to make .tar.xz bundlesrubidium
2010-10-20(svn r20999) -Change: Add installing options or rather options to not ↵rubidium
install certain documentation, in a similar way to GRFCodec/catcodec
2010-08-21(svn r20590) -Fix: only unix2dos text files when generating the Windows ↵rubidium
installer
2010-05-22(svn r19884) -Feature: translatable desktop shortcut commentsrubidium
2010-01-03(svn r18706) -Cleanup: remove docs/Manual.txt and ↵yexo
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
2009-12-23(svn r18609) -Fix (r18608): installing of obm files didn't quite happenrubidium
2009-09-01(svn r17339) -Codechange: move thread related files to their own directory ↵rubidium
(like done for video, music, sound, etc)
2009-08-22(svn r17264) -Fix (r17261): bundle making for OSX failedrubidium
2009-08-22(svn r17261) -Fix (r17214): don't forget to package the compatability ↵rubidium
wrapper scripts
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-15(svn r17184) -Add: 'bundle_7z' to the bundling functionsrubidium
2009-08-15(svn r17183) -Add [FS#2827]: 'bundle_lzma' to the bundling functionsrubidium
2009-08-09(svn r17139) -Change: add the concept of sound setsrubidium
2009-03-04(svn r15618) -Cleanup: remove unneeded (empty) scenario directory.rubidium
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-01-18(svn r15140) -Cleanup (r15128): remove AI installation/bundling as we don't ↵rubidium
distribute AIs via the bundles anymore
2009-01-15(svn r15098) -Fix [FS#2535]: MinGW's find didn't remove the .svn directories ↵rubidium
during bundling as we told it to, so we're using a slightly different approach that seems to work
2009-01-15(svn r15089) -Fix: make install not installing the AI directory and thus the ↵rubidium
AI libraries were missing in the debian builds.
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ↵truebrain
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
2008-12-20(svn r14701) -Change: Debian's lintian complains about not using the best ↵rubidium
compression for compressing the man-page.
2008-11-26(svn r14636) -Add: DOS port of OpenTTD, without network support though.rubidium
2008-11-16(svn r14586) -Fix (r14580): missing mkdir causing make install to fail when ↵rubidium
there's no scripts directory already.
2008-11-16(svn r14580) -Fix [FS#2404]: scripts directory not being copied into bundles.rubidium
2008-10-16(svn r14477) -Fix r14474: also name the links in the .desktop file correclty ↵truebrain
upon install
2008-10-16(svn r14474) -Add: allow --binary-name to set the name of the binary, icon, ↵truebrain
desktop file, etc. when installing. Useful to get a stable next to a trunk-nightly
2008-10-16(svn r14473) -Fix: also install the root .txt and COPYING files to docs/truebrain
2008-10-16(svn r14472) -Fix: add docs/obg_format.txt in bundles tootruebrain
2008-10-06(svn r14443) -Change: Unify the delimiters used in config* and make*skidd13
2008-09-17(svn r14358) -Change: make the default bundle name similar to the name of ↵rubidium
the current compile farm instead of the former compile farm.
2008-09-08(svn r14272) -Fix [Makefile]: Always pass an explicit delimiter to the "cut" ↵matthijs
command, in case there are platforms where tab is not the default.
2008-09-07(svn r14262) -Feature [Makefile]: Let Makefile.bundle.in also use the new ↵matthijs
findversion.sh script. This enables revision detection for bundles for git and hg checkouts.
2008-09-02(svn r14224) -Fix: copy Makefile.bundle too to your working dir, so you ↵truebrain
don't need to run ./configure in the root of OpenTTD