Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | BASE: Added "Theora" to the features string, when enabled. | Torbjörn Andersson | |
svn-id: r53444 | |||
2010-10-13 | SOUND: Add info about TiMidity support in about dialog. | Johannes Schickel | |
svn-id: r53396 | |||
2010-08-11 | BUILD: Limit scope of SCUMMVM_SVN_REVISION and SCUMMVM_VERSION macros | Max Horn | |
Only #define SCUMMVM_SVN_REVISION for base/version.cpp (at most), to avoid having all source files implicitly depend on the SVN revision. Also add a safeguard to prevent code from accidentally using the internal header file base/internal_version.h. svn-id: r51978 | |||
2010-07-20 | General: Fixed building the SEQ MIDI driver | Torbjörn Andersson | |
An #include was missing, causing the driver to never be built. Also fixed what looked like a cut-and-paste error in generating the features string. svn-id: r51056 | |||
2010-07-20 | BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detection | Max Horn | |
* Added a yes/no variable _unix to configure, which controls when -DUNIX is added to DEFINES * Enable SEQ MIDI via _seq_midi by default on UNIX type systems, except for those which override that. * Switch SEQ MIDI code to check #define USE_SEQ_MIDI (alternatively, we could compile it only conditionally...) svn-id: r51055 | |||
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to ↵ | Andre Heider | |
guarantee a consistent build. svn-id: r43604 | |||
2009-08-21 | List RGB status in About dialog. | Travis Howell | |
svn-id: r43591 | |||
2008-09-05 | Remove usage of main_features.inl and the file | Lars Persson | |
svn-id: r34361 | |||
2008-08-25 | patch 1984130: Add Tremolo info | Kostas Nakos | |
svn-id: r34138 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2006-07-29 | Small fix for the symbian port | Max Horn | |
svn-id: r23618 | |||
2006-04-29 | add small note about svnversion | Willem Jan Palenstijn | |
svn-id: r22220 | |||
2006-04-29 | Updated the common on why we would like to display the SVN rev as part of ↵ | Max Horn | |
the ScummVM version string, and why this is non-trivial svn-id: r22217 | |||
2006-04-16 | Fixed broken svn:keywords values | Max Horn | |
svn-id: r21939 | |||
2006-04-14 | Fix for bug #1470104 ("Compiled features" string empty) | Max Horn | |
svn-id: r21878 | |||
2006-04-08 | Moved version vars from base/main.cpp to base/version.cpp; thus now ↵ | Max Horn | |
version.o is always rebuilt on every change, not main.o svn-id: r21687 |