Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-01-29 | GOB: Add Script::evalInt() and Script::evalString() | Sven Hesse | |
svn-id: r55634 | |||
2011-01-18 | GOB: Fix Woodruff object videos | Sven Hesse | |
svn-id: r55289 | |||
2010-10-15 | GOB: Remove the now useless helper.h | Sven Hesse | |
svn-id: r53491 | |||
2010-10-15 | GOB: Remove strncpy0() | Sven Hesse | |
Replacing it (and some strncpy + manual terminating) with Common::strlcpy() svn-id: r53490 | |||
2010-09-30 | GOB: Create 16bit surfaces for true color games | Sven Hesse | |
Enabling basic Urban drawing again svn-id: r52949 | |||
2010-09-30 | GOB: Change all drawing to use class Surface | Sven Hesse | |
svn-id: r52947 | |||
2010-08-17 | GOB: Fix warnings about potentially uninitialized vars. | Eugene Sandulenko | |
svn-id: r52142 | |||
2010-08-08 | GOB: Make o4_playVmdOrMusic use the new VideoPlayer interface | Sven Hesse | |
svn-id: r51876 | |||
2009-08-08 | Changed the scroll-handling to be more like the original. This fixes bug ↵ | Sven Hesse | |
#2832362 ("GOB3: Scrolling locked after cutscene") svn-id: r43147 | |||
2009-06-22 | Putting evalBoolResult() and evalExpr() into Script | Sven Hesse | |
svn-id: r41760 | |||
2009-06-22 | Encapsulating script file access | Sven Hesse | |
svn-id: r41753 | |||
2009-06-22 | Encapsulated access to _resultStr | Sven Hesse | |
svn-id: r41751 | |||
2009-06-17 | Changed opcodeGob to be functor-based | Sven Hesse | |
svn-id: r41603 | |||
2009-06-17 | Changed opcodeFunc to be functor-based | Sven Hesse | |
svn-id: r41602 | |||
2009-06-17 | Changed opcodeDraw to be functor-based | Sven Hesse | |
svn-id: r41601 | |||
2009-06-15 | Renamed _inter_resStr to _resultStr | Sven Hesse | |
svn-id: r41575 | |||
2009-06-15 | Moving _inter_resVal and _inter_resStr from Global to Parse | Sven Hesse | |
svn-id: r41573 | |||
2009-06-06 | Renamed the evaluateStore opcodes to assign, because that's what they are | Sven Hesse | |
svn-id: r41312 | |||
2009-06-06 | GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to ↵ | Max Horn | |
SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references svn-id: r41299 | |||
2009-05-31 | Replacing NULL with 0, since that's normally the C++-way | Sven Hesse | |
svn-id: r41059 | |||
2009-05-21 | Splitting a few helper functions out of gob.h | Sven Hesse | |
svn-id: r40765 | |||
2008-12-18 | Preliminary save/load support for Urban Runner | Sven Hesse | |
svn-id: r35418 | |||
2008-12-15 | Script fix. Magnifier, Memory and Save/Load, while still not working ↵ | Sven Hesse | |
correctly, don't crash the game anymore svn-id: r35385 | |||
2008-12-14 | Background "music" for Urban Runner, though only 8bit for now | Sven Hesse | |
svn-id: r35352 | |||
2008-12-03 | Preliminary 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-28 | Script 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-26 | More split screen fixes. | Sven Hesse | |
I never get tired out those... ;) svn-id: r32308 | |||
2008-05-25 | Added a workaround for the nut rolling animation in the administration ↵ | Sven Hesse | |
center in Woodruff svn-id: r32269 | |||
2008-05-17 | Changing the split stuff again, fixing several scrolling and hotspot-text ↵ | Sven Hesse | |
related issues svn-id: r32161 | |||
2008-05-17 | Changing debug channels a bit | Sven Hesse | |
svn-id: r32157 | |||
2008-05-08 | Implemented the background "music" / atmospheric sounds in Woodruff | Sven Hesse | |
svn-id: r31949 | |||
2008-05-08 | Fixed warning on 64bit systems introduced with r31940. | Johannes Schickel | |
svn-id: r31945 | |||
2008-05-08 | GCC says these are ints, not long ints. Adjust the format strings accordingly. | Torbjörn Andersson | |
svn-id: r31940 | |||
2008-05-08 | Restructured sound code | Sven Hesse | |
svn-id: r31937 | |||
2008-05-01 | Fixing the object video offsets | Sven Hesse | |
svn-id: r31795 | |||
2008-04-27 | Implemented 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-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-31 | Still partly broken/stubby VMD playing | Sven Hesse | |
svn-id: r28363 | |||
2007-07-30 | Added a few stub messages | Sven Hesse | |
svn-id: r28333 | |||
2007-07-26 | sub0x18 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-25 | Renamed Inter_Woodruff to Inter_v4 | Sven Hesse | |
svn-id: r28206 |