Age | Commit message (Expand) | Author |
2006-02-25 | cleanup (endianess fixes, fixed partBufferStruct structure) | Gregory Montoir |
2006-02-25 | Modified the workaround for bug #1407789 to not depend on MD5 detection | Max Horn |
2006-02-25 | Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa... | Max Horn |
2006-02-25 | Cleanup decompress wizImage functions, to help find similar code | Travis Howell |
2006-02-25 | Removed last two uses of MKID | Max Horn |
2006-02-25 | Fix c&p mistake in adding DEBUG_PARSER debug level | Sven Hesse |
2006-02-25 | Some more MKID -> MKID_BE changes | Max Horn |
2006-02-25 | A typical example why MKID is dangerous: Kyra uses it incorrectly, thus saveg... | Max Horn |
2006-02-25 | Replaced some more MKIDs by MKID_BE; this then enabled me to remove ScummEngi... | Max Horn |
2006-02-25 | Got rid of the 'tag' parameter for readResTypeList() | Max Horn |
2006-02-25 | Replaced MKID by MID_BE in most places in the SCUMM engine | Max Horn |
2006-02-25 | Some more cine header cleanup | Max Horn |
2006-02-25 | Adjust masking in copyWizImageWithMask() to match ScummVM, wizImages masking ... | Travis Howell |
2006-02-25 | Reducing the header dependencies in cine a bit more | Max Horn |
2006-02-25 | - avoid using typedef for structs (it is just not necessary in C++) | Max Horn |
2006-02-25 | Fix cine module.mk file (this fixed the dependencies system) | Max Horn |
2006-02-25 | More corrections to copyWizImageWithMask() in HE games | Travis Howell |
2006-02-25 | Use static/const on data tables when possible (this helps the compiler to opt... | Max Horn |
2006-02-25 | Moved cine engine into namespace Cine | Max Horn |
2006-02-24 | Add corrections to copyWizImageWithMask() in HE games | Travis Howell |
2006-02-24 | Changed debug()s to debugC()s | Sven Hesse |
2006-02-24 | added TRLE wiz masking (mostly untested) | Gregory Montoir |
2006-02-24 | cleanup | Gregory Montoir |
2006-02-24 | Adding GOB2's CD handling opcodes, the CD version of GOB2 now starts | Sven Hesse |
2006-02-23 | I assume -1 and 0xFFFFFFFF are supposed to be the same value when assigned to | Torbjörn Andersson |
2006-02-23 | formating code | Paweł Kołodziejski |
2006-02-23 | formating code | Paweł Kołodziejski |
2006-02-23 | formating code | Paweł Kołodziejski |
2006-02-23 | fixed warnings | Paweł Kołodziejski |
2006-02-23 | In Feeble Files, mouse clicks are recorded in _bitArray[] as well. I was hoping | Torbjörn Andersson |
2006-02-23 | Fix a few more compile warnings. | Travis Howell |
2006-02-23 | Fix a few compile warnings. | Travis Howell |
2006-02-23 | Update function type, to match last commit | Travis Howell |
2006-02-23 | Fix a few compile warnings. | Travis Howell |
2006-02-23 | Fixed some more compiler warnings. Many still remain. | Torbjörn Andersson |
2006-02-23 | Cleanup to remove duplicate type defines | Travis Howell |
2006-02-23 | Fixed some of the compiler warnings. | Torbjörn Andersson |
2006-02-23 | Don't call exit() directly. Instead, use the backend's quit() method for normal | Torbjörn Andersson |
2006-02-22 | Initial version of Cinematique engine evo 1. | Eugene Sandulenko |
2006-02-22 | Fix bug #1386333: "FT DEMO: assertion triggered when playing movie". | Eugene Sandulenko |
2006-02-21 | Cleanup decompressWizImage() in HE games | Travis Howell |
2006-02-21 | Fix compiler error introduced by last commit. | Eugene Sandulenko |
2006-02-21 | Fix crash on floppy version of gob2 | Eugene Sandulenko |
2006-02-21 | More GOB2 changes (Mult::loadMult()) + correcting some mistakes I made | Sven Hesse |
2006-02-21 | Removed the "extra bars/nodes" code, since nothing ever added the extra bars or | Torbjörn Andersson |
2006-02-21 | Improved layering of objects within rooms - for example, Ratpouch now properl... | Paul Gilbert |
2006-02-20 | Add German version of Simon the Sorcerer 2 (DOS Floppy) | Travis Howell |
2006-02-20 | Moved iMUSE code to the new directory engines/scumm/imuse/ | Max Horn |
2006-02-20 | Fixing compiler (cast) warning | Max Horn |
2006-02-20 | Fixing up my previous commit: finished moving common/scaler* to graphics | Max Horn |