Age | Commit message (Expand) | Author |
2009-10-08 | LOLLOL/PC-98: fixed add-spell-to-scroll animation | Florian Kagerer |
2009-10-06 | KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t... | Florian Kagerer |
2009-10-04 | LoL PC98: Fix thumbnail creation for quick saves and autosave. | Johannes Schickel |
2009-09-30 | Adapt KYRA engine to use the ASCII and half-width katakana support of the SJI... | Johannes Schickel |
2009-09-30 | Cleanup: got rid of Screen::ShadeType. | Johannes Schickel |
2009-09-30 | Implemented support for drawing 8x16 chars from our custom SJIS font. | Johannes Schickel |
2009-09-26 | LOL/PC-98: fix menu colors | Florian Kagerer |
2009-09-20 | Fix removal of SJIS characters in LoL PC98 menu. | Johannes Schickel |
2009-09-20 | Add checks for half-width katakana, which are currently unsupported. | Johannes Schickel |
2009-08-19 | Use Common::List::empty instead of Common::List::size, which is faster for ch... | Johannes Schickel |
2009-08-19 | Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w... | Johannes Schickel |
2009-08-19 | Implemented proper character selection of Lands of Lore PC98. | Johannes Schickel |
2009-08-17 | Fix possible out of bounds access in Screen::drawShape. | Johannes Schickel |
2009-08-16 | Fix valgrind warnings. | Johannes Schickel |
2009-08-13 | Little optimization in Screen::setPaletteIndex, now it only resets the palett... | Johannes Schickel |
2009-08-12 | Add a slight paranoia check to drawCharANSI. | Johannes Schickel |
2009-08-11 | Enable dirty rect handling for the Amiga version again. | Johannes Schickel |
2009-08-11 | Cleanup. | Johannes Schickel |
2009-08-10 | - Fix AMIGA to DOS palette conversion | Johannes Schickel |
2009-08-10 | Use interface palette for mouse cursor in Kyra1 amiga, when it's enabled. | Johannes Schickel |
2009-08-10 | Enable interface text fading in Kyra1 amiga again. | Johannes Schickel |
2009-08-10 | Fix interface text color. | Johannes Schickel |
2009-08-10 | Initial support for correct colors in the interface of Kyra1 AMIGA. | Johannes Schickel |
2009-08-09 | Clear the destination page for bitmap loading, this fixes graphics artifacts ... | Johannes Schickel |
2009-08-09 | Add support for the font format used in Kyrandia 1 Amiga. (font colors are wr... | Johannes Schickel |
2009-08-09 | Create a "Font" interface and create a "DOSFont" implementation for handling ... | Johannes Schickel |
2009-08-09 | Cleanup AMIGA graphics conversion. | Johannes Schickel |
2009-07-26 | Simplify KYRA's SJIS font loading code. | Johannes Schickel |
2009-07-26 | Change the way the font data for SJIS fonts is load. | Johannes Schickel |
2009-07-26 | Change KYRA to use our SJIS font, when it's available. | Johannes Schickel |
2009-07-11 | Removed the now uneeded "Screen::_disableScreen" flag. | Johannes Schickel |
2009-07-07 | Change "FM-Towns" to "FM-TOWNS" for consistency. | Johannes Schickel |
2009-07-07 | - Rename FontSJIS::enableShadow to enableOutline. | Johannes Schickel |
2009-07-07 | - Added support for outlined FM-Towns ROM drawing | Johannes Schickel |
2009-07-07 | Adapt KYRA to use the new Graphics::FontSJIS code. | Johannes Schickel |
2009-07-04 | KYRA: fix minor bug in Screen::drawShape() | Florian Kagerer |
2009-06-29 | Fix invisible mouse cursor, when picking up items. | Johannes Schickel |
2009-06-29 | Fix bug in drawShape. | Johannes Schickel |
2009-06-29 | Fix bug in drawShape, which caused invisibility in Kyra1 to be displayed inco... | Johannes Schickel |
2009-06-29 | Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959. | Johannes Schickel |
2009-06-29 | - Get rid of code duplication for mouse cursor setup | Johannes Schickel |
2009-06-29 | Add a "fill" method to Palette. | Johannes Schickel |
2009-06-29 | Modified Palette::load*Palette definition. | Johannes Schickel |
2009-06-26 | Implement palette difference in Kanji drawing code for PC98. | Johannes Schickel |
2009-06-26 | Implement PC98 text mode color palette. | Johannes Schickel |
2009-06-25 | Only initialize palettes with 16 colors in (real) 16 color games. | Johannes Schickel |
2009-06-25 | Store palettes in a Common::Array instead of a fixed size array. | Johannes Schickel |
2009-06-25 | Cleanup palette setup. | Johannes Schickel |
2009-06-25 | Implement proper AMIGA to VGA color conversion. | Johannes Schickel |
2009-06-25 | Implement proper VGA (a color component in [0, 63]) to our palette format (co... | Johannes Schickel |