Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-14 | TITANIC: Properly flag audio buffer as finished when song is done | Paul Gilbert | |
2017-09-16 | TITANIC: Improve audio buffer critial section handling | Paul Gilbert | |
2017-09-16 | TITANIC: Standardize audio rate constants | Paul Gilbert | |
2017-09-14 | TITANIC: Moved queue logic within CAUdioBuffer to new FixedQueue class | Paul Gilbert | |
This is a cleaner implementation, since all the pointer logic and queue management is now better encapsulated in it's own class. I felt a new FixedQueue class was necessary because the standard Queue class uses a Common::List internally, which would be unsuitable for containing 100,000 elements, since each int value would need it's own list node. This way uses an array internally, like FixedStack | |||
2017-02-12 | TITANIC: Simplify implementation of CAudioBuffer | Paul Gilbert | |
2017-02-10 | TITANIC: Implementing audio buffer audio stream | Paul Gilbert | |
2017-02-05 | TITANIC: Further renamings for the audio buffer | Paul Gilbert | |
2017-02-05 | TITANIC: Renamings and cleanups for music room handler & audio buffer | Paul Gilbert | |
2017-02-05 | TITANIC: Implemented CMusicWave read method | Paul Gilbert | |
2017-02-02 | TITANIC: Implemented CMusicRoomhandler updateAudio | Paul Gilbert | |
2017-02-01 | TITANIC: Implemented CAudioBuffer class | Paul Gilbert | |