aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
svn-id: r35870
2009-01-16Mark cruise save/load code as not endian safeMax Horn
svn-id: r35869
2009-01-14-1 is not an uint8. Assuming ones-complement, though, I guess 255 was meantMax Horn
svn-id: r35865
2009-01-14Hide the mouse cursor when loading a saved gameJordi Vilalta Prat
svn-id: r35863
2009-01-14Fix for non-looped tracks of the music enhancement project. Also, got rid of ↵Filippos Karapetis
the dwMidiIndex variable svn-id: r35862
2009-01-14Game database headers are verified nowFilippos Karapetis
svn-id: r35861
2009-01-14Fixed warnings.Torbjörn Andersson
svn-id: r35859
2009-01-14Show the cursor and update it properly when closing the GMM.Jordi Vilalta Prat
svn-id: r35858
2009-01-14- Initialize the current cursor to an invalid one (this removes a glitch ↵Jordi Vilalta Prat
when loading from the launcher) - Removed the _syst attribute in Cursor_t7g svn-id: r35856
2009-01-13Reduced savegame code duplication and added savegame format versioning.Jordi Vilalta Prat
svn-id: r35855
2009-01-13Added const qualifier to (char *) parameterJordi Vilalta Prat
svn-id: r35854
2009-01-13Some updates/observations on script functionsFilippos Karapetis
svn-id: r35850
2009-01-13- PMV video headers are evaluated correctly nowFilippos Karapetis
- PMV video is now stopped correctly if the end of the video has been reached. Removed a relevant hack, which was caused due to an invalid memory read svn-id: r35849
2009-01-13Save game headers are now verifiedFilippos Karapetis
svn-id: r35848
2009-01-13When reverting to text only mode update the config manager settings accordingly.Johannes Schickel
svn-id: r35847
2009-01-13Added a possible FIXMEFilippos Karapetis
svn-id: r35846
2009-01-13Reworked the sound energy codeBenjamin Haisch
svn-id: r35845
2009-01-13Fix dithering of scaled videosJordi Vilalta Prat
svn-id: r35844
2009-01-13- Music now works in LGoP2Filippos Karapetis
- Changed the default music volume to 127, down from 255 - Added an explanation/FIXME for the out of sync mouth animations in RTZ - Added some TODOs and removed some obsolete ones svn-id: r35843
2009-01-12Don't call _mixer->stopAll() when changing scenes, as this stops the ↵Filippos Karapetis
enhanced audio tracks as well. Sounds are stopped by stopAllSamples() svn-id: r35839
2009-01-12CleanupFilippos Karapetis
svn-id: r35838
2009-01-12Imitate the way the original game is playing MIDI tracks when playing ↵Filippos Karapetis
enhanced ones svn-id: r35837
2009-01-12Added support for the Discworld 1 Music Enhancement project. Big thanks to ↵Filippos Karapetis
James Woodcock for his work on both versions of the game (the *.GRA and *.SCN version) svn-id: r35836
2009-01-12Fixed regression from revision 35765. Mask and path patches were destroyed ↵Nicola Mettifogo
before getting a chance to be used. svn-id: r35835
2009-01-12Implemented screen vfx #19 and #20Paul Gilbert
svn-id: r35834
2009-01-12Remove unused case, which isn't used by HE60-HE71 games.Travis Howell
svn-id: r35832
2009-01-12consistency fix and add a new lineMatthew Hoops
svn-id: r35831
2009-01-11IHNM save games no longer contain ITE-related variablesFilippos Karapetis
svn-id: r35828
2009-01-11Fix regression when gameids were los for some fanmade gamesEugene Sandulenko
svn-id: r35827
2009-01-11Patch from bugreport #1846746: "PUTTMOON 3DO: Play button in Outtro partly ↵Eugene Sandulenko
cut off" svn-id: r35823
2009-01-11Completed screen vfx #8, and also implemented screen vfx #18Paul Gilbert
svn-id: r35822
2009-01-11Fix talkspeed settings again.Travis Howell
svn-id: r35821
2009-01-11Fix bug #1925322 - DIG: Subtitle speed affects speech when subtitles are off.Travis Howell
svn-id: r35820
2009-01-11Committed a modified version of wjp's patch for the video player:Filippos Karapetis
- Split the video player from the video decoders. It's now possible to have one video player for multiple decoders - Added the palette weight calculation from the BS1 engine into VideoPlayer::setPalette. It's now possible to find the values of the white and black colors via getWhite() and getBlack() (useful for subtitle overlays) - Adapted FTA2's movie playing code to the new changes to video player - Fixed a slight bug in the DXA decoder (_videoinfo.startTime was not initialized) svn-id: r35816
2009-01-10Implemented screen vfx #8Paul Gilbert
svn-id: r35806
2009-01-10Fixed uninitialised variables in the SCUMM save/load dialog. The updateInfos()Torbjörn Andersson
function needs to know the dimensions of the dialog, so don't call it until after calling Dialog::reflowLayout(). svn-id: r35805
2009-01-10fixed radio chatter sfxPaweł Kołodziejski
svn-id: r35804
2009-01-10setQuickStartFlag is different value in HE100 games.Travis Howell
svn-id: r35803
2009-01-10- added initial radio chatter sfx, still not fully correctPaweł Kołodziejski
- remove obsolete mixerStreamRunning track variable svn-id: r35801
2009-01-10Correct sound timer, when sound compression is used in HE games.Travis Howell
svn-id: r35800
2009-01-10Fix warning.Travis Howell
svn-id: r35799
2009-01-10Fix compiling SCUMM engine, with HE71+ games disabled.Travis Howell
svn-id: r35798
2009-01-09Switch assert to an error message, stating the exact unknown code.Travis Howell
svn-id: r35796
2009-01-09Correct sound priority and SBNG offsets, in later HE games.Travis Howell
svn-id: r35795
2009-01-09Fix bug #2029639 - PAJAMA1: Lip Syncing.Travis Howell
svn-id: r35794
2009-01-08T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it ↵Henry Bush
doesn't have same name svn-id: r35793
2009-01-08T7G: Reset midi volume to 100 on starting a track, cleanupHenry Bush
svn-id: r35792
2009-01-08Fixed slight regressionFilippos Karapetis
svn-id: r35791
2009-01-08Give more detailed info on recently added KQ4 detection entry (It's KQ4 ↵Kari Salminen
v2.0, released on 1988-07-27 and it uses PC AGI 3.002.086). svn-id: r35787
2009-01-08Attempted fix of bug #2438637 (Dino not erased in introduction screen on ↵Nicola Mettifogo
Amiga Nippon Safes), by not forcing the character visible on a location switch. svn-id: r35786