aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-05-20Groovie: Tweak a filename of the Mac version of T7GJordi Vilalta Prat
2010-05-19Slight bugfix in the object iteration inside getSierraGameId()Filippos Karapetis
2010-05-19SCI: sound code now queues up music in sci0, wip-code: not reacting on priori...Martin Kiewitz
2010-05-19SCI: updated comment on kDoSound(12)Martin Kiewitz
2010-05-19Reverted commit #49088, seems like to be a false positive from MSVC on the QT...Filippos Karapetis
2010-05-19Add a parser for HEAR zones in BRA, and handle the relative MUSIC command. Pa...Nicola Mettifogo
2010-05-19Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz)Filippos Karapetis
2010-05-19Do not try and run dialogues when there is no dialogue defined in a SPEAK zon...Nicola Mettifogo
2010-05-19Added a new method to the resource manager, to help determine if we got a SCI...Filippos Karapetis
2010-05-19SCI: removed cmdStopAllSounds(), can't be right - added FIXME - fixes iceman ...Martin Kiewitz
2010-05-19Fixed signed/unsigned warning, changed to CamelCaseFilippos Karapetis
2010-05-19Cleaned up script_instantiate_sci0()Filippos Karapetis
2010-05-19SCI: cleanup soundcode - number renamed to resourceId, prio renamed to priorityMartin Kiewitz
2010-05-19SCI: changing debugger commands to not require "?"-prefix for objects anymore...Martin Kiewitz
2010-05-19Implement FR #2841445: FW: Restart doesn't workEugene Sandulenko
2010-05-19Implement FR #2841494: FW: Pause doesn't workEugene Sandulenko
2010-05-19Updated the save game format for the changes in #49093Filippos Karapetis
2010-05-19Removed the exportsAreWide variable from the segment manager and save games, ...Filippos Karapetis
2010-05-19Moved the breakpoint information inside the DebugState structFilippos Karapetis
2010-05-19Added packing to the QT structuresFilippos Karapetis
2010-05-18SCI: set signal on fadeOut and also set signal when fade is requested but sou...Martin Kiewitz
2010-05-18Replace some strncpy usages with Common::strlcpy.Johannes Schickel
2010-05-18Replace one instance of strncpy with Common::strlcpy.Johannes Schickel
2010-05-18Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an...Matthew Hoops
2010-05-18Added the number of parameters passed in unknown kDoAudio subopsFilippos Karapetis
2010-05-18Started simplifying and removing a lot of unused code from the SAGA Mac resou...Filippos Karapetis
2010-05-18Have QTPlayer inherit from VideoDecoder. The video downscaling (QuickTime is ...Matthew Hoops
2010-05-18Added back video skipping in SAGA2 with the escape key or left mouse buttonFilippos Karapetis
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-18- Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S...Filippos Karapetis
2010-05-18SCI: fixing crash in pq2 - not sure about this, lskovlun should take a look a...Martin Kiewitz
2010-05-18- Moved kernel_lookup_text inside the Kernel classFilippos Karapetis
2010-05-18- Moved determine_reg_type() and kernel_matches_signature() inside the Kernel...Filippos Karapetis
2010-05-18Fix missing dialogue index.Willem Jan Palenstijn
2010-05-18Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXMEFilippos Karapetis
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-05-17Some more enforcement of our formatting conventions in KYRA too.Johannes Schickel
2010-05-17Enforce conversion formatting on pointer casts in the DEV code.Johannes Schickel
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2010-05-17Bugfixes for animation display, and better understanding of how animations cyclePaul Gilbert
2010-05-17SCI: adding speed throttler special case for iceman / submarine control roomMartin Kiewitz
2010-05-16SCI: fixing possible typo for Shift-F1/F10 keys, fixing submarine controls in...Martin Kiewitz
2010-05-16Added automatic detection of the IHNM demoFilippos Karapetis
2010-05-16Added automatic detection for the non-interactive ITE demosFilippos Karapetis
2010-05-16Bugfixes for animation depth logicPaul Gilbert
2010-05-15SCI: handle TAB like Ctrl-I on menu key checking, sci0 also did it that way -...Martin Kiewitz
2010-05-15SCI: setting port _menuPort, fixing crash on setFont()Martin Kiewitz
2010-05-15SCI: removed _mainPort (was unused, is unused)Martin Kiewitz
2010-05-15SCI: adding special 640x440 upscaling mode for kq6, finally hires portraits a...Martin Kiewitz
2010-05-15SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro...Martin Kiewitz