Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-05-13 | CONFIGURE: Don't disable the sword25 engine when libpng is not found | md5 | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-11 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: audio/decoders/qdm2.h common/util.cpp engines/groovie/music.cpp engines/groovie/resource.h video/qt_decoder.cpp video/qt_decoder.h | |||
2011-05-08 | WEBOS: Added comment for Palm Pixi specific compiler options. | Klaus Reimer | |
2011-05-08 | WEBOS: Removed unused libpdl linking. | Klaus Reimer | |
2011-05-08 | WEBOS: Moved webos plugin build configuration into its own block so it can ↵ | Klaus Reimer | |
be configured separately from the generic linux configuration. | |||
2011-05-08 | WEBOS: Added comments to explain some WebOS compile settings. | Klaus Reimer | |
2011-05-08 | WEBOS: Added comment for Palm Pixi specific compiler options. | Klaus Reimer | |
2011-05-08 | WEBOS: Removed unused libpdl linking. | Klaus Reimer | |
2011-05-08 | WEBOS: Moved webos plugin build configuration into its own block so it can ↵ | Klaus Reimer | |
be configured separately from the generic linux configuration. | |||
2011-05-08 | WEBOS: Added comments to explain some WebOS compile settings. | Klaus Reimer | |
2011-05-06 | BUILD: Disable OpenGL backend code. | Johannes Schickel | |
The (SDL) OpenGL backend is not ready for the release. | |||
2011-05-06 | Merge pull request #31 from lordhoto/win-res | Johannes Schickel | |
Embed engine/theme dists files into Win Executable. Check the following link for further discussion: https://github.com/scummvm/scummvm/pull/31 | |||
2011-05-05 | Merge pull request #29 from Littleboy/nsis | Julien | |
NSIS installer support | |||
2011-05-05 | WIN32: Embed engine data files and theme files into executable. | Johannes Schickel | |
This embeds all the engine data files from dists/engine-data into the executable in case the engines using them are included statically. Furthermore it includes the theme dist files in the executable. | |||
2011-05-04 | 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. | |||
2011-05-03 | BUILD: Remove incorrect mention of 'symbian' backend from configure | Max Horn | |
2011-05-02 | Merge remote-tracking branch 'upstream/master' into nsis | Littleboy | |
Conflicts: devtools/create_project/scripts/postbuild.cmd devtools/create_project/visualstudio.cpp ports.mk | |||
2011-05-01 | WEBOS: Added a default prefix and enforcing docdir, datadir and plugin ↵ | Klaus Reimer | |
directory. | |||
2011-05-01 | WEBOS: Added a default prefix and enforcing docdir, datadir and plugin ↵ | Klaus Reimer | |
directory. | |||
2011-05-01 | DC: Disable serial for release | Marcus Comstedt | |
2011-05-01 | WEBOS: Added compiler options that should enable support for the Palm Pixi. ↵ | Klaus Reimer | |
Can't test it because I have no Pixi but at least it still works on the Pre. | |||
2011-05-01 | CONFIGURE: Remove incorrect "+" added with 54ddd000dc. | Johannes Schickel | |
2011-04-30 | AmigaOS4: Adapt configure to latest SDK (Patch created by Raziel^) | strangerke | |
2011-04-29 | WEBOS: Tweak configure script to simplify support for WebOS on buildbot | Max Horn | |
2011-04-27 | PORTS: Tweak win32setup target | Littleboy | |
- Rename README-SDL to be used by installer script - Use relative build path for WIN32PATH - Add default build folder to ignore file | |||
2011-04-22 | BUILD: Move ARM_ASM flags to configure | dhewg | |
So they're used again if a port overwrites _port_mk | |||
2011-04-17 | HUGO: Enable the engine by default | strangerke | |