aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
AgeCommit message (Expand)Author
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2015-12-28CINE: Let makeLoad take a Common::String as parameter.Johannes Schickel
2015-12-28CINE: Add support for ScummVM save/load menusFilippos Karapetis
2015-09-17CINE: Show splash screen in CD version of Future WarsTorbjörn Andersson
2014-02-18CINE: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-07CINE: A little bit enforcement of our formatting guidelines.Johannes Schickel
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-19CINE: Init volume levels on startupdhewg
2010-12-31CINE: Fix CollisionPage Uninitialised Reads in Operation Stealth.David Turner
2010-11-07CINE: Added basic debugging console to engineDavid Turner
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-08-09CINE: eliminate global variablesEugene Sandulenko
2010-07-16CINE: Get rid of g_saveFileManMax Horn
2010-05-19Implement FR #2841445: FW: Restart doesn't workEugene Sandulenko
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-01Fill out doxygen comment about supported gamesEugene Sandulenko
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-06-27Name Operation Stealth's global variables 251 and 252 and init them in main l...Kari Salminen
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2008-11-12Saving and loading from the GMM is now supported in the cine engineFilippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-08-08Added detection entry for the Sony published CD version of Future Wars.Kari Salminen
2008-08-07Implemented game speed changing by pressing - or + to e.g. ease testing.Kari Salminen
2008-07-28Made the savegame loading routine choose between loading a Future Wars or an ...Kari Salminen
2008-07-27Added a preliminary saving routine for Operation Stealth (Disabled by default...Kari Salminen
2008-07-27Cut savegame loading into smaller functional parts (resetEngine, loadPlainSav...Kari Salminen
2008-07-17Patch #2019455: Patch for reducing the BSS size of Cine engine.Kari Salminen
2008-07-14Fix for bug #2016647 (FW: crash with italian amiga version).Kari Salminen
2008-06-11No need to specify CaseSensitiveString_Hash explicitly anymoreMax Horn
2007-12-09- minor screen fix for OSGregory 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-13removed duplicated code (BASESON datafiles can be loaded with the existing bu...Gregory Montoir
2007-01-21Reduce dependency from common/advancedDetector.hEugene Sandulenko
2006-11-25Support loading saves from command line.Eugene Sandulenko
2006-11-14Added per game target saves.Eugene Sandulenko
2006-11-11Improve international support in CINE engine.Eugene Sandulenko
2006-10-15Add proper game detection to CinE engine.Eugene Sandulenko
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-16Reduce code duplicationMax Horn