Age | Commit message (Expand) | Author |
2010-05-04 | Switch from "svn status" to "svn info", which is way faster (especially over ... | Andre Heider |
2010-05-04 | Fixed typo. | Andre Heider |
2010-03-30 | Patch from bug #2976619 (BUILD: Link error when building without engines) | Max Horn |
2010-03-09 | Only use CXX_UPDATE_DEP_FLAG for .S file rule, in case it is defined. (Thus m... | Johannes Schickel |
2010-03-09 | Add missing MKDIR command. This was upsetting the WinCE build. | Robin Watts |
2010-03-08 | Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matche... | Johannes Schickel |
2010-02-02 | Install the plugins from the current directory (the build one), not from the ... | Jordi Vilalta Prat |
2009-12-26 | The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives... | Oystein Eftevaag |
2009-11-18 | oops | Max Horn |
2009-11-18 | Some comments | Max Horn |
2009-11-14 | Remove Igor engine | Max Horn |
2009-10-28 | BUILD: Reduce build overhead by marking *.d and *.mk files as .PHONY, thus pr... | Max Horn |
2009-10-10 | Added a rule for assembler with cpp preprocessing. | Marcus Comstedt |
2009-10-09 | BUILD: Introduced new env var 'LD' analog to CXX (and defaulting to CXX), cur... | Max Horn |
2009-10-04 | Revert nonsense I did in backends/platform/linuxmoto/module.mk and modify ASM... | Max Horn |
2009-09-25 | Modified version of patch #2838507: Add support for non-gcc compilers to conf... | Max Horn |
2009-09-05 | added teenagent.dat to dist files | Vladimir Menshakov |
2009-08-22 | configure support for AS and ASFLAGS, and .s files in Makefile. If a port has... | Andre Heider |
2009-08-22 | Patch #2840212: "Quiet make process" | Eugene Sandulenko |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-21 | Fix 16bit option of configure. | Travis Howell |
2009-08-07 | Merge creation of Info.plist into update-version.pl. | Andre Heider |
2009-06-18 | added pred.dic to DIST_FILES_ENGINEDATA | Andre Heider |
2009-06-18 | added DIST_FILES_DOCS to Makefile.common, used by some dist targets now, incl... | Andre Heider |
2009-04-03 | Make svn commands in Makefile.common slightly more robust against localization. | Max Horn |
2009-03-28 | Fix bug #2691034: AMIGAOS: Makefile.common broken. | Walter van Niftrik |
2009-03-19 | Use the current SVN revision as a default when distributing a snapshot sources | Jordi Vilalta Prat |
2009-03-19 | Try to use the working copy revision if it's available | Jordi Vilalta Prat |
2009-03-17 | tail on e.g. Solaris does not support the use of "-n 1". Use the good old "-... | Marcus Comstedt |
2009-03-17 | engines need to be listed before gui in MODULES, because stuff in libengines.... | Marcus Comstedt |
2009-03-15 | Added the SVN revision to SCUMMVM_VERSION. The variable has be be set externa... | Andre Heider |
2009-02-20 | Remove scummclassic.zip from packages, since it is built in. | Travis Howell |
2009-01-30 | Reorder modules to fix linker issues when all engines are disabled (this orde... | Max Horn |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2008-10-09 | Update theme package name. | Travis Howell |
2008-10-09 | Fixe DIST_FILES_THEMES in Makefile for theme distribution. | Vicent Marti |
2008-06-09 | Add drascula.dat. | Travis Howell |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-05-02 | Added support to load plugins from different directories and the ability to s... | Jordi Vilalta Prat |
2008-04-21 | Add m4.dat to installation of engine data files. | Travis Howell |
2008-02-25 | added some SVN headers | Max Horn |
2008-02-17 | Delete .d dependency files in 'clean' target, not 'distclean' | Max Horn |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-13 | Various small patches to the build system by jvprat | Max Horn |
2008-01-06 | Fix path for engine data. | Travis Howell |
2008-01-06 | Patch #1862888: BUILD: Automate the list of data files to be distributed | Max Horn |
2007-12-16 | Patch #1847599: Several enhancements for the build system | Max Horn |
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag |
2007-09-29 | Fix bug #1803020: Oddity in Makefile.common | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |