Age | Commit message (Expand) | Author |
2010-06-20 | SCI: storing all manual midi commands now and actually sending them to driver... | Martin Kiewitz |
2010-06-20 | Don't go into "menu input mode" unless the game currently allows the menus to | Torbjörn Andersson |
2010-06-20 | Removed unused variables | Paul Gilbert |
2010-06-20 | Implemented explicit transparency index support - the previous hardcoded inde... | Paul Gilbert |
2010-06-20 | Added support for the alternate encoding for depth surfaces | Paul Gilbert |
2010-06-19 | SCI: changing error to warning in ResMan::detectViewType() | Martin Kiewitz |
2010-06-19 | SCI: locking _mutex inside SciMusic::sendMidiCommand(MusicEntry *pSnd, uint32... | Martin Kiewitz |
2010-06-19 | SCI: fixing last uninitialized variable issue in MidiParser_SCI (hopefully) | Martin Kiewitz |
2010-06-19 | SCI: fixing another uninitialized variable usage issue - also limiting reset ... | Martin Kiewitz |
2010-06-19 | SCI: stopping scripts from sending to unused channels manually (fixes sq1vga) | Martin Kiewitz |
2010-06-19 | SCI: reverting r50058 - we can't actually send to the channels at that time, ... | Martin Kiewitz |
2010-06-19 | SCI: move setVolume down inside loadMusic so that it actually affects the use... | Martin Kiewitz |
2010-06-19 | SCI: fixing uninitialized usage in MidiParser_SCI | Martin Kiewitz |
2010-06-19 | SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac... | Martin Kiewitz |
2010-06-19 | SCI: resume when unable to locate base objects - fixes loading some saved games | Martin Kiewitz |
2010-06-19 | SCI: free channels for channel remapping on stop and pause, instead of dispos... | Martin Kiewitz |
2010-06-19 | SCI: cleanup view decompression code | Martin Kiewitz |
2010-06-19 | AGI: Get rid of GID_SQ0 | Max Horn |
2010-06-19 | AGI: Fix detection of AGI Tetris and Caitlyn's Destiny | Max Horn |
2010-06-19 | SCI: replacing the keyboard size check for direction type detection with chec... | Martin Kiewitz |
2010-06-19 | SCI: added TODO for keyboard driver size check, maybe this whole stuff isn't ... | Martin Kiewitz |
2010-06-19 | SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also r... | Martin Kiewitz |
2010-06-19 | Cleanup. | Nicola Mettifogo |
2010-06-19 | Cleanup some more state when switching part in BRA. | Nicola Mettifogo |
2010-06-19 | Use the new _nextPart member switching part from the menu in BRA. | Nicola Mettifogo |
2010-06-19 | Implemented PART command for BRA, largely based on patch #3005434 by fuzzie. | Nicola Mettifogo |
2010-06-19 | Guarded the command execution suspension for NS demo (this was due in r38662 ... | Nicola Mettifogo |
2010-06-19 | Save the context of a suspended list before resuming the execution, so that i... | Nicola Mettifogo |
2010-06-19 | SCI: AdLib: add dummy instruments when there are only 48 in the patch | Walter van Niftrik |
2010-06-18 | SCI: set resulting type to keyboard+joystick for sci1middle+ in kMapKeyToDir ... | Martin Kiewitz |
2010-06-18 | AGI: Change some #defines to enums | Max Horn |
2010-06-18 | AGI: cleanup | Max Horn |
2010-06-18 | AGI: Fix serguei1/serguei2/sqx detection | Max Horn |
2010-06-18 | SCI: Add mac SQ1 & SQ3 | Max Horn |
2010-06-18 | SCI: fixing detection of vga sci11 views for ega games (original change in r5... | Martin Kiewitz |
2010-06-18 | SCI: not using views coming from patch files anymore for detecting view type | Martin Kiewitz |
2010-06-18 | SCI: added more description about changes in r50025 | Martin Kiewitz |
2010-06-18 | SCI: making vga views work in ega games :P | Martin Kiewitz |
2010-06-18 | Fixed invalid memory read in LSL6 hires - kRobot(1) returns an integer | Filippos Karapetis |
2010-06-18 | SCI: fix typo when setting EGA palette | Martin Kiewitz |
2010-06-18 | Fixed a problem in kAnimate which occurred when a list was modified by a call... | Filippos Karapetis |
2010-06-18 | Fixed show_instruments to ignore instruments in Sierra's special MIDI channel... | Filippos Karapetis |
2010-06-18 | Added hints inside validate_arithmetic(), together with some code useful for ... | Filippos Karapetis |
2010-06-18 | Added an explanation about the invalid instruments used when using the Adlib ... | Filippos Karapetis |
2010-06-18 | SCI: implementing fading for sci1 only for used channels of the object, fixes... | Martin Kiewitz |
2010-06-18 | SCI: change error() inside adlib driver ::setPatch() to warning() again, fixi... | Martin Kiewitz |
2010-06-18 | SCI: pseudo-implemented 0x72 and 0x73 for kDisplay used by longbow-demo, alth... | Martin Kiewitz |
2010-06-18 | Don't throw a warning when we can't find hires content | Filippos Karapetis |
2010-06-18 | SCI: Unbreak diskdump console command, maybe others | Lars Skovlund |
2010-06-18 | SCI: Doxygenify some comments | Max Horn |