aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Expand)Author
2009-07-05Encapsulating hotspot state readingSven Hesse
2009-07-05Adding a workaround for an invalid expression in Gob1 EGASven Hesse
2009-07-05Removing the now unneeded Game_v* classesSven Hesse
2009-07-05Putting the Urban noCD check into Init_v6::initGame()Sven Hesse
2009-07-05Merging playTot()Sven Hesse
2009-07-05Merging Game's and Game_v6's totSub()Sven Hesse
2009-07-05Merging Game_v1's and Game_v2's prepareStart()Sven Hesse
2009-07-05Fixing indentSven Hesse
2009-07-05Removing the now empty Game_Fascination classSven Hesse
2009-07-05Wrapping the block end marker checks into Hotspots::Hotspot::isEnd()Sven Hesse
2009-07-05Moving the "Collision" stuff to Hotspots in hotspots.cpp/.hSven Hesse
2009-07-05Added a skipBlock() methodSven Hesse
2009-07-05Added a Key and ShortKey enumSven Hesse
2009-07-05Commenting prepareStr a bit and renaming it to cleanupStrSven Hesse
2009-07-05Adding an enum MouseButtonsSven Hesse
2009-07-01Use MIN with correct template parameter.Lars Persson
2009-06-26Fixing text strings embedded in the TOTSven Hesse
2009-06-25Making _numDataChunks unsignedSven Hesse
2009-06-25Adding more version entries for a Gob1 Win version, thanks to HkzSven Hesse
2009-06-25Oops, used git commit --amend wrong, apparently. /This/ is the real Environme...Sven Hesse
2009-06-25Giving the "backup" arrays their own class, Environments, and really plugging...Sven Hesse
2009-06-25Plugging some memory leaksSven Hesse
2009-06-24Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ...Sven Hesse
2009-06-24Added the scriptEnd propertySven Hesse
2009-06-24Checking for the file's existence in DataIO::getDataStream()Sven Hesse
2009-06-24Clarifying some warningsSven Hesse
2009-06-23Added methods to get the file base from a filenameSven Hesse
2009-06-23Putting TOT filename generation and LOM checking into TOTFileSven Hesse
2009-06-23Putting basic TOT handling into its own classSven Hesse
2009-06-23Proper support for Hungarian versionsSven Hesse
2009-06-23Binary, not logical ORing the GUIO flags (Strangerke, you fscked up there :P)Sven Hesse
2009-06-23Added Hungarian versions of gob1-gob3 as supplied by goodoldgeorg in bug repo...Sven Hesse
2009-06-23Added German Fascination (3 disk version), as supplied by windlepoons in bug ...Sven Hesse
2009-06-23Changing the TBR FIXME into a warning in setVoice()Sven Hesse
2009-06-23Also loading TOT properties when the TOT is found in a LOMSven Hesse
2009-06-23Stopping the seek() going into the headerSven Hesse
2009-06-23Replacing the 2 offset functions by a generic Script::getFunctionOffset()Sven Hesse
2009-06-23Added Script::getCenterOffset()Sven Hesse
2009-06-23Added Script::getStartOffset()Sven Hesse
2009-06-23Added Script::getAnimDataSize()Sven Hesse
2009-06-23Added Script::getResourcesOffset()Sven Hesse
2009-06-23Added Script::getTextsOffset()Sven Hesse
2009-06-23Added a method to query the number of variables needed by a ScriptSven Hesse
2009-06-23Const correctnessSven Hesse
2009-06-23Added Script methods to query commun file handlingSven Hesse
2009-06-23Added Script methods to get the TOT major and minor versionSven Hesse
2009-06-22Removing trailing tabsSven Hesse
2009-06-22Removing trailing spacesSven Hesse
2009-06-22Properly guarding Script::getOffset() and adding a reverse operationSven Hesse
2009-06-22Added stream-reading loading wrappers to MDYPlayer and added a workaround to ...Sven Hesse