Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-22 | Fixing the flickering when changing from object animations to videos | Sven Hesse | |
svn-id: r32213 | |||
2008-05-22 | Fixing another split screen glitch | Sven Hesse | |
svn-id: r32212 | |||
2008-05-22 | Oops, that way around should be more correct | Sven Hesse | |
svn-id: r32211 | |||
2008-05-22 | Correctly delete'ing CDROM and Backgroundatmosphere, fixing segfaults on ↵ | Sven Hesse | |
machines slower than mine (thanks, LordHoto ;)) svn-id: r32210 | |||
2008-05-22 | Fixing the menu glitch in Woodruff | Sven Hesse | |
svn-id: r32209 | |||
2008-05-18 | Fixing the "meteor fragment and bluxtre pulp not drawn"-glitch by not ↵ | Sven Hesse | |
closing the object video right when it finished playing through svn-id: r32172 | |||
2008-05-17 | Ooops, forget that one | Sven Hesse | |
svn-id: r32163 | |||
2008-05-17 | Changing the split stuff again, fixing several scrolling and hotspot-text ↵ | Sven Hesse | |
related issues svn-id: r32161 | |||
2008-05-17 | This fixes the messed-up palette after levitating in Bigwig's place in Woodruff. | Sven Hesse | |
I hope it doesn't break anything else, though... svn-id: r32159 | |||
2008-05-17 | Adding video debug output in Inter_v2, too | Sven Hesse | |
svn-id: r32158 | |||
2008-05-17 | Changing debug channels a bit | Sven Hesse | |
svn-id: r32157 | |||
2008-05-17 | Fixing the "object videos not minding drawing order / limits" glitch in Woodruff | Sven Hesse | |
svn-id: r32146 | |||
2008-05-14 | This should fix the video not closing / chunk slot clogging bug (Yeah, I'm ↵ | Sven Hesse | |
apparently stupid *g*) svn-id: r32131 | |||
2008-05-13 | Some fixes for vertical scrolling in Woodruff | Sven Hesse | |
svn-id: r32095 | |||
2008-05-13 | Added a warning when all chunk slots are full, as that's still a problem in ↵ | Sven Hesse | |
Woodruff (some videos aren't closed correctly yet). svn-id: r32091 | |||
2008-05-13 | Fixing the crash when entering the virtual trip tower in Woodruff | Sven Hesse | |
svn-id: r32090 | |||
2008-05-13 | Implemented support for object videos with more than 256 frames, this fixes ↵ | Sven Hesse | |
a lockup when entering the bar svn-id: r32087 | |||
2008-05-13 | Fixing a segfault when quitting while an object video with sound plays | Sven Hesse | |
svn-id: r32086 | |||
2008-05-13 | Implemented/Fixed saving/loading in Woodruff -- this time for real. | Sven Hesse | |
svn-id: r32079 | |||
2008-05-11 | Implemented saving/loading in Woodruff. Should work, although it tries to ↵ | Sven Hesse | |
save and load sprites (which we ignore currently, doesn't seem to have any impact). svn-id: r32040 | |||
2008-05-11 | Implemented temp buffer saving/loading ("SAVE.TMP") in Woodruff. | Sven Hesse | |
Objects you take from or leave in screens are remembered correctly now. svn-id: r32030 | |||
2008-05-10 | Restructured saving/loading and added a stub for Woodruff | Sven Hesse | |
svn-id: r31989 | |||
2008-05-08 | Reordering game parts deinitialization, to avoid having one part's ↵ | Sven Hesse | |
destructor access an already destroyed part svn-id: r31952 | |||
2008-05-08 | Declaring BackgroundAtmosphere as kMusicSoundType | Sven Hesse | |
svn-id: r31950 | |||
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 | Split off the actual mixing part of SoundBlaster | Sven Hesse | |
svn-id: r31938 | |||
2008-05-08 | Restructured sound code | Sven Hesse | |
svn-id: r31937 | |||
2008-05-07 | Changed the two instances of "delete []" into "delete[] " as well | Sven Hesse | |
svn-id: r31926 | |||
2008-05-07 | Sound in object videos works now, too | Sven Hesse | |
svn-id: r31916 | |||
2008-05-07 | Draw order related fixes. | Sven Hesse | |
This also (finally) fixes the Gob3 draw order glitch (for real, this time) svn-id: r31915 | |||
2008-05-06 | Mouse hotspots are now properly evaluated when the mouse is set to a ↵ | Sven Hesse | |
position via the scripts. svn-id: r31911 | |||
2008-05-06 | Fixed text positioning in Woodruff, enabling "Use FOO on BAR" texts. | Sven Hesse | |
svn-id: r31908 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-05-04 | Fixed DataStream::seek() (must have been drunk that day ;)) | Sven Hesse | |
svn-id: r31857 | |||
2008-05-04 | Properly close the object videos when the objects are destroyed | Sven Hesse | |
svn-id: r31856 | |||
2008-05-04 | Enabled scrolling in Woodruff | Sven Hesse | |
svn-id: r31855 | |||
2008-05-03 | Correct o2_initScreen() for Woodruff (screen positioning, clipping and ↵ | Sven Hesse | |
cursor limiting) svn-id: r31846 | |||
2008-05-02 | The Last Dynasty starts and play the intro videos, so uncommenting its detection | Sven Hesse | |
svn-id: r31833 | |||
2008-05-01 | Fixing object video related segfault | Sven Hesse | |
svn-id: r31797 | |||
2008-05-01 | Fixing the object video offsets | Sven Hesse | |
svn-id: r31795 | |||
2008-04-30 | Fixing path finding in Woodruff | Sven Hesse | |
svn-id: r31793 | |||
2008-04-30 | Changed signess of some drawing order related vars, fixing a drawing glitch ↵ | Sven Hesse | |
in Gob3 svn-id: r31792 | |||
2008-04-30 | Reverting accidently made revert of the gob3 walk fix | Sven Hesse | |
svn-id: r31791 | |||
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-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵ | Max Horn | |
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413 | |||
2008-03-23 | Added the MD5 for a non-interactive demo of Lost in Time | Sven Hesse | |
svn-id: r31223 | |||
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵ | Max Horn | |
Common::ADGameDescription instead) svn-id: r31121 | |||
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function ↵ | Max Horn | |
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119 |