aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
AgeCommit message (Collapse)Author
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
2007-12-08simplified gfxConvertSpriteToRaw, some renamingGregory Montoir
svn-id: r29758
2007-12-08made timing closer to the original interpreter and simplified manageEvents ↵Gregory Montoir
function (no need to recurse) svn-id: r29757
2007-12-08reverted part of commit #29749, inplace unpacking doesn't work with .ani dataGregory Montoir
svn-id: r29756
2007-12-08Cleanup and simplificationFilippos Karapetis
svn-id: r29755
2007-12-08Cleanup and simplificationFilippos Karapetis
svn-id: r29754
2007-12-07backported some changes for OSGregory Montoir
- added parsing of VOL.CNF to get the (filename,bundle) mapping (should be more efficient than testing every bundle file) - delphineUnpack allows "inplace unpacking", use this instead of allocating temporary buffers - relation script run count should be set in _localVars[0] - added comments for some "special" script variables svn-id: r29749
2007-11-07One more fix from Patch #1773489Eugene Sandulenko
svn-id: r29447
2007-11-07Patches #1773489: "FW: Fixes for German Amiga Version"Eugene Sandulenko
svn-id: r29446
2007-11-04Mark the end of the Cine namespace.Torbjörn Andersson
svn-id: r29413
2007-11-04fix buffer overflow (globalVars is int16 -> index/=2)Gregory Montoir
svn-id: r29402
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
svn-id: r29386
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
svn-id: r28968
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-07-02Fix bug where an object was accessed after it was deleted in cine engineNeil Millstone
svn-id: r27870
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
svn-id: r27625
2007-06-22Changed more code to use Common::KEYCODE_ enumMax Horn
svn-id: r27624
2007-06-21Fixed freeing of invalid pointer, which would cause Operation Stealth to crash.Torbjörn Andersson
I don't know if the loadSet() / loadSetAbs() functions are every used in Future Wars. If so, we should commit this to the branch as well. svn-id: r27590
2007-06-12Fix for #1733238 - FW: crash in copier roomFilippos Karapetis
svn-id: r27376
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
svn-id: r27375
2007-06-08Fixed some Valgrind warnings (overlapping source and destination in strcpy()).Torbjörn Andersson
svn-id: r27207
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-30cleanup, don't rely on assert() to ensure a gamefile/savefile is opened. ↵Gregory Montoir
Also removed the use of Common::File global objects. svn-id: r27021
2007-05-30Removing useless common/fs.h includesMax Horn
svn-id: r27018