aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-25cleanup (endianess fixes, fixed partBufferStruct structure)Gregory Montoir
svn-id: r20881
2006-02-25Modified the workaround for bug #1407789 to not depend on MD5 detectionMax Horn
svn-id: r20880
2006-02-25Split SCUMM's generateSubstResFileName into two functions: ↵Max Horn
findSubstResFileName and applySubstResFileName svn-id: r20879
2006-02-25Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)Max Horn
svn-id: r20878
2006-02-25Fix bug #1436178 (ALL: int8_t in graphics/animation in conflict with ISO99 C)Max Horn
svn-id: r20877
2006-02-25Add newline to the end of the fileEugene Sandulenko
svn-id: r20876
2006-02-25Put theme .ini out of .zip for better changes tracking.Eugene Sandulenko
svn-id: r20875
2006-02-25Cleanup decompress wizImage functions, to help find similar codeTravis Howell
svn-id: r20874
2006-02-25Removed the obsolete MKID macro; added some doxygen comments, in particular ↵Max Horn
for MKID_BE svn-id: r20873
2006-02-25Removed last two uses of MKIDMax Horn
svn-id: r20872
2006-02-25Updated name in scriptLars Persson
svn-id: r20871
2006-02-25New makescripts for Symbian OSLars Persson
svn-id: r20870
2006-02-25Small loop adjustment to compile for VC6Lars Persson
svn-id: r20869
2006-02-25Fix c&p mistake in adding DEBUG_PARSER debug levelSven Hesse
svn-id: r20868
2006-02-25Some more MKID -> MKID_BE changesMax Horn
svn-id: r20867
2006-02-25A 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-25Replaced some more MKIDs by MKID_BE; this then enabled me to remove ↵Max Horn
ScummEngine::fileReadDword() svn-id: r20865
2006-02-25Got rid of the 'tag' parameter for readResTypeList()Max Horn
svn-id: r20864
2006-02-25Replaced MKID by MID_BE in most places in the SCUMM engineMax Horn
svn-id: r20862
2006-02-25Removed the (useless and confusing) PROTO_MKID_BE macroMax Horn
svn-id: r20860
2006-02-25Some more cine header cleanupMax Horn
svn-id: r20859
2006-02-25Adjust masking in copyWizImageWithMask() to match ScummVM, wizImages masking ↵Travis Howell
works fine now svn-id: r20858
2006-02-25Reducing the header dependencies in cine a bit moreMax 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-25Fix cine module.mk file (this fixed the dependencies system)Max Horn
svn-id: r20855
2006-02-25More corrections to copyWizImageWithMask() in HE gamesTravis Howell
svn-id: r20854
2006-02-25Use static/const on data tables when possible (this helps the compiler to ↵Max Horn
optimize things better) svn-id: r20853
2006-02-25Moved cine engine into namespace CineMax Horn
svn-id: r20851
2006-02-24Add MSVC71 project files courtsey of QuietustEugene Sandulenko
svn-id: r20850
2006-02-24Add corrections to copyWizImageWithMask() in HE gamesTravis Howell
svn-id: r20849
2006-02-24Changed debug()s to debugC()sSven Hesse
svn-id: r20848
2006-02-24added TRLE wiz masking (mostly untested)Gregory Montoir
svn-id: r20847
2006-02-24cleanupGregory Montoir
svn-id: r20846
2006-02-24Adding GOB2's CD handling opcodes, the CD version of GOB2 now startsSven Hesse
correctly; playMult() doesn't work yet, though svn-id: r20844
2006-02-24Turn off background caching for the graphics widget, so that the SCUMMTorbjörn Andersson
save/load dialog really cleans the thumbnail area when there is no thumbnail. svn-id: r20843
2006-02-24Fixed redraw glitch. Our editable widgets were asking the theme to draw a veryTorbjörn Andersson
wide caret. Changed that width to 1. svn-id: r20842
2006-02-24Cleanup.Torbjörn Andersson
svn-id: r20841
2006-02-24CleanupTorbjörn Andersson
svn-id: r20840
2006-02-24Fix redraw glitches when typing very long - enough to be truncated - strings.Torbjörn Andersson
It seems the only purpose of 'deltax' in this function was to introduce such redrawing glitches. Weird... svn-id: r20839
2006-02-23I assume -1 and 0xFFFFFFFF are supposed to be the same value when assigned toTorbjörn Andersson
_lastHitArea3, so use -1 consistently. svn-id: r20838
2006-02-23formating codePaweł Kołodziejski
svn-id: r20837
2006-02-23formating codePaweł Kołodziejski
svn-id: r20836
2006-02-23formating codePaweł Kołodziejski
svn-id: r20835
2006-02-23Reminder to update the NEWS fileMax Horn
svn-id: r20834
2006-02-23updated msvc7 project files, it's really this time :)Paweł Kołodziejski
svn-id: r20833
2006-02-23fixed error for msvc7, it didn't find func without Common namespacePaweł Kołodziejski
svn-id: r20832
2006-02-23fixed warnings for msvc7Paweł Kołodziejski
svn-id: r20831
2006-02-23updated msvc7 project filesPaweł Kołodziejski
svn-id: r20830
2006-02-23fixed warningsPaweł Kołodziejski
svn-id: r20829
2006-02-23In Feeble Files, mouse clicks are recorded in _bitArray[] as well. I was hopingTorbjörn Andersson
that this would make a difference for the Oracle, but apparently not. svn-id: r20828