aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2006-03-17Fixes animations when brandon turns inivisible/visible.Johannes Schickel
2006-03-17Fixes bug #1401337 ("KYRA: Platform with pegasi graphics glitch")Johannes Schickel
2006-03-17- Fixes bug #1401432 ("KYRA: Brandon graphics glitch when exiting castle cata...Johannes Schickel
2006-03-17Oops, I never meant to remove *that* line! Put it back again. (This fixes theTorbjörn Andersson
2006-03-17The opcode functions are not allowed to modify their own channel.dataptrTorbjörn Andersson
2006-03-16More cleanups and renamings: _sfxSecondByteOfSong -> _sfxPriorityTorbjörn Andersson
2006-03-16Went through callbacks 51, 52 and 53, comparing them to LordHoto's annotatedTorbjörn Andersson
2006-03-16We have several functions where we need to find the pointer to a program or anTorbjörn Andersson
2006-03-16More renamings:Torbjörn Andersson
2006-03-16I don't know if it's our bug, or a bug in the original Kyra music driver, butTorbjörn Andersson
2006-03-16Oops. removes some unneeded shifts and fixes now the feather bug.Johannes Schickel
2006-03-16Fixed some comments and made a couple of cleanups to make it a bit more clearTorbjörn Andersson
2006-03-16- Fixes some gfx glitches (the falling feather and the falling leaf now have ...Johannes Schickel
2006-03-15- removes a wrong space in debugC calls in screen.cppJohannes Schickel
2006-03-15This is a bit of a hack: Before showing the mouse cursor, take care of anyTorbjörn Andersson
2006-03-15On second thought, that comment is probably not necessary.Torbjörn Andersson
2006-03-15Added mouse wheel scrolling to save/restore dialogs.Torbjörn Andersson
2006-03-15Revert previous change. I'm told some backends don't draw the mouse cursorTorbjörn Andersson
2006-03-15The backend handled cursor drawing -- no need to update the screen manually.Torbjörn Andersson
2006-03-14Cleanup.Torbjörn Andersson
2006-03-14Gave the loadBitmap debug message its old debug level back. (I.e. made it lessTorbjörn Andersson
2006-03-14Added workaround in FMOPL for the pathological case where a note was turned offTorbjörn Andersson
2006-03-14- Deletes wrong spaces in debugC calls in resource.cppJohannes Schickel
2006-03-14Fix 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-14Fixes wrong sound then showing the death screen.Johannes Schickel
2006-03-14Fixes _unkTables, I made a mistake while extracting those last time it seems.Johannes Schickel
2006-03-14Updated comment with more circumstantial evidence that the low-frequency noteTorbjörn Andersson
2006-03-13Further clarifications to the comment about the "low-frequency notes atTorbjörn Andersson
2006-03-13Cleaned up the comments in unkOutput2(), and added a big note about the bugTorbjörn Andersson
2006-03-13Changed type for samplesleft in order for MIN macro to work properly on all p...Lars Persson
2006-03-13- Fixed regression when moving waitTicks to delay (removes wrongly drawn shap...Johannes Schickel
2006-03-13Things continue to fall into place. In other words, more renamings:Torbjörn Andersson
2006-03-13I was going to hold off on this until the "Pool of Sorrow" music had been fixedTorbjörn Andersson
2006-03-12Until now, we have confusingly used the terms "state" or "table" where weTorbjörn Andersson
2006-03-12Renamed callback1 to primaryEffect and callback2 to secondaryEffect.Torbjörn Andersson
2006-03-12Cleaned 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-12Compensate for rounding errors in _samplesPerCallback by having readBuffer()Torbjörn Andersson
2006-03-12Corrects former commit which deleted sound file loading after the scene with ...Johannes Schickel
2006-03-12After several days, telling LordHoto over and over that "no, I don't think theTorbjörn Andersson
2006-03-12Fixes non looping tracks and a fading bug, which silenced the music, with mt-32.Johannes Schickel
2006-03-12Music in the last two intro scenes plays now again with adlib.Johannes Schickel
2006-03-12Added debug message for the standard "note on" opcodes as well.Torbjörn Andersson
2006-03-12And now, for a change, some more renamings:Torbjörn Andersson
2006-03-12Added a block of comments about command parsing and timing. Perhaps it will beTorbjörn Andersson
2006-03-11Some more renaming:Torbjörn Andersson
2006-03-10More comments, and some very minor cleanup.Torbjörn Andersson
2006-03-10Added comment detailing what I believe I know about the remaining "unk"Torbjörn Andersson