aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Collapse)Author
2019-11-30BUILD: Fix Version Define Being Added to All Code ObjectsYauheni Kaliuta
Due to a quirk of target specific make variables which means they are added to all pre-requisities, this resulted in the defines which were meant to be applied only to the version module being applied to most of the codebase. This did not cause any direct issues, but was untidy and unexpected behaviour which was reported in Pull Request 1946 by janisozaur. Fix it by defining a special rule for version.o with own flags instead of using template rule. Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>
2019-07-08BUILD: Package networking and virtual keyboard files on all platformsCameron Cawley
2019-07-05CRYOMNI3D: Add internationalization through external DAT fileLe Philousophe
2019-05-18BUILD: Fix converting the documentation outside the source directoryCameron Cawley
2019-05-18NEWS: Convert German NEWS file to Markdown (#1627)Lothar Serra Mari
* NEWS: Convert German NEWS file to Markdown * NEWS: Fix Markdown conversion errors in NEUES.md * BUILD: Add the German NEWS file to the build system * NEWS: Fix formatting in NEUES.md
2019-05-05BUILD: Add the licence file for the Source Code Pro fontBastien Bouclet
2019-04-21CONFIGURE: Generate html README and NEWS by default on macOSThierry Crozat
There was already a configure option to specify a output format other than plain text, but this had to be specified explicitely when executing configure. Now the ports can define a default other than plain text. On macOS now by default pandoc generate html output. It could in theory also generate rtf, but those are not properly displayed by TextEdit, and in addition TextEdit cannot handle link internal to the document (such as for the TOC). But if we are fine with no link for the TOC, we could pipe the pandoc html output with textutil to generate the RTF documents. Also this change allows to have an extension for the pandoc output files. By default this is empty for plain text (as before) and the same as the format otherwise (for example .rtf or .html).
2019-04-02BUILD: Convert the NEWS.md file if pandoc is installedCameron Cawley
2019-04-02BUILD: Update default theme to use remasteredMatan Bareket
2019-02-21BUILD: Improve rules for compiling Windows resource scriptsCameron Cawley
2018-12-25BUILD: Update pandoc options to support different formats/filenamesMatan Bareket
2018-12-25BUILD: Copy README.md instead of READMEMatan Bareket
2018-12-25BUILD: Add pandoc to MakefileMatan Bareket
2018-12-25BUILD: Add fonts.dat to packaging rulesCameron Cawley
2018-08-20BUILD: Remove .dwo files on cleanTorbjörn Andersson
2018-08-18BUILD: Use split-dwarf debug symbol files by default, when availableColin Snover
This should improve linker time as well as reduce the size of the built binaries (though this does not affect runtime memory usage since the debug segments are not loaded into memory except by a debugger) whilst still giving debug information.
2018-06-29RISCOS: Convert documentation to RISCOS-LATIN1 when packagingCameron Cawley
2018-02-23XEEN: Creation of create_xeen toolPaul Gilbert
2018-01-23BUILD: Add supernova.dat to install rulesThierry Crozat
2017-07-02BUILD: Add titanic.dat files to the list of engines data filesThierry Crozat
2017-05-21BACKENDS: Compress screenshots using PNG if availableColin Snover
Closes gh-948.
2017-02-12CRYO: Fix adding cryo.dat to DIST_FILES_ENGINEDATAThierry Crozat
2017-02-12CRYO: Add cryo.dat to DIST_FILES_ENGINEDATAThierry Crozat
2016-09-10BUILD: Fix syntaxEugene Sandulenko
2016-09-10AMIGAOS: Amiga needs date in specific format in version cookie. Now ↵Eugene Sandulenko
AmiUpdate works
2016-09-10DM: Another attempt for compilation fixes on older compilersEugene Sandulenko
2016-09-06CLOUD: Move wwwroot archive to dists and script to devtoolsThierry Crozat
Both the data used to generate the archive and the archive itself were moved to dists/ instead of being in backends/. The script was also improved to optionally take a path as a command line argument to indicate where the wwwroot data are instead of assuming they are in the working directory. Finally a 'wwwroot' make target was also added to invoke the python script and generate the archive. with the expected path to
2016-09-05BUILD: Copy wwwroot.zip in POSIX, MacOS X and iOS installation targetsThierry Crozat
2016-08-24MACVENTURE: Include border bitmaps in ScummVMBorja Lorente
2015-11-29BUILD: Add access.dat to DIST_FILES_ENGINEDATAEugene Sandulenko
2014-04-28Merge pull request #426 from sunmax/masterEugene Sandulenko
PS2: Pull request to master for latest PS2 code
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-01-18Makefile.common: added QUIET_CCMax Lingua
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
Each engine now only has to provide a single configure.engine file adding the engine into the configure script, which then produces the required other files automatically.
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script.
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
This is the second part of allowing engines to be added dynamically. Each folder in engines/ which must contain a file named "engine.mk" containing the make definitions for that engine.
2013-07-04MORTEVIELLE: Update misc files to include mort.datStrangerke
2013-06-05BUILD: install tony.datWillem Jan Palenstijn
2013-05-20NEVERHOOD: Add neverhood.dat to dist files.Johannes Schickel
2013-05-15MAKE: Make distclean clean everything, including devtoolsEugene Sandulenko
2013-05-05GIT: Fix build failures on new release tagging.D G Turner
This occurs because previously when the current version was equal to a tag i.e. v1.7.0, the output of git --describe was shortened. This ensures that the output is of the form v1.7.0-0-gXXXXX even when the revision is equal to the tag.
2013-01-28WINTERMUTE: Move Resources out of binary and into wintermute.zipEinar Johan Trøan Sømåen
2012-03-04AmigaOS4: Adapt configure to latest SDK. Restore grep workaround.D G Turner
This reverts part of 54ddd000dcbe43f4b58d30b6b7e98775233bff01 to restore a workaround for breakage in AmigaOS4 grep.
2012-02-19IPHONE: Pass $CPPFLAGS to build command line for ObjC files.Johannes Schickel
2012-01-29GUI: Add GNU FreeFont TTFs for use with our modern theme.Johannes Schickel
2011-11-20ALL: Remove more m4/mads leftovers.Johannes Schickel
Some project files (iPhone) and backend files (Symbian) still reference m4.dat, but I know not enough on how to remove that without breaking something.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-05BUILD: Silence windres command line when a non-verbose build is done.Johannes Schickel
2011-04-30AmigaOS4: Adapt configure to latest SDK (Patch created by Raziel^)strangerke
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn