Age | Commit message (Expand) | Author |
2009-06-26 | Fixing text strings embedded in the TOT | Sven Hesse |
2009-06-25 | Making _numDataChunks unsigned | Sven Hesse |
2009-06-25 | Adding more version entries for a Gob1 Win version, thanks to Hkz | Sven Hesse |
2009-06-25 | Oops, used git commit --amend wrong, apparently. /This/ is the real Environme... | Sven Hesse |
2009-06-25 | Giving the "backup" arrays their own class, Environments, and really plugging... | Sven Hesse |
2009-06-25 | Plugging some memory leaks | Sven Hesse |
2009-06-24 | Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ... | Sven Hesse |
2009-06-24 | Added the scriptEnd property | Sven Hesse |
2009-06-24 | Checking for the file's existence in DataIO::getDataStream() | Sven Hesse |
2009-06-24 | Clarifying some warnings | Sven Hesse |
2009-06-23 | Added methods to get the file base from a filename | Sven Hesse |
2009-06-23 | Putting TOT filename generation and LOM checking into TOTFile | Sven Hesse |
2009-06-23 | Putting basic TOT handling into its own class | Sven Hesse |
2009-06-23 | Proper support for Hungarian versions | Sven Hesse |
2009-06-23 | Binary, not logical ORing the GUIO flags (Strangerke, you fscked up there :P) | Sven Hesse |
2009-06-23 | Added Hungarian versions of gob1-gob3 as supplied by goodoldgeorg in bug repo... | Sven Hesse |
2009-06-23 | Added German Fascination (3 disk version), as supplied by windlepoons in bug ... | Sven Hesse |
2009-06-23 | Changing the TBR FIXME into a warning in setVoice() | Sven Hesse |
2009-06-23 | Also loading TOT properties when the TOT is found in a LOM | Sven Hesse |
2009-06-23 | Stopping the seek() going into the header | Sven Hesse |
2009-06-23 | Replacing the 2 offset functions by a generic Script::getFunctionOffset() | Sven Hesse |
2009-06-23 | Added Script::getCenterOffset() | Sven Hesse |
2009-06-23 | Added Script::getStartOffset() | Sven Hesse |
2009-06-23 | Added Script::getAnimDataSize() | Sven Hesse |
2009-06-23 | Added Script::getResourcesOffset() | Sven Hesse |
2009-06-23 | Added Script::getTextsOffset() | Sven Hesse |
2009-06-23 | Added a method to query the number of variables needed by a Script | Sven Hesse |
2009-06-23 | Const correctness | Sven Hesse |
2009-06-23 | Added Script methods to query commun file handling | Sven Hesse |
2009-06-23 | Added Script methods to get the TOT major and minor version | Sven Hesse |
2009-06-22 | Removing trailing tabs | Sven Hesse |
2009-06-22 | Removing trailing spaces | Sven Hesse |
2009-06-22 | Properly guarding Script::getOffset() and adding a reverse operation | Sven Hesse |
2009-06-22 | Added stream-reading loading wrappers to MDYPlayer and added a workaround to ... | Sven Hesse |
2009-06-22 | Renaming kDebugParser to kDebugExpression | Sven Hesse |
2009-06-22 | Renaming parse.h and parse.cpp to expression.h and expression.cpp | Sven Hesse |
2009-06-22 | Renaming "Parse" to "Expression" | Sven Hesse |
2009-06-22 | More signess consistency on the reading and seeking methods | Sven Hesse |
2009-06-22 | Don't assert on pop when no script is loaded | Sven Hesse |
2009-06-22 | Adding some comments | Sven Hesse |
2009-06-22 | Removing commented-out declarations | Sven Hesse |
2009-06-22 | const correctness | Sven Hesse |
2009-06-22 | Pushing script.o down | Sven Hesse |
2009-06-22 | Removing the Parse object from GobEngine | Sven Hesse |
2009-06-22 | Putting evalBoolResult() and evalExpr() into Script | Sven Hesse |
2009-06-22 | Unwinding the call stack before unloading the script | Sven Hesse |
2009-06-22 | Removing the now useless cuckoo function and shrink the call stack entries ac... | Sven Hesse |
2009-06-22 | Giving CollisionArea a full-blown Script pointer instead the data pointer | Sven Hesse |
2009-06-22 | Implemented loading TOTs from video file again | Sven Hesse |
2009-06-22 | Removing debug output | Sven Hesse |