Pawel Kolodziejski
99ee683308
cleanup headers
2011-04-16 14:08:33 +02:00
Pawel Kolodziejski
0640dcf2c7
synced with scummvm to 2011-Apr-13
2011-04-14 12:41:26 +02:00
Matthew Hoops
78f17f290a
BASE: Add AAC to the version string when compiled in
2011-04-11 21:37:44 -04:00
Pawel Kolodziejski
241c7a8c6e
synced with scummvm svn rev 53000
2011-04-11 15:40:01 +02:00
Torbjörn Andersson
2a49aa1fea
BASE: Added "Theora" to the features string, when enabled.
...
svn-id: r53444
2010-10-13 19:22:04 +00:00
Johannes Schickel
e9f50882ea
SOUND: Add info about TiMidity support in about dialog.
...
svn-id: r53396
2010-10-13 00:53:53 +00:00
Max Horn
1b10444377
BUILD: Limit scope of SCUMMVM_SVN_REVISION and SCUMMVM_VERSION macros
...
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-08-11 12:50:18 +00:00
Torbjörn Andersson
5b3f31feec
General: Fixed building the SEQ MIDI driver
...
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 08:56:53 +00:00
Max Horn
37aa8a7499
BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detection
...
* 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
2010-07-20 08:25:13 +00:00
Pawel Kolodziejski
edadbb35be
synced code with scummvm trunk
2010-01-21 19:25:03 +00:00
Pawel Kolodziejski
7aa79c880d
synced with scummvm
2009-10-05 08:33:46 +00:00
Andre Heider
007f68366f
Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guarantee a consistent build.
...
svn-id: r43604
2009-08-21 18:16:37 +00:00
Travis Howell
1618e4652b
List RGB status in About dialog.
...
svn-id: r43591
2009-08-21 11:30:56 +00:00
Pawel Kolodziejski
abaa548181
synced with scummvm
2009-06-18 11:52:26 +00:00
Pawel Kolodziejski
49babd8e3d
update headers
2009-05-26 14:22:57 +00:00
Pawel Kolodziejski
b30ba25918
correct header
2009-05-26 07:17:45 +00:00
Pawel Kolodziejski
ac7307728b
import some code from scummvm to allow implement later multi engine support
2009-05-24 21:31:05 +00:00
Lars Persson
2c36f00ff2
Remove usage of main_features.inl and the file
...
svn-id: r34361
2008-09-05 18:45:04 +00:00
Kostas Nakos
2b2bfc04c1
patch 1984130: Add Tremolo info
...
svn-id: r34138
2008-08-25 08:11:52 +00:00
Nicola Mettifogo
258901bab9
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
...
svn-id: r28966
2007-09-19 08:40:12 +00:00
Max Horn
218e132e37
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
...
svn-id: r27024
2007-05-30 21:56:52 +00:00
Max Horn
29b64b4aab
Small fix for the symbian port
...
svn-id: r23618
2006-07-29 20:20:01 +00:00
Willem Jan Palenstijn
af280f967b
add small note about svnversion
...
svn-id: r22220
2006-04-29 13:17:22 +00:00
Max Horn
a427a14ebe
Updated the common on why we would like to display the SVN rev as part of the ScummVM version string, and why this is non-trivial
...
svn-id: r22217
2006-04-29 12:38:28 +00:00
Max Horn
206fdf0528
Fixed broken svn:keywords values
...
svn-id: r21939
2006-04-16 13:01:41 +00:00
Max Horn
64343ef2c0
Fix for bug #1470104 ("Compiled features" string empty)
...
svn-id: r21878
2006-04-14 09:29:58 +00:00
Max Horn
4572d0ba16
Moved version vars from base/main.cpp to base/version.cpp; thus now version.o is always rebuilt on every change, not main.o
...
svn-id: r21687
2006-04-08 11:36:49 +00:00