aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-25Added an abstract base class for representing multiple-frames for ↵Nicola Mettifogo
animations. Changed user code to rely on the new interface. Cnv has been turned into an implementation of the new interface, and it is now known as a concrete class only to Disk and Font code for Nippon Safes. svn-id: r28734
2007-08-25Fixed a regressionFilippos Karapetis
svn-id: r28733
2007-08-25Reset the protagonist's portrait when a chapter endsFilippos Karapetis
svn-id: r28732
2007-08-25When sfMainMode is set, overwrite the stored panel modeFilippos Karapetis
svn-id: r28731
2007-08-25The palette is set correctly now when chapter points change and a cutaway is upFilippos Karapetis
svn-id: r28730
2007-08-25Fix build.Nicola Mettifogo
svn-id: r28729
2007-08-25Properly limit the save title size in IHNMFilippos Karapetis
svn-id: r28728
2007-08-25Merged most parser contexts into a single structure, added some new fields ↵Nicola Mettifogo
to support BRA. svn-id: r28727
2007-08-25Only close patch files for ITE, not IHNMFilippos Karapetis
svn-id: r28726
2007-08-25Stop showing actors before a scene's background is shown. Removed a relevant ↵Filippos Karapetis
hack svn-id: r28725
2007-08-25Added skeleton code for kActorEventFilippos Karapetis
svn-id: r28724
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-25Updated the parallaction MSVC8 project file for commit #28711Filippos Karapetis
svn-id: r28717
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-22Reverted commit #28696, as the cause for it was different and has been fixed ↵Filippos Karapetis
with commit #28697 svn-id: r28699
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-22Detach the player callback handler when the music is being unloaded. Fixes ↵Filippos Karapetis
bug #1734416 - "AUDIO: ITE: Random crashes with the MIDI parser" svn-id: r28696
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