Age | Commit message (Expand) | Author |
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 | Fix for bug #1438822 (Targets are case sensitive) | Max Horn |
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 |
2006-03-01 | Use signed integers for jump offsets, so that the jump opcodes can jump both | Torbjörn Andersson |
2006-03-01 | Cleaned up updateCallback36() and renamed it setVibratoDepth(). | Torbjörn Andersson |
2006-03-01 | Cleaned up updateCallback35() and renamed it setAMDepth(). It looks like the | Torbjörn Andersson |
2006-03-01 | Minor cleanup and comments. | Torbjörn Andersson |
2006-02-28 | Added lock() and unlock() again to readBuffer. | Johannes Schickel |
2006-02-28 | Added some basic comments, along with some very, very minor cleanup. | Torbjörn Andersson |
2006-02-28 | Removed unnecessary line. | Torbjörn Andersson |
2006-02-28 | This may be needless paranoia, but I always get nervous about order of | Torbjörn Andersson |
2006-02-27 | Fixes hangs in the "Pool of Sorrow" scene (at least I don't get them anymore). | Johannes Schickel |
2006-02-27 | Added WIP Adlib sound playing code to kyra. | Johannes Schickel |
2006-02-25 | A typical example why MKID is dangerous: Kyra uses it incorrectly, thus saveg... | Max Horn |
2006-02-18 | - renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistency | Max Horn |
2006-02-18 | - Removed the 'features' field from GameSettings | Max Horn |
2006-02-17 | Reduced header dependencies | Max Horn |
2006-02-17 | Added global toGameSettings() template function for convenience; simplified G... | Max Horn |
2006-02-17 | Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini... | Max Horn |
2006-02-14 | Made the kyra debug extensions more generic, i.e. scumm engine could replace | Johannes Schickel |
2006-02-14 | Reworked kyra debug output system. Now he have special kyra intern debug leve... | Johannes Schickel |
2006-02-13 | Initializes a var that would sometimes cause the intro to run too fast. | Oystein Eftevaag |
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null a... | Max Horn |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |