Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-13 | BASE: Add feature string for liba52 support. | Torbjörn Andersson | |
2018-11-16 | WIN32: Retrieve the version information for the resource script from ↵ | Cameron Cawley | |
base/internal_version.h | |||
2016-09-10 | AMIGAOS: Amiga needs date in specific format in version cookie. Now ↵ | Eugene Sandulenko | |
AmiUpdate works | |||
2016-08-24 | CLOUD: Do minor fixes | Alexander Tkachev | |
2016-08-24 | CLOUD: Add USE_CLOUD feature | Alexander Tkachev | |
Adds USE_CLOUD in both configure and create_project. | |||
2016-07-03 | BASE: Fix Typo | Hubert Maier | |
2014-10-26 | BASE: Display virtual keyboard and keymapper in game options | Eugene Sandulenko | |
2014-08-09 | AMIGAOS: Add AmigaOS version format | raziel- | |
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-28 | Merge pull request #426 from sunmax/master | Eugene Sandulenko | |
PS2: Pull request to master for latest PS2 code | |||
2014-02-18 | BASE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-18 | PS2: beautified & simplified version on screen | Max Lingua | |
2014-01-18 | PS2: beautified & simplified version on screen | Max Lingua | |
2013-09-17 | BASE: Add feature string for libpng support. | Johannes Schickel | |
2013-09-17 | BASE: Add feature string for libjpeg support. | Johannes Schickel | |
2012-05-15 | MIDI: add sndio midi backend | Jonathan Gray | |
New sndio MIDI backend for OpenBSD written by Alexandre Ratchov. Tested with an external MT-32 and fluidsynth. | |||
2012-01-29 | GRAPHICS: Add a TTF font class using FreeType2. | Johannes Schickel | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-16 | BASE: add TAINTED feature to gScummVMFeatures | Tarek 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-31 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: engines/groovie/script.cpp | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-11 | BASE: Add AAC to the version string when compiled in | Matthew Hoops | |
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 |