Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-21 | configure: changed 'Running on x86' to 'Compiling for x86' | Max Horn | |
svn-id: r35983 | |||
2009-01-21 | configure: changed order of backend detection and engine listing (backend ↵ | Max Horn | |
detection may fail, e.g. when sdl-config is not found, while engine 'detection' never fails) svn-id: r35982 | |||
2009-01-20 | Changed configure to add ENABLE_VKEYBD and ENABLE_KEYMAPPER to DEFINES, ↵ | Max Horn | |
instead of config.h svn-id: r35962 | |||
2009-01-11 | Merge in Virtual Keybpard & KeyMapper branch, | Eugene Sandulenko | |
- Merge is perfromed in order to not let rotting the code - Makefile modifications were avoided Stuff to resolve: - Circular dependency of common/vkeybd from graphics/ - Make it compilable (?) - Add some keyboards - Decide on the key bindings svn-id: r35813 | |||
2009-01-05 | Added Haiku support to configure (due to Begasus) | Max Horn | |
svn-id: r35746 | |||
2009-01-02 | Disable the SAGA 2 sub engine by default (it's WIP) | Filippos Karapetis | |
svn-id: r35683 | |||
2009-01-02 | More configure code for additional SAGA engine features. | Eugene Sandulenko | |
svn-id: r35676 | |||
2009-01-02 | Added changes to configure, which I forgot to do in my previous commit | Filippos Karapetis | |
svn-id: r35673 | |||
2008-12-16 | Enable the Groovie engine by default since it's now supported | Jordi Vilalta Prat | |
svn-id: r35403 | |||
2008-12-08 | Removed last traces of X11 backend. | Johannes Schickel | |
svn-id: r35287 | |||
2008-11-30 | enabled tucker engine by default, since game should be completable with it | Gregory Montoir | |
svn-id: r35189 | |||
2008-11-14 | Patch #2271425: Groovie engine | Max Horn | |
svn-id: r35060 | |||
2008-11-10 | add initial support for 'Bud Tucker in Double Trouble' | Gregory Montoir | |
svn-id: r34990 | |||
2008-09-30 | Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control ↵ | Stephen Kennedy | |
inclusion of vkeybd and keymapper in build.\n\nAlso added corresponding --enable-vkeybd and --enable-keymapper flags to configure scripts. svn-id: r34706 | |||
2008-09-12 | Fix compiling under mingw, when using latest mingw-runtime (3.15). | Travis Howell | |
svn-id: r34501 | |||
2008-08-30 | Fix (?) Solaris detection in some workaround code in the MT-32 emulator | Max Horn | |
svn-id: r34216 | |||
2008-08-27 | Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ↵ | Max Horn | |
Compile svn-id: r34194 | |||
2008-08-20 | Committed patch from bug #2062926 "GCC 4.x versions not detected by ↵ | Johannes Schickel | |
configure script". svn-id: r34074 | |||
2008-07-23 | Fix bug which was triggered by file named 'a' in current directory. | Eugene Sandulenko | |
svn-id: r33252 | |||
2008-07-23 | Added Tinsel engine to main repos (no news item for it ON PURPOSE) | Max Horn | |
svn-id: r33230 | |||
2008-07-15 | config.log and tmp files should be put into the configure (= current) dir, ↵ | Max Horn | |
not the source dir svn-id: r33070 | |||
2008-07-09 | New configure flag --enable-profiling to compile and link with -pg (for | Bertrand Augereau | |
gprof) svn-id: r32970 | |||
2008-06-24 | Fixed mktemp usage in BSD systems (as noted in bug #2000931) | Jordi Vilalta Prat | |
svn-id: r32764 | |||
2008-06-14 | Revert last commit. | Travis Howell | |
svn-id: r32700 | |||
2008-06-14 | Disable drawObject type 0x41, which is currently causing frequent crashes. | Travis Howell | |
svn-id: r32699 | |||
2008-06-10 | Small cleanup (mainly removed useless variables and defines) | Jordi Vilalta Prat | |
svn-id: r32662 | |||
2008-06-09 | Added some missing $EXEEXT which would make some tests to fail | Jordi Vilalta Prat | |
svn-id: r32626 | |||
2008-06-09 | Use mktemp when available | Jordi Vilalta Prat | |
svn-id: r32625 | |||
2008-06-09 | Ignore superfluous --enable/--disable flags for existing engines | Jordi Vilalta Prat | |
svn-id: r32624 | |||
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵ | Johannes Schickel | |
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540 | |||
2008-05-31 | Use --enable-auto-import when linking dynamic plugins with MinGW. | Johannes Schickel | |
svn-id: r32427 | |||
2008-05-14 | Typo | Max Horn | |
svn-id: r32108 | |||
2008-05-07 | Reject invalid option combinations when enabling/disabling engines | Jordi Vilalta Prat | |
svn-id: r31914 | |||
2008-05-07 | Show the SCUMM engine options properly | Jordi Vilalta Prat | |
svn-id: r31913 | |||
2008-05-06 | Added openembedded.org target names (patch #1959138) | Jordi Vilalta Prat | |
svn-id: r31912 | |||
2008-05-06 | Fail on invalid --enable/disable options | Jordi Vilalta Prat | |
svn-id: r31910 | |||
2008-05-06 | Fixed syntax error. String comparision is done with '=', not '=='. | Torbjörn Andersson | |
svn-id: r31891 | |||
2008-05-06 | Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles | Jordi Vilalta Prat | |
svn-id: r31889 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-05-02 | Added support to load plugins from different directories and the ability to ↵ | Jordi Vilalta Prat | |
specify the default directory from configure. svn-id: r31816 | |||
2008-05-02 | Enable drascula engine by default | Eugene Sandulenko | |
svn-id: r31806 | |||
2008-05-02 | Properly document the default manpage directory | Jordi Vilalta Prat | |
svn-id: r31801 | |||
2008-04-20 | Patch #1947288: "AmigaOS4: small changes (Makefile, configure)" | Eugene Sandulenko | |
svn-id: r31628 | |||
2008-04-20 | Added the M4 and MADE engines to configure (disabled by default) | Filippos Karapetis | |
svn-id: r31603 | |||
2008-04-08 | Change add_to_config_mk_if_no to the more natural add_to_config_mk_if_yes in ↵ | Jordi Vilalta Prat | |
some cases svn-id: r31448 | |||
2008-03-23 | Patch #1923546: fix checking sdlconfig on OS/2 (supposing the files in path ↵ | Jordi Vilalta Prat | |
are executable) svn-id: r31227 | |||
2008-03-23 | Patch #1923547: enable nasm usage on OS/2 | Jordi Vilalta Prat | |
svn-id: r31226 | |||
2008-02-26 | Added -lnsl -lsocket to the libs required when building for Solaris, ↵ | Max Horn | |
partial fix for bug #1523129 svn-id: r30971 | |||
2008-02-26 | Patch #1901742: Solaris /bin/sh doesn't like $() | Jordi Vilalta Prat | |
svn-id: r30969 | |||
2008-02-07 | - Fix math lib test when crosscompiling | Jordi Vilalta Prat | |
- Just need to remove the test files after all the tests svn-id: r30817 |