aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-06DREAMWEB: 'hangon' and 'hangonp' ported to C++Bertrand Augereau
2011-09-06GRAPHICS: Remove dithering code.Johannes Schickel
The code is not used anymore and neither the Mohawk developers, who expressed that they might need dithering for some games, nor DrMcCoy, who wrote it, need this code anymore. In the worst case if anyone needs it again, we can revert this commit.
2011-09-02DREAMWEB: 'useroutine' ported to C++Bertrand Augereau
2011-09-06NEWS: Mention T7G iOS supportScott Thomas
2011-09-06GOB: Remove unused include.Johannes Schickel
2011-09-06GROOVIE: Remove dither code from ROQScott Thomas
2011-09-06TSAGE: Fixed problem with NamedHotspot items not getting added to scenesPaul Gilbert
2011-09-06TSAGE: Added extra debugger command for showing available hotspot regionsPaul Gilbert
This is different from the hotspots command, since that only shows regions explicitly assigned to a hotspot
2011-09-06TSAGE: Some cleanup of Blue Force Scene 300, and implementing Scene 190Paul Gilbert
2011-09-06TSAGE: Added new walking code for Blue Force that uses flipped horizontal imagesPaul Gilbert
2011-09-06DREAMWEB: Ported 'fillryan' to C++Bertrand Augereau
2011-09-05DREAMWEB: Ported 'findallryan' to C++Bertrand Augereau
2011-09-05DREAMWEB: Ported 'showryanpage' to C++Bertrand Augereau
2011-09-05DREAMWEB: Removal of a useless register usageBertrand Augereau
2011-09-02DREAMWEB: 'obtoinv' ported to C++Bertrand Augereau
2011-09-02DREAMWEB: 'isitworn' and 'makeworn' ported to C++Bertrand Augereau
2011-09-02DREAMWEB: 'dumpeverything' is uselessBertrand Augereau
2011-09-02DREAMWEB: 'delsprite' is uselessBertrand Augereau
2011-09-02DREAMWEB: Useless stub removalBertrand Augereau
2011-09-02DREAMWEB: Removal of a useless stubBertrand Augereau
2011-09-02DREAMWEB: 'checkpathison' ported to C++Bertrand Augereau
2011-09-05TSAGE: Further user interface fixes, and minor dialog tweaksPaul Gilbert
2011-09-02DREAMWEB: Removal of stubs that became uselessBertrand Augereau
2011-09-02DREAMWEB: 'checkifset' ported to C++Bertrand Augereau
2011-09-05SCI: Fix Island of Dr. Brain copyprot pause menu on touch devicesWillem Jan Palenstijn
Patch from m_kiewitz.
2011-09-02DREAMWEB: 'isitdescribed' ported to C++Bertrand Augereau
2011-09-04TSAGE: Fixed Options dialog Sound button not showing sound dialogPaul Gilbert
2011-09-04TSAGE: Added missing default item response code logic in Blue ForcePaul Gilbert
2011-09-04TSAGE: Implemented missing interface functionality, including gun loading dialogPaul Gilbert
2011-09-03GOB: Stub classes for Geisha's Diving and Penetration minigamesSven Hesse
2011-09-03GOB: Move keyPressed() to UtilSven Hesse
2011-09-03GOB: Add class Geisha::EvilFishSven Hesse
An "evil" fish in Geisha's "Diving" minigame.
2011-09-03GOB: Add class ANIObjectSven Hesse
Controls an animation stored within an ANI file.
2011-09-03GOB: Add class ANIFileSven Hesse
Handles ANI files, describing animations. Used in hardcoded "actiony" parts of gob games, like Geisha's minigames.
2011-09-03GOB: Add class DECFileSven Hesse
Handles DEC files, describing "decals" (backgrounds). Used in hardcoded "actiony" parts of gob games, like Geisha's minigames.
2011-09-03GOB: Add class RXYFileSven Hesse
Handles RXY files, containing relative sprite coordinates. Used in hardcoded "actiony" parts of gob games, like Geisha's minigames.
2011-09-03GOB: Add the Amiga version of GeishaSven Hesse
2011-09-03GOB: Make Util::setExtension() not add an extension to an empty stringSven Hesse
2011-09-03GOB: Add Util::readString()Sven Hesse
2011-09-03NEWS: Properly format Winnie entry.Johannes Schickel
2011-09-03NEWS: Mention Indy4 Amiga palette improvements.Johannes Schickel
2011-09-03SCI32: Added an initial skeleton structure for the SCI2 text drawing codeFilippos Karapetis
This includes kCreateTextBitmap, and moves all of the text drawing code into the new GfxText32 class
2011-09-03SCUMM: Fix text color bug in Indy4 Amiga outro.Johannes Schickel
2011-09-03SCUMM: Limit Indy4 Amiga specific code to that version.Johannes Schickel
2011-09-03DREAMWEB: Refining of the pathfinding structuresBertrand Augereau
2011-09-03DREAMWEB: Introduction of a Path structureBertrand Augereau
2011-09-03DREAMWEB: 'turnanypathon' and 'turnanypathoff' ported to C++Bertrand Augereau
2011-09-03SCI: Fix QFG3 run/walk/sleep menu on touch devicesWillem Jan Palenstijn
The analysis and fix are from m_kiewitz.
2011-09-03DREAMWEB: 'turnpathon' et 'turnpathoff' ported to C++Bertrand Augereau
2011-09-02DREAMWEB: Fix : getexpos has a return value AND a side-effectBertrand Augereau