aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-08-25The intro of IHNM is shown correctly nowFilippos Karapetis
svn-id: r28723
2007-08-25Some more fixes to Gfx::palFade. Benny's nightfall scene is shown correctly nowFilippos Karapetis
svn-id: r28722
2007-08-25Added a note on mouse right button action for IHNMFilippos Karapetis
svn-id: r28721
2007-08-25Converse arrows scroll the conversation options correctly nowFilippos Karapetis
svn-id: r28720
2007-08-25Inventory arrows scroll the inventory correctly nowFilippos Karapetis
svn-id: r28719
2007-08-25Cleanup script routines.Nicola Mettifogo
svn-id: r28718
2007-08-25Fixes end scene in Kyrandia 1 Macintosh.Johannes Schickel
svn-id: r28716
2007-08-25- reformatting AdvancedDetector engines (looks like what the gob engine uses ↵Johannes Schickel
now) - add entry for Kyrandia 1 Mac svn-id: r28715
2007-08-25Completed the restart/restore dialog screen and functionalityPaul Gilbert
svn-id: r28714
2007-08-25Bugfix to prevent animations nuking the GUI element palette entriesPaul Gilbert
svn-id: r28713
2007-08-25Fixed up several sound system script methodsPaul Gilbert
svn-id: r28712
2007-08-24First step in restructuring engine code:Nicola Mettifogo
- code has been consolidated in fewer files - new table-driven parsers/execution - some functions has been pushed down the engine hierarchy - Parallaction_br now inherits from Parallaction_ns svn-id: r28711
2007-08-24Some more fixes to Gfx::palFadeFilippos Karapetis
svn-id: r28710
2007-08-24The frame count needs to be updated for cutaways without an animation bit as ↵Filippos Karapetis
well. Removed a hack for the nightfall scene in Benny's chapter svn-id: r28709
2007-08-24Oops, fixed a regression introduced with the latest code cleanupFilippos Karapetis
svn-id: r28708
2007-08-24Code cleanup for the IHNM demoFilippos Karapetis
svn-id: r28707
2007-08-24Updated some commentsFilippos Karapetis
svn-id: r28706
2007-08-24Some more updates to Gfx::palFade (not finished yet, though)Filippos Karapetis
svn-id: r28705
2007-08-24Clearcutaway now sets the scene's palette. Removed two workarounds for the ↵Filippos Karapetis
IHNM demo svn-id: r28704
2007-08-24Clean-up of event opsFilippos Karapetis
svn-id: r28703
2007-08-23Added skeleton code for sfScriptFade. Work is still needed in Gfx::palFade ↵Filippos Karapetis
though, so it still doesn't work svn-id: r28702
2007-08-23The colors of the input text widgets are correct now in IHNMFilippos Karapetis
svn-id: r28701
2007-08-23The Lost in Time demo uses Adlib.Travis Howell
svn-id: r28700
2007-08-22Implemented music pause and resumeFilippos Karapetis
svn-id: r28698
2007-08-22Mutexes are now used in the MIDI music playing codeFilippos Karapetis
svn-id: r28697
2007-08-22Implemented Music::stopFilippos Karapetis
svn-id: r28695
2007-08-22Sprite priorities are now calculated correctly for IHNMFilippos Karapetis
svn-id: r28694
2007-08-21Fixed the cutscenes in the CD version of Lost in TimeSven Hesse
(There's still something wrong with the second one, the one with the agent, though. Probably has to do with the sound key command 10) svn-id: r28693
2007-08-21The height of the save file list slider is calculated correctly now for IHNMFilippos Karapetis
svn-id: r28691
2007-08-21The button sprites of the warnings dialogs of IHNM are loaded correctly now. ↵Filippos Karapetis
Also, the save file slider is shown correctly now (although it still needs some tweaking, as its virtual height is still the same as in ITE) svn-id: r28690
2007-08-21Fixed the position of some widgets in the option dialogs of IHNMFilippos Karapetis
svn-id: r28689
2007-08-21An encountered zero in an Apple IIGS sample stream turns off looping for ↵Kari Salminen
that stream. Implemented this. svn-id: r28688
2007-08-21Simplified blackToPalFilippos Karapetis
svn-id: r28686
2007-08-21Updated some commentsFilippos Karapetis
svn-id: r28685
2007-08-21Added note of clarification on enum AgiSoundType's different values.Kari Salminen
svn-id: r28684
2007-08-2064bit AGOS fix by Mark WeaverMax Horn
svn-id: r28683
2007-08-20Cleanup: Removed obsolete TODOsFilippos Karapetis
svn-id: r28682
2007-08-20Fix for bug #1776993 - "ITE: Cannot exit a room (regression)"Filippos Karapetis
svn-id: r28679
2007-08-19Made Apple IIGS MIDI file parsing work (They aren't completely standard MIDI ↵Kari Salminen
files). Enables playing the MIDI files (No sound! Only stepping through). Speed's probably not correct. svn-id: r28674
2007-08-19Removed superfluous variable checkings. Made it so that Apple IIGS mixing ↵Kari Salminen
code doesn't try to mix MIDI sounds yet as mixing them isn't yet supported. svn-id: r28673
2007-08-19Fixes previously crashing sound. Crash happened because of PCjr 4-channel ↵Kari Salminen
mixing code trying to use uninitialized values (phase, ins etc) when mixSound was called before anything was playing. svn-id: r28672
2007-08-19Some cleanup / const correctness / OOficationMax Horn
svn-id: r28671
2007-08-19Small correctionSven Hesse
svn-id: r28670
2007-08-19Fixed warning about global symbol 'chn' being shadowed by local declaration ↵Max Horn
'chn' (note: naming a global var 'chn' is probably a bad idea. And using a class would be far better anyway ;) svn-id: r28669
2007-08-19Always update the video's position, even if it's already been loaded, becauseTorbjörn Andersson
it won't necessarily be played at the same position every time. For instance, in Lost in Time you can look at the captain's chair several times. The position of the video seems to depend on exactly where on the screen you clicked. svn-id: r28668
2007-08-19Fixed bug #1777058.Nicola Mettifogo
svn-id: r28666
2007-08-19Fixing code formattingMax Horn
svn-id: r28665
2007-08-19Checking in patch #1777241 by Uwe Ryssel (GOB: Some optimizations for slow ↵Sven Hesse
computers) svn-id: r28664
2007-08-19Fixed two more warningsMax Horn
svn-id: r28662
2007-08-19Fixed some - not all - warnings.Torbjörn Andersson
svn-id: r28661