aboutsummaryrefslogtreecommitdiff
path: root/base/version.cpp
AgeCommit message (Collapse)Author
2010-08-11BUILD: Limit scope of SCUMMVM_SVN_REVISION and SCUMMVM_VERSION macrosMax 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-20General: Fixed building the SEQ MIDI driverTorbjö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-20BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detectionMax 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-21Renamed 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-21List RGB status in About dialog.Travis Howell
svn-id: r43591
2008-09-05Remove usage of main_features.inl and the fileLars Persson
svn-id: r34361
2008-08-25patch 1984130: Add Tremolo infoKostas Nakos
svn-id: r34138
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-05-30Updated 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-29Small fix for the symbian portMax Horn
svn-id: r23618
2006-04-29add small note about svnversionWillem Jan Palenstijn
svn-id: r22220
2006-04-29Updated 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-16Fixed broken svn:keywords valuesMax Horn
svn-id: r21939
2006-04-14Fix for bug #1470104 ("Compiled features" string empty)Max Horn
svn-id: r21878
2006-04-08Moved 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