aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/draci.h
AgeCommit message (Expand)Author
2009-10-21Enabled music.Robert Špalek
2009-10-12Sound effects are now correctly played.Robert Špalek
2009-10-11Added support for sound archives.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-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-25Created a macro for lround(), for non-C99 compilers, and used that in places ...Filippos Karapetis
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-25* Added DraciEngine::_initArchive and made Game use it. Fixes a memory bug be...Denis Kasak
2009-07-16* Added WalkingMaps classDenis Kasak
2009-07-16Added _iconsArchive to DraciEngine and modified the Mouse class to use it.Denis Kasak
2009-07-15Renamed Font::setFont() to loadFont(). Removed DraciEngine::_font and added _...Denis Kasak
2009-07-06Made _rnd member of DraciEngine public.Denis Kasak
2009-07-05Renaming Animation -> AnimationManager and AnimObj -> Animation in light of t...Denis Kasak
2009-07-04Added _animationsArchive member to DraciEngine.Denis Kasak
2009-07-03Enabled loading room number 1 as a test.Denis Kasak
2009-07-03Added two more debug levels (logic and animation).Denis Kasak
2009-07-02Added rooms and overlays archives.Denis Kasak
2009-07-02DraciEngine now opens and stores pointers to essential archives. Changed code...Denis Kasak
2009-06-27Added Script instance to DraciEngine. Restored disassembling of a demo script...Denis Kasak
2009-06-27Added Game's constructor. Added the Person struct and made Game constructor r...Denis Kasak
2009-06-24Started work on the Mouse class.Denis Kasak
2009-06-18Changed _screenWidth and _screenHeight from member variables to constants bec...Denis Kasak
2009-06-17Changed the _font DraciEngine member from a Font instance to a pointer to an ...Denis Kasak
2009-06-17Began work on the Screen class. Modified the demo animation to use the it.Denis Kasak
2009-06-14Added a Font _font variable to the engine instance. Fixed font colour handlin...Denis Kasak
2009-06-10Added an additional debuglevel "archiver" to facilitate displaying debug info...Denis Kasak
2009-06-08Adding Draci Historie engine skeleton (engine stub, BAR archiver, rudimentary...Denis Kasak