Age | Commit message (Expand) | Author |
2011-06-17 | SWORD25: Fix image blending for black | Eugene Sandulenko |
2011-06-16 | SWORD25: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman |
2011-06-14 | DETECTOR: Merge ADParams into AdvancedMetaEngine | Max Horn |
2011-06-12 | SWORD25: Removed leftover dead code | Filippos Karapetis |
2011-06-11 | SWORD25: Unstub more sound-related functions | Eugene Sandulenko |
2011-06-10 | SWORD25: Fix warning | Max Horn |
2011-06-10 | SWORD25: Switch to alternate AdvancedMetaEngine, avoid ADParams | Max Horn |
2011-06-10 | ENGINES: Change incorrect use of 'target' to 'gameid' | Max Horn |
2011-06-10 | SWORD25: Unstub SoundEngine::set/getVolume | Eugene Sandulenko |
2011-06-06 | COMMON: Make more symbols forbidden | Max Horn |
2011-06-06 | COMMON: Remove vfprintf call from XML parser | Max Horn |
2011-06-06 | SWORD25: Remove redundant bounds check | Max Horn |
2011-06-06 | SWORD25: Fix whitespace | Max Horn |
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn |
2011-05-26 | SWORD25: Fix making multiple saves at the same time. | Alyssa Milburn |
2011-05-26 | SWORD25: Committed changes to module.mk which were forgotten in my previous c... | md5 |
2011-05-26 | SWORD25: Merged the PNG and thumbnail decoding code into a common class | md5 |
2011-05-26 | SWORD25: Removed the leftover libpng code | md5 |
2011-05-26 | SWORD25 (LUA): Removed unused code for handling precompiled LUA scipts | md5 |
2011-05-26 | SWORD25: Const correctness | Max Horn |
2011-05-26 | SWORD25: Fix warning: double format, float arg on DC | Max Horn |
2011-05-26 | SWORD25: Avoid using strcoll | Max Horn |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-25 | SWORD25: Remove more unused loadlib code + use of fopen | Max Horn |
2011-05-24 | SWORD25: Remove unused Lua print stuff | Max Horn |
2011-05-23 | SWORD25: Remove obsolete FORBIDDEN_SYMBOL_ALLOW_ALL defines | Max Horn |
2011-05-23 | COMMON: Add exit() to list of forbidden symbols | Max Horn |
2011-05-23 | SWORD25: Include scummsys.h from lua.h, partially deal with the consequences | Max Horn |
2011-05-23 | SWORD25: Avoid including lua headers in other headers | Max Horn |
2011-05-23 | SWORD25: Replace some non-portable calls, add FIXMEs | Max Horn |
2011-05-23 | SWORD25: Fix Theora audio endianism | Alyssa Milburn |
2011-05-23 | SWORD25: Properly use Theora picture offset/dimensions | Matthew Hoops |
2011-05-23 | SWORD25: Fix ambiguous typing | Max Horn |
2011-05-23 | SWORD25: Fix screenshot endianism issue | Alyssa Milburn |
2011-05-23 | SWORD25: De-hardcode target name in thumbnail code | Alyssa Milburn |
2011-05-23 | SWORD25: Fix error string parameter | Alyssa Milburn |
2011-05-23 | SWORD25: Replaced accidental backslash in include filename | Paul Gilbert |
2011-05-23 | SWORD25: Moved detection entries into detection_tables.h | Paul Gilbert |
2011-05-23 | SWORD25: Added detection entries for other languages | Paul Gilbert |
2011-05-23 | SWORD25: Added proxy code for converting writing config.lua to update the Scu... | Paul Gilbert |
2011-05-23 | SWORD25: Created proxy class that presents ScumMVM settings as a valid config... | Paul Gilbert |
2011-05-22 | ENGINES: Further unify engine names | Thierry Crozat |
2011-05-20 | SWORD25: Don't assume that all locales use decimal point | eriktorbjorn |
2011-05-20 | SWORD25: Re-implement two LUA library I/O functions necessary for detecting a... | Paul Gilbert |
2011-05-19 | SWORD25: Fix to properly signal when movie playback has ended | Paul Gilbert |
2011-05-18 | SWORD25: Implement TheoraDecoder::pauseVideoIntern() | Matthew Hoops |
2011-05-18 | SWORD25: Properly use endOfVideo() | Matthew Hoops |
2011-05-18 | SWORD25: Make Theora handle the case when the packet eos is not set | Matthew Hoops |
2011-05-18 | GRAPHICS: Add a YUV to RGB table lookup for use with Theora | Matthew Hoops |