aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v4.cpp
AgeCommit message (Expand)Author
2016-04-14GOB: Reduce audio header dependenciesOri Avtalion
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-01-29GOB: Add Script::evalInt() and Script::evalString()Sven Hesse
2011-01-18GOB: Fix Woodruff object videosSven Hesse
2010-10-15GOB: Remove the now useless helper.hSven Hesse
2010-10-15GOB: Remove strncpy0()Sven Hesse
2010-09-30GOB: Create 16bit surfaces for true color gamesSven Hesse
2010-09-30GOB: Change all drawing to use class SurfaceSven Hesse
2010-08-17GOB: Fix warnings about potentially uninitialized vars.Eugene Sandulenko
2010-08-08GOB: Make o4_playVmdOrMusic use the new VideoPlayer interfaceSven Hesse
2009-08-08Changed the scroll-handling to be more like the original. This fixes bug #283...Sven Hesse
2009-06-22Putting evalBoolResult() and evalExpr() into ScriptSven Hesse
2009-06-22Encapsulating script file accessSven Hesse
2009-06-22Encapsulated access to _resultStrSven 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
2009-06-15Renamed _inter_resStr to _resultStrSven Hesse
2009-06-15Moving _inter_resVal and _inter_resStr from Global to ParseSven Hesse
2009-06-06Renamed the evaluateStore opcodes to assign, because that's what they areSven Hesse
2009-06-06GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDe...Max Horn
2009-05-31Replacing NULL with 0, since that's normally the C++-waySven Hesse
2009-05-21Splitting a few helper functions out of gob.hSven Hesse
2008-12-18Preliminary save/load support for Urban RunnerSven Hesse
2008-12-15Script fix. Magnifier, Memory and Save/Load, while still not working correctl...Sven Hesse
2008-12-14Background "music" for Urban Runner, though only 8bit for nowSven Hesse
2008-12-03Preliminary support for extra data and scripts in video files (urgh, this is ...Sven Hesse
2008-05-28Script variables are now always stored in the game version's native endianess.Sven Hesse
2008-05-26More split screen fixes.Sven Hesse
2008-05-25Added a workaround for the nut rolling animation in the administration center...Sven Hesse
2008-05-17Changing the split stuff again, fixing several scrolling and hotspot-text rel...Sven Hesse
2008-05-17Changing debug channels a bitSven Hesse
2008-05-08Implemented the background "music" / atmospheric sounds in WoodruffSven Hesse
2008-05-08Fixed warning on 64bit systems introduced with r31940.Johannes Schickel
2008-05-08GCC says these are ints, not long ints. Adjust the format strings accordingly.Torbjörn Andersson
2008-05-08Restructured sound codeSven Hesse
2008-05-01Fixing the object video offsetsSven Hesse
2008-04-27Implemented support for VMDs substituting object animations.Sven Hesse
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-31Still partly broken/stubby VMD playingSven Hesse
2007-07-30Added a few stub messagesSven Hesse
2007-07-26sub0x18 is o2_addCollision().Sven Hesse
2007-07-25Renamed Inter_Woodruff to Inter_v4Sven Hesse