index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
screen.h
Age
Commit message (
Expand
)
Author
2009-06-29
Add a "fill" method to Palette.
Johannes Schickel
2009-06-29
Modified Palette::load*Palette definition.
Johannes Schickel
2009-06-25
Store palettes in a Common::Array instead of a fixed size array.
Johannes Schickel
2009-06-25
Add a const "getData" access method to Palette.
Johannes Schickel
2009-06-25
Implement proper color index conversion for Lands of Lore PC98. (The intro an...
Johannes Schickel
2009-06-25
Readd PC98 palette loading for LoL 16 color.
Johannes Schickel
2009-06-25
Implement palette fading for 16 color version of Kyrandia 1.
Johannes Schickel
2009-06-25
Implement properly colored mouse cursors in 16 color version of Kyrandia 1.
Johannes Schickel
2009-06-25
Initial support for Kyrandia 1 PC-9801 Japanese 16 color.
Johannes Schickel
2009-06-22
- Fixed regression in Screen::fadeToBlack
Johannes Schickel
2009-06-22
Changed Screen::loadPalette to take a reference to a Palette object instead o...
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-22
Got rid of Screen::_currentPalette.
Johannes Schickel
2009-06-22
Start refactoring palette handling into new class "Palette".
Johannes Schickel
2009-06-21
Fix drawing of sharp s.
Johannes Schickel
2009-06-21
Prevent font code to draw characters not included in the font.
Johannes Schickel
2009-06-15
LOL: - started on the ingame menu code (death menu, load menu and main menu)
Florian Kagerer
2009-06-09
- Moved Screen_v2::copyWsaRect to Screen::copyWsaRect
Johannes Schickel
2009-06-08
Cleanup.
Johannes Schickel
2009-06-07
Remove unneeded functionality from Screen.
Johannes Schickel
2009-05-29
Cleanup and slight bugfix in drawShapeProcessLineScale* functions.
Johannes Schickel
2009-04-27
LOL: added some drawing code and fixed some bugs
Florian Kagerer
2009-04-25
LOL: - Started implementing the fighting system. The damage inflicted is wron...
Florian Kagerer
2009-04-11
KYRA: Replaced Rect class by Common::Rect; replaced dirty rect handling code ...
Max Horn
2009-03-21
LOL: - added drawing code for certain gfx (blood and slime spots on the floor...
Florian Kagerer
2009-03-17
LOL: added some new drawing code required for some shapes and fixed a minor t...
Florian Kagerer
2009-03-01
LOL: implemented some monster related code (monsters now get placed in the ma...
Florian Kagerer
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-09-14
Fixed thumbnail creation / loading in kyra.
Johannes Schickel
2008-08-16
Cleanup.
Johannes Schickel
2008-07-27
- Fixed fadePalette for HoF and Kyra3
Johannes Schickel
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-02
Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...
Johannes Schickel
2008-04-29
Various cleanup.
Johannes Schickel
2008-04-26
Fixed kyra screen initialization.
Johannes Schickel
2008-04-23
Implemented parts of item drop down code for Kyra3.
Johannes Schickel
2008-04-20
- moved kyra functor code to common/func.h
Johannes Schickel
2008-04-17
Fixed setShapePages maxY default value.
Johannes Schickel
2008-04-17
some more drawShape plot functions now (after Lord Hoto's additions) required...
Florian Kagerer
2008-04-16
Fixed shape drawing in HoF (regression) and Kyra3.
Johannes Schickel
2008-04-16
Some more kyra3 code. This should show the first scene for a brief second. (a...
Johannes Schickel
2008-04-16
fix sjis text color (ship scene)
Florian Kagerer
2008-04-12
- some refactoring for Kyra3
Johannes Schickel
2008-04-06
implement missing Screen::drawShapePlotType11_15()
Florian Kagerer
2008-03-30
Always clip rect to copy in Screen::copyRegion now, like the original does.
Johannes Schickel
2008-03-30
- get rid of const_cast
Florian Kagerer
2008-03-30
Renamed some functions according to our coding guidelines.
Johannes Schickel
[prev]
[next]