Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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 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 | |
2011-04-15 | CONFIGURE: Explain more about --enable-all-engines. | Alyssa Milburn | |
2011-04-13 | CONFIGURE: Fix tsage engine entry position. | Johannes Schickel | |
The engine list is (apart for subengines and SCUMM) sorted alphabetically, thus tsage should be between touche and tucker and not between toon and touche. | |||
2011-04-13 | Merge remote branch 'remotes/dreammaster/tsage' | Paul Gilbert | |
2011-04-13 | CONFIGURE: Add _timidity=no to the GPH devices to stop Timidity | David-John Willis | |
support being built. * This is for the GP2X, GP2XWIZ and Caanoo devices that use the GPH backend. | |||
2011-04-12 | WEBOS: Disable opengl support; move --sysroot to LDFLAGS where it belongs | Klaus Reimer | |
2011-04-12 | WEBOS: Add PDK paths to LDFLAGS & INCLUDES; enable dynamic plugins support | Klaus Reimer | |
2011-04-12 | WEBOS: Disable vkeybd, fix more directory references with wrong package name | Klaus Reimer | |
The vkeybd XML can't be read for some reason. | |||
2011-04-12 | WEBOS: Enable keymapper, implement FORWARD key and right+middle button clicks | Klaus Reimer | |
2011-04-12 | WEBOS: Create webos backend with custom events | Klaus Reimer | |
Currently only contains test code. | |||
2011-04-12 | WEBOS: Add webos backend | Klaus Reimer | |
IPK can be built with "make webosrelease". | |||
2011-04-12 | WEBOS: Add WEBOS define | Klaus Reimer | |
Using SDL_INIT_VIDEO flag for WebOS because without it the application won't start. | |||
2011-04-12 | WEBOS: Add build support for webos | Klaus Reimer | |
2011-04-11 | CONFIGURE: Move GP2X to build with the GPH backend by default. | David-John Willis | |
2011-04-10 | Revert "CONFIGURE: Use FORCE_RTL for the Wii backend" | dhewg | |
This reverts commit e2a0c096924df7ba2ba0c0d8888341563e6e3995. | |||
2011-04-10 | Revert "CONFIGURE: Use FORCE_RTL for the Android backend" | dhewg | |
This reverts commit 44ab256101c8beec0860538127c2c7d602366c71. | |||
2011-04-09 | CONFIGURE: Use FORCE_RTL for the Android backend | dhewg | |
2011-04-09 | CONFIGURE: Use FORCE_RTL for the Wii backend | dhewg | |
2011-04-08 | BUILD: Support newer MinGW compilers. | Johannes Schickel | |
It seems the recent MinGW gcc versions use the "TMP" env variable to determine the temporary file path. Since we use that variable to hold temporary values it will make g++ crash since it cannot access the path. I "fixed" that problem by renaming the TMP variable we use to TMPR. Tested with mingw-g++ 4.5.2. | |||
2011-03-28 | MOHAWK: Allow disabling of Riven compilation | Matthew Hoops | |
2011-03-28 | MOHAWK: Allow disabling compiling cstime | Matthew Hoops | |
2011-03-28 | MOHAWK: Allow disabling compilation of Myst | Matthew Hoops | |
2011-03-28 | CONFIGURE: Enable Mohawk by default | Matthew Hoops | |
2011-03-22 | CONFIGURE: Apply patch #3193021 (AMIGAOS4: Typo in configure) | Jordi Vilalta Prat | |
2011-03-20 | CONFIGURE: Fix PS2 compilation | dhewg | |
newlib system include files suppress M_* defines under __STRICT_ANSI__ | |||
2011-03-10 | CONFIGURE: Change Android debug flags logic | dhewg | |
Use --enable-debug instead of not --enable-release | |||
2011-03-10 | CONFIGURE: Fix some whitespaces | dhewg | |