Age | Commit message (Expand) | Author |
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 |
2007-02-13 | AdvancedDetector changes: | Max Horn |
2007-02-13 | Rename Common::GF_XXX to Common::ADGF_XXX | Eugene Sandulenko |
2007-02-13 | Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and a... | Max Horn |
2007-02-13 | (re)added flags field to ADGameDescription, with currently only one value (GF... | Max Horn |
2007-02-12 | Merged the "palette manager" into the cursor manager. It was only used to | Torbjörn Andersson |
2007-02-04 | AdvancedDetector now has built-in fallback detection based on file lists. | Eugene Sandulenko |
2007-02-01 | Used Fingolfin's workaround for a bogus (?) warning produced by some versions | Torbjörn Andersson |
2007-01-29 | Now AdvancedDetector could use single ID per engine. Also it can suggest | Eugene Sandulenko |
2007-01-28 | Add more paramteres to AdvancedDetector. Not used yet. | Eugene Sandulenko |
2007-01-25 | Lots of cleanup in the AdvancedDetector | Max Horn |
2007-01-25 | Reduce #include dependencies | Eugene Sandulenko |
2007-01-24 | Add optional size parameter to ADGameFileDescription. Not used now. | Eugene Sandulenko |
2007-01-24 | Hide all AdvacedDetector parameters into a structure for easier maintenance | Eugene Sandulenko |