Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-25 | WebOS: Reset package version to 0. | TomFrost | |
The package version must be incremented for each new WebOS release, due to the device needing a new version to install. Whenever the ScummVM version is raised, this can be reset to 0. Changing to 0 in anticipation of ScummVM 1.4.0. | |||
2011-09-25 | WebOS: Change to multitouch control scheme. | TomFrost | |
This is a near-rewrite of the WebOS event system to take advantage of multitouch, with which all WebOS devices are outfitted. This commit also marks full compatibility with the HP TouchPad, or any future tablet device without a hardware keyboard. Controls: - Left click: Single-tap once - Right click: Put one finger on screen, single-tap another - Middle click: Put two fingers on screen, single-tap another - Menu: Swipe two fingers down - Show keyboard: Swipe two fingers up - Touchpad Mode: - Swipe two fingers to the right to toggle - When off (default) mouse will move to the location tapped - When on, mouse will move relative to its current position - Autodrag Mode: - Swipe three fingers to the right to toggle - When on (default), touching the screen and holding still for a half-second will initiate a left-mouse button hold. Useful for games like COMI and FT. - When off (or on) a double-tap will initiate a left-mouse button hold. - Escape key: Swipe two fingers left - Space bar (pause): Swipe three fingers down | |||
2011-09-24 | WebOS: Correct code convention and graphic errors. | TomFrost | |
This is a mass commit for the following items: - Conversion of mixed and unaligned spaces/tabs to tabs - Moved static globals in webos_events to class members - Corrected variable naming convention to use underscores - Added a constructor to WebOSSdlEventSource to initialize variables. - Changed SDL getWidth and getHeight calls to getOverlayWidth and getOverlayHeight to support larger form factors (such as the HP TouchPad). - Removed unnecessary static getMillis() declaration and changed existing code to use the built-in getMillis(). | |||
2011-09-24 | WebOS: Enable scalers and Darwin compatibility. | TomFrost | |
On Mac OS X (Darwin), there are minor differences in the 'sed' and 'install' tools that require slightly different usage. This distinction has been made in webos.mk, made possible by an additional flag in ./configure. | |||
2011-09-24 | WebOS: Adding portdist folder to .gitignore | TomFrost | |
2011-09-24 | Git: Adding Komodo project files to .gitignore. | TomFrost | |
2011-09-03 | Merge branch 'master' of git://github.com/nexapps/scummvm into nexapps | TomFrost | |
2011-09-03 | GOB: Stub classes for Geisha's Diving and Penetration minigames | Sven Hesse | |
2011-09-03 | GOB: Move keyPressed() to Util | Sven Hesse | |
2011-09-03 | GOB: Add class Geisha::EvilFish | Sven Hesse | |
An "evil" fish in Geisha's "Diving" minigame. | |||
2011-09-03 | GOB: Add class ANIObject | Sven Hesse | |
Controls an animation stored within an ANI file. | |||
2011-09-03 | GOB: Add class ANIFile | Sven Hesse | |
Handles ANI files, describing animations. Used in hardcoded "actiony" parts of gob games, like Geisha's minigames. | |||
2011-09-03 | GOB: Add class DECFile | Sven Hesse | |
Handles DEC files, describing "decals" (backgrounds). Used in hardcoded "actiony" parts of gob games, like Geisha's minigames. | |||
2011-09-03 | GOB: Add class RXYFile | Sven Hesse | |
Handles RXY files, containing relative sprite coordinates. Used in hardcoded "actiony" parts of gob games, like Geisha's minigames. | |||
2011-09-03 | GOB: Add the Amiga version of Geisha | Sven Hesse | |
2011-09-03 | GOB: Make Util::setExtension() not add an extension to an empty string | Sven Hesse | |
2011-09-03 | GOB: Add Util::readString() | Sven Hesse | |
2011-09-03 | NEWS: Properly format Winnie entry. | Johannes Schickel | |
2011-09-03 | NEWS: Mention Indy4 Amiga palette improvements. | Johannes Schickel | |
2011-09-03 | SCI32: Added an initial skeleton structure for the SCI2 text drawing code | Filippos Karapetis | |
This includes kCreateTextBitmap, and moves all of the text drawing code into the new GfxText32 class | |||
2011-09-03 | SCUMM: Fix text color bug in Indy4 Amiga outro. | Johannes Schickel | |
2011-09-03 | SCUMM: Limit Indy4 Amiga specific code to that version. | Johannes Schickel | |
2011-09-03 | DREAMWEB: Refining of the pathfinding structures | Bertrand Augereau | |
2011-09-03 | DREAMWEB: Introduction of a Path structure | Bertrand Augereau | |
2011-09-03 | DREAMWEB: 'turnanypathon' and 'turnanypathoff' ported to C++ | Bertrand Augereau | |
2011-09-03 | SCI: Fix QFG3 run/walk/sleep menu on touch devices | Willem Jan Palenstijn | |
The analysis and fix are from m_kiewitz. | |||
2011-09-03 | DREAMWEB: 'turnpathon' et 'turnpathoff' ported to C++ | Bertrand Augereau | |
2011-09-02 | DREAMWEB: Fix : getexpos has a return value AND a side-effect | Bertrand Augereau | |
2011-09-02 | DREAMWEB: Fix : getexpos returns info in es:di | Bertrand Augereau | |
2011-09-01 | DREAMWEB: 'checkpixelset' ported to C++ | Bertrand Augereau | |
2011-09-02 | DEVTOOLS: Minor correction to remove GCC Warning. | D G Turner | |
2011-09-02 | DEVTOOLS: Remove Unecessary Makefiles. | D G Turner | |
These have been replaced by "make devtools" and are unused. | |||
2011-09-02 | PARALLACTION: Add Graphics Debug Output. Minor Whitespace Fixes. | D G Turner | |
This adds debug output for graphics object access to help with investigation of bug #2969913 i.e. "NIPPON: Katana graphics not shown (regression)" as well as cleanup of whitespace in this class. | |||
2011-09-01 | DREAMWEB: Cleaning in 'doshake' | Bertrand Augereau | |
2011-09-01 | DREAMWEB: 'frameoutv' know how to clip on the left and upper borders | Bertrand Augereau | |
2011-09-01 | DREAMWEB: Fix of the bug when you are in the inventory and drag the gun ↵ | Bertrand Augereau | |
agains the upper border of the screen | |||
2011-09-01 | DREAMWEB: Asserts | Bertrand Augereau | |
2011-09-01 | DREAMWEB: 'compare' ported to C++ | Bertrand Augereau | |
2011-09-01 | DREAMWEB: 'getaddir' ported to C++ | Bertrand Augereau | |
2011-09-01 | DREAMWEB: 'obicons' ported to C++ | Bertrand Augereau | |
2011-08-31 | DREAMWEB: 'getanyad' ported to C++ | Bertrand Augereau | |
2011-08-31 | TSAGE: Implemented missing functionality for first game scene | Paul Gilbert | |
2011-08-30 | DREAMWEB: 'maptopanel' and 'dumpmap' ported to C++ | Bertrand Augereau | |
2011-08-30 | DREAMWEB: 'transferinv' ported to C++ | Bertrand Augereau | |
2011-08-30 | SAGA: properly remove the save reminder callback on engine exit | Filippos Karapetis | |
This fixes an error when exiting to the launcher and restarting a game | |||
2011-08-30 | SAGA: Slight cleanup | Filippos Karapetis | |
2011-08-30 | DREAMWEB: 'delthisone' isn't used | Bertrand Augereau | |
2011-08-30 | DREAMWEB: Stricter typing | Bertrand Augereau | |
2011-08-30 | DREAMWEB: Structs member renaming | Bertrand Augereau | |
2011-08-30 | DREAMWEB: 'checkifex' ported to C++ | Bertrand Augereau | |