Age | Commit message (Expand) | Author |
2010-06-18 | SCI: set resulting type to keyboard+joystick for sci1middle+ in kMapKeyToDir ... | Martin Kiewitz |
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 |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-18 | SCI: changing error to warning inside detectHires() for gk1 to work again... | Martin Kiewitz |
2010-06-18 | SCI: partially revert r49983 - all of those are not implemented in sierra sci... | Martin Kiewitz |
2010-06-18 | SCI: reverting #49978, it worked correctly. the new values contain the full h... | Martin Kiewitz |
2010-06-18 | Added information regarding a FIXME | Filippos Karapetis |
2010-06-18 | Changed another warning into an error. Cleanup | Filippos Karapetis |
2010-06-18 | Changed an assert into a warning with a FIXME (happens in SQ1) | Filippos Karapetis |
2010-06-18 | Error out on unimplemented kDeviceInfo() calls | Filippos Karapetis |
2010-06-18 | Turned more warnings into errors, some cleanup | Filippos Karapetis |
2010-06-18 | Added a new subop of kPalVary (PQ4) | Filippos Karapetis |
2010-06-18 | Fixed invalid memory access in SQ6 | Filippos Karapetis |
2010-06-18 | Marked the KQ1 demo workaround as a workaround | Filippos Karapetis |
2010-06-18 | Added a workaround for the KQ1 demo (looks like a script bug) | Filippos Karapetis |
2010-06-18 | Added several unimplemented kDisplay subops, as well as a new sound command, ... | Filippos Karapetis |
2010-06-18 | SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables. | Walter van Niftrik |
2010-06-18 | Added stubs for kPalVary, subops 2 and 5 (XMAS '92, QFG4 demo) | Filippos Karapetis |
2010-06-18 | Fixed invalid memory read in GK1CD | Filippos Karapetis |
2010-06-18 | Added warning about unhandled kGraph subop 1 (GK1CD) | Filippos Karapetis |
2010-06-18 | Fixed a bug in detectHires(), so that it actually works | Filippos Karapetis |
2010-06-18 | Process kAddAfter with 4 parameters (Torin's Passage) | Filippos Karapetis |
2010-06-17 | Strict mode: error out on unhandled subops, to note if they actually exist an... | Filippos Karapetis |
2010-06-17 | Renamed error -> errorNum to avoid name clashes with error() | Filippos Karapetis |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-17 | Strict mode: Turned several severe errors (almost all detection related) into... | Filippos Karapetis |
2010-06-17 | SCI: Fix a few errors in PlayVMD comment. | Lars Skovlund |
2010-06-17 | Reduced header dependency | Filippos Karapetis |
2010-06-17 | SCI: Remove incorrect gameid check | Max Horn |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
2010-06-17 | SCI: Remove hack related to compiled kernel signatures. | Max Horn |
2010-06-17 | SCI: Remove selector_name function, some cleanup | Max Horn |
2010-06-17 | SCI: Get rid of duplicate _system member in SciEngine | Max Horn |
2010-06-17 | SCI: cleanup scancode rows code | Max Horn |