aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/various.cpp
AgeCommit message (Expand)Author
2008-07-01Fixed unitialized variablesMax Horn
2008-06-30Fixed addAni (A test before using resetGfxEntityEntry was incorrect). Also ad...Kari Salminen
2008-06-30Implemented resetGfxEntityEntry and made it used where appropriate (The funct...Kari Salminen
2008-06-26Fixed opcode:Kari Salminen
2008-06-25Implemented support for zoneQuery (Operation Stealth specific).Kari Salminen
2008-06-25Implemented opcode:Kari Salminen
2008-06-24Added main menu dialog files. Gob is now using the new _quit flagChristopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-05-24Patch #1969189: "CinE renderer rewrite"Eugene Sandulenko
2008-04-24Fixed regression: CINE games crashed when a message box appeared (patch by ne...Filippos Karapetis
2008-04-21Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghostEugene Sandulenko
2008-04-07Patch #1913862: "CinE Script system"Eugene Sandulenko
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-01Slightly modified patch #1848173: "ScriptVars class implementation for CinE"Eugene Sandulenko
2007-12-21Slight cleanupFilippos Karapetis
2007-12-14renamed several structures, variables and functionsGregory Montoir
2007-12-14Added a note, switched to CLIP template for clipping, some cleanupFilippos Karapetis
2007-12-13Fixed one more regression from the latest cleanupFilippos Karapetis
2007-12-13Fixed a regression from the latest cleanupFilippos Karapetis
2007-12-13Muting the compiler :PSven Hesse
2007-12-13Cleanup and simplificationFilippos Karapetis
2007-12-13Changed the C style malloc/free to the C++ style new/deleteFilippos Karapetis
2007-12-12Fixed warning about casting away constness.Torbjörn Andersson
2007-12-12Cleanup, removed duplicate codeFilippos Karapetis
2007-12-09- minor screen fix for OSGregory Montoir
2007-12-08simplified gfxConvertSpriteToRaw, some renamingGregory Montoir
2007-12-08Cleanup and simplificationFilippos Karapetis
2007-12-07backported some changes for OSGregory Montoir
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-02Fix bug where an object was accessed after it was deleted in cine engineNeil Millstone
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Changed more code to use Common::KEYCODE_ enumMax Horn
2007-06-08Fixed some Valgrind warnings (overlapping source and destination in strcpy()).Torbjörn Andersson
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30cleanup, don't rely on assert() to ensure a gamefile/savefile is opened. Also...Gregory Montoir
2007-05-29added code for freePartRange, freePartEntry and freeOverlay (also renamed som...Gregory Montoir
2007-05-19Fix preprocessor error caused by undefined symbol DEBUG_SPRITE_MASKMax Horn
2007-05-19added basic support for Amiga music playbackGregory Montoir
2007-05-18added debug code to display sprite masksGregory Montoir
2007-05-17moved gfx related functions from various.cpp/.h to gfx.cpp/.h and fixed inden...Gregory Montoir
2007-05-17added code for gfxSpriteFunc1 and gfxSpriteFunc2, which are used for sprite m...Gregory Montoir
2007-03-19Added FIXME comment to CINE regarding an odd warning in processSeqListElementMax Horn
2007-02-18Bad hack to make this engine works on PalmOS (compiler still seems to hate so...Chris Apers
2007-01-21openForSaving can fail, so it should be handled gracefully -- but better to a...Max Horn
2006-11-25Support loading saves from command line.Eugene Sandulenko
2006-11-24Let F10 work in all expected cases.Eugene Sandulenko
2006-11-20Fix regression which did not allow to enter save name.Eugene Sandulenko
2006-11-19Proper implementation of o1_allowSystemMenu()Eugene Sandulenko
2006-11-19Don't allow the F9 and F10 keys to open menus if a menu is already open. (MightTorbjörn Andersson