aboutsummaryrefslogtreecommitdiff
path: root/base/version.cpp
AgeCommit message (Collapse)Author
2019-01-13BASE: Add feature string for liba52 support.Torbjörn Andersson
2018-11-16WIN32: Retrieve the version information for the resource script from ↵Cameron Cawley
base/internal_version.h
2016-09-10AMIGAOS: Amiga needs date in specific format in version cookie. Now ↵Eugene Sandulenko
AmiUpdate works
2016-08-24CLOUD: Do minor fixesAlexander Tkachev
2016-08-24CLOUD: Add USE_CLOUD featureAlexander Tkachev
Adds USE_CLOUD in both configure and create_project.
2016-07-03BASE: Fix TypoHubert Maier
2014-10-26BASE: Display virtual keyboard and keymapper in game optionsEugene Sandulenko
2014-08-09AMIGAOS: Add AmigaOS version formatraziel-
AmigaOS features a "version" command which can read out version information if stored in a sepcific way. To get to that information it parses the exe for "$VER:" and prints out everything behind it. This adds such a version information to ScummVM so users on AmigaOS can read it out without the need to use "scummvm --version"
2014-04-28Merge pull request #426 from sunmax/masterEugene Sandulenko
PS2: Pull request to master for latest PS2 code
2014-02-18BASE: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-18PS2: beautified & simplified version on screenMax Lingua
2014-01-18PS2: beautified & simplified version on screenMax Lingua
2013-09-17BASE: Add feature string for libpng support.Johannes Schickel
2013-09-17BASE: Add feature string for libjpeg support.Johannes Schickel
2012-05-15MIDI: add sndio midi backendJonathan Gray
New sndio MIDI backend for OpenBSD written by Alexandre Ratchov. Tested with an external MT-32 and fluidsynth.
2012-01-29GRAPHICS: Add a TTF font class using FreeType2.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-16BASE: add TAINTED feature to gScummVMFeaturesTarek Soliman
When configure enables a WIP/unstable engine, the about box and scummvm --version will now display TAINTED in the "features compiled in" list
2011-05-31Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
Conflicts: engines/groovie/script.cpp
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-11BASE: Add AAC to the version string when compiled inMatthew Hoops
2010-10-13BASE: Added "Theora" to the features string, when enabled.Torbjörn Andersson
svn-id: r53444
2010-10-13SOUND: Add info about TiMidity support in about dialog.Johannes Schickel
svn-id: r53396
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