Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-18 | Added an explanation about the invalid instruments used when using the Adlib ↵ | Filippos Karapetis | |
driver in PQ2 svn-id: r50019 | |||
2010-06-18 | SCI: implementing fading for sci1 only for used channels of the object, ↵ | Martin Kiewitz | |
fixes lsl1 music issues when going right at the start svn-id: r50018 | |||
2010-06-18 | SCI: change error() inside adlib driver ::setPatch() to warning() again, ↵ | Martin Kiewitz | |
fixing pq2 svn-id: r50017 | |||
2010-06-18 | SCI: pseudo-implemented 0x72 and 0x73 for kDisplay used by longbow-demo, ↵ | Martin Kiewitz | |
although sierra sci doesn't support them at all svn-id: r50016 | |||
2010-06-18 | Don't throw a warning when we can't find hires content | Filippos Karapetis | |
svn-id: r50015 | |||
2010-06-18 | SCI: Unbreak diskdump console command, maybe others | Lars Skovlund | |
svn-id: r50014 | |||
2010-06-18 | SCI: Doxygenify some comments | Max Horn | |
svn-id: r50013 | |||
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn | |
svn-id: r50012 | |||
2010-06-18 | SCI: changing error to warning inside detectHires() for gk1 to work again... | Martin Kiewitz | |
svn-id: r50008 | |||
2010-06-18 | SCI: partially revert r49983 - all of those are not implemented in sierra ↵ | Martin Kiewitz | |
sci or not even pseudo-valid in there. all of those seem to be script bugs svn-id: r50007 | |||
2010-06-18 | SCI: reverting #49978, it worked correctly. the new values contain the full ↵ | Martin Kiewitz | |
height/width of the picture (may be much larger cause of scrollable areas) and we actually don't want that. the values before and now contain the height/width of the on-screen picture size - although this may contain 0, 0 for low-res games, but that's fine then svn-id: r50006 | |||
2010-06-18 | Cleanup | Filippos Karapetis | |
svn-id: r50004 | |||
2010-06-18 | Added information regarding a FIXME | Filippos Karapetis | |
svn-id: r50002 | |||
2010-06-18 | Cleanup; add a TODO. | Matthew Hoops | |
svn-id: r50000 | |||
2010-06-18 | Add a comment on the unknown switch command argument. | Matthew Hoops | |
svn-id: r49999 | |||
2010-06-18 | Changed another warning into an error. Cleanup | Filippos Karapetis | |
svn-id: r49995 | |||
2010-06-18 | Changed an assert into a warning with a FIXME (happens in SQ1) | Filippos Karapetis | |
svn-id: r49994 | |||
2010-06-18 | Error out on unimplemented kDeviceInfo() calls | Filippos Karapetis | |
svn-id: r49993 | |||
2010-06-18 | Turned more warnings into errors, some cleanup | Filippos Karapetis | |
svn-id: r49990 | |||
2010-06-18 | Added a new subop of kPalVary (PQ4) | Filippos Karapetis | |
svn-id: r49987 | |||
2010-06-18 | Fixed invalid memory access in SQ6 | Filippos Karapetis | |
svn-id: r49986 | |||
2010-06-18 | Marked the KQ1 demo workaround as a workaround | Filippos Karapetis | |
svn-id: r49985 | |||
2010-06-18 | Added a workaround for the KQ1 demo (looks like a script bug) | Filippos Karapetis | |
svn-id: r49984 | |||
2010-06-18 | Added several unimplemented kDisplay subops, as well as a new sound command, ↵ | Filippos Karapetis | |
found in the demo of Longbow svn-id: r49983 | |||
2010-06-18 | SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables. | Walter van Niftrik | |
svn-id: r49982 | |||
2010-06-18 | Added stubs for kPalVary, subops 2 and 5 (XMAS '92, QFG4 demo) | Filippos Karapetis | |
svn-id: r49981 | |||
2010-06-18 | Fixed invalid memory read in GK1CD | Filippos Karapetis | |
svn-id: r49980 | |||
2010-06-18 | Added warning about unhandled kGraph subop 1 (GK1CD) | Filippos Karapetis | |
svn-id: r49979 | |||
2010-06-18 | Fixed a bug in detectHires(), so that it actually works | Filippos Karapetis | |
svn-id: r49978 | |||
2010-06-18 | Process kAddAfter with 4 parameters (Torin's Passage) | Filippos Karapetis | |
svn-id: r49976 | |||
2010-06-17 | Strict mode: error out on unhandled subops, to note if they actually exist ↵ | Filippos Karapetis | |
and where they're used svn-id: r49975 | |||
2010-06-17 | Renamed error -> errorNum to avoid name clashes with error() | Filippos Karapetis | |
svn-id: r49974 | |||
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an ↵ | Filippos Karapetis | |
error pops up from these ones, please add the game where it occurred and the steps to reproduce the error before turning it into a warning svn-id: r49973 | |||
2010-06-17 | Strict mode: Turned several severe errors (almost all detection related) ↵ | Filippos Karapetis | |
into errors, instead of warnings svn-id: r49972 | |||
2010-06-17 | SCI: Fix a few errors in PlayVMD comment. | Lars Skovlund | |
svn-id: r49971 | |||
2010-06-17 | Reduced header dependency | Filippos Karapetis | |
svn-id: r49970 | |||
2010-06-17 | SCI: Remove incorrect gameid check | Max Horn | |
svn-id: r49969 | |||
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn | |
svn-id: r49968 | |||
2010-06-17 | SCI: Remove hack related to compiled kernel signatures. | Max Horn | |
Also change some things to comply to our code formatting conventions. svn-id: r49967 | |||
2010-06-17 | SCI: Remove selector_name function, some cleanup | Max Horn | |
svn-id: r49966 | |||
2010-06-17 | SCI: Get rid of duplicate _system member in SciEngine | Max Horn | |
svn-id: r49965 | |||
2010-06-17 | SCI: cleanup scancode rows code | Max Horn | |
svn-id: r49964 | |||
2010-06-17 | SCI: Turn _modifierStates into member of class EventManager | Max Horn | |
svn-id: r49963 | |||
2010-06-17 | SCI: Update FIXME in SegmentManager | Max Horn | |
* Turn one FIXME into a simple comment * Rewrap comment to 80 columns * Turn several warnings into errors svn-id: r49962 | |||
2010-06-17 | SCI: cleanup | Max Horn | |
svn-id: r49961 | |||
2010-06-17 | SCI: Rename sciEvent to SciEvent | Max Horn | |
svn-id: r49960 | |||
2010-06-17 | SCI: Moved the event code a little bit around. | Max Horn | |
* Move sleep() from EventManager to SciEngine * Rename EventManager methods: get -> getSciEvent, and getFromScummVM -> getScummVMEvent * Make scancode_rows static const * Turn altify & numlockify from EventManager methods into static functions (and comment out the currently unused numlockify) svn-id: r49959 | |||
2010-06-17 | SCI: PlayVMD(1): Hmmm. Don't print gammaBoost etc if they aren't used | Lars Skovlund | |
svn-id: r49953 | |||
2010-06-17 | Add additional documentation and code to PlayVMD(1) describing the | Lars Skovlund | |
myriad parameters settable here, and dump actual parameters passed svn-id: r49952 | |||
2010-06-17 | Only do video scaling when required (hopefully fixes SQ6). Adapt the scaling ↵ | Matthew Hoops | |
code to normal SCI videos as well. svn-id: r49951 |