Age | Commit message (Expand) | Author |
2014-10-19 | GOB: Remove useless memcpy() | Sven Hesse |
2014-03-16 | GOB: Remove the last remnants of Draw::_vgaSmallPalette | Sven Hesse |
2014-02-18 | GOB: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-06-15 | GOB: Implement Util::getKeyState() for Little Red | Sven Hesse |
2012-06-14 | GOB: Fix a failed assert in Litte Red Riding Hood | Sven Hesse |
2012-06-11 | GOB: Play the music on the title screen of Gob1 EGA | Sven Hesse |
2012-06-07 | GOB: Add a way to reopen currently opened IMD/VMD videos | Sven Hesse |
2012-01-29 | GOB: Add a cheat debug command | Sven Hesse |
2011-11-03 | GOB: Fix analyser warnings regarding sprintf() parameter signness | Sven Hesse |
2011-08-26 | GOB: Add cheat output for Geisha's mastermind | Sven Hesse |
2011-08-26 | GOB: Fix EGA palette animation | Sven Hesse |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-02-02 | GOB: Remove the vidMode parameter from Video::initSurfDesc | Sven Hesse |
2011-01-29 | GOB: Add Script::evalInt() and Script::evalString() | Sven Hesse |
2011-01-29 | GOB: Rename Script::evalBoolResult() to Script::evalBool() | Sven Hesse |
2011-01-29 | GOB: Add GobEngine::isCurrentTot() | Sven Hesse |
2011-01-29 | GOB: Change _curTotFile and _totToLoad into Common::String | Sven Hesse |
2011-01-29 | GOB: Move OpcodeFunc's return flag into its parameter | Sven Hesse |
2011-01-26 | GOB: Check font index for kFontCount | Sven Hesse |
2011-01-25 | GOB: Add a sanity check to o1_freeFont | Sven Hesse |
2011-01-25 | GOB: Adding stubs for Addy | Sven Hesse |
2011-01-22 | GOB: Fix some of the live-video glitchyness | Sven Hesse |
2011-01-18 | GOB: Increase debug level for a debug message | Sven Hesse |
2010-11-04 | GOB: Extended workaround for Goblin Stuck On Reload to cover bug #3065914 | David Turner |
2010-10-31 | GOB: Silence a compiler warning | Sven Hesse |
2010-10-31 | GOB: Clean up class DataIO | Sven Hesse |
2010-10-30 | GOB: Make some more map properties protected | Sven Hesse |
2010-10-15 | GOB: Remove the now useless helper.h | Sven Hesse |
2010-10-15 | GOB: Remove strncpy0() | Sven Hesse |
2010-09-30 | GOB: Change all drawing to use class Surface | Sven Hesse |
2010-08-08 | GOB: Add constants for different surfaces/sprites | Sven Hesse |
2010-06-29 | GOB : Adding workaround for Bug #3018918 UOTODDV Reload Goblin Stuck Issue. | David Turner |
2010-06-24 | Initialize properly paramCount in gob1. This fixes several valgrind errors, a... | Arnaud Boutonné |
2010-05-17 | Enforce conversion formatting on pointer casts in the DEV code. | Johannes Schickel |
2010-02-08 | Fascination: - Suppress the recently added oFascin_keyFunc, replace it with a... | Arnaud Boutonné |
2010-02-03 | Minor style-related changes | Sven Hesse |
2010-01-27 | - Fixed openWin, saveWin, restoreWin, closeWin, winMove and activeWin, so tha... | Arnaud Boutonné |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-08-24 | Playtoons uses a variable space that exceeds 32767 bytes. Changing a few vari... | Sven Hesse |
2009-07-28 | More alignment-related changes | Sven Hesse |
2009-07-25 | Added a workaround to fix the Last Dynasty video greenness for now | Sven Hesse |
2009-07-09 | Giving Font its own real class | Sven Hesse |
2009-07-05 | Adding a workaround for an invalid expression in Gob1 EGA | Sven Hesse |
2009-07-05 | Moving the "Collision" stuff to Hotspots in hotspots.cpp/.h | Sven Hesse |
2009-07-05 | Commenting prepareStr a bit and renaming it to cleanupStr | Sven Hesse |
2009-07-01 | Use MIN with correct template parameter. | Lars Persson |
2009-06-24 | Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ... | Sven Hesse |
2009-06-22 | Renaming parse.h and parse.cpp to expression.h and expression.cpp | Sven Hesse |
2009-06-22 | Putting evalBoolResult() and evalExpr() into Script | Sven Hesse |