Age | Commit message (Expand) | Author |
2010-05-26 | minor initial commit for ps2 plugins. Added ps2-provider code | Tony Puccinelli |
2010-05-20 | The QuickTime getPalette() function should output in RGB format, not RGBA. | Matthew Hoops |
2010-05-20 | Add a pause level system to VideoDecoder (blatantly ripped off from Engine) a... | Matthew Hoops |
2010-05-20 | Add initial support for T7G Mac MIDIs. Compressed MIDI is not yet supported. | Matthew Hoops |
2010-05-20 | Groovie: Add support for MT-32 custom instruments | Jordi Vilalta Prat |
2010-05-20 | Make the MacResManager opening more robust to failed tries and plug its memor... | Jordi Vilalta Prat |
2010-05-20 | PSP: Had to switch to different way of using callbacks as last one wasn't wor... | Yotam Barnoy |
2010-05-20 | SCI: fix regression of r49109 - only queue up midi sounds | Martin Kiewitz |
2010-05-20 | SCI: adding workaround for some underwater rooms in iceman - removing visual&... | Martin Kiewitz |
2010-05-20 | Groovie: Tweak a filename of the Mac version of T7G | Jordi Vilalta Prat |
2010-05-19 | Slight bugfix in the object iteration inside getSierraGameId() | Filippos Karapetis |
2010-05-19 | SCI: sound code now queues up music in sci0, wip-code: not reacting on priori... | Martin Kiewitz |
2010-05-19 | SCI: updated comment on kDoSound(12) | Martin Kiewitz |
2010-05-19 | Disabled probably false positive warning 4121 (alignment of a member was sens... | Filippos Karapetis |
2010-05-19 | Reverted commit #49088, seems like to be a false positive from MSVC on the QT... | Filippos Karapetis |
2010-05-19 | Add a parser for HEAR zones in BRA, and handle the relative MUSIC command. Pa... | Nicola Mettifogo |
2010-05-19 | Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz) | Filippos Karapetis |
2010-05-19 | Do not try and run dialogues when there is no dialogue defined in a SPEAK zon... | Nicola Mettifogo |
2010-05-19 | Added a new method to the resource manager, to help determine if we got a SCI... | Filippos Karapetis |
2010-05-19 | SCI: removed cmdStopAllSounds(), can't be right - added FIXME - fixes iceman ... | Martin Kiewitz |
2010-05-19 | Fixed signed/unsigned warning, changed to CamelCase | Filippos Karapetis |
2010-05-19 | Cleaned up script_instantiate_sci0() | Filippos Karapetis |
2010-05-19 | SCI: cleanup soundcode - number renamed to resourceId, prio renamed to priority | Martin Kiewitz |
2010-05-19 | SCI: changing debugger commands to not require "?"-prefix for objects anymore... | Martin Kiewitz |
2010-05-19 | Implement FR #2841445: FW: Restart doesn't work | Eugene Sandulenko |
2010-05-19 | Implement FR #2841494: FW: Pause doesn't work | Eugene Sandulenko |
2010-05-19 | Updated the save game format for the changes in #49093 | Filippos Karapetis |
2010-05-19 | Removed the exportsAreWide variable from the segment manager and save games, ... | Filippos Karapetis |
2010-05-19 | Moved the breakpoint information inside the DebugState struct | Filippos Karapetis |
2010-05-19 | Added missing single quote | Filippos Karapetis |
2010-05-19 | formatting | Eugene Sandulenko |
2010-05-19 | Patch from Littleboy to silence useless warning due to VideoDecoder changes | Eugene Sandulenko |
2010-05-19 | Added packing to the QT structures | Filippos Karapetis |
2010-05-18 | SCI: set signal on fadeOut and also set signal when fade is requested but sou... | Martin Kiewitz |
2010-05-18 | Replace some strncpy usages with Common::strlcpy. | Johannes Schickel |
2010-05-18 | Replace one instance of strncpy with Common::strlcpy. | Johannes Schickel |
2010-05-18 | Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an... | Matthew Hoops |
2010-05-18 | Added the number of parameters passed in unknown kDoAudio subops | Filippos Karapetis |
2010-05-18 | Started simplifying and removing a lot of unused code from the SAGA Mac resou... | Filippos Karapetis |
2010-05-18 | Have QTPlayer inherit from VideoDecoder. The video downscaling (QuickTime is ... | Matthew Hoops |
2010-05-18 | Added back video skipping in SAGA2 with the escape key or left mouse button | Filippos Karapetis |
2010-05-18 | Committing 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-18 | SCI: 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 class | Filippos Karapetis |
2010-05-18 | - Moved determine_reg_type() and kernel_matches_signature() inside the Kernel... | Filippos Karapetis |
2010-05-18 | Added getBaseFileName() method and enhanced open() with trying macbinary form... | Eugene Sandulenko |
2010-05-18 | Fix currentFrame semantics in Flic player | Ori Avtalion |
2010-05-18 | Fix missing dialogue index. | Willem Jan Palenstijn |
2010-05-18 | Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXME | Filippos Karapetis |