aboutsummaryrefslogtreecommitdiff
path: root/engines/draci
AgeCommit message (Expand)Author
2009-10-30Remove the last 2 default parameter values.Robert Špalek
2009-10-30Remove most of default parameter values.Robert Špalek
2009-10-30Move WalkingMap into new module.Robert Špalek
2009-10-29Silenced GCC warning.Torbjörn Andersson
2009-10-29Implement flipping the QuickHero and SpeedText flags in GPL2.Robert Špalek
2009-10-29Fix several palette fading bugs.Robert Špalek
2009-10-28Implement palette fadingRobert Špalek
2009-10-28Fix initialization of the mouse cursor.Robert Špalek
2009-10-28Fix entering the same room when re-loading the game.Robert Špalek
2009-10-27Don't change mouse cursors so ridiculously often.Robert Špalek
2009-10-26fix free/deleteRobert Špalek
2009-10-26Fix 2 MIDI bugsRobert Špalek
2009-10-26Fix Escape in the intro, and switching map and the inventoryRobert Špalek
2009-10-22Implemented GPL2 commands for music.Robert Špalek
2009-10-22Fix uninitialized channel volumes.Robert Špalek
2009-10-22Improved music handling:Robert Špalek
2009-10-22Avoid opening and closing BArchive files all the timeRobert Špalek
2009-10-21Enabled music.Robert Špalek
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