aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-29SCI: Revised code for listing savegamesMax Horn
2009-05-29Merged res_view0.cpp and res_view1.cppFilippos Karapetis
2009-05-29Some WIP code on the speech used in KQ6CDFilippos Karapetis
2009-05-29Fixed a bug with the "size" console commandFilippos Karapetis
2009-05-29More formatting.Johannes Schickel
2009-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-05-29SCI: Removing useless adlib-via-OSS codeMax Horn
2009-05-29Formatting.Johannes Schickel
2009-05-29Add Lands of Lore copyright string to KyraMetaEngine::getOriginalCopyright.Johannes Schickel
2009-05-29Cleanup.Johannes Schickel
2009-05-29Enable autosaves in Lands of Lore.Johannes Schickel
2009-05-29Reduced the word spacing width by one pixel to precisely match the original gamePaul Gilbert
2009-05-29Cleanup.Johannes Schickel
2009-05-29Bugfix for rendering text that caused corruption when the width was an odd nu...Paul Gilbert
2009-05-29Add MD5 for another The Last Dynasty FRArnaud Boutonné
2009-05-29Fix valgrind warnings.Johannes Schickel
2009-05-29Cleanup and slight bugfix in drawShapeProcessLineScale* functions.Johannes Schickel
2009-05-29Bugfix for screen redrawing when waiting for mouse click - this fixes a blank...Paul Gilbert
2009-05-29Fixed hopefully the last regression in kSetCursor. KQ5CD should work correctl...Filippos Karapetis
2009-05-29- Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy)Filippos Karapetis
2009-05-29Moved the "size" console debugger command to console.cpp and silenced a warningFilippos Karapetis
2009-05-29CleanupFilippos Karapetis
2009-05-29- Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI...Filippos Karapetis
2009-05-29Formatting.Johannes Schickel
2009-05-28LOL: - fix valgrind warningFlorian Kagerer
2009-05-28SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem...Max Horn
2009-05-28Clean up PC Speaker output implementation. (Stripping out unused code)Johannes Schickel
2009-05-28SCI: Fix potential dangling pointer more robustly,Willem Jan Palenstijn
2009-05-28CleanupFilippos Karapetis
2009-05-28SCI: Merged NewPlayer and SfxPlayerMax Horn
2009-05-28Fix mismatching new/delete[]Johannes Schickel
2009-05-28oopsMax Horn
2009-05-28SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cppMax Horn
2009-05-28SCI: Fix potential dangling pointer after reallocationWillem Jan Palenstijn
2009-05-28Merged some of the SCI1 and SCI1.1 view and loop drawing functionsFilippos Karapetis
2009-05-28Fix for pathfinding bug that could occasionally stop the player from movingPaul Gilbert
2009-05-28SCI: cleanupMax Horn
2009-05-28SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventuallyMax Horn
2009-05-28SCI: Some SFX player cleanupMax Horn
2009-05-28SCI: Turned vocab_version into a static var, and added several FIXMEs related...Max Horn
2009-05-28Replaced the original implementation of walk box handling with a cleaner, str...Paul Gilbert
2009-05-27SCI: Make standard EGA palette a part of gfx_sci0_pic_colors.Willem Jan Palenstijn
2009-05-27SCI: Fix crash in seginfo debug command.Walter van Niftrik
2009-05-27Added a fix to get QFG3 working and changed an error to a warning to get EcoQ...Filippos Karapetis
2009-05-27- SQ5 floppy starts nowFilippos Karapetis
2009-05-27Prevent accidental MT-32 initialization for PC speaker output, when "native_m...Johannes Schickel
2009-05-27- Moved Sound implementation declarations to the newly added file sound_intern.hJohannes Schickel
2009-05-27Fixed a typo, and added parentheses to clarify orderFilippos Karapetis
2009-05-27sword2: base psx demo detection on screens.clu, and let the user decide betwe...Fabio Battaglia