Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2011-04-12 | COMMON: Drop totally obsolete & outdated DEC C++ 'support' | Max Horn | |
2011-04-12 | TINSEL: cleanup | Max Horn | |
2011-04-12 | TSAGE: Reworked the 'probe approaching rocks' cut-scene to work correctly | Paul Gilbert | |
The problem is the original game presumed that rendering a single frame would take at least 10 ticks (at 60Hz). Since the ScummVM renders it faster than then, the cutscene wasn't working. A new 'ProbeMover' class has been created to ensure the probe shrinking keeps correct pace with the probe's movement. | |||
2011-04-12 | GPH/GP2X: Tweak wrapper script to export LD_LIBRARY_PATH. | David-John Willis | |
2011-04-12 | GPH: Add separate button defined buttons for each supported device. | David-John Willis | |
* No default buttons set any more as I would want the build to fails if you don't provide the backend with a device. * Also commit some small cleanup to the bundle files. | |||
2011-04-12 | WEBOS: Disable opengl support; move --sysroot to LDFLAGS where it belongs | Klaus Reimer | |
2011-04-12 | GIT: Ignore /plugins directory | Klaus Reimer | |
2011-04-12 | WEBOS: Add PDK paths to LDFLAGS & INCLUDES; enable dynamic plugins support | Klaus Reimer | |
2011-04-12 | CREDITS: Add credits for WebOS backend | Klaus Reimer | |
2011-04-12 | WEBOS: Correct indentation of WEBOS preprocessor check | Klaus Reimer | |
2011-04-12 | WEBOS: Use STRIP variable to strip the binary | Klaus Reimer | |
2011-04-12 | WEBOS: Correct executable flag on start script | Klaus Reimer | |
2011-04-12 | WEBOS: Move scummvmrc to ScummVM data directory | Klaus Reimer | |
scummvmrc is now located in ScummVM data directory and no longer in app directory so it is accessible via USB drive mode. | |||
2011-04-12 | WEBOS: Add installation instructions to README | Klaus Reimer | |
2011-04-12 | WEBOS: Add a README file | Klaus Reimer | |
2011-04-12 | WEBOS: Complete rewrite of key/mouse events handling | Klaus Reimer | |
Touchscreen is now always used like a touch pad. | |||
2011-04-12 | GIT: Add Eclipse .settings directory to gitignore | 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: Correct package directory name | Klaus Reimer | |
2011-04-12 | WEBOS: Correct package name, fix default key mapping | Klaus Reimer | |
2011-04-12 | WEBOS: Enable keymapper, implement FORWARD key and right+middle button clicks | Klaus Reimer | |
2011-04-12 | COMMON: Fix usage of wrong variable when keymapper is active | Klaus Reimer | |
2011-04-12 | WEBOS: Create webos backend with custom events | Klaus Reimer | |
Currently only contains test code. | |||
2011-04-12 | WEBOS: Strip binary before packaging it | Klaus Reimer | |
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 | MOHAWK: Add Default Values to LB NotifyEvent Constructor. | D G Turner | |
This silences a number of warnings about possible uninitialized parameter use. | |||
2011-04-11 | MOHAWK: Add more versions of LB demos | Matthew Hoops | |
From bug #3275626 | |||
2011-04-11 | CONFIGURE: Move GP2X to build with the GPH backend by default. | David-John Willis | |
2011-04-11 | GPH: Change backend to mask backend code to GPH_DEVICE. | David-John Willis | |
* This is mainly to make it easy to drop the old GP2X into the same codebase (I really have no desire to manage 2 sets of 99.9% identical code ;)). * Code paths for just one of the supported devices can be runtime worked out or just defined for that device. mount.sh: Fixed some small errors# ../../../../scummvm.gph | |||
2011-04-11 | GP2X: Mask off the graphics and events code behind a GP2X_OLD define. | David-John Willis | |
* This is a temp thing while I finish up merging the GP2X and GPH code. I do not want the GP2X backend code dropped yet until this is complete. | |||
2011-04-11 | GP2X: Commit some cleanup/fudges with a view to collapsing into the GPH backend. | David-John Willis | |
2011-04-11 | OPENPANDORA: Cleanup header for events. | David-John Willis | |
2011-04-11 | KYRA: Add some assertion to prevent out of bounds access. | Johannes Schickel | |
2011-04-11 | KYRA: Constify static data table in LoL code. | Johannes Schickel | |
2011-04-11 | KYRA: Get rid of non-const static variable in Kyra2 code. | Johannes Schickel | |
2011-04-11 | KYRA: Cleanup. | Johannes Schickel | |
2011-04-11 | KYRA: Get rid of non-const static variables in HoF. | Johannes Schickel | |
2011-04-10 | DEVTOOLS: Remove unused svn helper script | Ori Avtalion | |
2011-04-10 | TINSEL: Make the cdFlags array in drives.cpp static again. | Johannes Schickel | |
2011-04-10 | TINSEL: Removed some unused global static variables | md5 | |
2011-04-10 | TINSEL: Merged NewName() inside DoSave() in order to remove a static var | md5 | |
2011-04-10 | TINSEL: Cleanup - removed obsolete defines | md5 | |
2011-04-10 | TINSEL: Changed cdFlags to be non-static and constant | md5 | |
2011-04-10 | TINSEL: Removed the dummy ForceEntireRedraw() function | md5 | |
2011-04-10 | TINSEL: Removed the useless LookAtBuffers() function | md5 | |
2011-04-10 | MOHAWK: Silenced an MSVC waning about an uninitialized var (false positive) | md5 | |
2011-04-10 | TSAGE: Fixed bug in Scene #6100 with sunflowers briefly appearing too large | Paul Gilbert | |