Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-03-10 | CONFIGURE: Add support for Android's armeabi-v7a | dhewg | |
Extended ABI with Thumb-2 and VFP hardware FPU instructions | |||
2011-03-08 | CONFIGURE: Oops fix a typo. | Johannes Schickel | |
2011-03-08 | WINCE: Add -fno-inline-functions to compiler arguments. | Johannes Schickel | |
WinCE is using -O3 by default, which includes -finline-functions, which in turn breaks SCI. By disabling that opimization we get SCI working fine again. | |||
2011-03-05 | ANDROID: Add initial 16bit gfx support | dhewg | |
Supported pixel formats: 565, 5551, 4444 Missing: 555 (doesn't exist on GLES) | |||
2011-02-23 | HAIKU: Remove -fhuge-objects. | dhewg | |
Not required anymore, patch by Begasus | |||
2011-02-23 | ANDROID: Sync toolchain flags with NDK r5b. | dhewg | |
2011-02-20 | DS: Disable symbol garbage collection | dhewg | |
Only applies when using loadable modules. This requires a second compile run or black voodoo linker tricks. Not implemented at this time. Disable it, so we get DS build failure reports from buildbot (which are useful with all the DISABLE_EVERYTHING defines). The resulting binary might be too big to be usable. | |||
2011-02-18 | ANDROID: Disable mt32emu and timidity | dhewg | |
mt32emu is using floats everywhere, and we don't have hardware-assisted floating point computations on this armeabi. most (if any) devices can't handle this timidity doesn't make sense, because there's no daemon to connect to | |||
2011-02-14 | ANDROID: Protect port files with our define | dhewg | |
get rid of -DANDROID and -DANDROID_BACKEND | |||
2011-02-14 | ANDROID: Use the official NDK toolchain | dhewg | |
- use NDK r5b - cleanup |