Age | Commit message (Expand) | Author |
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 |
2006-03-10 | Since updateAndOutput2() is the only function that sets up wave forms and | Torbjörn Andersson |
2006-03-10 | Some more/updated comments. | Torbjörn Andersson |
2006-03-09 | - Removes deleted waitTicks prototype in KyraEngine | Johannes Schickel |
2006-03-09 | As LordHoto pointed out to me, updateCallback41() was slightly different after | Torbjörn Andersson |
2006-03-09 | More cleanups and renamings: | Torbjörn Andersson |
2006-03-09 | Set down in comments what I know about _outputTable[], and what I suspect about | Torbjörn Andersson |
2006-03-09 | Corrected a few comments where I had mistaken the note on/off bit for one of | Torbjörn Andersson |
2006-03-08 | Fixed tons of format string warnings for debug/error calls (including several... | Max Horn |
2006-03-08 | The adlib code was calling the Kyra delay() function instead of the | Oystein Eftevaag |
2006-03-06 | Renamed setTempo to update_setTempo, also fixed tempo handling (intro is too ... | Johannes Schickel |
2006-03-06 | More renamings: _unkTableByte1 is now _tempo, and updateCallback29() is | Torbjörn Andersson |
2006-03-06 | Cleanup | Torbjörn Andersson |
2006-03-05 | Corrects implementation of updateCallback48. | Johannes Schickel |
2006-03-05 | Note to self: compile before commit. | Torbjörn Andersson |
2006-03-05 | The updateUnk6Value() appears to be some sort of random number generator, so I | Torbjörn Andersson |
2006-03-05 | Renamed output1() to adjustVolume(). I'm still uncertain exactly *how* the | Torbjörn Andersson |
2006-03-04 | Cleanup: output0x388(0xABCD) is now writeOPL(0xAB, 0xCD), which is slightly | Torbjörn Andersson |
2006-03-02 | Changed timeing related variables to unsigned. | Johannes Schickel |
2006-03-01 | Oops forgot to enable music again. | Johannes Schickel |
2006-03-01 | Added debug calls to the adlib functions, also uses mixer samplerate now. | Johannes Schickel |
2006-03-01 | Fixed updateCallback11() according to LordHoto's directions, and renamed it | Torbjörn Andersson |
2006-03-01 | Renamed 'unk9' to a slightly more descriptive 'repeatCounter'. (I should have | Torbjörn Andersson |