aboutsummaryrefslogtreecommitdiff
path: root/engines/draci
AgeCommit message (Expand)Author
2009-10-16Fix memory leaks when reading thumbnailsRobert Špalek
2009-10-15Don't crash without sound support.Robert Špalek
2009-10-13Set all sound/subtitle-related parameters from ConfMan.Robert Špalek
2009-10-13Dubbing is played.Robert Špalek
2009-10-12Sound effects are now correctly played.Robert Špalek
2009-10-12Dragon looks into the requested direction.Robert Špalek
2009-10-12Implemented GPL commands JustTalk and JustStay.Robert Špalek
2009-10-12Fixed funcActPhase()Robert Špalek
2009-10-12Fix indexing of the dragon's animations.Robert Špalek
2009-10-12Reduced huge code duplication by introducing Game::stopObjectAnimations()Robert Špalek
2009-10-12Disambiguated _anims.Robert Špalek
2009-10-11Reduced code duplication and fixed one deletion bug.Robert Špalek
2009-10-11Implemented a few more harmless GPL2 commandsRobert Špalek
2009-10-11Loading and caching sound samples in memory.Robert Špalek
2009-10-11Added support for sound archives.Robert Špalek
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-05Fixed warning (GameObject is a struct)Filippos Karapetis
2009-10-04Work-around a bug in the original game files.Robert Špalek
2009-10-04Fixed two bugs concerning loading:Robert Špalek
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04Removed Ctrl-Left Click treating as a Right ClickRobert Špalek
2009-10-04Hack Game::_shouldExitLoop.Robert Špalek
2009-10-04Load inventory items properly after loading the game.Robert Špalek
2009-10-04Implemented rudimentary game loading/saving.Robert Špalek
2009-10-04Implement all boilerplate concerning Global Main Menu.Robert Špalek
2009-10-03Let Ctrl-Left click behave like Right lick in Dragon History.Robert Špalek
2009-10-03Fixed positioning and update of the title under the mouse pointer.Robert Špalek
2009-10-01Fixed event handling. ValGrind fixups.Robert Špalek
2009-10-01Clean up room changing code and support returning from the map.Robert Špalek
2009-09-30Fix 2 ValGrind warnings.Robert Špalek
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-30Remove trailing whitespacesMax Horn
2009-09-30- Adapt parts of the Draci code to match our code formatting guidelinesJohannes Schickel
2009-09-30Implemented the map room, entered when 'm' is pressed.Robert Špalek
2009-09-29Fixed Valgrind warnings about invalid memory access. Hopefully without breakingTorbjörn Andersson
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 a memory leakRobert Špalek
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-27Reduce code duplication when cleaning animationsRobert Špalek
2009-09-27Improved the interface of Sprite and Animation concerning relative coordinate...Robert Špalek