aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/draci.cpp
AgeCommit message (Expand)Author
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-07For consistency, make F5 bring up the main menu in the Draci engine too, justTorbjörn Andersson
2009-11-22Only enable changing rooms by left/right arrows when debuggingRobert Špalek
2009-11-12Handled loading/saving from the map locationRobert Špalek
2009-11-12Removed 2 old TODOsRobert Špalek
2009-11-10Fixed two bugs.Robert Špalek
2009-11-10Huge refactoring of data structures.Robert Špalek
2009-11-04Implemented and debugged the walking framework.Robert Špalek
2009-11-02Refactored running loop().Robert Špalek
2009-11-01Fix SIGSEGV when quitting the game during playing soundsRobert Špalek
2009-11-01Debugged computation and displaying of optimal walking pathsRobert Špalek
2009-10-29Implement flipping the QuickHero and SpeedText flags in GPL2.Robert Špalek
2009-10-28Implement palette fadingRobert Špalek
2009-10-26Fix 2 MIDI bugsRobert Špalek
2009-10-26Fix Escape in the intro, and switching map and the inventoryRobert Špalek
2009-10-22Improved music handling:Robert Špalek
2009-10-21Enabled music.Robert Špalek
2009-10-13Set all sound/subtitle-related parameters from ConfMan.Robert Špalek
2009-10-12Sound effects are now correctly played.Robert Špalek
2009-10-11Loading and caching sound samples in memory.Robert Špalek
2009-10-11Added support for sound archives.Robert Špalek
2009-10-04Removed Ctrl-Left Click treating as a Right ClickRobert Š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-01Fixed event handling. ValGrind fixups.Robert Špalek
2009-10-01Clean up room changing code and support returning from the map.Robert Špalek
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-28Make getFile() return a const pointer and clean-up all uses of it.Robert Špalek
2009-09-25Make engines/draci/ compilable after merging from a branchRobert Špalek
2009-08-17Enabled hotkey 'i' for accessing or exiting the inventory.Denis Kasak
2009-08-15Removed _roomChange hack since it's no longer needed.Denis Kasak
2009-08-11Added dialogue support.Denis Kasak
2009-08-06Fixed the 'ESC room' feature to work as intended.Denis Kasak
2009-08-05* Made some type changes to struct/class members in game.cpp (uint -> int and...Denis Kasak
2009-08-05* Implemented the "escape room" feature of the original engine which lets a u...Denis Kasak
2009-08-02Added the strings archive to DraciEngine.Denis Kasak
2009-08-01Added archives for item descriptions and images.Denis Kasak
2009-07-29* Moved event handling to DraciEngine::handleEvents()Denis Kasak
2009-07-27Fixed segfault when the screen is deleted before animations (the Animation de...Denis Kasak
2009-07-25* Added DraciEngine::_initArchive and made Game use it. Fixes a memory bug be...Denis Kasak
2009-07-22Check whether the walking map overlay is already in the desired state so we d...Denis Kasak
2009-07-20Made 'show walking map overlay' setting persist when changing rooms.Denis Kasak
2009-07-18* Added support for "walking" with the hero (i.e. moving the sprite to locati...Denis Kasak
2009-07-18Removed room switching hack from Mouse and re-added it to DraciEngine::go() (...Denis Kasak
2009-07-17Added sanity checks for all archives (whether opening succeeded).Denis Kasak
2009-07-17* Added Game::loop()Denis Kasak
2009-07-16* Added WalkingMaps classDenis Kasak