Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-26 | Implement difference in TIM's displayText code for PC98, this should fix the ↵ | Johannes Schickel | |
font color in the intro. svn-id: r41897 | |||
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 | For now always enable voices in PC98 version of LoL. | Johannes Schickel | |
svn-id: r41893 | |||
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 difference in PC98 version. (This actually breaks the text colors ↵ | Johannes Schickel | |
in the LoL intro for now...) svn-id: r41889 | |||
2009-06-25 | KYRA/LOL: - support speech/text settings in LOL intro | Florian Kagerer | |
- fix possible pc98 music issue svn-id: r41887 | |||
2009-06-25 | Change Screen_v2::findLeastDifferentColor to take a Palette object as source. | Johannes Schickel | |
svn-id: r41886 | |||
2009-06-25 | Change Screen_HoF::generateGrayOverlay to accept a Palette object as source. | Johannes Schickel | |
svn-id: r41885 | |||
2009-06-25 | Change Screen_LoL genereta overlay functionallity to accept a Palette object ↵ | Johannes Schickel | |
as source. svn-id: r41884 | |||
2009-06-25 | Change Screen_HoF::generateGrayOverlay to use a Palette object internally. | Johannes Schickel | |
svn-id: r41883 | |||
2009-06-25 | Change Screen_LoL::generateGrayOverlay to use a Palette object internally. | Johannes Schickel | |
svn-id: r41882 | |||
2009-06-25 | Change Screen_v2::generateOverlay to take a const Palette reference instead ↵ | Johannes Schickel | |
of a pointer. svn-id: r41881 | |||
2009-06-25 | Add a const "getData" access method to Palette. | Johannes Schickel | |
svn-id: r41880 | |||
2009-06-25 | Cleanup VQA player a bit. | Johannes Schickel | |
svn-id: r41879 | |||
2009-06-25 | Replace yet another palette from file loading with Screen::loadPalette. | Johannes Schickel | |
svn-id: r41878 | |||
2009-06-25 | Use Screen::loadPalette instead of Resource::loadFileToBuf. | Johannes Schickel | |
svn-id: r41877 | |||
2009-06-25 | Cleanup. | Johannes Schickel | |
svn-id: r41876 | |||
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 proper color index conversion for Lands of Lore PC98. (The intro ↵ | Johannes Schickel | |
and menu screen work fine now) svn-id: r41867 | |||
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-25 | Add config option for Kyra1 16 color, it'll only use dithering when ↵ | Johannes Schickel | |
"16_color" is set to true. svn-id: r41847 | |||
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 | Fix palette regression in Lands of Lore. | Johannes Schickel | |
svn-id: r41777 | |||
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 | |||
2009-06-22 | Add wrapper functionality for copying full palettes. | Johannes Schickel | |
svn-id: r41742 | |||
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-06-22 | Start refactoring palette handling into new class "Palette". | Johannes Schickel | |
svn-id: r41739 | |||
2009-06-21 | Cleanup. | Johannes Schickel | |
svn-id: r41736 | |||
2009-06-21 | LOL: minor fix for floating cursors | Florian Kagerer | |
svn-id: r41735 | |||
2009-06-21 | LOL: - implemented support for "floating cursors" | Florian Kagerer | |
- prevent complete refresh for audio menu whenever a mouse button is pressed svn-id: r41734 | |||
2009-06-21 | Cleanup. | Johannes Schickel | |
svn-id: r41733 | |||
2009-06-21 | Fix slider buttons in LoL (and some minor cleanup). | Johannes Schickel | |
svn-id: r41732 | |||
2009-06-21 | Cleanup: Change LoL specific config entries to use underscores instead of ↵ | Johannes Schickel | |
whitespaces. svn-id: r41731 | |||
2009-06-21 | Cleanup: Change LoL code to use KYRA volume handling. | Johannes Schickel | |
svn-id: r41730 | |||
2009-06-21 | LOL: - implemented audio menu | Florian Kagerer | |
- menu settings now get saved - remove white spaces svn-id: r41729 | |||
2009-06-21 | Cleanup. | Johannes Schickel | |
svn-id: r41723 |