aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-24SCI: Fix regression in r41833.Walter van Niftrik
2009-06-24SCI: Partial support for dual-language games.Walter van Niftrik
2009-06-24Silence unsued variables warnings.Johannes Schickel
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-23Added support for HungarianSven 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-23tinsel: added some comments to psx palette mapperFabio Battaglia
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-23Bugfixes to keep sound effects to channel #4 like the original (it ignores th...Paul Gilbert
2009-06-22Fixed NDS compilation when using older devkitpro versions (I accidentally bro...Max Horn
2009-06-22Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...Max Horn
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
2009-06-22rename parse.h and .cpp to expression.h and .cppArnaud Boutonné
2009-06-22Fix palette regression in Lands of Lore.Johannes Schickel
2009-06-22Renaming kDebugParser to kDebugExpressionSven Hesse
2009-06-22Renaming parse.h and parse.cpp to expression.h and expression.cppSven Hesse
2009-06-22Renaming "Parse" to "Expression"Sven Hesse
2009-06-22More signess consistency on the reading and seeking methodsSven Hesse
2009-06-22Don't assert on pop when no script is loadedSven Hesse
2009-06-22Adding some commentsSven Hesse
2009-06-22Removing commented-out declarationsSven Hesse
2009-06-22Include recently added script.h and script.cppArnaud Boutonné
2009-06-22const correctnessSven Hesse
2009-06-22Removed redundant variation of the routine to play sound effectsPaul Gilbert
2009-06-22Pushing script.o downSven Hesse
2009-06-22Removing the Parse object from GobEngineSven Hesse