aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
AgeCommit message (Expand)Author
2009-06-08Cleanup.Johannes Schickel
2009-06-08Fix out of bounds memory access in Screen::drawShape.Johannes Schickel
2009-06-07Remove unneeded functionality from Screen.Johannes Schickel
2009-06-01- Fix some valgrind warningsJohannes Schickel
2009-05-29More formatting.Johannes Schickel
2009-05-29Cleanup.Johannes Schickel
2009-05-29Fix valgrind warnings.Johannes Schickel
2009-05-29Cleanup and slight bugfix in drawShapeProcessLineScale* functions.Johannes Schickel
2009-05-21Remove trailing tabs/whitespaces.Johannes Schickel
2009-05-19Formatting.Johannes Schickel
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
2009-05-17- Fix mouse cursor visibilty on load game in LoLJohannes Schickel
2009-04-27LOL: added some drawing code and fixed some bugsFlorian Kagerer
2009-04-25LOL: - Started implementing the fighting system. The damage inflicted is wron...Florian Kagerer
2009-04-11KYRA: Replaced Rect class by Common::Rect; replaced dirty rect handling code ...Max Horn
2009-03-21LOL: - added drawing code for certain gfx (blood and slime spots on the floor...Florian Kagerer
2009-03-17LOL: added some new drawing code required for some shapes and fixed a minor t...Florian Kagerer
2009-03-01LOL: implemented some monster related code (monsters now get placed in the ma...Florian Kagerer
2009-02-17Fix for long delay while fading palette in Zanthia's home, when mixing potions.Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-18Clean up cursor stack on engine quit properly.Johannes Schickel
2008-12-04Removed obsolete refs to OSystem::kFeatureAutoComputeDirtyRectsMax Horn
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-10-02Engine class changed:Max Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-14Fix potentional bug in Screen::setResolution.Johannes Schickel
2008-09-14Typo.Johannes Schickel
2008-09-14Fixed thumbnail creation / loading in kyra.Johannes Schickel
2008-09-10Cleanup.Johannes Schickel
2008-08-16Cleanup.Johannes Schickel
2008-08-02Fixed regressions in kyra1 amiga.Johannes Schickel
2008-07-27- Fixed fadePalette for HoF and Kyra3Johannes Schickel
2008-06-26- improved hof music support for fm-towns (driver for *.twn tracks) (still ne...Florian Kagerer
2008-05-13More descriptive error message when encountering invalid font data.Johannes Schickel
2008-05-12Fixed some valgrind warnings.Johannes Schickel
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-11Formatting.Johannes Schickel
2008-05-08Silenced some g++ 4.3 warnings.Johannes Schickel
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
2008-05-02Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...Johannes Schickel
2008-04-26Fixed unitialized variable in Screen.Johannes Schickel
2008-04-26Fixed kyra screen initialization.Johannes Schickel
2008-04-25minor drawShape() bug fix for Malcolm's shadowFlorian Kagerer
2008-04-23- cleanupJohannes Schickel
2008-04-20Fixed yet another two long standing bugs in Screen::encodeShape.Johannes Schickel
2008-04-20Fixed long standing bug in encodeShape.Johannes Schickel
2008-04-17Little fix in drawShape.Johannes Schickel
2008-04-17Commented out unused variables.Torbjörn Andersson
2008-04-17some more drawShape plot functions now (after Lord Hoto's additions) required...Florian Kagerer
2008-04-16Fixed mask page handling in ScreenEx::copyWsaRect, this time it should be cor...Johannes Schickel