Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-07 | Merge remote-tracking branch 'origin/master' into soltys_wip2 | Alyssa Milburn | |
2011-07-01 | CONFIGURE: Rename $WIN32BUILD to $STAGING | Littleboy | |
2011-07-01 | BUILD: Use static build when compiling with later GCC versions under mingw, ↵ | Travis Howell | |
to avoid additional DLL requirements. | |||
2011-06-30 | Merge branch 'master' of github.com:scummvm/scummvm | Travis Howell | |
2011-06-30 | BUILD: Use separate win32 target for each installer. | Travis Howell | |
2011-06-29 | BACKENDS: Implement Win32TaskbarManager::setCount() | Littleboy | |
2011-06-29 | Merge branch 'master' of github.com:scummvm/scummvm into soltys_wip2 | Strangerke | |
2011-06-25 | PS3: Fix out of tree builds. | Bastien Bouclet | |
Allow GCC to use CELL BE PPU features. | |||
2011-06-23 | Merge pull request #40 from bgK/ps3 | Eugene Sandulenko | |
PS3 Port | |||
2011-06-22 | CONFIGURE: Fix Unity checks | Littleboy | |
- Redirect pkgconfig errors to log file - Remove duplicated -lunity option - Fix output of selected taskbar integration when libunity is selected | |||
2011-06-22 | Merge pull request #26 from Littleboy/taskbar | Eugene Sandulenko | |
Taskbar integration | |||
2011-06-22 | CONFIGURE: When building the SDL backend, display the SDL version number. | Bastien Bouclet | |
From SDL 1.3.0 onwards, audio CD support has been removed. | |||
2011-06-22 | PS3: Build with -mminimal-toc to allow loading larger elfs. Thanks to andoma ↵ | Bastien Bouclet | |
for the tip. | |||
2011-06-22 | PS3: Map joypad buttons to features. Enable the virtual keyboard. | Bastien Bouclet | |
2011-06-22 | PS3: Initial version of the PlayStation 3 backend | Bastien Bouclet | |
2011-06-22 | SDL: Allow building with current SDL 1.3hg | Bastien Bouclet | |
2011-06-18 | CONFIGURE: Use = to test for string equality, not == | eriktorbjorn | |
I think this is correct. It's consistent with how it's done in other places in the configure script, and it silences a bunch of "unexpected operator" warnings for me. | |||
2011-06-16 | CONFIGURE: Add minimum version of Unity | Julien | |
2011-06-16 | CONFIGURE: Only add linking to ole32 and uuid when taskbar support is ↵ | Julien | |
compiled for Win32 We also show the type of taskbar integration being compiled. | |||
2011-06-16 | CONFIGURE: Disable check for unity when compiling with mingw (pkg-config is ↵ | Julien | |
not available) | |||
2011-06-16 | CONFIGURE: Update internal libunity handling and add support for disabling ↵ | Littleboy | |
taskbar support entirely - Rename internal _unity var to _libunity - Disable libunity support when taskbar integration support is disabled | |||
2011-06-16 | CONFIGURE: Update libunity detection by adding a call to one of unity ↵ | Littleboy | |
functions in the cc_check test Some older compilers might not error out on missing headers and will compile (with warnings) unless a symbol is missing | |||
2011-06-16 | CONFIGURE: Disable Unity on non-unix systems and add taskbar support when ↵ | Littleboy | |
compiling with mingw - Mingw now links with 2 additional libraries: ole32 and uuid | |||
2011-06-16 | BACKENDS: Add define for Unity-specific taskbar code | Littleboy | |
2011-06-16 | CONFIGURE: add warning for building WIP/unstable engines | Tarek Soliman | |
Also, If any unstable/wip engine is enabled, #define TAINTED_BUILD | |||
2011-06-16 | BACKENDS: Only update unity libs and cflags in auto mode | Littleboy | |
2011-06-16 | BACKENDS: Add WIP Unity support | Littleboy | |
2011-06-16 | BACKENDS: Add use flag for taskbar integration | Littleboy | |
2011-06-15 | CONFIGURE: Fix cxx test linking for Android | dhewg | |
Libraries are now properly detected by configure again. | |||
2011-06-15 | DREAMWEB: added autogenerated source | Vladimir | |
2011-06-14 | WINCE: Add support for language auto-detection in WinCE | CeRiAl | |
2011-09-10 | CGE: Add minimal engine and detection | Strangerke | |
2011-06-02 | BUILD: Enable Lands of Lore by default. | Johannes Schickel | |
2011-06-01 | ALL: Removed last traces of the MPEG2 code | Max Horn | |
2011-06-01 | DC: Use 'noserial' for release builds | Max Horn | |
2011-06-01 | Merge pull request #20 from scott-t/t7g-ios | clone2727 | |
T7G iOS support | |||
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn | |
I manually resolved all conflicts, and inspected every single change. Many were due to the version string mismatch and thus easily resolved. The MSVC project files add in the 1-3-0 branch were not merged, neither where the changes to gui/themes/translations.dat. Conflicts: NEWS backends/base-backend.cpp backends/graphics/samsungtvsdl/samsungtvsdl-graphics.cpp backends/module.mk backends/platform/ds/arm9/makefile backends/platform/psp/README.PSP backends/platform/samsungtv/main.cpp backends/platform/samsungtv/samsungtv.cpp backends/saves/posix/posix-saves.cpp base/commandLine.cpp base/internal_version.h base/main.cpp common/array.h configure devtools/create_project/create_project.cpp dists/android/AndroidManifest.xml dists/android/plugin-manifest.xml dists/iphone/Info.plist dists/irix/scummvm.spec dists/macosx/Info.plist dists/redhat/scummvm-tools.spec dists/redhat/scummvm.spec dists/scummvm.rc dists/slackware/scummvm.SlackBuild dists/wii/meta.xml engines/sci/parser/vocabulary.cpp engines/tinsel/handle.cpp gui/themes/translations.dat | |||
2011-05-31 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: engines/groovie/script.cpp | |||
2011-05-31 | CONFIGURE: move some libs required by n64 port | Fabio Battaglia | |
Some system libs weren't found during link stage, this should fix it | |||
2011-05-31 | BUILD: Fix typo which broke WebOS builds | Max Horn | |
2011-05-31 | BUILD: Compile more files only when necessary | Max Horn | |
2011-05-31 | BUILD: Add SDL_BACKEND=1 to config.mk for all SDL based backends | Max Horn | |
2011-05-30 | WINCE: Remove unnecessary -I flags | Max Horn | |
2011-05-30 | BUILD: Only add one option per line to INCLUDES/CXXFLAGS/LDFLAGS | Max Horn | |
This improves (IMHO) readability, and makes it easier to diff for changes in compiler options. | |||
2011-05-26 | DC: Don't set a lib search path for plugins | Max Horn | |
Plugins may not rely on external libs, so there is no point in specifying a custom library search path for them. | |||
2011-05-26 | BUILD: Make endianess check stricter | Max Horn | |
2011-05-26 | BUILD: Reorder configure some more | Max Horn | |
2011-05-26 | ANDROID: Trying to fix the recent linker failures | Max Horn | |
2011-05-26 | BUILD: Reorder plugin stuff in configure some more | Max Horn | |
2011-05-25 | BUILD: Unify plugin prefix/suffix handling, unify setting DYNAMIC_MODULES | Max Horn | |