Age | Commit message (Expand) | Author |
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 |
2010-02-23 | SCI: Move SciGui::wait to EngineState::wait | Max Horn |
2010-02-13 | SCI: Move language related code from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Remove EngineState::_kernel, use SciEngine::_kernel instead | Max Horn |
2010-02-13 | SCI: Move GameFeatures from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | Max Horn |
2010-02-13 | SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngine | Max Horn |
2010-02-07 | SCI: added dummy assertpalette to GfxPalette, setting destination palette imm... | Martin Kiewitz |
2010-02-06 | SCI: adding more debug output to kPalVary, fixing loading savedgames (_gfxPai... | Martin Kiewitz |