Age | Commit message (Expand) | Author |
2007-12-08 | reverted parts of commits #29447 and #29446 (caused regressions in ADL music ... | Gregory Montoir |
2007-12-08 | amiga demo version of OS has a VOL.CNF file so I assume full versions of the ... | Gregory Montoir |
2007-12-08 | simplified gfxConvertSpriteToRaw, some renaming | Gregory Montoir |
2007-12-08 | made timing closer to the original interpreter and simplified manageEvents fu... | Gregory Montoir |
2007-12-08 | reverted part of commit #29749, inplace unpacking doesn't work with .ani data | Gregory Montoir |
2007-12-08 | Cleanup and simplification | Filippos Karapetis |
2007-12-08 | Cleanup and simplification | Filippos Karapetis |
2007-12-07 | backported some changes for OS | Gregory Montoir |
2007-11-07 | One more fix from Patch #1773489 | Eugene Sandulenko |
2007-11-07 | Patches #1773489: "FW: Fixes for German Amiga Version" | Eugene Sandulenko |
2007-11-04 | Mark the end of the Cine namespace. | Torbjörn Andersson |
2007-11-04 | fix buffer overflow (globalVars is int16 -> index/=2) | Gregory Montoir |
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-07-02 | Fix bug where an object was accessed after it was deleted in cine engine | Neil Millstone |
2007-06-22 | Cleaning up after myself (I blame it on, err, uhh... the Vogons?) | Max Horn |
2007-06-22 | Changed more code to use Common::KEYCODE_ enum | Max Horn |
2007-06-21 | Fixed freeing of invalid pointer, which would cause Operation Stealth to crash. | Torbjörn Andersson |
2007-06-12 | Fix for #1733238 - FW: crash in copier room | Filippos Karapetis |
2007-06-12 | Patch #1733764: "Fallback detection patch". GSoC student. | Eugene Sandulenko |
2007-06-08 | Fixed some Valgrind warnings (overlapping source and destination in strcpy()). | Torbjörn Andersson |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-30 | cleanup, don't rely on assert() to ensure a gamefile/savefile is opened. Also... | Gregory Montoir |
2007-05-30 | Removing useless common/fs.h includes | Max Horn |
2007-05-29 | removed some resource related memory leaks | Gregory Montoir |
2007-05-29 | added code for freePartRange, freePartEntry and freeOverlay (also renamed som... | Gregory Montoir |
2007-05-24 | sync resource unpacking code of cruise with cine | Gregory Montoir |
2007-05-20 | some fixes for the music in Amiga OS Demo | Gregory Montoir |
2007-05-20 | made the resource loading function case insensitive to the filename and remov... | Gregory Montoir |
2007-05-19 | when reading a string from a script, skip the '\0' trailing char (less opcode... | Gregory Montoir |
2007-05-19 | removed 4 unused offscreen buffers ; also changed several 64k buffers to be d... | Gregory Montoir |
2007-05-19 | Fix preprocessor error caused by undefined symbol DEBUG_SPRITE_MASK | Max Horn |
2007-05-19 | added basic support for Amiga music playback | Gregory Montoir |
2007-05-18 | added debug code to display sprite masks | Gregory Montoir |
2007-05-18 | added missing MIN() calls | Gregory Montoir |
2007-05-17 | moved gfx related functions from various.cpp/.h to gfx.cpp/.h and fixed inden... | Gregory Montoir |
2007-05-17 | removed unneeded if blocks | Gregory Montoir |
2007-05-17 | added code for gfxSpriteFunc1 and gfxSpriteFunc2, which are used for sprite m... | Gregory Montoir |
2007-05-14 | this should fix script label offsets computation for OS | Gregory Montoir |
2007-05-13 | added basic support for sounds playback in Amiga versions (only tested with t... | Gregory Montoir |
2007-05-13 | removed duplicated code (BASESON datafiles can be loaded with the existing bu... | Gregory Montoir |
2007-05-13 | minor fixes to the adlib sound code, this should help bug #1599270 | Gregory Montoir |
2007-03-19 | Added FIXME comment to CINE regarding an odd warning in processSeqListElement | Max Horn |
2007-03-18 | CINE: Make use of EventManager::getMousePos | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn |
2007-02-18 | Bad hack to make this engine works on PalmOS (compiler still seems to hate so... | Chris Apers |
2007-02-13 | Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or... | Max Horn |