Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-02 | BUILD: Update default theme to use remastered | Matan Bareket | |
2019-02-21 | BUILD: Improve rules for compiling Windows resource scripts | Cameron Cawley | |
2018-12-25 | BUILD: Update pandoc options to support different formats/filenames | Matan Bareket | |
2018-12-25 | BUILD: Copy README.md instead of README | Matan Bareket | |
2018-12-25 | BUILD: Add pandoc to Makefile | Matan Bareket | |
2018-12-25 | BUILD: Add fonts.dat to packaging rules | Cameron Cawley | |
2018-08-20 | BUILD: Remove .dwo files on clean | Torbjörn Andersson | |
2018-08-18 | BUILD: Use split-dwarf debug symbol files by default, when available | Colin 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-29 | RISCOS: Convert documentation to RISCOS-LATIN1 when packaging | Cameron Cawley | |
2018-02-23 | XEEN: Creation of create_xeen tool | Paul Gilbert | |
2018-01-23 | BUILD: Add supernova.dat to install rules | Thierry Crozat | |
2017-07-02 | BUILD: Add titanic.dat files to the list of engines data files | Thierry Crozat | |
2017-05-21 | BACKENDS: Compress screenshots using PNG if available | Colin Snover | |
Closes gh-948. | |||
2017-02-12 | CRYO: Fix adding cryo.dat to DIST_FILES_ENGINEDATA | Thierry Crozat | |
2017-02-12 | CRYO: Add cryo.dat to DIST_FILES_ENGINEDATA | Thierry Crozat | |
2016-09-10 | BUILD: Fix syntax | Eugene Sandulenko | |
2016-09-10 | AMIGAOS: Amiga needs date in specific format in version cookie. Now ↵ | Eugene Sandulenko | |
AmiUpdate works | |||
2016-09-10 | DM: Another attempt for compilation fixes on older compilers | Eugene Sandulenko | |
2016-09-06 | CLOUD: Move wwwroot archive to dists and script to devtools | Thierry 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-05 | BUILD: Copy wwwroot.zip in POSIX, MacOS X and iOS installation targets | Thierry Crozat | |
2016-08-24 | MACVENTURE: Include border bitmaps in ScummVM | Borja Lorente | |
2015-11-29 | BUILD: Add access.dat to DIST_FILES_ENGINEDATA | Eugene Sandulenko | |
2014-04-28 | Merge pull request #426 from sunmax/master | Eugene Sandulenko | |
PS2: Pull request to master for latest PS2 code | |||
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops | |
2014-01-18 | Makefile.common: added QUIET_CC | Max Lingua | |
2013-11-24 | BUILD: 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-24 | BUILD: 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-24 | BUILD: 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-04 | MORTEVIELLE: Update misc files to include mort.dat | Strangerke | |
2013-06-05 | BUILD: install tony.dat | Willem Jan Palenstijn | |
2013-05-20 | NEVERHOOD: Add neverhood.dat to dist files. | Johannes Schickel | |
2013-05-15 | MAKE: Make distclean clean everything, including devtools | Eugene Sandulenko | |
2013-05-05 | GIT: 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-28 | WINTERMUTE: Move Resources out of binary and into wintermute.zip | Einar Johan Trøan Sømåen | |
2012-03-04 | AmigaOS4: 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-19 | IPHONE: Pass $CPPFLAGS to build command line for ObjC files. | Johannes Schickel | |
2012-01-29 | GUI: Add GNU FreeFont TTFs for use with our modern theme. | Johannes Schickel | |
2011-11-20 | ALL: 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-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-05 | BUILD: Silence windres command line when a non-verbose build is done. | Johannes Schickel | |
2011-04-30 | AmigaOS4: Adapt configure to latest SDK (Patch created by Raziel^) | strangerke | |
2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |
2011-02-12 | GIT: `git describe --dirty` is too new. | dhewg | |
do it manually via diff-index | |||
2011-02-12 | GIT: use git for describing the version. | dhewg | |
2011-02-12 | BUILD: Remove explicit references to SVN in revision variable names. | Jordi Vilalta Prat | |
svn-id: r55898 | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko | |
svn-id: r55473 | |||
2010-11-09 | CONFIGURE: Fix linking in some cases | Eugene Sandulenko | |
Nowadays code in graphics/ depends on sound/ i.e. in video codecs. This fixes ./configure --disable-all-engines --enable-toon svn-id: r54169 | |||
2010-10-31 | Updated with latest from trunk | Yotam Barnoy | |
svn-id: r53976 | |||
2010-10-10 | BUILD: Add toons.dat to engine dist files. | Travis Howell | |
svn-id: r53115 |