Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-05-25 | BUILD: Minor configure cleanup | Max Horn | |
2011-05-25 | BUILD: Do not define LUA_USE_POSIX | Max Horn | |
It doesn't really do anything useful anymore anyway (except make linux builds use _setjmp instead of setjmp, but both are equally bad for us and need to replaced anyway). | |||
2011-05-25 | BUILD: Update comments | Max Horn | |
2011-05-25 | BUILD: Declare RELEASE_BUILD in DEFINES, not CXXFLAGS | Max Horn | |
2011-05-25 | BUILD: Replace _need_memalign runtime test by hardcoded list | Max Horn | |
According to a discussion on -devel, this test cannot work reliably in general: It cannot determine when unaligned access really works reliably in all situations, nor on all implementations of the target CPU arch; nor does it determine whether unaligned access is supported effectively (as opposed to say supported via super-slow fault handler mechanism). | |||
2011-05-25 | BUILD: Rename USE_TEXT_CONSOLE -> USE_TEXT_CONSOLE_FOR_DEBUGGER | Max Horn | |
This reduces the similarity in name to the otherwise mostly unrelated DISABLE_TEXT_CONSOLE #define. | |||
2011-05-25 | BUILD: Always enable indeo3 codec | Max Horn | |
2011-05-25 | BUILD: Add only one -D to DEFINES per line; add FIXMEs to -D in CXXFLAGS | Max Horn | |
2011-05-25 | BUILD: Unify how _posix is computed | Max Horn | |
However, the current approach of determining _posix based on _host_os is flawed and should be replaced by feature detection; added a TODO about this. | |||
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn | |
2011-05-25 | BUILD: Move some Android 'hack' back to near end of configure | Max Horn | |
2011-05-25 | BUILD: Rearrange some PSP stuff | Max Horn | |
Cursory testing shows no regressions caused by this, but proper testing of this change is recommended. | |||
2011-05-25 | BUILD: Unify how debug/release mode defaults are determined | Max Horn | |
2011-05-25 | BUILD: Overhaul how we determine the need for aligned mem access | Max Horn | |
Also add some comments explaining what is going on and why. | |||
2011-05-25 | BUILD: Enable ARM asm only based on _host_cpu | Max Horn | |
Also moved x86 and ARM recognition code in configure to be next to each other; and print whether ARM specific code is going to be used or not. | |||
2011-05-25 | BUILD: Unify build & configure rules for SDL based backends | Max Horn | |
2011-05-25 | BUILD: Do not manually set endianess | Max Horn | |
If for some reason the endianess is not detected right, then this should be reported as a bug; and any (hopefully temporary) specification of the endianess should be accompanied by an explanatory comment. | |||
2011-05-25 | BUILD: Reorder parts of configure | Max Horn | |
2011-05-20 | WINCE: Change plugin extensions from .dll to .plugin - fixes erroneous ↵ | CeRiAl | |
loading of runtime-dlls | |||
2011-05-18 | BUILD: Reset executable flag of configure | Willem Jan Palenstijn | |
2011-05-18 | WINCE: Enable building of plugins with normal configure/make | CeRiAl | |
Enables building of plugin .dlls without a custom Makefile. Also removes generation of scummvm.exe.map from configure script. | |||
2011-05-14 | CONFIGURE: Add missing SDL_BACKEND define for the OpenPandora backend. | David-John Willis | |
* Not really sure when/how it got lost but as it's lack spectacularly breaks the backend it is a really good idea to put it back ;) Thanks to Max for the heads up. (cherry picked from commit bd60a289c7748ad6a03299e4fc9d161f31495b43) | |||
2011-05-13 | CONFIGURE: Don't enable the sword25 engine if Zlib is not enabled | md5 | |