Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-13 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29845 | |||
2007-12-13 | Cleanup | Filippos Karapetis | |
svn-id: r29844 | |||
2007-12-13 | Cleanup | Filippos Karapetis | |
svn-id: r29843 | |||
2007-12-13 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29842 | |||
2007-12-13 | Changed the C style malloc/free to the C++ style new/delete | Filippos Karapetis | |
svn-id: r29841 | |||
2007-12-12 | Fixed warning about casting away constness. | Torbjörn Andersson | |
svn-id: r29839 | |||
2007-12-12 | Cleanup, removed duplicate code | Filippos Karapetis | |
svn-id: r29838 | |||
2007-12-11 | Cleanup | Filippos Karapetis | |
svn-id: r29830 | |||
2007-12-09 | - minor screen fix for OS | Gregory Montoir | |
- added new debug channel for sound - updated 2 opcodes comments svn-id: r29790 | |||
2007-12-08 | reverted 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-08 | amiga 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-08 | simplified gfxConvertSpriteToRaw, some renaming | Gregory Montoir | |
svn-id: r29758 | |||
2007-12-08 | made timing closer to the original interpreter and simplified manageEvents ↵ | Gregory Montoir | |
function (no need to recurse) svn-id: r29757 | |||
2007-12-08 | reverted part of commit #29749, inplace unpacking doesn't work with .ani data | Gregory Montoir | |
svn-id: r29756 | |||
2007-12-08 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29755 | |||
2007-12-08 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29754 | |||
2007-12-07 | backported some changes for OS | Gregory 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-07 | One more fix from Patch #1773489 | Eugene Sandulenko | |
svn-id: r29447 | |||
2007-11-07 | Patches #1773489: "FW: Fixes for German Amiga Version" | Eugene Sandulenko | |
svn-id: r29446 | |||
2007-11-04 | Mark the end of the Cine namespace. | Torbjörn Andersson | |
svn-id: r29413 | |||
2007-11-04 | fix buffer overflow (globalVars is int16 -> index/=2) | Gregory Montoir | |
svn-id: r29402 | |||
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko | |
svn-id: r29386 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-02 | Fix bug where an object was accessed after it was deleted in cine engine | Neil Millstone | |
svn-id: r27870 | |||
2007-06-22 | Cleaning up after myself (I blame it on, err, uhh... the Vogons?) | Max Horn | |
svn-id: r27625 | |||
2007-06-22 | Changed more code to use Common::KEYCODE_ enum | Max Horn | |
svn-id: r27624 | |||
2007-06-21 | Fixed 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-12 | Fix for #1733238 - FW: crash in copier room | Filippos Karapetis | |
svn-id: r27376 | |||
2007-06-12 | Patch #1733764: "Fallback detection patch". GSoC student. | Eugene Sandulenko | |
svn-id: r27375 | |||
2007-06-08 | Fixed some Valgrind warnings (overlapping source and destination in strcpy()). | Torbjörn Andersson | |
svn-id: r27207 | |||
2007-05-30 | Updated 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-30 | cleanup, 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-30 | Removing useless common/fs.h includes | Max Horn | |
svn-id: r27018 | |||
2007-05-29 | removed some resource related memory leaks | Gregory Montoir | |
svn-id: r27007 | |||
2007-05-29 | added code for freePartRange, freePartEntry and freeOverlay (also renamed ↵ | Gregory Montoir | |
some functions and variables). svn-id: r27006 | |||
2007-05-24 | sync resource unpacking code of cruise with cine | Gregory Montoir | |
svn-id: r26933 | |||
2007-05-20 | some fixes for the music in Amiga OS Demo | Gregory Montoir | |
svn-id: r26886 | |||
2007-05-20 | made the resource loading function case insensitive to the filename and ↵ | Gregory Montoir | |
removed a NULL dereference if a file is not found svn-id: r26885 | |||
2007-05-19 | when reading a string from a script, skip the '\0' trailing char (less ↵ | Gregory Montoir | |
opcode '0' executions...) svn-id: r26880 | |||
2007-05-19 | removed 4 unused offscreen buffers ; also changed several 64k buffers to be ↵ | Gregory Montoir | |
dynamically allocated. svn-id: r26879 | |||
2007-05-19 | Fix preprocessor error caused by undefined symbol DEBUG_SPRITE_MASK | Max Horn | |
svn-id: r26874 | |||
2007-05-19 | added basic support for Amiga music playback | Gregory Montoir | |
svn-id: r26870 | |||
2007-05-18 | added debug code to display sprite masks | Gregory Montoir | |
svn-id: r26865 | |||
2007-05-18 | added missing MIN() calls | Gregory Montoir | |
svn-id: r26864 | |||
2007-05-17 | moved gfx related functions from various.cpp/.h to gfx.cpp/.h and fixed ↵ | Gregory Montoir | |
indentation of previous commit svn-id: r26863 | |||
2007-05-17 | removed unneeded if blocks | Gregory Montoir | |
svn-id: r26862 | |||
2007-05-17 | added code for gfxSpriteFunc1 and gfxSpriteFunc2, which are used for sprite ↵ | Gregory Montoir | |
masking (see also bug #1624797) svn-id: r26861 | |||
2007-05-14 | this should fix script label offsets computation for OS | Gregory Montoir | |
svn-id: r26841 | |||
2007-05-13 | added basic support for sounds playback in Amiga versions (only tested with ↵ | Gregory Montoir | |
the demos) svn-id: r26837 |