aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/main_loop.cpp
AgeCommit message (Expand)Author
2010-05-19Implement FR #2841445: FW: Restart doesn't workEugene Sandulenko
2009-09-20Add some shouldQuit() checks in event loops. This makes it possible to easily...Johannes Schickel
2009-06-27Name Operation Stealth's global variables 251 and 252 and init them in main l...Kari Salminen
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-08-16Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-...Christopher Page
2008-08-14Moved showing of the collision page from Alt-key to F11-key because Alt confl...Kari Salminen
2008-08-12Changed commandBuffer from a char[80] to Common::String and made FWRenderer::...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-09Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-...Christopher Page
2008-08-09Removing moving with keys qweasdzxc for now because they messed with savegame...Kari Salminen
2008-08-08Added basic moving using keyboard (Only works in Operation Stealth at the mom...Kari Salminen
2008-08-07Implemented game speed changing by pressing - or + to e.g. ease testing.Kari Salminen
2008-08-07Fix for popup boxes sometimes blocking animation when they shouldn't in Opera...Kari Salminen
2008-08-06HACK: In Operation Stealth after the first arcade sequence jump player's posi...Kari Salminen
2008-08-06HACK: Force oxygen to maximum during Operation Stealth's first arcade sequence.Kari Salminen
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-07-29Make sure processSeqList and purgeSeqList are only called in the main loop wh...Kari Salminen
2008-07-29Added purgeSeqList function (Used in mainloop now). Let's see if this helps a...Kari Salminen
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-07CINE works with the new GMM implementationChristopher Page
2008-06-25Implemented support for zoneQuery (Operation Stealth specific).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-28Merged revisions 32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-...Christopher Page
2008-05-28CINE: Initialize exitEngine to 0 in mainLoop() to allow replay after returnin...Christopher 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-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-12-14renamed several structures, variables and functionsGregory Montoir
2007-12-09- minor screen fix for OSGregory Montoir
2007-12-08made timing closer to the original interpreter and simplified manageEvents fu...Gregory Montoir
2007-12-07backported some changes for OSGregory Montoir
2007-11-04fix buffer overflow (globalVars is int16 -> index/=2)Gregory Montoir
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
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-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-29added code for freePartRange, freePartEntry and freeOverlay (also renamed som...Gregory Montoir
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-03-18CINE: Make use of EventManager::getMousePosMax Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn