Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-18 | Fixed invalid memory read in LSL6 hires - kRobot(1) returns an integer | Filippos Karapetis | |
svn-id: r50024 | |||
2010-06-18 | SCI: fix typo when setting EGA palette | Martin Kiewitz | |
svn-id: r50023 | |||
2010-06-18 | Fixed a problem in kAnimate which occurred when a list was modified by a ↵ | Filippos Karapetis | |
call (e.g. in KQ1 demo, PQ2) svn-id: r50022 | |||
2010-06-18 | Fixed show_instruments to ignore instruments in Sierra's special MIDI ↵ | Filippos Karapetis | |
channel 15, and updated the comment regarding PQ2 accordingly (it only has 2 incorrect instruments) svn-id: r50021 | |||
2010-06-18 | Added hints inside validate_arithmetic(), together with some code useful for ↵ | Filippos Karapetis | |
debugging. Some cleanup svn-id: r50020 | |||
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 | Cleanup. | Johannes Schickel | |
svn-id: r50003 | |||
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 | Properly provide stub implementations for all TranslationManager methods ↵ | Johannes Schickel | |
when USE_TRANSLATIONS is not defined. svn-id: r49997 | |||
2010-06-18 | Make MidiParser::sendToDriver protected. | Johannes Schickel | |
The client code should never try to pass commands to the output via the MidiParser API. SCI currently does that though... Actually that shows that either our MidiParser API becomes more and more an MidiPlayer than just a parser or that the SCI design has its flaws here. svn-id: r49996 | |||
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 | Explcitily use "perl" from the PATH, this fixes translation updating on ↵ | Johannes Schickel | |
systems, where perl is not installed in /usr/bin/perl. svn-id: r49992 | |||
2010-06-18 | Do not rebuild common/messages.cpp automatically when a translation changes, ↵ | Johannes Schickel | |
but require the user to do "make update-translations". This should be helpful for building on a system without perl. svn-id: r49991 | |||
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 |