aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-10TOON: Migrate Pathfinding API x,y coordinates to int16.D G Turner
2012-06-10GUI: Refactor default savegame description creation.Johannes Schickel
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
2012-06-10PARALLACTION: Do not call close on a SaveLoadChooser.Johannes Schickel
2012-06-10MOHAWK: Do not call close on SaveLoadChooser.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2012-06-09SCUMM: Create proper engine for heversion 101Matthew Hoops
2012-06-09SCI: Update information on kGetSierraProfileIntFilippos Karapetis
2012-06-09TOON: Minor cleanups in Pathfinding class. No functional change.D G Turner
2012-06-09SCI: Initial implementation of AddLine, UpdateLine, DeleteLineFilippos Karapetis
2012-06-09TOON: Replace Pathfinding retPath static buffers with Common::Array.D G Turner
2012-06-09TOON: Replace Pathfinding _tempPath static buffers with Common::Array.D G Turner
2012-06-09SCI: Handle translucent text planesFilippos Karapetis
2012-06-08Merge pull request #243 from lordhoto/cursor-no-scaleEugene Sandulenko
2012-06-09SCUMM: Add HE101 version, for debugInput opcode difference in some HE100 games.Travis Howell
2012-06-08NEWS: Fix a typoMatthew Hoops
2012-06-09NEWS: Add Geisha to the supported gamesSven Hesse
2012-06-08SCUMM: Implement listing playbook files in football2002Matthew Hoops
2012-06-08SCUMM: Stub off other football2002 u32 opcodesMatthew Hoops
2012-06-08SCUMM: Give football u32 opcodes proper namesMatthew Hoops
2012-06-08SCI: Handle resource ID -1 when setting the palVary resourceFilippos Karapetis
2012-06-08SCI: Fix mouse up eventsWillem Jan Palenstijn
2012-06-08GOB: Implement shooting in PenetrationSven Hesse
2012-06-08GOB: Rewrite "pathfinding" and implement moving enemiesSven Hesse
2012-06-07TINSEL: Remove unused member _scheduler in TinselEngine.Johannes Schickel
2012-06-07COMMON: Make CoroutineScheduler's constructor and destructor private.Johannes Schickel
2012-06-07COMMON: Slightly adapt coroutine code to better match our guidelines.Johannes Schickel
2012-06-07COMMON: Move coroutine documentation to the header file.Johannes Schickel
2012-06-07TOON: Further cleanup to Pathfinding Class.D G Turner
2012-06-07TOON: Reduce unecessary linkages in Pathfinding class.D G Turner
2012-06-07TOON: Remove unecessary usages of g_system.D G Turner
2012-06-07TOON: Minor cleanup and formatting fixes to Pathfinding class.D G Turner
2012-06-07SCI: Initial implementation of kScrollWindow, used in some SCI21 gamesFilippos Karapetis
2012-06-07TOON: Move PathFindingHeap API to use int16 for x,y coordinates.D G Turner
2012-06-07AGOS: Fix compiling AGOS game engine, when AGOS2 is disabled.Travis Howell
2012-06-07GOB: Hook up the Penetration minigame in the cheaterSven Hesse
2012-06-07GOB: Handle Penetration shooting animations more cleverlySven Hesse
2012-06-07GOB: Better controls in Geisha's PenetrationSven Hesse
2012-06-06SCUMM: Implement football2002 u32 opcode 1028Matthew Hoops
2012-06-07GOB: Add a way to reopen currently opened IMD/VMD videosSven Hesse
2012-06-06GOB: Add the original broken German as commentsSven Hesse
2012-06-06GOB: Draw info texts in PenetrationSven Hesse
2012-06-06GOB: Set Penetration floor palettes and fade in/outSven Hesse
2012-06-06GOB: Implement exiting floorsSven Hesse
2012-06-06GOB: Clean up the Penetration map handling a bitSven Hesse
2012-06-06GOB: Implement Penetration submarine shooting and dyingSven Hesse
2012-06-06GOB: const correctnessSven Hesse
2012-06-05SWORD1: Use _missingSubTitleStr when asking for an out of bound textIdThierry Crozat
2012-06-05SWORD1: Fix crash in demo when using French subtitlesThierry Crozat
2012-06-05SCUMM: Show an error dialog when trying to run puttzoo ios liteMatthew Hoops