Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-23 | SCI: Added the Spanish version of SQ5 from bug report #3090664 | Filippos Karapetis | |
svn-id: r53742 | |||
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn | |
svn-id: r53738 | |||
2010-10-21 | SCI: Added the ability to filter out results of the "class_table" command | Filippos Karapetis | |
svn-id: r53673 | |||
2010-10-20 | SCI: removing "german" laura bow 1 | Martin Kiewitz | |
the version released in Germany was/is 100% english-only svn-id: r53657 | |||
2010-10-20 | SCI: Silence GCC warning | Torbjörn Andersson | |
svn-id: r53649 | |||
2010-10-20 | SCI: Changed some tabs to spaces | Filippos Karapetis | |
svn-id: r53648 | |||
2010-10-20 | SCI: Marked several unused SCI2/SCI2.1 kernel functions and updated comments ↵ | Filippos Karapetis | |
about some others svn-id: r53647 | |||
2010-10-20 | SCI: Added a new debug command, "find_callk" | Filippos Karapetis | |
This command can be used to find the object methods (including their corresponding objects and owner scripts) that call a specific kernel call. This shall aid us track all the spots where a particular kernel function is called from, therefore it'll be a bit easier to find examples where unimplemented kernel functions are called svn-id: r53646 | |||
2010-10-19 | SCI: fixing possible deadlock inside clearPlaylist | Martin Kiewitz | |
thx to ajax16384 svn-id: r53613 | |||
2010-10-17 | SCI: Added comments for the unmapped SCI2/SCI2.1 kernel functions | Filippos Karapetis | |
svn-id: r53556 | |||
2010-10-16 | SCI: Add The Black Cauldron (fan game) | Matthew Hoops | |
svn-id: r53547 | |||
2010-10-15 | SCI: fixing iceman undithering door close-up | Martin Kiewitz | |
room 9 (go up right at the start) svn-id: r53522 | |||
2010-10-15 | SCI: updating comment for r53515 | Martin Kiewitz | |
svn-id: r53517 | |||
2010-10-15 | SCI: fixing view-undithering for laura bow 1 | Martin Kiewitz | |
(cupboards in room 43, just in the room to the left from the start) svn-id: r53515 | |||
2010-10-15 | SCI: Changed the check for vertex_min into an assert (thanks wjp) | Filippos Karapetis | |
svn-id: r53504 | |||
2010-10-15 | SCI: Fixed access to dest in kTextSize() (thanks LordHoto) | Filippos Karapetis | |
svn-id: r53498 | |||
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn | |
svn-id: r53484 | |||
2010-10-15 | SCI: Fixed code bugs from bug #3087872 - "SCI: Code analysis warnings" | Filippos Karapetis | |
svn-id: r53482 | |||
2010-10-13 | SCI: Add detection for Hoyle4 Mac | Matthew Hoops | |
svn-id: r53397 | |||
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson | |
svn-id: r53161 | |||
2010-10-10 | SCI: Fix warning about uninitialized variable | Max Horn | |
svn-id: r53140 | |||
2010-10-08 | SCI: Support kGetTime modes 2 and 3 in SCI 0_LATE | Willem Jan Palenstijn | |
This fixes bug #3083879 in Iceman. svn-id: r53077 | |||
2010-10-08 | SCI: Added a check for magnifier cursor multipliers | Filippos Karapetis | |
Sierra SCI only allowed multipliers 1, 2 and 4, and errored out on unexpected values, thus we do the same svn-id: r53072 | |||
2010-10-08 | SCI: fixing mag cursor as far as possible | Martin Kiewitz | |
added TODO for real proper implementation at least the alignment and content shown is now correct svn-id: r53071 | |||
2010-10-08 | SCI: add global scaling again to kAddToPic | Martin Kiewitz | |
fixes regression of r52887 - lb2 actors not scaled correctly bug #3083577 needs to get backported svn-id: r53068 | |||
2010-10-07 | SCI: Fix for bug #3083151 - "QFG3: Long pause while loading specific savegame" | Filippos Karapetis | |
svn-id: r53060 | |||
2010-10-07 | SCI: Add one more workaround for end of QfG3 Awari | Willem Jan Palenstijn | |
svn-id: r53058 | |||
2010-10-07 | SCI: bugfix for magnifier cursors | Filippos Karapetis | |
When deleting the resources related to magnifier cursors, zero them out as well. Fixes crash when exiting a game after using a magnifier cursor svn-id: r53054 | |||
2010-10-07 | SCI: Added a define to disable room transitions | Filippos Karapetis | |
This is only useful for development, for speedy runs of games, and should NOT be used in general, as it may introduce graphics glitches svn-id: r53049 | |||
2010-10-07 | SCI: Still show warning for uninit. reads in release mode | Willem Jan Palenstijn | |
svn-id: r53047 | |||
2010-10-07 | SCI: unknown valgrind cases->fake 0 when official | Martin Kiewitz | |
we will fake 0 instead of error()ing out in official releases, when an uninitialized temp is read is supposed to get backported svn-id: r53046 | |||
2010-10-07 | SCI: fixing kBaseSetter on scaled views | Martin Kiewitz | |
adding check, if view is scaleable also just copying nsRect now instead of recalculating - fixes lb2 regression at the docks (calling taxi hangs the game, bug #3982289) - i noticed this difference before but copying nsRect didnt work back then (i guess because of other bugs), that's why i recalculated it should get backported, but only after some more testing - maybe someone should play through lb2 again svn-id: r53045 | |||
2010-10-05 | SCI: Some fixes for zoom cursors | Filippos Karapetis | |
- Now the cursor buffer is initialized outside the mouse movement code, thus saving a memcpy there - Plugged some memory leaks - Removed an obsolete check svn-id: r53028 | |||
2010-10-04 | SCI: fixing crash in mag cursor code for pharkas | Martin Kiewitz | |
svn-id: r53014 | |||
2010-10-04 | SCI: Several corrections for magnifier cursors | Filippos Karapetis | |
svn-id: r53010 | |||
2010-10-03 | SCI: Fix AltInput crash in non-parser games | Willem Jan Palenstijn | |
svn-id: r53008 | |||
2010-10-03 | SCI: Added missing initialization of _zoomBitmap | Filippos Karapetis | |
svn-id: r53007 | |||
2010-10-03 | SCI: Added detection entry for KQ5/PC-98 (bug report #3073583) | Filippos Karapetis | |
svn-id: r53005 | |||
2010-10-03 | SCI: Added support for SCI1.1+ magnifier cursors (bug #3034973). | Filippos Karapetis | |
These are special cursors which zoom parts of a view dynamically. Examples are Freddy Pharkas, when reading the prescription with the whiskey and LB2, when using the magnifying glass on the Rosetta Stone svn-id: r53003 | |||
2010-10-03 | SCI: Support alternative inputs from vocab 913 | Willem Jan Palenstijn | |
This allows the input of accented characters and Japanese using plain ascii in non-English games. svn-id: r53001 | |||
2010-10-03 | SCI: Fix textwidth computation for chars >= 128 | Willem Jan Palenstijn | |
svn-id: r52992 | |||
2010-10-03 | SCI: Remove unused function | Willem Jan Palenstijn | |
svn-id: r52990 | |||
2010-10-03 | SCI: Allow multiple word groups in parser | Willem Jan Palenstijn | |
In SCI01 and up, each typed word may be interpreted as multiple class,group pairs. This patch adds support to the vocabulary and parser. It uses the matcher support added in r52985. This fixes parser issues in German LSL3, but needs testing. svn-id: r52989 | |||
2010-10-02 | SCI: Fix memleak | Willem Jan Palenstijn | |
svn-id: r52986 | |||
2010-10-02 | SCI: Allow multiple word groups in parse tree leafs | Willem Jan Palenstijn | |
This is to prepare for multilingual SCI versions. In those a single typed word may be parsed to multiple class,group pairs, any of which may match the said specs. The actual parsing is not yet implemented. svn-id: r52985 | |||
2010-10-02 | SCI: Fix typo in testcase | Willem Jan Palenstijn | |
svn-id: r52984 | |||
2010-09-28 | ALL: Fixup some #define names | Max Horn | |
svn-id: r52935 | |||
2010-09-26 | SCI: adding separate status drawing code | Martin Kiewitz | |
now also draws "IV" in KQ4 correctly. This wasn't the case before because we reused the regular drawing code, which would see the 0xA ("IV") as linebreak save for backport svn-id: r52913 | |||
2010-09-26 | SCI: kDrawPic setting _picNotValid on non-front | Martin Kiewitz | |
fixes lsl5 english graphic corruption during taj mahal wakeup, should also fix sq5 1.03 graphic corruption right after scrubbing (bug #3041069) save for backporting svn-id: r52911 | |||
2010-09-25 | SCI: little optimization in kAddToPic | Martin Kiewitz | |
definitely save to backport, belongs to r52887 svn-id: r52888 |