aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-25Adding more sanity checks to Vmd::renderFrame()Sven Hesse
svn-id: r42783
2009-07-25Adding support for (new-style) stereo in DPCM audioSven Hesse
svn-id: r42782
2009-07-25use READ_UINT16 macroJoost Peters
svn-id: r42780
2009-07-25Make sure that "buf" is properly terminated. Actually, we could probably getTorbjörn Andersson
rid of "buf" completely, and replace it with face = syncChar[p] - '0', assuming that syncChar only contains digits. But for now, let's make a minimal change. This might fix bug #2826611 ("DRASCULA: Crash when smashing church window"). svn-id: r42776
2009-07-25Implement missing bits in KyraEngine_HoF::setCauldronState.Johannes Schickel
svn-id: r42773
2009-07-25Fix palette regression in Kyra2.Johannes Schickel
svn-id: r42771
2009-07-25Fixing Woodruff videos again after enabling block type 2 transparencySven Hesse
svn-id: r42768
2009-07-25Moved the decision whether subtitles should be displayed, so that the broken ↵Sven Hesse
subtitles in The Last Dynasty aren't shown svn-id: r42767
2009-07-25Added a workaround to fix the Last Dynasty video greenness for nowSven Hesse
svn-id: r42766
2009-07-25Adept savegame name creation code to use Common::String::printf.Johannes Schickel
svn-id: r42765
2009-07-25Yet another fix for the GP2x backend.Johannes Schickel
svn-id: r42761
2009-07-25Fix gp2x port building.Johannes Schickel
svn-id: r42759
2009-07-25Don't hog the CPU while waiting for the player to pick a conversation option.Torbjörn Andersson
svn-id: r42757
2009-07-25Added word-wrapping to Drascula's conversation options. Fixes bug #2826607.Torbjörn Andersson
svn-id: r42755
2009-07-25fix another aligned writeJoost Peters
svn-id: r42753
2009-07-25Strip trailing whitespaces.Johannes Schickel
svn-id: r42752
2009-07-25Move the event recorder to its own class (EventRecoder inside ↵Johannes Schickel
common/EventRecorder.[h/cpp]). svn-id: r42751
2009-07-25remove implicit SoundDigital::Sound ctor call, which is redundant because ↵Joost Peters
the required initialisation is done below -- this fixes a linker error with mipspro svn-id: r42748
2009-07-25fix unaligned writesJoost Peters
svn-id: r42747
2009-07-25FormattingEugene Sandulenko
svn-id: r42746
2009-07-25Use new Common::String::printfWillem Jan Palenstijn
svn-id: r42744
2009-07-25Add Common::String::printf to format a stringWillem Jan Palenstijn
svn-id: r42743
2009-07-25Whitespace fixesMax Horn
svn-id: r42742
2009-07-25Whitespace changes.Travis Howell
svn-id: r42740
2009-07-25Fixed GCC warnings.Torbjörn Andersson
svn-id: r42739
2009-07-25Update credits.Travis Howell
svn-id: r42738
2009-07-25Add patch #2821100 - MM C64 Objects / Verb fixes, with minor clean up applied.Travis Howell
svn-id: r42737
2009-07-25Add patch #2816140 - MM C64 Costume Animation.Travis Howell
svn-id: r42736
2009-07-25Add enum which marks global priorites of the EventManager event dispatcher.Johannes Schickel
svn-id: r42729
2009-07-25- EventDispatcher is no longer a singleton.Johannes Schickel
- Add "getEventDispatcher" method to EventManager. svn-id: r42728
2009-07-25- Adapt DefaultEventManager to use Common::ArtificialEventSourceJohannes Schickel
- Adapt Keymapper to implement EventMapper interface svn-id: r42727
2009-07-25Moved ArtificialEventSource to common/events.h.Johannes Schickel
svn-id: r42726
2009-07-25Change DefaultEventManager to use EventDispatcher.Johannes Schickel
svn-id: r42725
2009-07-25- Add marco to easily access the EventDispatcher instance.Johannes Schickel
- Add events.cpp to module.mk svn-id: r42724
2009-07-25Made DefaultEventManager a subclass of EventObserver.Johannes Schickel
svn-id: r42723
2009-07-25Replaced "_artificialEventQueue" by an EventSource.Johannes Schickel
svn-id: r42722
2009-07-25Prevent EventMapper events from being mapped.Johannes Schickel
svn-id: r42721
2009-07-25Add function "allowMapping" to EventSource, for testing whether the event ↵Johannes Schickel
source allows mapping (via the Keymapper for example.) svn-id: r42720
2009-07-25Got rid of EventManger::artificialEventQueue.Johannes Schickel
svn-id: r42719
2009-07-25Replace "EventProvider" class of the DefaultEventManager implementation with ↵Johannes Schickel
"Common::EventSource". svn-id: r42718
2009-07-25Add new event dispatching API.Johannes Schickel
svn-id: r42717
2009-07-24Merging Map_v4 into Map_v2Sven Hesse
svn-id: r42716
2009-07-24CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ↵Sven Hesse
notifyPaused() svn-id: r42715
2009-07-24Moving all implementations into the cppSven Hesse
svn-id: r42714
2009-07-24Renaming getAnchor() to getFrameCoords()Sven Hesse
svn-id: r42713
2009-07-24Fixing bytes per pixel detectionSven Hesse
svn-id: r42712
2009-07-24Added a method to easily dump resources to fileSven Hesse
svn-id: r42711
2009-07-24Adding stubs for newer VMDs found in Addy 5Sven Hesse
svn-id: r42710
2009-07-24Adding ADL playback to the demoplayerSven Hesse
svn-id: r42709
2009-07-24Properly reading the video codec fourcc, in case we need other codecs in the ↵Sven Hesse
future svn-id: r42708