index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
Age
Commit message (
Expand
)
Author
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
2009-06-25
Readd PC98 palette loading for LoL 16 color.
Johannes Schickel
2009-06-25
Strip trailing whitespaces and tabs.
Johannes Schickel
2009-06-25
Add config option for Kyra1 16 color, it'll only use dithering when "16_color...
Johannes Schickel
2009-06-25
Implement palette fading for 16 color version of Kyrandia 1.
Johannes Schickel
2009-06-25
Implement properly colored mouse cursors in 16 color version of Kyrandia 1.
Johannes Schickel
2009-06-25
Initial support for Kyrandia 1 PC-9801 Japanese 16 color.
Johannes Schickel
2009-06-22
Fix palette regression in Lands of Lore.
Johannes Schickel
2009-06-22
Fix memory leak.
Johannes Schickel
2009-06-22
- Fixed regression in Screen::fadeToBlack
Johannes Schickel
2009-06-22
Changed Screen::loadPalette to take a reference to a Palette object instead o...
Johannes Schickel
2009-06-22
Changed Screen::loadBitmap and Movie::open to take an optional Palette pointe...
Johannes Schickel
2009-06-22
- Changed the following Screen functions to take a reference to a Palette obj...
Johannes Schickel
2009-06-22
Add wrapper functionality for copying full palettes.
Johannes Schickel
2009-06-22
Changed Screen::getPalette to return a reference to a Palette object.
Johannes Schickel
2009-06-22
Got rid of Screen::_currentPalette.
Johannes Schickel
2009-06-22
Start refactoring palette handling into new class "Palette".
Johannes Schickel
2009-06-21
Cleanup.
Johannes Schickel
2009-06-21
LOL: minor fix for floating cursors
Florian Kagerer
2009-06-21
LOL: - implemented support for "floating cursors"
Florian Kagerer
2009-06-21
Cleanup.
Johannes Schickel
2009-06-21
Fix slider buttons in LoL (and some minor cleanup).
Johannes Schickel
2009-06-21
Cleanup: Change LoL specific config entries to use underscores instead of whi...
Johannes Schickel
2009-06-21
Cleanup: Change LoL code to use KYRA volume handling.
Johannes Schickel
2009-06-21
LOL: - implemented audio menu
Florian Kagerer
2009-06-21
Cleanup.
Johannes Schickel
2009-06-21
Fix umlauts for original interpreter saves.
Johannes Schickel
2009-06-21
Enable proper umlaut handling in kyra 1-3.
Johannes Schickel
2009-06-21
Moved CP850<->ISO-8859-1 conversion to Util.
Johannes Schickel
2009-06-21
Fix drawing of sharp s.
Johannes Schickel
2009-06-21
Prevent font code to draw characters not included in the font.
Johannes Schickel
2009-06-20
LOL: minor fix for save menu
Florian Kagerer
2009-06-20
LOL: cleanup
Florian Kagerer
2009-06-20
LOL: implemented save menu
Florian Kagerer
2009-06-20
Added explicit casts to _fontConversionTableGerman for systems where char is ...
Paul Gilbert
2009-06-19
LOL: - implemented delete menu
Florian Kagerer
2009-06-19
Fix some warnings.
Johannes Schickel
2009-06-19
LOL: - implemented bezel cup opcode
Florian Kagerer
2009-06-18
Replaced "getRandomNumberSpecial" be RandomSource usage. (This is needed for ...
Johannes Schickel
2009-06-16
LOL: implemented options menu (settings aren't saved yet)
Florian Kagerer
2009-06-15
KYRA: fixed regression (broken menu slide bars in HOF/MR)
Florian Kagerer
2009-06-15
LOL: implemented quit menu
Florian Kagerer
2009-06-15
LOL: - started on the ingame menu code (death menu, load menu and main menu)
Florian Kagerer
2009-06-14
Cleanup.
Johannes Schickel
2009-06-14
Got rid of a needless "getEventManager" call. (Using Engine::_eventMan now in...
Johannes Schickel
2009-06-12
Added missing return statements.
Nicola Mettifogo
2009-06-12
Finally fix build (extra qualifier removed).
Nicola Mettifogo
2009-06-12
* Adapted Kyra to the new IFFParser interface.
Nicola Mettifogo
2009-06-09
- Moved Screen_v2::copyWsaRect to Screen::copyWsaRect
Johannes Schickel
[next]