aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
AgeCommit message (Expand)Author
2007-09-01Fix compilation and warnings.Eugene Sandulenko
2007-09-01Added WIP logic code for Mickey's Space AdventureFilippos Karapetis
2007-09-01GIve some files more logical namesEugene Sandulenko
2007-09-01An early WIP of PreAGI (TrollVM) supportEugene Sandulenko
2007-09-01Add older picture formats parsersEugene Sandulenko
2007-08-28Fix relative pitch handling (It's signed, was interpreted as unsigned before).Kari Salminen
2007-08-21An encountered zero in an Apple IIGS sample stream turns off looping for that...Kari Salminen
2007-08-21Added note of clarification on enum AgiSoundType's different values.Kari Salminen
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-19Fixed warning about global symbol 'chn' being shadowed by local declaration '...Max Horn
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-17Added a definition for Apple IIGS sound emulation mode, made sound initializa...Kari Salminen
2007-08-16Fixed some warningMax Horn
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-14Shuffled around AgiGameID's declaration and an include to get stuff hopefully...Kari Salminen
2007-08-14Added forward declaration for enum AgiGameID (Was breaking compilation on GCC).Kari Salminen
2007-08-14Moved Apple IIGS related structs' read & finalize functions' implementations ...Kari Salminen
2007-08-14Defined some functions in Agi::SoundMgr and moved stuff generally around betw...Kari Salminen
2007-08-14Unified intendation, purely visual changes.Kari Salminen
2007-08-14Not saving Apple IIGS instrument header's unneeded info anymore (Priority inc...Kari Salminen
2007-08-13Added a couple of simple AgiSound stop, play, isPlaying-functions.Kari Salminen
2007-08-13Grouped wave lists together into oscillators (Oscillators always consists of ...Kari Salminen
2007-08-13Made calcTrueSampleSize seek back to stream's start when ending the function.Kari Salminen
2007-08-13Moved read- and finalize-functions into corresponding structs and fixed calls...Kari Salminen
2007-08-13Added more functions to help with determining the Apple IIGS samples' real le...Kari Salminen
2007-08-11Fix warning() format stringMax Horn
2007-08-10Added Apple IIGS sample's true size calculation (A zero byte can end the samp...Kari Salminen
2007-08-10Parsing Apple IIGS wave info into more easily accessible variables in the mem...Kari Salminen
2007-08-09Added Apple IIGS instruments and wave file loading.\n(Apple IIGS music playin...Kari Salminen
2007-08-09Brought back and changed some variables from inside a #if 0 ... #endifKari Salminen
2007-08-09Removed old loadInstruments().Kari Salminen
2007-08-09Added a couple of new constants and modified an existing one.Kari Salminen
2007-08-09Fix compile warnings.Travis Howell
2007-08-04Fixes compilation error C2666: 'pow' : 7 overloads have similar conversions o...Kari Salminen
2007-08-04Some Apple IIGS sound chip playing mode defines etc.Kari Salminen
2007-08-04Tell the user if saving a game fails. (I haven't tested the saveGameSimple()Torbjörn Andersson
2007-08-03Added Apple IIGS arrow cursor data.Kari Salminen
2007-08-03Figured out most missing parts of the Apple IIGS sample header. Added methods...Kari Salminen
2007-08-02Added reading of volume parameter from Apple IIGS AGI sample header.Kari Salminen
2007-08-02Added methods for reading Apple IIGS AGI samples and creating AudioStream-obj...Kari Salminen