Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
I used this command for changing "const type * const" to "const type *const": git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/const \([a-zA-Z0-9_]*\) \* const/const \1 \*const/g' | |||
2012-06-13 | KYRA: Reduce amount of updateScreen calls. | Johannes Schickel | |
This fixes some slowdowns in Kyra2 with the OpenGL backend for me. Most of the updateScreen calls saved were introduced by us implementing the original behavior of hiding the mouse before drawing onto the screen and showing it again afterwards, since the mouse cursor is not drawn on the game screen in our implementation (and unlike in the original) this is not necessary. | |||
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 | |
(also fix various thing connected to CGA/EGA modes) | |||
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 ↵ | Johannes Schickel | |
file". Now we can show such errors in the debugger, since we initialize and the screen resolution and the debugger before initializing the resource manager. This allows our error function to open up the debugger and show the error at least. A better feedback to the user might be desirable, but it is not really feasible with our current possibilites for error reporting. | |||
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 | |
The GMM mouse cursor bug has now been fixed inside the GMM and CursorMan code. | |||
2011-06-09 | KYRA: Get rid of most snprintf usages. | Johannes Schickel | |
Thanks to digitall for his initial patch, which I only altered slightly. | |||
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 | |
This more or less silently fixes the silent music introduced with f19e201, by me setting volume to "true" instead of "255". Whoops. | |||
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 | |
This fixes a bug when loading savegames with different active hand items via GMM. The mouse cursor was not set to the active hand item in these cases. | |||
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 | |||
2011-01-29 | KYRA: Clean up main menu code in Kyra2/Kyra3. | Johannes Schickel | |
svn-id: r55620 | |||
2011-01-29 | KYRA: Close Memory Leaks in Kyra 3 (Malcolm's Revenge) Menu. | David Turner | |
svn-id: r55618 | |||
2010-10-28 | KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern. | Johannes Schickel | |
This is to avoid name similarity between KyraEngine::saveGameState(Intern) and Engine::saveGameState. svn-id: r53912 | |||
2010-10-22 | KYRA: Adapt Kyra2+3 to use the newly added item type too. | Johannes Schickel | |
svn-id: r53697 | |||
2010-10-22 | KYRA: A little refactoring (name change). | Johannes Schickel | |
svn-id: r53695 | |||
2010-08-19 | KYRA: Remove superfluous music fade out on Kyra 3 startup. | Johannes Schickel | |
svn-id: r52201 | |||
2010-08-05 | KYRA: Add support for subtitle options changes via GMM. | Johannes Schickel | |
svn-id: r51757 | |||
2010-07-23 | KYRA: Implement support for selecting the VQA quality via "video_quality". | Johannes Schickel | |
svn-id: r51187 | |||
2010-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel | |
svn-id: r49069 | |||
2010-05-05 | Replace KYRA's strncpy and strncat usages by strlcpy/strlcat. | Johannes Schickel | |
svn-id: r48954 | |||
2010-01-23 | Paranoia change: add some explicit terminating 0 after some strncpy uses. | Johannes Schickel | |
svn-id: r47479 | |||
2009-10-06 | Kyra: fix kyra 3 font | Florian Kagerer | |
svn-id: r44710 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-07-06 | Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore) | Johannes Schickel | |
svn-id: r42180 | |||
2009-06-29 | Fix palette regression caused by r41949. | Johannes Schickel | |
svn-id: r41961 | |||
2009-06-29 | Resolved some TODOs in Kyra3 code. | Johannes Schickel | |
svn-id: r41957 | |||
2009-06-29 | Adapted various code parts to use Palette::fill. | Johannes Schickel | |
svn-id: r41953 | |||
2009-06-29 | Cleanup KyraEngine_MR::updateCharPal. | Johannes Schickel | |
svn-id: r41949 | |||
2009-06-25 | Change Screen_v2::generateOverlay to take a const Palette reference instead ↵ | Johannes Schickel | |
of a pointer. svn-id: r41881 | |||
2009-06-25 | Use Screen::loadPalette instead of Resource::loadFileToBuf. | Johannes Schickel | |
svn-id: r41877 | |||
2009-06-22 | Changed Screen::loadBitmap and Movie::open to take an optional Palette ↵ | Johannes Schickel | |
pointer instead of an optional array pointer. svn-id: r41744 | |||
2009-06-22 | - Changed the following Screen functions to take a reference to a Palette ↵ | Johannes Schickel | |
object: -> setScreenPalette -> fadePalette -> getFadeParams -> fadePalStep - Fixed initialization of 256 color palettes svn-id: r41743 | |||
2009-06-22 | Add wrapper functionality for copying full palettes. | Johannes Schickel | |
svn-id: r41742 | |||
2009-06-22 | Changed Screen::getPalette to return a reference to a Palette object. | Johannes Schickel | |
svn-id: r41741 | |||
2009-06-09 | - Moved Screen_v2::copyWsaRect to Screen::copyWsaRect | Johannes Schickel | |
- Made WSAMovie_v1::displayFrame code match the original - Changed WSAMovieAmiga::displayFrame to use Screen::copyWsaRect too - Got rid of '...' parameter usage in all WSA player classes svn-id: r41398 | |||
2009-05-29 | More formatting. | Johannes Schickel | |
svn-id: r40994 | |||
2009-05-29 | Formatting. | Johannes Schickel | |
svn-id: r40991 |