Age | Commit message (Expand) | Author |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-25 | Removed the game ID check for embedded priority in icon controls, and replace... | Filippos Karapetis |
2010-06-24 | SCI: arg5 is map for graph(updateBox), added comment | Martin Kiewitz |
2010-06-24 | SCI: created a workaround table for uninitialized reads, removing old comment... | Martin Kiewitz |
2010-06-24 | SCI: implement detection for uninitialized temp variable reads and implement ... | Martin Kiewitz |
2010-06-24 | Initialize the stack with 'S' or 's' characters, like SSCI does (ultimately, ... | Filippos Karapetis |
2010-06-22 | SCI: kPalVary(SetTarget) implemented | Martin Kiewitz |
2010-06-22 | SCI: kPalVary(setTarget) now triggers an error | Martin Kiewitz |
2010-06-20 | SCI: implemented kPalVary(changeTicks) | Martin Kiewitz |
2010-06-20 | SCI: displaying debug warning again for kPalVary(init) | Martin Kiewitz |
2010-06-20 | SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew... | Martin Kiewitz |
2010-06-20 | SCI: adding info about kPalVary(8) being SCI32 exclusive | Martin Kiewitz |
2010-06-20 | SCI: implementing kPalVary(2) | Martin Kiewitz |
2010-06-20 | SCI: some kPalVary support - intro of island dr. brain works fine now | Martin Kiewitz |
2010-06-20 | SCI: kPalVary - cleanup and some more code | Martin Kiewitz |
2010-06-20 | SCI: implementing reading of parameters for kPalVary(init) for argc 4 and argc 5 | Martin Kiewitz |
2010-06-18 | Fixed invalid memory read in LSL6 hires - kRobot(1) returns an integer | Filippos Karapetis |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-18 | Added a new subop of kPalVary (PQ4) | Filippos Karapetis |
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-17 | Strict mode: error out on unhandled subops, to note if they actually exist an... | Filippos Karapetis |
2010-06-17 | SCI: Fix a few errors in PlayVMD comment. | Lars Skovlund |
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: PlayVMD(1): Hmmm. Don't print gammaBoost etc if they aren't used | Lars Skovlund |
2010-06-17 | Add additional documentation and code to PlayVMD(1) describing the | Lars Skovlund |
2010-06-17 | Only do video scaling when required (hopefully fixes SQ6). Adapt the scaling ... | Matthew Hoops |
2010-06-17 | Fixed cppcheck warning. | Torbjörn Andersson |
2010-06-17 | Added some more information on some of the calls of kPlayVMD | Filippos Karapetis |
2010-06-17 | Added 2x scaling for VMD videos, for bugtesting (temporarily in SCI itself). ... | Filippos Karapetis |
2010-06-17 | Moved kMulDiv together with the rest of the math functions, and kPlayVMD toge... | Filippos Karapetis |
2010-06-16 | Added back the functionality to skip videos | Filippos Karapetis |
2010-06-16 | Added handling for the SCI2.1 kPalette(1) call. The graphics in Torin's Passa... | Filippos Karapetis |
2010-06-15 | Don't disable kPalVary for SCI32, the semantics have remained the same. | Matthew Hoops |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-06-15 | SCI: move textSize and textFonts and textColors inside gfxText16 | Martin Kiewitz |
2010-06-15 | SCI: move portrait methods to gfxPaint16 | Martin Kiewitz |
2010-06-10 | Use the SELECTOR() macro for readability | Filippos Karapetis |
2010-06-05 | Fixed the cursor limiting code in GK1 | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-26 | Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi... | Matthew Hoops |
2010-05-23 | Cleaned up the game ID code: | Filippos Karapetis |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-18 | - Moved kernel_lookup_text inside the Kernel class | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX... | Martin Kiewitz |
2010-04-25 | SCI: replaced value with constant when checking if controls are selected | Martin Kiewitz |
2010-03-10 | Silenced some harmless cppcheck warnings about unreachable code after a return. | Torbjörn Andersson |