Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵ | Filippos Karapetis | |
and issues in compilers which don't support NORETURN svn-id: r44314 | |||
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44299 | |||
2009-08-11 | Disable "Screen_LoK::fadeSpecialPalette" for Kyrandia 1 Amiga, like the ↵ | Johannes Schickel | |
original does. svn-id: r43251 | |||
2009-08-10 | Fix bug when setting up mouse cursor with inventory palette. | Johannes Schickel | |
svn-id: r43200 | |||
2009-08-10 | Use interface palette for mouse cursor in Kyra1 amiga, when it's enabled. | Johannes Schickel | |
svn-id: r43197 | |||
2009-06-29 | - Get rid of code duplication for mouse cursor setup | Johannes Schickel | |
- Fix mouse cursor colors in LoL PC98 (This commit might introduce regressions, since it changes the key color the mouse cursor uses) svn-id: r41959 | |||
2009-06-25 | Cleanup. | Johannes Schickel | |
svn-id: r41871 | |||
2009-06-25 | Fix japanese font colors in Kyra 1 PC98 16 color. | Johannes Schickel | |
svn-id: r41870 | |||
2009-06-25 | Implement palette fading for 16 color version of Kyrandia 1. | Johannes Schickel | |
svn-id: r41846 | |||
2009-06-25 | Implement properly colored mouse cursors in 16 color version of Kyrandia 1. | Johannes Schickel | |
svn-id: r41845 | |||
2009-06-25 | Initial support for Kyrandia 1 PC-9801 Japanese 16 color. | Johannes Schickel | |
svn-id: r41844 | |||
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 | Changed Screen::getPalette to return a reference to a Palette object. | Johannes Schickel | |
svn-id: r41741 | |||
2009-06-22 | Got rid of Screen::_currentPalette. | Johannes Schickel | |
svn-id: r41740 | |||
2009-05-19 | Formatting. | Johannes Schickel | |
svn-id: r40717 | |||
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel | |
svn-id: r40715 | |||
2009-04-11 | Cleanup. | Johannes Schickel | |
svn-id: r39933 | |||
2009-04-11 | KYRA: Replaced Rect class by Common::Rect; replaced dirty rect handling code ↵ | Max Horn | |
by code similiar to the one used in SAGA and the frontend GUI code svn-id: r39929 | |||
2008-08-20 | Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". ↵ | Johannes Schickel | |
(Without Max' compressed backward seeking support for now) svn-id: r34053 | |||
2008-05-11 | Consisteny fixes: | Johannes Schickel | |
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042 |