aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.cpp
AgeCommit message (Expand)Author
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-08-16Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-...Christopher Page
2008-08-11Moved fontParamTable inside TextHandler struct and made it a constant size as...Kari Salminen
2008-08-11Changed palPtr from a pointer to a Common::Array named palArray. Removed palE...Kari Salminen
2008-08-11Removed textDataPtr pointer as it's not used beyond the loadTextData function...Kari Salminen
2008-08-11Changed partBuffer from a pointer to a Common::Array. Removed numElementInPar...Kari Salminen
2008-08-10Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,...Christopher Page
2008-08-09Converted zoneData and zoneQuery tables from plain array types to Common::Arr...Kari Salminen
2008-08-09Converted animDataTable from a plain array to a Common::Array. Should help to...Kari Salminen
2008-08-09Converted objectTable from a plain array to a Common::Array. Should help to c...Kari Salminen
2008-08-09Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-...Christopher Page
2008-08-08Partially fix Adlib volume setting in Cine (Now uses music volume for Adlib v...Kari Salminen
2008-08-07Implemented game speed changing by pressing - or + to e.g. ease testing.Kari Salminen
2008-08-06Renamed page3Raw to collisionPage so it's more apparent what it does.Kari Salminen
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-07CINE works with the new GMM implementationChristopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-06-12CINE: Fixed memory leaks in the CINE engineChristopher Page
2008-05-28Merged revisions 32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-...Christopher Page
2008-05-27CINE: Fixed two memory leaks when shutting down the CINE engineChristopher Page
2008-05-24Patch #1969189: "CinE renderer rewrite"Eugene Sandulenko
2008-04-21Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghostEugene Sandulenko
2008-04-07Patch #1913862: "CinE Script system"Eugene Sandulenko
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine constru...Max Horn
2008-01-01Slightly modified patch #1848173: "ScriptVars class implementation for CinE"Eugene Sandulenko
2007-12-24_Properly_ fix lock-up introduced introduced in revision 29860. A typicalEugene Sandulenko
2007-12-24Fix regressions (crashes) introduced in commit 29860Eugene Sandulenko
2007-12-14renamed several structures, variables and functionsGregory Montoir
2007-12-13use CLIP template for clipping, made an array static const and renamed MAX_OB...Gregory Montoir
2007-12-13CleanupFilippos Karapetis
2007-12-09- minor screen fix for OSGregory Montoir
2007-12-08amiga demo version of OS has a VOL.CNF file so I assume full versions of the ...Gregory Montoir
2007-12-07backported some changes for OSGregory Montoir
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
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-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-30Removing useless common/fs.h includesMax Horn
2007-05-19removed 4 unused offscreen buffers ; also changed several 64k buffers to be d...Gregory Montoir
2007-05-19added basic support for Amiga music playbackGregory Montoir
2007-05-13added basic support for sounds playback in Amiga versions (only tested with t...Gregory Montoir
2007-05-13removed duplicated code (BASESON datafiles can be loaded with the existing bu...Gregory Montoir
2007-02-18Bad hack to make this engine works on PalmOS (compiler still seems to hate so...Chris Apers
2006-11-25Support loading saves from command line.Eugene Sandulenko
2006-11-23Fix regression in OS Amiga demo.Eugene Sandulenko
2006-11-13Implement reading font data from external files for OS.Eugene Sandulenko
2006-11-13Protection should not be bypassed for OS (and it didn't work well anyway)Eugene Sandulenko