aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v1.cpp
AgeCommit message (Expand)Author
2011-11-03GOB: Fix analyser warnings regarding sprintf() parameter signnessSven Hesse
2011-08-26GOB: Add cheat output for Geisha's mastermindSven Hesse
2011-08-26GOB: Fix EGA palette animationSven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-02GOB: Remove the vidMode parameter from Video::initSurfDescSven Hesse
2011-01-29GOB: Add Script::evalInt() and Script::evalString()Sven Hesse
2011-01-29GOB: Rename Script::evalBoolResult() to Script::evalBool()Sven Hesse
2011-01-29GOB: Add GobEngine::isCurrentTot()Sven Hesse
2011-01-29GOB: Change _curTotFile and _totToLoad into Common::StringSven Hesse
2011-01-29GOB: Move OpcodeFunc's return flag into its parameterSven Hesse
2011-01-26GOB: Check font index for kFontCountSven Hesse
2011-01-25GOB: Add a sanity check to o1_freeFontSven Hesse
2011-01-25GOB: Adding stubs for AddySven Hesse
2011-01-22GOB: Fix some of the live-video glitchynessSven Hesse
2011-01-18GOB: Increase debug level for a debug messageSven Hesse
2010-11-04GOB: Extended workaround for Goblin Stuck On Reload to cover bug #3065914David Turner
2010-10-31GOB: Silence a compiler warningSven Hesse
2010-10-31GOB: Clean up class DataIOSven Hesse
2010-10-30GOB: Make some more map properties protectedSven Hesse
2010-10-15GOB: Remove the now useless helper.hSven Hesse
2010-10-15GOB: Remove strncpy0()Sven Hesse
2010-09-30GOB: Change all drawing to use class SurfaceSven Hesse
2010-08-08GOB: Add constants for different surfaces/spritesSven Hesse
2010-06-29GOB : Adding workaround for Bug #3018918 UOTODDV Reload Goblin Stuck Issue.David Turner
2010-06-24Initialize properly paramCount in gob1. This fixes several valgrind errors, a...Arnaud Boutonné
2010-05-17Enforce conversion formatting on pointer casts in the DEV code.Johannes Schickel
2010-02-08Fascination: - Suppress the recently added oFascin_keyFunc, replace it with a...Arnaud Boutonné
2010-02-03Minor style-related changesSven Hesse
2010-01-27- Fixed openWin, saveWin, restoreWin, closeWin, winMove and activeWin, so tha...Arnaud Boutonné
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-08-24Playtoons uses a variable space that exceeds 32767 bytes. Changing a few vari...Sven Hesse
2009-07-28More alignment-related changesSven Hesse
2009-07-25Added a workaround to fix the Last Dynasty video greenness for nowSven Hesse
2009-07-09Giving Font its own real classSven Hesse
2009-07-05Adding a workaround for an invalid expression in Gob1 EGASven Hesse
2009-07-05Moving the "Collision" stuff to Hotspots in hotspots.cpp/.hSven Hesse
2009-07-05Commenting prepareStr a bit and renaming it to cleanupStrSven Hesse
2009-07-01Use MIN with correct template parameter.Lars Persson
2009-06-24Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ...Sven Hesse
2009-06-22Renaming parse.h and parse.cpp to expression.h and expression.cppSven Hesse
2009-06-22Putting evalBoolResult() and evalExpr() into ScriptSven Hesse
2009-06-22Implemented a call stackSven Hesse
2009-06-22Encapsulating script file accessSven Hesse
2009-06-22Encapsulated access to _resultStrSven Hesse
2009-06-22Encapsulated access to Parse::_resultIntSven Hesse
2009-06-18Splitting an ADLPlayer and MDYPlayer from the AdLib classSven Hesse
2009-06-17Changed opcodeGob to be functor-basedSven Hesse
2009-06-17Changed opcodeFunc to be functor-basedSven Hesse
2009-06-17Changed opcodeDraw to be functor-basedSven Hesse