Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-14 | AGI: Make the sound code use AgiBase instead of AgiEngine | Matthew Hoops | |
In preparation of using the sound code with Winnie | |||
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-03 | AGI: Fix type mismatch (see bug #3311198) | Max Horn | |
2011-05-25 | AGI: Fix compilation on 64 bit platforms | Willem Jan Palenstijn | |
I'm unable to test this change, but it avoids using a pointer to store an int temporarily. | |||
2011-05-25 | Merge pull request #9 from tiqpit/a2gs | Eugene Sandulenko | |
AGI: Fix //gs output | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-12 | AGI: More formatting changes... | Jussi Pitkanen | |
2011-04-12 | AGI: Use delete[] instead of delete for arrays | Jussi Pitkanen | |
2011-04-12 | AGI: Formatting | Jussi Pitkanen | |
2011-04-10 | AGI: Detect swap mode correctly for Apple IIGS instruments. | Jussi Pitkanen | |
Also add comments describing which instruments use swap mode or vibrato, plus print debug messages when those instruments are actually being played. | |||
2011-04-09 | AGI: Cleanup sound_2gs.* | Jussi Pitkanen | |
2011-04-09 | AGI: Refactor and fix Apple IIGS sound generator | Jussi Pitkanen | |
Make the player be centered on a fixed number of "generators" instead of MIDI channels that arbitrarily allocate generators for notes. Make the audio stream to be stereo and for sample rate use _sampleRate. Rewrite the synthesis core: * Make generators use both oscillators * Implement swap mode for oscillators * Fix envelope update frequency | |||
2011-04-04 | AGI: Avoid global constructors (due to global refs) | Max Horn | |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-11-07 | COMMON: Rename and tweak MD5 functions | Max Horn | |
* names now comply to our naming conventions * the function computeStreamMD5AsString which computes the MD5 as a hex string now returns it as a Common::String * add doxygen comments svn-id: r54121 | |||
2010-06-15 | AGI: rearranged class methods a bit and cleanup. | Eugene Sandulenko | |
svn-id: r49758 | |||
2010-06-15 | AGI: Split all sound generators into separate modules. | Eugene Sandulenko | |
Now the sound subsystem of the engine finally is possible to grasp. Also now it is obvious why CoCo3 sounds are not functioning. svn-id: r49757 | |||
2010-06-15 | AGI: Split out IIgs sound emulator into separate files. | Eugene Sandulenko | |
svn-id: r49749 |