aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-09-28Fixed clipping-related bug (bug #2826036)Benjamin Haisch
2009-09-28Added const's to getPalette() and several uses of getObject()Robert Špalek
2009-09-28Make getFile() return a const pointer and clean-up all uses of it.Robert Špalek
2009-09-28get rid of static Common::String'sRobert Špalek
2009-09-28get rid of static Common::String'sRobert Špalek
2009-09-27Fix rounding coordinates at the edge of the screen.Robert Špalek
2009-09-27SCI: Fix scrolling in SCI1 list controls.Walter van Niftrik
2009-09-27SCI: Remove directory prefix added by QfG3's char importWillem Jan Palenstijn
2009-09-27Reduce code duplication when cleaning animationsRobert Špalek
2009-09-27SCI: Adjust isValidOffset to match changes from r44396,Willem Jan Palenstijn
2009-09-27Improved the interface of Sprite and Animation concerning relative coordinate...Robert Špalek
2009-09-27Simplify kFormat slightlyMax Horn
2009-09-27TINSEL: cleanupMax Horn
2009-09-27Fix renumbering of animation indexesRobert Špalek
2009-09-27Remove memory leak in animation manager. Get rid of 1 non-const reference par...Robert Špalek
2009-09-27SCI: Add workaround for file mask used by QfG3Willem Jan Palenstijn
2009-09-27SCI: turn assert into warning, as it used in QfG2 char importWillem Jan Palenstijn
2009-09-27added missing soundVladimir Menshakov
2009-09-27SCI: Fix crash when opening menu'sWillem Jan Palenstijn
2009-09-27SCI: clear strcpy's dest string if src is invalid.Willem Jan Palenstijn
2009-09-27SCI: change segment offsets in reg segments to be in half reg_t.Willem Jan Palenstijn
2009-09-27SCI: clean up kStrAtWillem Jan Palenstijn
2009-09-27TUCKER: add clipping for text drawingGregory Montoir
2009-09-27TUCKER: add missing compressed file close when version doesn't matchGregory Montoir
2009-09-27replace spaces with tabsVladimir Menshakov
2009-09-27added save()'s where neededVladimir Menshakov
2009-09-27SCI: Major string handling update.Willem Jan Palenstijn
2009-09-27SCI: Add utility functions for copying data between raw/non-raw segmentsWillem Jan Palenstijn
2009-09-27SCI: Add warning when dereferencing non-aligned stack pointerWillem Jan Palenstijn
2009-09-26SCI: Ignore size argument to FILEIO_WRITE_STRING.Willem Jan Palenstijn
2009-09-26SCI: Fix compile error with DEBUG_AVOIDPATHWillem Jan Palenstijn
2009-09-26SCI: Fix regression in r44081 breaking walking in QfG2Willem Jan Palenstijn
2009-09-26SCI: Fix copy/paste errorWillem Jan Palenstijn
2009-09-26LOL/PC-98: fix menu colorsFlorian Kagerer
2009-09-26LOL/PC-98: more fixes for text displayer and character inventoryFlorian Kagerer
2009-09-26FLAC support had a typo in detection, fixedMartin Kiewitz
2009-09-26commented out walkbox debug code.Vladimir Menshakov
2009-09-26removed packed structs/direct read/writes, so the game should work on big-end...Vladimir Menshakov
2009-09-26draci: Fixed bug in Surface::centerOn{X,Y}() which made it return a negative ...Denis Kasak
2009-09-26LOL/PC-98: start fixing sequences (like broken arms inn and king richard gett...Florian Kagerer
2009-09-26added option to allow control digital imuse tempo callback. it's related to v...Paweł Kołodziejski
2009-09-26Bugfix for the dirty rects for drawn sprites when the sprite is partially off...Paul Gilbert
2009-09-26Dirty rects fix for pixels remaining on screen changesPaul Gilbert
2009-09-25LOL/PC-98: fixed gui colors (money stash, live and magic bars, scroll)Florian Kagerer
2009-09-25LOL/PC-98: fixed dialoge box sizesFlorian Kagerer
2009-09-25LOL/PC-98: start fixing text displayerFlorian Kagerer
2009-09-25Added some more const's to the interface of Dragon HistoryRobert Špalek
2009-09-25Create a define for the special "signal" offset used throughout the engine, a...Filippos Karapetis
2009-09-25SCI: Remove EngineState::game_version, it was only used for saving anyway. Al...Max Horn
2009-09-25SCI: Fix a memory leakMax Horn