aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-09-30- Adapt parts of the Draci code to match our code formatting guidelinesJohannes Schickel
2009-09-30Converted _color_equals() into respective equality operators within the gfx_c...Filippos Karapetis
2009-09-30* Added secondary inventories for BRA.Nicola Mettifogo
2009-09-30Provide only the data that is strictly needed when creating a new Inventory.Nicola Mettifogo
2009-09-30Implemented the map room, entered when 'm' is pressed.Robert Špalek
2009-09-30SCI: Add callk stackframe directly in run_vmWillem Jan Palenstijn
2009-09-29Playtoons - implement some functions related to hotspot textsArnaud Boutonné
2009-09-29Fixed Valgrind warnings about invalid memory access. Hopefully without breakingTorbjörn Andersson
2009-09-29Gob - Silence a Valgrind warning by initializing a variable Arnaud Boutonné
2009-09-29Added a FIXME comment for the removed functionality in the script debuggerFilippos Karapetis
2009-09-29Remove unused variable.Johannes Schickel
2009-09-29Add newline after "Available debug channels" in Cmd_Debug, now all debug chan...Johannes Schickel
2009-09-29Oops - don't attempt to print the sought kernel function name when its emptyFilippos Karapetis
2009-09-29- Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends...Filippos Karapetis
2009-09-29Fixed bug #2868938Benjamin Haisch
2009-09-29QFG3 clears clones with underbits set, so disable the warning for this behaviorFilippos Karapetis
2009-09-29Rewrite from scratch drawReScaled() and cropping now works well.Robert Špalek
2009-09-29Clean up and unify positioning dragon's animationsRobert Špalek
2009-09-29draci:Denis Kasak
2009-09-28draci: Inverted a logical check to make it more obvious.Denis Kasak
2009-09-28draci: Added methods Game::positionAnimAsHero(), Game::getHeroX() and Game::g...Denis Kasak
2009-09-28Made AnimationManager::sortAnimations() do multiple passes, if necessary, and...Denis Kasak
2009-09-28Fix for bug #2868581 "KYRA1: Invisible Brandon".Johannes Schickel
2009-09-28SCI: Remove unsafe unmarkDeleted function.Willem Jan Palenstijn
2009-09-28SCI: When merging palettes, map all unused colours to index 0.Willem Jan Palenstijn
2009-09-28Fix a memory leakRobert Špalek
2009-09-28Script workaround for partially off-screen text in DW1 GRAPaul Gilbert
2009-09-28Added topString to the list of static selectors, for commit #44429Filippos Karapetis
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