Age | Commit message (Expand) | Author |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-07-01 | GRAPHICS: Remove default values from FontSJIS::drawChar. | Johannes Schickel |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | KYRA: Clean up of header includes. | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-07 | KYRA: Slight cleanup. | Johannes Schickel |
2011-02-20 | KYRA: Fix regression in Screen::setInterfacePalette. | Johannes Schickel |
2011-02-14 | KYRA: Adapt to setPalette/grabPalette RGBA->RGB changes. | Johannes Schickel |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-10-19 | SCUMM/FM-TOWNS JAPANESE: implement flipped text | Florian Kagerer |
2010-10-17 | SCUMM/FM-TOWNS: more improvements to japanese font drawing | Florian Kagerer |
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
2010-08-24 | KYRA: Cleanup. | Johannes Schickel |
2010-07-22 | KYRA: Remove superfluous palette update on quit. | Johannes Schickel |
2010-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-04-11 | Setup and destroy a dummy cursor and palette in the Engine class. | Johannes Schickel |
2010-04-11 | Fix KYRA's cursor handling by pushing a dummy cursor via CursorMan.pushCursor... | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-17 | Fix valgrind warning. | Johannes Schickel |
2009-10-11 | LOL/PC-98: fix king richard healing sequence | Florian Kagerer |
2009-10-11 | Print warning, when the number of colors in a palette file exceed the number ... | Johannes Schickel |
2009-10-11 | Fix regression introduced with r44907. | Johannes Schickel |
2009-10-11 | Cleanup. | Johannes Schickel |
2009-10-11 | Revert changes to graphics/sjis.h in r44709. | Johannes Schickel |
2009-10-10 | LOL/PC-98: implemented drawing code for teleporters | Florian Kagerer |
2009-10-10 | LOL/PC-98: fixed minor glitch in wsa code | Florian Kagerer |
2009-10-10 | LOL/PC-98: fixed two minor bugs | Florian Kagerer |
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 |