aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v4.cpp
AgeCommit message (Collapse)Author
2008-12-18Preliminary save/load support for Urban RunnerSven Hesse
svn-id: r35418
2008-12-15Script fix. Magnifier, Memory and Save/Load, while still not working ↵Sven Hesse
correctly, don't crash the game anymore svn-id: r35385
2008-12-14Background "music" for Urban Runner, though only 8bit for nowSven Hesse
svn-id: r35352
2008-12-03Preliminary support for extra data and scripts in video files (urgh, this is ↵Sven Hesse
so...vile). Used in The Last Dynasty, which now plays a bit further (the video sequences, at least) svn-id: r35227
2008-05-28Script variables are now always stored in the game version's native endianess.Sven Hesse
This should make Woodruff playable on big-endian systems. svn-id: r32352
2008-05-26More split screen fixes.Sven Hesse
I never get tired out those... ;) svn-id: r32308
2008-05-25Added a workaround for the nut rolling animation in the administration ↵Sven Hesse
center in Woodruff svn-id: r32269
2008-05-17Changing the split stuff again, fixing several scrolling and hotspot-text ↵Sven Hesse
related issues svn-id: r32161
2008-05-17Changing debug channels a bitSven Hesse
svn-id: r32157
2008-05-08Implemented the background "music" / atmospheric sounds in WoodruffSven Hesse
svn-id: r31949
2008-05-08Fixed warning on 64bit systems introduced with r31940.Johannes Schickel
svn-id: r31945
2008-05-08GCC says these are ints, not long ints. Adjust the format strings accordingly.Torbjörn Andersson
svn-id: r31940
2008-05-08Restructured sound codeSven Hesse
svn-id: r31937
2008-05-01Fixing the object video offsetsSven Hesse
svn-id: r31795
2008-04-27Implemented support for VMDs substituting object animations.Sven Hesse
Still far from being complete (and correct), but it's a start... - Only VMD "command" -3 is followed - Not all animation types are working - Timing is still off in most cases - Offsets are generally OK, but not always - No sound yet - Shouldn't segfault randomly, but I'm not entirely sure ;) svn-id: r31750
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-07-31Still partly broken/stubby VMD playingSven Hesse
svn-id: r28363
2007-07-30Added a few stub messagesSven Hesse
svn-id: r28333
2007-07-26sub0x18 is o2_addCollision().Sven Hesse
It already existed in Gob2 (alongside with sub0x19 - o2_freeCollision()), but wasn't used there. Hotspots and menus work now (in a way) svn-id: r28207
2007-07-25Renamed Inter_Woodruff to Inter_v4Sven Hesse
svn-id: r28206