aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
AgeCommit message (Collapse)Author
2008-05-12Proper fix for savestates. Thanks to next_ghostEugene Sandulenko
svn-id: r32073
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-04-24Cleanup & typo.Kari Salminen
- Use sizeof(_name) instead of magic number 10 with memset - 'usually' instead of 'ussually' - 'delete[]' instead of 'delete []' - Fixed parameter name discrepancy between loadResource's definition and declaration svn-id: r31701
2008-04-24Fixed regression: CINE games crashed when a message box appeared (patch by ↵Filippos Karapetis
next_ghost) svn-id: r31696
2008-04-21Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghostEugene Sandulenko
svn-id: r31651
2008-04-09Fixed warnings for msvc9.Johannes Schickel
svn-id: r31460
2008-04-08Ignore pointers on saveEugene Sandulenko
svn-id: r31453
2008-04-08Fix compilation on my 64-bit system...Sven Hesse
svn-id: r31450
2008-04-07Patch #1913862: "CinE Script system"Eugene Sandulenko
svn-id: r31444
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵Max Horn
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413
2008-03-28OopsFilippos Karapetis
svn-id: r31297
2008-03-28Fixed 2 off-by-one errors (thanks next_ghost for spotting them)Filippos Karapetis
svn-id: r31296
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵Max Horn
Common::ADGameDescription instead) svn-id: r31121
2008-03-14Advanced Detector: Changed fallback detector from a callback function ↵Max Horn
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine ↵Max Horn
constructor svn-id: r30871
2008-02-08Initial support for plugin typesJordi Vilalta Prat
svn-id: r30825
2008-02-03Revised Engine plugin API to only provide a single func which returns a ↵Max Horn
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
svn-id: r30754
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
svn-id: r30736
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
svn-id: r30728
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-01Slightly modified patch #1848173: "ScriptVars class implementation for CinE"Eugene Sandulenko
svn-id: r30125
2007-12-24_Properly_ fix lock-up introduced introduced in revision 29860. A typicalEugene Sandulenko
c/p error. svn-id: r29982
2007-12-24Fix regressions (crashes) introduced in commit 29860Eugene Sandulenko
svn-id: r29981
2007-12-24CleanupFilippos Karapetis
svn-id: r29973
2007-12-24Change 3 remaining free() to delete, which were not changed with commit ↵Filippos Karapetis
#29841 (part of patch #1848173) svn-id: r29972
2007-12-21Slight cleanupFilippos Karapetis
svn-id: r29934
2007-12-14renamed several structures, variables and functionsGregory Montoir
svn-id: r29860
2007-12-14Added a note, switched to CLIP template for clipping, some cleanupFilippos Karapetis
svn-id: r29859
2007-12-14CleanupFilippos Karapetis
svn-id: r29858
2007-12-13use CLIP template for clipping, made an array static const and renamed ↵Gregory Montoir
MAX_OBJECTDATA to MAX_VAR svn-id: r29853
2007-12-13Added a proper fix for bug #1733238 - "FW: crash in copier room", taken from ↵Filippos Karapetis
next_ghost's patch #1848173 - "ScriptVars class implementation for CinE" svn-id: r29852
2007-12-13Fixed a regression from the latest cleanupsFilippos Karapetis
svn-id: r29851
2007-12-13Fixed an incorrect copy/pasteFilippos Karapetis
svn-id: r29850
2007-12-13Fixed regression introduced by the latest cleanupsFilippos Karapetis
svn-id: r29849
2007-12-13Fixed one more regression from the latest cleanupFilippos Karapetis
svn-id: r29848
2007-12-13Fixed a regression from the latest cleanupFilippos Karapetis
svn-id: r29847
2007-12-13Muting the compiler :PSven Hesse
svn-id: r29846
2007-12-13Cleanup and simplificationFilippos Karapetis
svn-id: r29845
2007-12-13CleanupFilippos Karapetis
svn-id: r29844
2007-12-13CleanupFilippos Karapetis
svn-id: r29843
2007-12-13Cleanup and simplificationFilippos Karapetis
svn-id: r29842
2007-12-13Changed the C style malloc/free to the C++ style new/deleteFilippos Karapetis
svn-id: r29841
2007-12-12Fixed warning about casting away constness.Torbjörn Andersson
svn-id: r29839
2007-12-12Cleanup, removed duplicate codeFilippos Karapetis
svn-id: r29838
2007-12-11CleanupFilippos Karapetis
svn-id: r29830
2007-12-09- minor screen fix for OSGregory Montoir
- added new debug channel for sound - updated 2 opcodes comments svn-id: r29790
2007-12-08reverted parts of commits #29447 and #29446 (caused regressions in ADL music ↵Gregory Montoir
playback) and properly (I hope) fixed the sound issues described in tracker item #1763053. svn-id: r29766
2007-12-08amiga demo version of OS has a VOL.CNF file so I assume full versions of the ↵Gregory Montoir
game also use it ; enabled readVolCnf for all versions of OS. svn-id: r29760