aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-04further tweaks to Makefile and main linkerTony Puccinelli
2010-06-03minor correction to makefileTony Puccinelli
2010-06-03modified linker now both compiles and runs when dynamic modules turned offTony Puccinelli
2010-06-03compiles with modified linker when dynamic plugins turned off nowTony Puccinelli
2010-06-01makefile tweaked a bit more towards accomodating loadable modules for ps2Tony Puccinelli
2010-06-01changed ps2 makefile and other files to use the ps2loaderTony Puccinelli
2010-06-01minor modification to accomodate dynamic plugins for ps2Tony Puccinelli
2010-05-28added svn keywords 'Id' and 'URL' to new filesTony Puccinelli
2010-05-28added svn keywords 'Id' and 'URL' to new filesTony Puccinelli
2010-05-28typo fixTony Puccinelli
2010-05-28was using the modified linker for the psp for plugins.ld. Now it's a modified...Tony Puccinelli
2010-05-27was using the default linker for the psp. Now a modified version of the defau...Tony Puccinelli
2010-05-27added files for ps2 loadable modules (mainly transplanted from psp code with ...Tony Puccinelli
2010-05-26minor initial commit for ps2 plugins. Added ps2-provider codeTony Puccinelli
2010-05-20The QuickTime getPalette() function should output in RGB format, not RGBA.Matthew Hoops
2010-05-20Add a pause level system to VideoDecoder (blatantly ripped off from Engine) a...Matthew Hoops
2010-05-20Add initial support for T7G Mac MIDIs. Compressed MIDI is not yet supported.Matthew Hoops
2010-05-20Groovie: Add support for MT-32 custom instrumentsJordi Vilalta Prat
2010-05-20Make the MacResManager opening more robust to failed tries and plug its memor...Jordi Vilalta Prat
2010-05-20PSP: Had to switch to different way of using callbacks as last one wasn't wor...Yotam Barnoy
2010-05-20SCI: fix regression of r49109 - only queue up midi soundsMartin Kiewitz
2010-05-20SCI: adding workaround for some underwater rooms in iceman - removing visual&...Martin Kiewitz
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-19Disabled probably false positive warning 4121 (alignment of a member was sens...Filippos Karapetis
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 missing single quoteFilippos Karapetis
2010-05-19formattingEugene Sandulenko
2010-05-19Patch from Littleboy to silence useless warning due to VideoDecoder changesEugene Sandulenko
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