Age | Commit message (Expand) | Author |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-04-12 | Fixing mismatch between format strings and data on some systems | Max Horn |
2006-04-12 | sizeof(void *) != sizeof(int) for a large number of systems. | Jonathan Gray |
2006-03-26 | Cleaned up update_playRhythmSection(). It's almost possible to understand what | Torbjörn Andersson |
2006-03-25 | I believe that the purpose of updateCallback45() is to add a signed value to a | Torbjörn Andersson |
2006-03-25 | More renamings: | Torbjörn Andersson |
2006-03-21 | Implemented "sound triggers" so that the music does not stop shortly after | Torbjörn Andersson |
2006-03-17 | Oops, I never meant to remove *that* line! Put it back again. (This fixes the | Torbjörn Andersson |
2006-03-17 | The opcode functions are not allowed to modify their own channel.dataptr | Torbjörn Andersson |
2006-03-16 | More cleanups and renamings: _sfxSecondByteOfSong -> _sfxPriority | Torbjörn Andersson |
2006-03-16 | Went through callbacks 51, 52 and 53, comparing them to LordHoto's annotated | Torbjörn Andersson |
2006-03-16 | We have several functions where we need to find the pointer to a program or an | Torbjörn Andersson |
2006-03-16 | More renamings: | Torbjörn Andersson |
2006-03-16 | I don't know if it's our bug, or a bug in the original Kyra music driver, but | Torbjörn Andersson |
2006-03-16 | Fixed some comments and made a couple of cleanups to make it a bit more clear | Torbjörn Andersson |
2006-03-14 | Cleanup. | Torbjörn Andersson |
2006-03-14 | Added workaround in FMOPL for the pathological case where a note was turned off | Torbjörn Andersson |
2006-03-14 | Fix typo in comment. | Torbjörn Andersson |
2006-03-14 | - Fixes a bug in update_primaryEffect (wrong sound from the birds outside bra... | Johannes Schickel |
2006-03-14 | Fixes _unkTables, I made a mistake while extracting those last time it seems. | Johannes Schickel |
2006-03-14 | Updated comment with more circumstantial evidence that the low-frequency note | Torbjörn Andersson |
2006-03-13 | Further clarifications to the comment about the "low-frequency notes at | Torbjörn Andersson |
2006-03-13 | Cleaned up the comments in unkOutput2(), and added a big note about the bug | Torbjörn Andersson |
2006-03-13 | Changed type for samplesleft in order for MIN macro to work properly on all p... | Lars Persson |
2006-03-13 | Things continue to fall into place. In other words, more renamings: | Torbjörn Andersson |
2006-03-13 | I was going to hold off on this until the "Pool of Sorrow" music had been fixed | Torbjörn Andersson |
2006-03-12 | Until now, we have confusingly used the terms "state" or "table" where we | Torbjörn Andersson |
2006-03-12 | Renamed callback1 to primaryEffect and callback2 to secondaryEffect. | Torbjörn Andersson |
2006-03-12 | Cleaned up comment and did some more renaming: | Torbjörn Andersson |
2006-03-12 | - Renames some functions: | Johannes Schickel |
2006-03-12 | - Changes usage of regBx to regAx in primaryEffect2 (seems to be a bug introd... | Johannes Schickel |
2006-03-12 | Compensate for rounding errors in _samplesPerCallback by having readBuffer() | Torbjörn Andersson |
2006-03-12 | Corrects former commit which deleted sound file loading after the scene with ... | Johannes Schickel |
2006-03-12 | After several days, telling LordHoto over and over that "no, I don't think the | Torbjörn Andersson |
2006-03-12 | Music in the last two intro scenes plays now again with adlib. | Johannes Schickel |
2006-03-12 | Added debug message for the standard "note on" opcodes as well. | Torbjörn Andersson |
2006-03-12 | And now, for a change, some more renamings: | Torbjörn Andersson |
2006-03-12 | Added a block of comments about command parsing and timing. Perhaps it will be | Torbjörn Andersson |
2006-03-11 | Some more renaming: | Torbjörn Andersson |
2006-03-10 | More comments, and some very minor cleanup. | Torbjörn Andersson |
2006-03-10 | Added comment detailing what I believe I know about the remaining "unk" | Torbjörn Andersson |
2006-03-10 | Further guesswork: 'unk2' appears to be the priority of a sound, since the | Torbjörn Andersson |
2006-03-10 | Fleshed out some guesswork comments. | Torbjörn Andersson |
2006-03-10 | Renamed _unkOutputByte1 _curRegOffset. It doesn't always correspond to the | Torbjörn Andersson |
2006-03-10 | Added guesswork comments for stateCallback2_1() and its related functions and | Torbjörn Andersson |
2006-03-10 | Added guesswork comments for stateCallback1_1() and its related functions and | Torbjörn Andersson |
2006-03-10 | Fixed some obvious errors in the comments I added before. | Torbjörn Andersson |
2006-03-10 | Added some guesswork comments about stateCallback1_2() and related functions | Torbjörn Andersson |
2006-03-10 | The calculateLowByte1() and 2() functions are used for calculating the "total | Torbjörn Andersson |
2006-03-10 | Renamed "algorithm" "twoChan" to be more consistent with our MidiDriver_ADLIB | Torbjörn Andersson |