Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-25 | Correct name | Chris Apers | |
svn-id: r20897 | |||
2006-02-25 | Update properties and keywords | Chris Apers | |
svn-id: r20896 | |||
2006-02-25 | Will use mpeg2 | Chris Apers | |
svn-id: r20895 | |||
2006-02-25 | Fixed compilation | Chris Apers | |
svn-id: r20894 | |||
2006-02-25 | Fixed compilation | Chris Apers | |
svn-id: r20893 | |||
2006-02-25 | Added CinE engine | Chris Apers | |
svn-id: r20892 | |||
2006-02-25 | - Added 3DO platform | Chris Apers | |
- talkSpeed and copryprotection are now global to all engines - Fixed music and sound configuration svn-id: r20891 | |||
2006-02-25 | Remove obsolete var, now we have only one checkbox for sound and music | Chris Apers | |
svn-id: r20890 | |||
2006-02-25 | Added 3DO platform and CinE engine | Chris Apers | |
svn-id: r20889 | |||
2006-02-25 | Improved patch for bug #1436165 (no more warnings from GNU tail about ↵ | Max Horn | |
outdated parameters) svn-id: r20888 | |||
2006-02-25 | Rename those files so that: | Chris Apers | |
- fucntions can also be used in C projects - functions really replace same functions from MSL instead of having multiple definitions for C and C++ svn-id: r20887 | |||
2006-02-25 | Prepare those files to be renamed as *.c | Chris Apers | |
svn-id: r20886 | |||
2006-02-25 | Moved the plugin interface code of the SCUMM engine into a separate source file | Max Horn | |
svn-id: r20885 | |||
2006-02-25 | cleanup unpacking function and get rid of an old hack to prevent buffer ↵ | Gregory Montoir | |
overflows. svn-id: r20884 | |||
2006-02-25 | Fix compiler warning (wrong return type) | Max Horn | |
svn-id: r20883 | |||
2006-02-25 | Moved check for unknown MD5 checksum from ScummEngine::ScummEngine to ↵ | Max Horn | |
Engine_SCUMM_create svn-id: r20882 | |||
2006-02-25 | cleanup (endianess fixes, fixed partBufferStruct structure) | Gregory Montoir | |
svn-id: r20881 | |||
2006-02-25 | Modified the workaround for bug #1407789 to not depend on MD5 detection | Max Horn | |
svn-id: r20880 | |||
2006-02-25 | Split SCUMM's generateSubstResFileName into two functions: ↵ | Max Horn | |
findSubstResFileName and applySubstResFileName svn-id: r20879 | |||
2006-02-25 | Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221) | Max Horn | |
svn-id: r20878 | |||
2006-02-25 | Fix bug #1436178 (ALL: int8_t in graphics/animation in conflict with ISO99 C) | Max Horn | |
svn-id: r20877 | |||
2006-02-25 | Add newline to the end of the file | Eugene Sandulenko | |
svn-id: r20876 | |||
2006-02-25 | Put theme .ini out of .zip for better changes tracking. | Eugene Sandulenko | |
svn-id: r20875 | |||
2006-02-25 | Cleanup decompress wizImage functions, to help find similar code | Travis Howell | |
svn-id: r20874 | |||
2006-02-25 | Removed the obsolete MKID macro; added some doxygen comments, in particular ↵ | Max Horn | |
for MKID_BE svn-id: r20873 | |||
2006-02-25 | Removed last two uses of MKID | Max Horn | |
svn-id: r20872 | |||
2006-02-25 | Updated name in script | Lars Persson | |
svn-id: r20871 | |||
2006-02-25 | New makescripts for Symbian OS | Lars Persson | |
svn-id: r20870 | |||
2006-02-25 | Small loop adjustment to compile for VC6 | Lars Persson | |
svn-id: r20869 | |||
2006-02-25 | Fix c&p mistake in adding DEBUG_PARSER debug level | Sven Hesse | |
svn-id: r20868 | |||
2006-02-25 | Some more MKID -> MKID_BE changes | Max Horn | |
svn-id: r20867 | |||
2006-02-25 | A typical example why MKID is dangerous: Kyra uses it incorrectly, thus ↵ | Max Horn | |
savegames are not interchangable between BE and LE systems. Fixing this, by breaking all LE savegames (enabling a compatibility mode, if desired, is easy) svn-id: r20866 | |||
2006-02-25 | Replaced some more MKIDs by MKID_BE; this then enabled me to remove ↵ | Max Horn | |
ScummEngine::fileReadDword() svn-id: r20865 | |||
2006-02-25 | Got rid of the 'tag' parameter for readResTypeList() | Max Horn | |
svn-id: r20864 | |||
2006-02-25 | Replaced MKID by MID_BE in most places in the SCUMM engine | Max Horn | |
svn-id: r20862 | |||
2006-02-25 | Removed the (useless and confusing) PROTO_MKID_BE macro | Max Horn | |
svn-id: r20860 | |||
2006-02-25 | Some more cine header cleanup | Max Horn | |
svn-id: r20859 | |||
2006-02-25 | Adjust masking in copyWizImageWithMask() to match ScummVM, wizImages masking ↵ | Travis Howell | |
works fine now svn-id: r20858 | |||
2006-02-25 | Reducing the header dependencies in cine a bit more | Max Horn | |
svn-id: r20857 | |||
2006-02-25 | - avoid using typedef for structs (it is just not necessary in C++) | Max Horn | |
- added a const/static here and there - started to reduce header dependencies svn-id: r20856 | |||
2006-02-25 | Fix cine module.mk file (this fixed the dependencies system) | Max Horn | |
svn-id: r20855 | |||
2006-02-25 | More corrections to copyWizImageWithMask() in HE games | Travis Howell | |
svn-id: r20854 | |||
2006-02-25 | Use static/const on data tables when possible (this helps the compiler to ↵ | Max Horn | |
optimize things better) svn-id: r20853 | |||
2006-02-25 | Moved cine engine into namespace Cine | Max Horn | |
svn-id: r20851 | |||
2006-02-24 | Add MSVC71 project files courtsey of Quietust | Eugene Sandulenko | |
svn-id: r20850 | |||
2006-02-24 | Add corrections to copyWizImageWithMask() in HE games | Travis Howell | |
svn-id: r20849 | |||
2006-02-24 | Changed debug()s to debugC()s | Sven Hesse | |
svn-id: r20848 | |||
2006-02-24 | added TRLE wiz masking (mostly untested) | Gregory Montoir | |
svn-id: r20847 | |||
2006-02-24 | cleanup | Gregory Montoir | |
svn-id: r20846 | |||
2006-02-24 | Adding GOB2's CD handling opcodes, the CD version of GOB2 now starts | Sven Hesse | |
correctly; playMult() doesn't work yet, though svn-id: r20844 |