Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-10 | Implement differences for Kyrandia 1 Amiga in o1_setCustomPaletteRange. | Johannes Schickel | |
svn-id: r43222 | |||
2009-08-10 | Fix incorrect converted colors in Kyra1 Amiga speech text color setup. | Johannes Schickel | |
svn-id: r43221 | |||
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 | Fix GUI menu colors for Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43215 | |||
2009-08-10 | Fix GUI button outline colors in Kyra1 Amiga. | Johannes Schickel | |
svn-id: r43213 | |||
2009-08-10 | Fix GUI font colors and text drawing in Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43212 | |||
2009-08-10 | Typo. | Johannes Schickel | |
svn-id: r43211 | |||
2009-08-10 | Implement item to item name list index mapping for Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43210 | |||
2009-08-10 | Fix GUI strings in Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43209 | |||
2009-08-10 | - Fix extraction of Kyra 1 amiga string tables in kyra.dat | Johannes Schickel | |
- Fix "taken" string offsets in kyra.dat - Add temporary workaround for only one "taken" string being present in Kyra 1 amiga. - Update kyra.dat svn-id: r43208 | |||
2009-08-10 | Fix copyright string displaying in Kyra1 amiga. Unlike the DOS version it ↵ | Johannes Schickel | |
does not use a second print for creating a shadow look. svn-id: r43207 | |||
2009-08-10 | LOL: fix main menu in floppy version | Florian Kagerer | |
svn-id: r43202 | |||
2009-08-10 | Fix bug when setting up mouse cursor with inventory palette. | Johannes Schickel | |
svn-id: r43200 | |||
2009-08-10 | Remove dead code. | Johannes Schickel | |
svn-id: r43199 | |||
2009-08-10 | Cleanup. | Johannes Schickel | |
svn-id: r43198 | |||
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 | Fix text color in character speeches in Kyra1 amiga. | Johannes Schickel | |
svn-id: r43194 | |||
2009-08-10 | Fix inventory background color. | Johannes Schickel | |
svn-id: r43193 | |||
2009-08-10 | Initial support for correct colors in the interface of Kyra1 AMIGA. | Johannes Schickel | |
svn-id: r43192 | |||
2009-08-10 | Disable menu text fading in kyra1 amiga for now. | Johannes Schickel | |
svn-id: r43191 | |||
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 | Unbreak basic Kyra1 amiga in game support, by disabling some palette code ↵ | Johannes Schickel | |
for the amiga version. svn-id: r43188 | |||
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-08-07 | show VK in gui_v2 games of kyra | Kostas Nakos | |
svn-id: r43097 | |||
2009-08-07 | hint backend about virtual keyboard on save, in LoK | Kostas Nakos | |
svn-id: r43095 | |||
2009-07-30 | Fix bug which caused the mouse cursor not to update in some cases. | Johannes Schickel | |
svn-id: r42926 | |||
2009-07-29 | Fix a little bug in KyraEngine_MR::showBadConscience, which prevented ↵ | Johannes Schickel | |
Gunther's mouse shapes from showing up. svn-id: r42895 | |||
2009-07-29 | Fix saving of item in hand in HoF and MR. | Johannes Schickel | |
svn-id: r42892 | |||
2009-07-29 | Fix animation script sound effect opcode implementation in Kyra3. | Johannes Schickel | |
svn-id: r42890 | |||
2009-07-27 | Fix format string issues (and compiler warnings). | Willem Jan Palenstijn | |
Patch by salty-horse. svn-id: r42842 | |||
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-25 | Implement missing bits in KyraEngine_HoF::setCauldronState. | Johannes Schickel | |
svn-id: r42773 | |||
2009-07-25 | Fix palette regression in Kyra2. | Johannes Schickel | |
svn-id: r42771 | |||
2009-07-25 | Adept savegame name creation code to use Common::String::printf. | Johannes Schickel | |
svn-id: r42765 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-25 | remove implicit SoundDigital::Sound ctor call, which is redundant because ↵ | Joost Peters | |
the required initialisation is done below -- this fixes a linker error with mipspro svn-id: r42748 | |||
2009-07-17 | Cleanup. | Johannes Schickel | |
svn-id: r42565 | |||
2009-07-17 | - Moved SoundAdlibPC definition to new header file sound_adlib.h | Johannes Schickel | |
- Made the future versions of sound.h GPL only - sound_adlib.h is dual licensed under GPL and LGPL (so AdPlug can still benefit from future changes) svn-id: r42564 | |||
2009-07-17 | Replace LGPL header by GPL header. | Johannes Schickel | |
svn-id: r42563 | |||
2009-07-16 | Fix bug in "KyraEngine_v2::runSceneScript6", fixes text line Zanthia says, ↵ | Johannes Schickel | |
when picking up the spellbook page in the town. svn-id: r42543 | |||
2009-07-15 | Bugfix: Disallow GMM Save/Load while in kyragem scene. | Johannes Schickel | |
svn-id: r42507 | |||
2009-07-14 | Fix graphics glitch in LoL PC98 intro. | Johannes Schickel | |
svn-id: r42493 | |||
2009-07-14 | Got rid of some more ioFailed uses (also fixed a potential leak in ↵ | Max Horn | |
graphics/font.cpp, and handle eos correctly in the FLAC code) svn-id: r42488 | |||
2009-07-13 | Got rid of Screen_LoL::_paletteConvTable. | Johannes Schickel | |
svn-id: r42443 |