Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-13 | Added a couple of simple AgiSound stop, play, isPlaying-functions. | Kari Salminen | |
svn-id: r28598 | |||
2007-08-13 | Grouped wave lists together into oscillators (Oscillators always consists of ↵ | Kari Salminen | |
two waves). svn-id: r28597 | |||
2007-08-13 | Made calcTrueSampleSize seek back to stream's start when ending the function. | Kari Salminen | |
svn-id: r28595 | |||
2007-08-13 | Moved read- and finalize-functions into corresponding structs and fixed ↵ | Kari Salminen | |
calls to them where needed. svn-id: r28594 | |||
2007-08-13 | Added more functions to help with determining the Apple IIGS samples' real ↵ | Kari Salminen | |
lengths. svn-id: r28592 | |||
2007-08-11 | Fix warning() format string | Max Horn | |
svn-id: r28518 | |||
2007-08-10 | Added Apple IIGS sample's true size calculation (A zero byte can end the ↵ | Kari Salminen | |
sample prematurely). svn-id: r28514 | |||
2007-08-10 | Parsing Apple IIGS wave info into more easily accessible variables in the ↵ | Kari Salminen | |
memory. svn-id: r28513 | |||
2007-08-09 | Added Apple IIGS instruments and wave file loading.\n(Apple IIGS music ↵ | Kari Salminen | |
playing is broken at the moment). svn-id: r28508 | |||
2007-08-09 | Brought back and changed some variables from inside a #if 0 ... #endif | Kari Salminen | |
svn-id: r28507 | |||
2007-08-09 | Removed old loadInstruments(). | Kari Salminen | |
svn-id: r28506 | |||
2007-08-09 | Added a couple of new constants and modified an existing one. | Kari Salminen | |
svn-id: r28505 | |||
2007-08-09 | Fix compile warnings. | Travis Howell | |
svn-id: r28501 | |||
2007-08-04 | Fixes compilation error C2666: 'pow' : 7 overloads have similar conversions ↵ | Kari Salminen | |
on Windows (VS2003), Xbox (VS2003) and Xbox 360 (VS2005). Thanks to Carch for reporting the compilation problems. svn-id: r28446 | |||
2007-08-04 | Some Apple IIGS sound chip playing mode defines etc. | Kari Salminen | |
svn-id: r28445 | |||
2007-08-03 | Figured out most missing parts of the Apple IIGS sample header. Added ↵ | Kari Salminen | |
methods for reading Apple IIGS instrument headers. svn-id: r28432 | |||
2007-08-02 | Added reading of volume parameter from Apple IIGS AGI sample header. | Kari Salminen | |
svn-id: r28405 | |||
2007-08-02 | Added methods for reading Apple IIGS AGI samples and creating ↵ | Kari Salminen | |
AudioStream-objects out of them. Commented out some code to make things compile. svn-id: r28404 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn | |
svn-id: r25752 | |||
2007-02-13 | Get rid of _opt. Cleanup. | Eugene Sandulenko | |
svn-id: r25549 | |||
2007-01-27 | Moved the setupPremix() calls to initSound() and deinitSound(), instead of the | Torbjörn Andersson | |
sound manager's constructor/destructor. Maybe this will fix the rare crashes on startup? svn-id: r25225 | |||
2007-01-16 | Formating names in source code | Paweł Kołodziejski | |
svn-id: r25101 | |||
2006-12-06 | Fixing some compiler warnings | Max Horn | |
svn-id: r24812 | |||
2006-12-06 | Fixed compile errors (for me at least). Still plenty of warnings, though. | Torbjörn Andersson | |
svn-id: r24809 | |||
2006-12-06 | first phase of objectisation of agi engine | Paweł Kołodziejski | |
svn-id: r24808 | |||
2006-05-24 | Fixed most - not all - GCC warnings. | Torbjörn Andersson | |
svn-id: r22614 | |||
2006-05-24 | removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRES | Paweł Kołodziejski | |
svn-id: r22609 | |||
2006-05-23 | imported AGI engine | Paweł Kołodziejski | |
svn-id: r22588 |