Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-20 | Fix removal of SJIS characters in LoL PC98 menu. | Johannes Schickel | |
svn-id: r44213 | |||
2009-09-20 | Add checks for half-width katakana, which are currently unsupported. | Johannes Schickel | |
svn-id: r44204 | |||
2009-08-19 | Use Common::List::empty instead of Common::List::size, which is faster for ↵ | Johannes Schickel | |
checking whether the list is empty and easier to read. svn-id: r43538 | |||
2009-08-19 | Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, ↵ | Johannes Schickel | |
when the screen really changed OR the palette changed. svn-id: r43537 | |||
2009-08-19 | Implemented proper character selection of Lands of Lore PC98. | Johannes Schickel | |
svn-id: r43531 | |||
2009-08-17 | Fix possible out of bounds access in Screen::drawShape. | Johannes Schickel | |
svn-id: r43475 | |||
2009-08-16 | Fix valgrind warnings. | Johannes Schickel | |
svn-id: r43428 | |||
2009-08-13 | Little optimization in Screen::setPaletteIndex, now it only resets the ↵ | Johannes Schickel | |
palette, when the color index really changed. svn-id: r43338 | |||
2009-08-12 | Add a slight paranoia check to drawCharANSI. | Johannes Schickel | |
svn-id: r43325 | |||
2009-08-11 | Enable dirty rect handling for the Amiga version again. | Johannes Schickel | |
svn-id: r43280 | |||
2009-08-11 | Cleanup. | Johannes Schickel | |
svn-id: r43279 | |||
2009-08-10 | - Fix AMIGA to DOS palette conversion | Johannes Schickel | |
- Amiga version uses 13 instead of 12 palette buffers svn-id: r43220 | |||
2009-08-10 | Use interface palette for mouse cursor in Kyra1 amiga, when it's enabled. | Johannes Schickel | |
svn-id: r43197 | |||
2009-08-10 | Enable interface text fading in Kyra1 amiga again. | Johannes Schickel | |
svn-id: r43196 | |||
2009-08-10 | Fix interface text color. | Johannes Schickel | |
svn-id: r43195 | |||
2009-08-10 | Initial support for correct colors in the interface of Kyra1 AMIGA. | Johannes Schickel | |
svn-id: r43192 | |||
2009-08-09 | Clear the destination page for bitmap loading, this fixes graphics artifacts ↵ | Johannes Schickel | |
in Kyra1 amiga. svn-id: r43189 | |||
2009-08-09 | Add support for the font format used in Kyrandia 1 Amiga. (font colors are ↵ | Johannes Schickel | |
wrong though) svn-id: r43187 | |||
2009-08-09 | Create a "Font" interface and create a "DOSFont" implementation for handling ↵ | Johannes Schickel | |
DOS version fonts. svn-id: r43186 | |||
2009-08-09 | Cleanup AMIGA graphics conversion. | Johannes Schickel | |
svn-id: r43183 | |||
2009-07-26 | Simplify KYRA's SJIS font loading code. | Johannes Schickel | |
svn-id: r42820 | |||
2009-07-26 | Change the way the font data for SJIS fonts is load. | Johannes Schickel | |
svn-id: r42815 | |||
2009-07-26 | Change KYRA to use our SJIS font, when it's available. | Johannes Schickel | |
svn-id: r42814 | |||
2009-07-11 | Removed the now uneeded "Screen::_disableScreen" flag. | Johannes Schickel | |
svn-id: r42366 | |||
2009-07-07 | Change "FM-Towns" to "FM-TOWNS" for consistency. | Johannes Schickel | |
svn-id: r42232 | |||
2009-07-07 | - Rename FontSJIS::enableShadow to enableOutline. | Johannes Schickel | |
- Initialize outline to false by default in FontTowns. svn-id: r42231 | |||
2009-07-07 | - Added support for outlined FM-Towns ROM drawing | Johannes Schickel | |
- Adapted KYRA to use that svn-id: r42230 | |||
2009-07-07 | Adapt KYRA to use the new Graphics::FontSJIS code. | Johannes Schickel | |
svn-id: r42222 | |||
2009-07-04 | KYRA: fix minor bug in Screen::drawShape() | Florian Kagerer | |
svn-id: r42110 | |||
2009-06-29 | Fix invisible mouse cursor, when picking up items. | Johannes Schickel | |
svn-id: r41967 | |||
2009-06-29 | Fix bug in drawShape. | Johannes Schickel | |
svn-id: r41964 | |||
2009-06-29 | Fix bug in drawShape, which caused invisibility in Kyra1 to be displayed ↵ | Johannes Schickel | |
incorrectly. svn-id: r41962 | |||
2009-06-29 | Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959. | Johannes Schickel | |
svn-id: r41960 | |||
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-29 | Add a "fill" method to Palette. | Johannes Schickel | |
svn-id: r41952 | |||
2009-06-29 | Modified Palette::load*Palette definition. | Johannes Schickel | |
svn-id: r41941 | |||
2009-06-26 | Implement palette difference in Kanji drawing code for PC98. | Johannes Schickel | |
svn-id: r41896 | |||
2009-06-26 | Implement PC98 text mode color palette. | Johannes Schickel | |
svn-id: r41895 | |||
2009-06-25 | Only initialize palettes with 16 colors in (real) 16 color games. | Johannes Schickel | |
svn-id: r41892 | |||
2009-06-25 | Store palettes in a Common::Array instead of a fixed size array. | Johannes Schickel | |
svn-id: r41891 | |||
2009-06-25 | Cleanup palette setup. | Johannes Schickel | |
svn-id: r41890 | |||
2009-06-25 | Implement proper AMIGA to VGA color conversion. | Johannes Schickel | |
svn-id: r41852 | |||
2009-06-25 | Implement proper VGA (a color component in [0, 63]) to our palette format ↵ | Johannes Schickel | |
(color component in [0, 255]) conversion. svn-id: r41851 | |||
2009-06-25 | Readd PC98 palette loading for LoL 16 color. | Johannes Schickel | |
svn-id: r41850 | |||
2009-06-25 | Strip trailing whitespaces and tabs. | Johannes Schickel | |
svn-id: r41848 | |||
2009-06-22 | Fix memory leak. | Johannes Schickel | |
svn-id: r41747 | |||
2009-06-22 | - Fixed regression in Screen::fadeToBlack | Johannes Schickel | |
- Fixed some palette regressions in Kyra1 Amiga (only the intro works currently) svn-id: r41746 | |||
2009-06-22 | Changed Screen::loadPalette to take a reference to a Palette object instead ↵ | Johannes Schickel | |
of an array. svn-id: r41745 | |||
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 |