aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/various.cpp
AgeCommit message (Expand)Author
2010-05-19Implement FR #2841445: FW: Restart doesn't workEugene Sandulenko
2010-05-19Implement FR #2841494: FW: Pause doesn't workEugene Sandulenko
2010-05-09Patch #2987340: GSoC: CINE: Hide cursor when viewing inventoryEugene Sandulenko
2010-04-21CINE: Change Doxygen commands to match our CFCMax Horn
2010-03-23Cine: Fix regression in executePlayerInput (Caused slowness when clicking whe...Kari Salminen
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24Cine: executePlayerInput: Operation Stealth: Fix target object name not disap...Kari Salminen
2010-01-24Cine: executePlayerInput: Fix broken Y-movement in Operation Stealth (D'oh! C...Kari Salminen
2010-01-24Cine: executePlayerInput: Add TODO about investigating why some buttons don't...Kari Salminen
2010-01-24Cine: executePlayerInput: Revert r33872 as things should work without it now.Kari Salminen
2010-01-24Cine: executePlayerInput: Add makeActionMenu-part to keyboard handling and a ...Kari Salminen
2010-01-24Cine: executePlayerInput: Implement moving using keyboard for Operation Stealth.Kari Salminen
2010-01-24Cine: executePlayerInput: Implement 'A player command is given, left mouse bu...Kari Salminen
2010-01-24Cine: executePlayerInput: Fix 'No player command is given, left mouse button ...Kari Salminen
2010-01-24Cine: executePlayerInput: Fix 'left and right mouse buttons are up'-case for ...Kari Salminen
2010-01-24Cine: executePlayerInput: Combine 'left mouse button is up, right mouse butto...Kari Salminen
2010-01-24Cine: executePlayerInput: Name used keys in switch-clause (F1-F10, Ins, Del).Kari Salminen
2010-01-24Cine: executePlayerInput: Combine mouse handling plus a few other things.Kari Salminen
2010-01-24Cine: Document branches in executePlayerInput and remove dead code (if-clause...Kari Salminen
2010-01-24Cine: Cleanup (Use an enumeration for mouse button states rather than values ...Kari Salminen
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-09-22Implement menu stack to support all menu color effects, specific to the Amiga...Johannes Schickel
2009-09-21Changed AMIGA menu code to closer match the original. (The menu item highligh...Johannes Schickel
2009-09-21Add more shouldQuit checks in event loops.Johannes Schickel
2009-06-27Name Operation Stealth's global variables 251 and 252 and init them in main l...Kari Salminen
2009-05-11Fix bug #2055836: "FW: Music is not restarted when loading a saved game"Eugene Sandulenko
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-13Started moving Save/Load code to saveload.cpp/.hFilippos Karapetis
2008-11-12Saving and loading from the GMM is now supported in the cine engineFilippos Karapetis
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: CINEMax Horn
2008-08-21Fix typo.Kari Salminen
2008-08-16Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-...Christopher Page
2008-08-14Fix for bugging moving at the bottom of the ocean when trying to free the gir...Kari Salminen
2008-08-12Implemented Operation Stealth's makeCommandLine.Kari Salminen
2008-08-12Implemented Operation Stealth specific parts of processInventory and added an...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-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-08Added basic moving using keyboard (Only works in Operation Stealth at the mom...Kari Salminen
2008-08-07Fix for popup boxes sometimes blocking animation when they shouldn't in Opera...Kari Salminen
2008-08-05Fix prompt updating regression introduced in r32257:Kari Salminen
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-08-04Fix for misplaced objects in mouse object selection (Operation Stealth specif...Kari Salminen
2008-07-30Debug printing a couple more relevant variables in addAni.Kari Salminen