aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/game.h
AgeCommit message (Expand)Author
2009-07-04* Split code from Game::changeRoom() into Game::loadRoom() and game::loadOver...Denis Kasak
2009-07-03Enabled loading room number 1 as a test.Denis Kasak
2009-07-02Added Game::changeRoom() method and Game::_currentRoom.Denis Kasak
2009-07-02Fixed typo.Denis Kasak
2009-07-02Added struct Room.Denis Kasak
2009-07-02Merged the info available from _objectStatus with the GameObject struct. Made...Denis Kasak
2009-06-29Changed some data members in Draci::GameInfo from uint32 to uint16 (previousl...Denis Kasak
2009-06-28Changed Script::run() to accept a GPL2Program struct instead of a byte pointe...Denis Kasak
2009-06-28Added struct GameObject (such structs are stored in OBJEKTY.DFW and used for ...Denis Kasak
2009-06-27Extended Game to load all info from INIT.DFW (general game info, dialog offse...Denis Kasak
2009-06-27Added Game's constructor. Added the Person struct and made Game constructor r...Denis Kasak
2009-06-26Added empty Game class.Denis Kasak