aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/script.h
AgeCommit message (Expand)Author
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-29GOB: Add Script::evalInt() and Script::evalString()Sven Hesse
2011-01-29GOB: Rename Script::evalBoolResult() to Script::evalBool()Sven Hesse
2010-10-31GOB: Clean up class DataIOSven Hesse
2009-07-05Added a skipBlock() methodSven 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-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-22Properly guarding Script::getOffset() and adding a reverse operationSven Hesse
2009-06-22Renaming "Parse" to "Expression"Sven Hesse
2009-06-22More signess consistency on the reading and seeking methodsSven Hesse
2009-06-22Adding some commentsSven Hesse
2009-06-22Removing commented-out declarationsSven Hesse
2009-06-22Removing the Parse object from GobEngineSven Hesse
2009-06-22Putting evalBoolResult() and evalExpr() into ScriptSven Hesse
2009-06-22Removing the now useless cuckoo function and shrink the call stack entries ac...Sven Hesse
2009-06-22Implemented a call stackSven Hesse
2009-06-22Encapsulating script file accessSven Hesse