aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/game.cpp
AgeCommit message (Expand)Author
2009-06-29Changed some data members in Draci::GameInfo from uint32 to uint16 (previousl...Denis Kasak
2009-06-29Account for endianess properly when reading in game variables.Denis Kasak
2009-06-28Added an offset parameter to Script::run() so we can specify where to start t...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