aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
AgeCommit message (Expand)Author
2009-06-29Add a "fill" method to Palette.Johannes Schickel
2009-06-29Modified Palette::load*Palette definition.Johannes Schickel
2009-06-25Store palettes in a Common::Array instead of a fixed size array.Johannes Schickel
2009-06-25Add a const "getData" access method to Palette.Johannes Schickel
2009-06-25Implement proper color index conversion for Lands of Lore PC98. (The intro an...Johannes Schickel
2009-06-25Readd PC98 palette loading for LoL 16 color.Johannes Schickel
2009-06-25Implement palette fading for 16 color version of Kyrandia 1.Johannes Schickel
2009-06-25Implement properly colored mouse cursors in 16 color version of Kyrandia 1.Johannes Schickel
2009-06-25Initial support for Kyrandia 1 PC-9801 Japanese 16 color.Johannes Schickel
2009-06-22- Fixed regression in Screen::fadeToBlackJohannes Schickel
2009-06-22Changed Screen::loadPalette to take a reference to a Palette object instead o...Johannes Schickel
2009-06-22Changed 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-22Add wrapper functionality for copying full palettes.Johannes Schickel
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
2009-06-22Got rid of Screen::_currentPalette.Johannes Schickel
2009-06-22Start refactoring palette handling into new class "Palette".Johannes Schickel
2009-06-21Fix drawing of sharp s.Johannes Schickel
2009-06-21Prevent font code to draw characters not included in the font.Johannes Schickel
2009-06-15LOL: - started on the ingame menu code (death menu, load menu and main menu)Florian Kagerer
2009-06-09- Moved Screen_v2::copyWsaRect to Screen::copyWsaRectJohannes Schickel
2009-06-08Cleanup.Johannes Schickel
2009-06-07Remove unneeded functionality from Screen.Johannes Schickel
2009-05-29Cleanup and slight bugfix in drawShapeProcessLineScale* functions.Johannes 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-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-09-14Fixed thumbnail creation / loading in kyra.Johannes Schickel
2008-08-16Cleanup.Johannes Schickel
2008-07-27- Fixed fadePalette for HoF and Kyra3Johannes Schickel
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-02Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...Johannes Schickel
2008-04-29Various cleanup.Johannes Schickel
2008-04-26Fixed kyra screen initialization.Johannes Schickel
2008-04-23Implemented parts of item drop down code for Kyra3.Johannes Schickel
2008-04-20- moved kyra functor code to common/func.hJohannes Schickel
2008-04-17Fixed setShapePages maxY default value.Johannes Schickel
2008-04-17some more drawShape plot functions now (after Lord Hoto's additions) required...Florian Kagerer
2008-04-16Fixed shape drawing in HoF (regression) and Kyra3.Johannes Schickel
2008-04-16Some more kyra3 code. This should show the first scene for a brief second. (a...Johannes Schickel
2008-04-16fix sjis text color (ship scene)Florian Kagerer
2008-04-12- some refactoring for Kyra3Johannes Schickel
2008-04-06implement missing Screen::drawShapePlotType11_15()Florian Kagerer
2008-03-30Always clip rect to copy in Screen::copyRegion now, like the original does.Johannes Schickel
2008-03-30- get rid of const_castFlorian Kagerer
2008-03-30Renamed some functions according to our coding guidelines.Johannes Schickel