Age | Commit message (Expand) | Author |
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-18 | KYRA: Let the VQA decoder draw directly to the backend | Torbjörn Andersson |
2012-11-23 | KYRA: Move SoundDigital declaration to its own header. | Johannes Schickel |
2012-11-23 | KYRA: Get rid of pointless SoundDigital::init method. | Johannes Schickel |
2012-11-19 | KYRA: Make "const type *const" use consistent. | Johannes Schickel |
2012-06-13 | KYRA: Reduce amount of updateScreen calls. | Johannes Schickel |
2012-02-24 | KYRA: (EOB) - cleanup CGA/EGA code a bit | athrxx |
2012-02-21 | KYRA: (EOB) - implement EGA mode (hi res dithering) for EOB II | athrxx |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2011-12-26 | KYRA: (EOB) - initial code base commit | athrxx |
2011-11-18 | KYRA: "Fix" bug #3166235 "KYRA: Crash on startup on OS X due to invalid PAK f... | Johannes Schickel |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-07-04 | KYRA: cleanup last commit | athrxx |
2011-07-04 | KYRA: fix pauseEngineIntern regression in MR | athrxx |
2011-06-25 | KYRA: revert d7e700f370c258a5f4786d972af3666b93b71f94 | athrxx |
2011-06-09 | KYRA: Get rid of most snprintf usages. | Johannes Schickel |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | KYRA: Fix compilation when LoL is disabled. | Johannes Schickel |
2011-04-28 | KYRA: Clean up of header includes. | Johannes Schickel |
2011-04-11 | KYRA: Cleanup. | Johannes Schickel |
2011-04-07 | KYRA: Slight cleanup. | Johannes Schickel |
2011-04-07 | KYRA: Cleanup background music looping of Kyra3. | Johannes Schickel |
2011-02-16 | KYRA/LOL: add comments for last commit | athrxx |
2011-02-16 | KYRA/LOL: fixed hand item cursor bug | athrxx |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn |
2011-01-29 | KYRA: Clean up main menu code in Kyra2/Kyra3. | Johannes Schickel |
2011-01-29 | KYRA: Close Memory Leaks in Kyra 3 (Malcolm's Revenge) Menu. | David Turner |
2010-10-28 | KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern. | Johannes Schickel |
2010-10-22 | KYRA: Adapt Kyra2+3 to use the newly added item type too. | Johannes Schickel |
2010-10-22 | KYRA: A little refactoring (name change). | Johannes Schickel |
2010-08-19 | KYRA: Remove superfluous music fade out on Kyra 3 startup. | Johannes Schickel |
2010-08-05 | KYRA: Add support for subtitle options changes via GMM. | Johannes Schickel |
2010-07-23 | KYRA: Implement support for selecting the VQA quality via "video_quality". | Johannes Schickel |
2010-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel |
2010-05-05 | Replace KYRA's strncpy and strncat usages by strlcpy/strlcat. | Johannes Schickel |
2010-01-23 | Paranoia change: add some explicit terminating 0 after some strncpy uses. | Johannes Schickel |
2009-10-06 | Kyra: fix kyra 3 font | Florian Kagerer |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-07-06 | Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore) | Johannes Schickel |
2009-06-29 | Fix palette regression caused by r41949. | Johannes Schickel |
2009-06-29 | Resolved some TODOs in Kyra3 code. | Johannes Schickel |
2009-06-29 | Adapted various code parts to use Palette::fill. | Johannes Schickel |
2009-06-29 | Cleanup KyraEngine_MR::updateCharPal. | Johannes Schickel |
2009-06-25 | Change Screen_v2::generateOverlay to take a const Palette reference instead o... | Johannes Schickel |
2009-06-25 | Use Screen::loadPalette instead of Resource::loadFileToBuf. | Johannes Schickel |
2009-06-22 | Changed Screen::loadBitmap and Movie::open to take an optional Palette pointe... | Johannes Schickel |
2009-06-22 | - Changed the following Screen functions to take a reference to a Palette obj... | Johannes Schickel |
2009-06-22 | Add wrapper functionality for copying full palettes. | Johannes Schickel |
2009-06-22 | Changed Screen::getPalette to return a reference to a Palette object. | Johannes Schickel |
2009-06-09 | - Moved Screen_v2::copyWsaRect to Screen::copyWsaRect | Johannes Schickel |