Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn | |
svn-id: r50273 | |||
2010-06-25 | Removed the game ID check for embedded priority in icon controls, and ↵ | Filippos Karapetis | |
replaced it with a check for priority existence svn-id: r50260 | |||
2010-06-24 | SCI: arg5 is map for graph(updateBox), added comment | Martin Kiewitz | |
svn-id: r50221 | |||
2010-06-24 | SCI: created a workaround table for uninitialized reads, removing old ↵ | Martin Kiewitz | |
commented out workarounds for pharkas and laura bow 2 svn-id: r50214 | |||
2010-06-24 | SCI: implement detection for uninitialized temp variable reads and implement ↵ | Martin Kiewitz | |
direct fixes for them, i couldnt figure out a valid replacement for island, pharkas and laurabow2 work that way. this should also get changed to a replacement table svn-id: r50211 | |||
2010-06-24 | Initialize the stack with 'S' or 's' characters, like SSCI does (ultimately, ↵ | Filippos Karapetis | |
we should not change the stack again like we do in op_link - this is what Sierra is doing). Some cleanup svn-id: r50207 | |||
2010-06-22 | SCI: kPalVary(SetTarget) implemented | Martin Kiewitz | |
svn-id: r50153 | |||
2010-06-22 | SCI: kPalVary(setTarget) now triggers an error | Martin Kiewitz | |
svn-id: r50146 | |||
2010-06-20 | SCI: implemented kPalVary(changeTicks) | Martin Kiewitz | |
svn-id: r50100 | |||
2010-06-20 | SCI: displaying debug warning again for kPalVary(init) | Martin Kiewitz | |
svn-id: r50092 | |||
2010-06-20 | SCI: implemented kPalVary(reverse) for pharkas, although there is a bug ↵ | Martin Kiewitz | |
somewhere, not working 100% svn-id: r50089 | |||
2010-06-20 | SCI: adding info about kPalVary(8) being SCI32 exclusive | Martin Kiewitz | |
svn-id: r50086 | |||
2010-06-20 | SCI: implementing kPalVary(2) | Martin Kiewitz | |
svn-id: r50085 | |||
2010-06-20 | SCI: some kPalVary support - intro of island dr. brain works fine now | Martin Kiewitz | |
svn-id: r50082 | |||
2010-06-20 | SCI: kPalVary - cleanup and some more code | Martin Kiewitz | |
svn-id: r50081 | |||
2010-06-20 | SCI: implementing reading of parameters for kPalVary(init) for argc 4 and argc 5 | Martin Kiewitz | |
svn-id: r50075 | |||
2010-06-18 | Fixed invalid memory read in LSL6 hires - kRobot(1) returns an integer | Filippos Karapetis | |
svn-id: r50024 | |||
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn | |
svn-id: r50012 | |||
2010-06-18 | Added a new subop of kPalVary (PQ4) | Filippos Karapetis | |
svn-id: r49987 | |||
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-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 | SCI: Fix a few errors in PlayVMD comment. | Lars Skovlund | |
svn-id: r49971 | |||
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: 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 | |||
2010-06-17 | Fixed cppcheck warning. | Torbjörn Andersson | |
svn-id: r49935 | |||
2010-06-17 | Added some more information on some of the calls of kPlayVMD | Filippos Karapetis | |
svn-id: r49923 | |||
2010-06-17 | Added 2x scaling for VMD videos, for bugtesting (temporarily in SCI itself). ↵ | Filippos Karapetis | |
It's currently not optimized much, but since the VMD decoder code will be revamped, we don't really care about performance at this point svn-id: r49921 | |||
2010-06-17 | Moved kMulDiv together with the rest of the math functions, and kPlayVMD ↵ | Filippos Karapetis | |
together with the rest of the video playing functions svn-id: r49920 | |||
2010-06-16 | Added back the functionality to skip videos | Filippos Karapetis | |
svn-id: r49911 | |||
2010-06-16 | Added handling for the SCI2.1 kPalette(1) call. The graphics in Torin's ↵ | Filippos Karapetis | |
Passage are shown with the correct colors now svn-id: r49908 | |||
2010-06-15 | Don't disable kPalVary for SCI32, the semantics have remained the same. | Matthew Hoops | |
svn-id: r49865 | |||
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz | |
svn-id: r49860 | |||
2010-06-15 | SCI: move textSize and textFonts and textColors inside gfxText16 | Martin Kiewitz | |
svn-id: r49851 | |||
2010-06-15 | SCI: move portrait methods to gfxPaint16 | Martin Kiewitz | |
svn-id: r49806 | |||
2010-06-10 | Use the SELECTOR() macro for readability | Filippos Karapetis | |
svn-id: r49563 | |||
2010-06-05 | Fixed the cursor limiting code in GK1 | Filippos Karapetis | |
svn-id: r49440 | |||
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which ↵ | Filippos Karapetis | |
were just cloaking functions with a different name - GET_SEL32 -> readSelector - GET_SEL32V -> readSelectorValue - PUT_SEL32 -> writeSelector - PUT_SEL32V -> writeSelectorValue Also, changed some selector-related function names and variables to CamelCase svn-id: r49317 | |||
2010-05-26 | Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' ↵ | Matthew Hoops | |
videos now play. However, they require multiple edit list support to look completely correct. svn-id: r49224 | |||
2010-05-23 | Cleaned up the game ID code: | Filippos Karapetis | |
- The game ID is now obtained from ScummVM ID directly, not by converting Sierra's internal ID - Moved the code which reads the internal Sierra ID inside the resource manager - Moved the code which converts the internal Sierra ID to ScummVM's IDs together with the rest of the detection code svn-id: r49152 | |||
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops | |
svn-id: r49079 | |||
2010-05-18 | - Moved kernel_lookup_text inside the Kernel class | Filippos Karapetis | |
- Added a pointer to the segment manager from within the Kernel class, thus simplifying the calls to it svn-id: r49076 | |||
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to ↵ | Matthew Hoops | |
pointers are now used (found in util.*) for code that has different endianness in SCI1.1+ Mac games. Add support for Mac 'snd ' and 'CURS' resources. QFG1 Mac is not yet playable due to script compression. svn-id: r49070 | |||
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum ↵ | Martin Kiewitz | |
GFX_SCREEN_UPSCALED_* svn-id: r49039 | |||
2010-04-25 | SCI: replaced value with constant when checking if controls are selected | Martin Kiewitz | |
svn-id: r48795 | |||
2010-03-10 | Silenced some harmless cppcheck warnings about unreachable code after a return. | Torbjörn Andersson | |
In this case, it was always a break after a return in a switch case. There are similar cases which cppcheck didn't detect, and a couple of cases where we have a break after a continue in a switch case (where the continue refers to an outer loop), but I didn't touch those. Not yet, at least. svn-id: r48218 |