aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/anim.cpp
AgeCommit message (Expand)Author
2012-09-08CINE: Skip resource header in loadSpl.Johannes Schickel
2012-09-07CINE: Fix sprite loading in FW.Johannes Schickel
2012-09-07CINE: A little bit enforcement of our formatting guidelines.Johannes Schickel
2012-08-13CINE: Fix regression in savegame systemVincent Hamm
2012-08-13CINE: Fix restoring of savegame in caveVincent Hamm
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-08-09CINE: eliminate global variablesEugene Sandulenko
2010-04-21CINE: Change Doxygen commands to match our CFCMax Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-13Started moving Save/Load code to saveload.cpp/.hFilippos Karapetis
2008-09-01Merging more of the GSoC 2008 RTL branch: CINEMax Horn
2008-08-22Designate fix for bug #2057619 as a hack, as that's what it is.Kari Salminen
2008-08-21Fix for bug #2057619: FW: Glitches in title display of demo (regression).Kari Salminen
2008-08-19Fix for bug #2057619: FW: Glitches in title display of demo (regression).Kari Salminen
2008-08-10Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,...Christopher Page
2008-08-09Converted animDataTable from a plain array to a Common::Array. Should help to...Kari Salminen
2008-08-09Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-...Christopher Page
2008-08-05Made rest of resource loading functions used in loadResource return -1 on error.Kari Salminen
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-08-02Made loadResourcesFromSave internally use the loadResource-function.Kari Salminen
2008-08-02- Combined loadAbs and loadResource into one function.Kari Salminen
2008-07-22Fix for bug #2019355 (FW: broken compatibility with 0.11.1 saves):Kari Salminen
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-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-05-29Tiny comment update (Echec in French means failure).Kari Salminen
2008-05-24Patch #1969189: "CinE renderer rewrite"Eugene Sandulenko
2008-05-12Proper fix for savestates. Thanks to next_ghostEugene Sandulenko
2008-04-24Cleanup & typo.Kari Salminen
2008-04-21Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghostEugene Sandulenko
2008-04-09Fixed warnings for msvc9.Johannes Schickel
2008-04-08Ignore pointers on saveEugene Sandulenko
2008-04-08Fix compilation on my 64-bit system...Sven Hesse
2008-04-07Patch #1913862: "CinE Script system"Eugene Sandulenko
2008-03-28OopsFilippos Karapetis
2008-03-28Fixed 2 off-by-one errors (thanks next_ghost for spotting them)Filippos Karapetis
2007-12-24CleanupFilippos Karapetis
2007-12-14renamed several structures, variables and functionsGregory Montoir
2007-12-14CleanupFilippos Karapetis
2007-12-13Fixed a regression from the latest cleanupsFilippos Karapetis
2007-12-13Fixed an incorrect copy/pasteFilippos Karapetis
2007-12-13Fixed regression introduced by the latest cleanupsFilippos Karapetis
2007-12-13Cleanup and simplificationFilippos Karapetis
2007-12-11CleanupFilippos Karapetis
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-21Fixed freeing of invalid pointer, which would cause Operation Stealth to crash.Torbjörn Andersson