Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-22 | KYRA: Remove superfluous palette update on quit. | Johannes Schickel | |
svn-id: r51169 | |||
2010-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel | |
svn-id: r49069 | |||
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn | |
These functions are only used internally be Engine subclasses, and by moving them to a separate header we can reduce indirect header dependencies. svn-id: r48934 | |||
2010-04-11 | Setup and destroy a dummy cursor and palette in the Engine class. | Johannes Schickel | |
The idea behind this is exactly the same as behind r48620, but it affects all engines, thus engine authors can now use CursorMan.replaceCursor without having to worry about possible memory leaks or the like. svn-id: r48626 | |||
2010-04-11 | Fix KYRA's cursor handling by pushing a dummy cursor via ↵ | Johannes Schickel | |
CursorMan.pushCursor too. Also replace CursorMan.popAllCursors by CursorMan.popCursor to prevent the caller's cursor from being destroyed. svn-id: r48621 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-17 | Fix valgrind warning. | Johannes Schickel | |
svn-id: r45207 | |||
2009-10-11 | LOL/PC-98: fix king richard healing sequence | Florian Kagerer | |
svn-id: r44936 | |||
2009-10-11 | Print warning, when the number of colors in a palette file exceed the number ↵ | Johannes Schickel | |
of colors in the target palette on load. svn-id: r44922 | |||
2009-10-11 | Fix regression introduced with r44907. | Johannes Schickel | |
svn-id: r44911 | |||
2009-10-11 | Cleanup. | Johannes Schickel | |
svn-id: r44907 | |||
2009-10-11 | Revert changes to graphics/sjis.h in r44709. | Johannes Schickel | |
svn-id: r44904 | |||
2009-10-10 | LOL/PC-98: implemented drawing code for teleporters | Florian Kagerer | |
svn-id: r44883 | |||
2009-10-10 | LOL/PC-98: fixed minor glitch in wsa code | Florian Kagerer | |
svn-id: r44879 | |||
2009-10-10 | LOL/PC-98: fixed two minor bugs | Florian Kagerer | |
svn-id: r44870 | |||
2009-10-08 | LOLLOL/PC-98: fixed add-spell-to-scroll animation | Florian Kagerer | |
svn-id: r44797 | |||
2009-10-06 | KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when ↵ | Florian Kagerer | |
typing savegame names - fixed some minor bugs svn-id: r44709 | |||
2009-10-04 | LoL PC98: Fix thumbnail creation for quick saves and autosave. | Johannes Schickel | |
svn-id: r44623 | |||
2009-09-30 | Adapt KYRA engine to use the ASCII and half-width katakana support of the ↵ | Johannes Schickel | |
SJIS font. (required for LoL PC98) svn-id: r44488 | |||
2009-09-30 | Cleanup: got rid of Screen::ShadeType. | Johannes Schickel | |
svn-id: r44487 | |||
2009-09-30 | Implemented support for drawing 8x16 chars from our custom SJIS font. | Johannes Schickel | |
svn-id: r44486 | |||
2009-09-26 | LOL/PC-98: fix menu colors | Florian Kagerer | |
svn-id: r44381 | |||
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 |