aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-14Fixed memory leak when returning to launcher in AGOS engine by properly ↵Christopher Page
creating and deleting midi driver pointer svn-id: r32129
2008-05-14Merged revisions ↵Christopher Page
31972-31973,31975-31981,31984-31989,31993-31994,31996-32014,32016-32020,32022-32025,32027-32028,32030,32034,32037-32038,32040-32058,32060-32087,32089-32093,32095-32123 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32125
2008-05-14Some comments to opcodes sfGetMusicBeat and sfSetTextRectFilippos Karapetis
svn-id: r32123
2008-05-14Fixed menu background loading in Riddle of Master LuFilippos Karapetis
svn-id: r32122
2008-05-14Added plugin priority so there's just one plugin that provides a module ↵Jordi Vilalta Prat
functionality. svn-id: r32121
2008-05-14Changed kyra3 detection entries, now there are special entries for non ↵Johannes Schickel
installed version checking for WESTWOOD.001 and special entries for installed version checking for AUD.PAK. svn-id: r32120
2008-05-14Update MSVC project files.Kari Salminen
svn-id: r32119
2008-05-14Fix compilationSven Hesse
svn-id: r32118
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
- Added the MidiPlugin interface to the remaining MIDI drivers - Added an initial MidiManager to handle the MIDI plugins (just static plugins by now) svn-id: r32117
2008-05-14Oops. Forgot to update module.mk.Nicola Mettifogo
svn-id: r32116
2008-05-14- Moved input code to its own class.Nicola Mettifogo
- Slightly simplified inventory highlight code thanks to changes in input code. svn-id: r32115
2008-05-14Just allow animation scripts marked as skipable to be skipped.Johannes Schickel
svn-id: r32114
2008-05-14Formatting.Johannes Schickel
svn-id: r32113
2008-05-14Possibly fixed bug #1963700 "KYRA2: Nonresponsive clicks".Johannes Schickel
svn-id: r32112
2008-05-14Forgot to include screenfx.*Filippos Karapetis
svn-id: r32111
2008-05-14Updated the MSVC project files of the MADE engineFilippos Karapetis
svn-id: r32110
2008-05-14Add a pause when the script endsFilippos Karapetis
svn-id: r32109
2008-05-14TypoMax Horn
svn-id: r32108
2008-05-14Forgot the makefile, sorryBenjamin Haisch
svn-id: r32107
2008-05-14Deleting obsolete filesBenjamin Haisch
svn-id: r32106
2008-05-14Merged the three ScriptFunctionsXXX classes into ScriptFunctionsBenjamin Haisch
svn-id: r32105
2008-05-14- Added some visual effects (palette fading etc.)Benjamin Haisch
- Moved Screen::getAnimFrameCount directly into o1_GETFRAMECOUNT - Renamed variables/cleanup svn-id: r32104
2008-05-14Oops, I definitely meant for that to be '==', not '='. I guess this is what itTorbjörn Andersson
should look like, but I can't actually test (or even compile) it right now. svn-id: r32103
2008-05-14Added a FIXME regarding commit #32096Filippos Karapetis
svn-id: r32102
2008-05-14Removed obsolete fileFilippos Karapetis
svn-id: r32101
2008-05-14NDS: Minor code formatting fixesBertrand Augereau
svn-id: r32100
2008-05-14NDS: OSystem::getTimeAndDate is demoted to the port (with the standard Bertrand Augereau
implementation) svn-id: r32099
2008-05-14NDS : Compilation fixesBertrand Augereau
svn-id: r32098
2008-05-14Moved midiplugin.h to sound/ since it will be used for more than just the ↵Jordi Vilalta Prat
native MIDI drivers. svn-id: r32097
2008-05-14Added the animation speed workaround for the sheriff animation as well. (SeeTorbjörn Andersson
bug #1926838, "HoF: Animation plays too fast".) svn-id: r32096
2008-05-13Some fixes for vertical scrolling in WoodruffSven Hesse
svn-id: r32095
2008-05-13Fixed memory leak by deallocating memory used by window->iconPtrChristopher Page
svn-id: r32094
2008-05-13fix engine destructor for non interactive hof demoFlorian Kagerer
svn-id: r32093
2008-05-13More descriptive error message when encountering invalid font data.Johannes Schickel
svn-id: r32092
2008-05-13Added a warning when all chunk slots are full, as that's still a problem in ↵Sven Hesse
Woodruff (some videos aren't closed correctly yet). svn-id: r32091
2008-05-13Fixing the crash when entering the virtual trip tower in WoodruffSven Hesse
svn-id: r32090
2008-05-13Added a sanity check to o1_LOADCURSOR to prevent LGoP2 from crashing when ↵Filippos Karapetis
the save/load menu is opened during character selection svn-id: r32089
2008-05-13used memmove() instead of memcpy() to fix memory overlap errorChristopher Page
svn-id: r32088
2008-05-13Implemented support for object videos with more than 256 frames, this fixes ↵Sven Hesse
a lockup when entering the bar svn-id: r32087
2008-05-13Fixing a segfault when quitting while an object video with sound playsSven Hesse
svn-id: r32086
2008-05-13Taken care of FilePluginProvider's FIXMEsJordi Vilalta Prat
svn-id: r32085
2008-05-13Some more Doxygen comments, as well as some FIXMEs/TODOsMax Horn
svn-id: r32084
2008-05-13Moved the engine plugin code to engines/metaengine.h; ↵Max Horn
added/clarified/corrected various Doxygen comments for the plugin system svn-id: r32083
2008-05-13- Added operator-> to Plugin subclasses so they don't have to reimplement ↵Jordi Vilalta Prat
the PluginObject subclass interfaces (thanks to Fingolfin for suggesting it) - Added the PluginSubclass template to help creating Plugin subclasses svn-id: r32082
2008-05-13Implemented savegame saving/loading for LGOP2.Benjamin Haisch
svn-id: r32081
2008-05-13Hide the mouse cursor while a movie plays.Benjamin Haisch
svn-id: r32080
2008-05-13Implemented/Fixed saving/loading in Woodruff -- this time for real.Sven Hesse
svn-id: r32079
2008-05-12Formatting.Johannes Schickel
svn-id: r32078
2008-05-12Changed clipping rectangles to use Common::Rect (thanks to [md5]/thebluegr)Benjamin Haisch
svn-id: r32077
2008-05-12remove useless double check on sound list entriesFlorian Kagerer
svn-id: r32076