aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2007-08-23Added skeleton code for sfScriptFade. Work is still needed in Gfx::palFade th...Filippos Karapetis
2007-08-23The colors of the input text widgets are correct now in IHNMFilippos Karapetis
2007-08-23The Lost in Time demo uses Adlib.Travis Howell
2007-08-22Implemented music pause and resumeFilippos Karapetis
2007-08-22Mutexes are now used in the MIDI music playing codeFilippos Karapetis
2007-08-22Implemented Music::stopFilippos Karapetis
2007-08-22Sprite priorities are now calculated correctly for IHNMFilippos Karapetis
2007-08-21Fixed the cutscenes in the CD version of Lost in TimeSven Hesse
2007-08-21The height of the save file list slider is calculated correctly now for IHNMFilippos Karapetis
2007-08-21The button sprites of the warnings dialogs of IHNM are loaded correctly now. ...Filippos Karapetis
2007-08-21Fixed the position of some widgets in the option dialogs of IHNMFilippos Karapetis
2007-08-21An encountered zero in an Apple IIGS sample stream turns off looping for that...Kari Salminen
2007-08-21Simplified blackToPalFilippos Karapetis
2007-08-21Updated some commentsFilippos Karapetis
2007-08-21Added note of clarification on enum AgiSoundType's different values.Kari Salminen
2007-08-2064bit AGOS fix by Mark WeaverMax Horn
2007-08-20Cleanup: Removed obsolete TODOsFilippos Karapetis
2007-08-20Fix for bug #1776993 - "ITE: Cannot exit a room (regression)"Filippos Karapetis
2007-08-19Made Apple IIGS MIDI file parsing work (They aren't completely standard MIDI ...Kari Salminen
2007-08-19Removed superfluous variable checkings. Made it so that Apple IIGS mixing cod...Kari Salminen
2007-08-19Fixes previously crashing sound. Crash happened because of PCjr 4-channel mix...Kari Salminen
2007-08-19Some cleanup / const correctness / OOficationMax Horn
2007-08-19Small correctionSven Hesse
2007-08-19Fixed warning about global symbol 'chn' being shadowed by local declaration '...Max Horn
2007-08-19Always update the video's position, even if it's already been loaded, becauseTorbjörn Andersson
2007-08-19Fixed bug #1777058.Nicola Mettifogo
2007-08-19Fixing code formattingMax Horn
2007-08-19Checking in patch #1777241 by Uwe Ryssel (GOB: Some optimizations for slow co...Sven Hesse
2007-08-19Fixed two more warningsMax Horn
2007-08-19Fixed some - not all - warnings.Torbjörn Andersson
2007-08-18Changed Apple IIGS sample playing frequency multiplier from 1076.0 to C6 (i.e...Kari Salminen
2007-08-18Added support for playing Apple IIGS samples. The code's not very pretty at t...Kari Salminen
2007-08-18Corrected some of the colors in the save/load dialogs in IHNMFilippos Karapetis
2007-08-17Added a definition for Apple IIGS sound emulation mode, made sound initializa...Kari Salminen
2007-08-17added two more partsPaweł Kołodziejski
2007-08-17Several bugfixes:Filippos Karapetis
2007-08-17Removed an obsolete TODOFilippos Karapetis
2007-08-16Now using stacks to keep track of multiple levels when parsing location scripts.Nicola Mettifogo
2007-08-16Fixed some warningMax Horn
2007-08-16Changed more parsing routines to use tables instead of switch statements.Nicola Mettifogo
2007-08-15Added rudimentary classes for different AGI sound resources (IIgsMidi, IIgsSa...Kari Salminen
2007-08-15Moved AgiSound definition around and also changed it from a struct to a class.Kari Salminen
2007-08-15Removed unneeded code from inside #if 0 ... #endif -clauses.Kari Salminen
2007-08-15Removed use of decodeSound(int resnum). Not needed at the moment (Probably go...Kari Salminen
2007-08-15Removed use of USE_IIGS_SOUND (#define).Kari Salminen
2007-08-15Changed use of USE_CHORUS (#define) to g_useChorus (static boolean).Kari Salminen
2007-08-15Made AGI's 4-channel PCjr sound not need structure packing pragmas anymore. A...Kari Salminen
2007-08-14Oops oops. This fixes the bug fix.Nicola Mettifogo
2007-08-14Oops. Removed debug code.Nicola Mettifogo
2007-08-14Fixed bug (array-overflow) in NS introduction. This randomly caused the intro...Nicola Mettifogo