Age | Commit message (Expand) | Author |
2008-10-13 | Patch #2131406: AGI: Fix Crash with Apple][ Instruments. | Kari Salminen |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | AGI: Another case where it is better to use FSNodes directly, instead of conv... | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-08-13 | Fixed initialization of some SoundMgr-class's member variables. Moved _sndBuf... | Kari Salminen |
2008-08-13 | Reverted r33815 (But not r33816). | Kari Salminen |
2008-08-13 | Shutting up Valgrind about using uninitialised values from array _chn in func... | Kari Salminen |
2008-08-13 | Changed Agi::SoundMgr's sound buffer to a member array of size BUFFER_SIZE. A... | Kari Salminen |
2008-04-21 | Fix timing in Apple IIGS MIDI parsing. Now sounds should get triggered at the... | Kari Salminen |
2008-04-17 | Fixed gcc warnings. | Johannes Schickel |
2008-04-17 | Fix building with GCC (a few extra ;'s got in there somehow). | John Willis |
2008-04-17 | Implemented Apple IIGS MIDI playing with software mixing. | Kari Salminen |
2008-04-15 | Make convertWave-function static as it uses no member variables. | Kari Salminen |
2008-04-15 | Cleanup (Remove unneeded functions and rename a struct correctly). | Kari Salminen |
2008-04-15 | Move MIDI program change mappings to their own structs (Useful for later chan... | Kari Salminen |
2008-04-08 | Implement the full range of Apple IIGS MIDI program number to instrument mapp... | Kari Salminen |
2008-04-03 | Add Apple IIGS MIDI program number to instrument number mappings (Both for th... | Kari Salminen |
2008-04-03 | After further testing it seems Apple IIGS midi playing speed is actually 60 t... | Kari Salminen |
2008-04-03 | Fix naming of the Apple IIGS midi speed variable and its value (Was erronousl... | Kari Salminen |
2008-04-03 | Fix Apple IIGS midi playing speed (Based on tests with Apple IIGS KQ1 and SQ1... | Kari Salminen |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ... | Max Horn |
2007-09-03 | Fix warning about unused static function | Max Horn |
2007-09-03 | Some updates to preagi's sound system and code cleanup | Filippos Karapetis |
2007-08-28 | Fix relative pitch handling (It's signed, was interpreted as unsigned before). | Kari Salminen |
2007-08-21 | An encountered zero in an Apple IIGS sample stream turns off looping for that... | Kari Salminen |
2007-08-19 | Made Apple IIGS MIDI file parsing work (They aren't completely standard MIDI ... | Kari Salminen |
2007-08-19 | Removed superfluous variable checkings. Made it so that Apple IIGS mixing cod... | Kari Salminen |
2007-08-19 | Fixes previously crashing sound. Crash happened because of PCjr 4-channel mix... | Kari Salminen |
2007-08-19 | Some cleanup / const correctness / OOfication | Max Horn |
2007-08-19 | Fixed warning about global symbol 'chn' being shadowed by local declaration '... | Max Horn |
2007-08-18 | Changed Apple IIGS sample playing frequency multiplier from 1076.0 to C6 (i.e... | Kari Salminen |
2007-08-18 | Added support for playing Apple IIGS samples. The code's not very pretty at t... | Kari Salminen |
2007-08-17 | Added a definition for Apple IIGS sound emulation mode, made sound initializa... | Kari Salminen |
2007-08-16 | Fixed some warning | Max Horn |
2007-08-15 | Added rudimentary classes for different AGI sound resources (IIgsMidi, IIgsSa... | Kari Salminen |
2007-08-15 | Removed unneeded code from inside #if 0 ... #endif -clauses. | Kari Salminen |
2007-08-15 | Removed use of decodeSound(int resnum). Not needed at the moment (Probably go... | Kari Salminen |
2007-08-15 | Removed use of USE_IIGS_SOUND (#define). | Kari Salminen |
2007-08-15 | Changed use of USE_CHORUS (#define) to g_useChorus (static boolean). | Kari Salminen |
2007-08-15 | Made AGI's 4-channel PCjr sound not need structure packing pragmas anymore. A... | Kari Salminen |
2007-08-14 | Moved Apple IIGS related structs' read & finalize functions' implementations ... | Kari Salminen |
2007-08-14 | Defined some functions in Agi::SoundMgr and moved stuff generally around betw... | Kari Salminen |
2007-08-14 | Unified intendation, purely visual changes. | Kari Salminen |
2007-08-14 | Not saving Apple IIGS instrument header's unneeded info anymore (Priority inc... | Kari Salminen |
2007-08-13 | Added a couple of simple AgiSound stop, play, isPlaying-functions. | Kari Salminen |
2007-08-13 | Grouped wave lists together into oscillators (Oscillators always consists of ... | Kari Salminen |
2007-08-13 | Made calcTrueSampleSize seek back to stream's start when ending the function. | Kari Salminen |