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
/
kyra_hof.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
KYRA: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-02
COMMON: Change kPlatformPC to kPlatformDOS
Matthew Hoops
2012-11-23
KYRA: Properly mark digital sfx as sfx in HoF and LoL again.
Johannes Schickel
2012-11-11
KYRA: clean up audio resource handling
athrxx
2012-11-11
KYRA: finish implementation of new HOF sequence player code
athrxx
2012-11-11
KYRA: move HOF sequence player into its own class
athrxx
2012-06-13
KYRA: Reduce amount of updateScreen calls.
Johannes Schickel
2012-02-24
KYRA: (EOB) - cleanup CGA/EGA code a bit
athrxx
2012-02-21
KYRA: (EOB) - implement EGA mode (hi res dithering) for EOB II
athrxx
2012-02-15
JANITORIAL: Fix whitespace in pointer template arg
Tarek Soliman
2012-01-08
KYRA: Cleanup v2 item animation a little bit.
Johannes Schickel
2011-12-26
KYRA: (EOB/LOL) - rename some vars
athrxx
2011-12-26
KYRA: (EOB) - initial code base commit
athrxx
2011-11-18
KYRA: "Fix" bug #3166235 "KYRA: Crash on startup on OS X due to invalid PAK f...
Johannes Schickel
2011-11-16
COMMON: Rename Common::set_to to Common::fill.
Johannes Schickel
2011-10-29
KYRA: Get rid of Sound's voiceFileIsPresent in favor of isVoicePresent.
Johannes Schickel
2011-10-01
KYRA: fix typo
athrxx
2011-09-08
KYRA: Made some more static data const.
Johannes Schickel
2011-08-07
KYRA: Simplify initializing a buffer with a string.
Christoph Mallon
2011-08-07
COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).
Christoph Mallon
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-06-25
KYRA: revert d7e700f370c258a5f4786d972af3666b93b71f94
athrxx
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
KYRA: Fix compilation when LoL is disabled.
Johannes Schickel
2011-04-28
KYRA: Clean up of header includes.
Johannes Schickel
2011-04-11
KYRA: Cleanup.
Johannes Schickel
2011-04-11
KYRA: Get rid of non-const static variables in HoF.
Johannes Schickel
2011-02-16
KYRA/LOL: add comments for last commit
athrxx
2011-02-16
KYRA/LOL: fixed hand item cursor bug
athrxx
2010-10-28
KYRA: Rename KyraEngine::saveGameState to KyraEngine::saveGameStateIntern.
Johannes Schickel
2010-10-22
KYRA: Adapt Kyra2+3 to use the newly added item type too.
Johannes Schickel
2010-10-22
KYRA: A little refactoring (name change).
Johannes Schickel
2010-08-05
KYRA: Add support for subtitle options changes via GMM.
Johannes Schickel
2010-05-17
Some more enforcement of our formatting conventions in KYRA too.
Johannes Schickel
2009-11-29
Cleanup.
Johannes Schickel
2009-10-06
KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...
Florian Kagerer
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-10-02
LOL: cleanup
Florian Kagerer
2009-08-16
Fix valgrind warnings.
Johannes Schickel
2009-07-25
Implement missing bits in KyraEngine_HoF::setCauldronState.
Johannes Schickel
2009-07-25
Fix palette regression in Kyra2.
Johannes Schickel
2009-06-29
Removed obsolete TODOs in HoF code.
Johannes Schickel
2009-06-29
Removed more obsolete TODO messages.
Johannes Schickel
2009-06-29
Replaced some raw palette loads.
Johannes Schickel
2009-06-25
Use Screen::loadPalette instead of Resource::loadFileToBuf.
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-09
- Moved Screen_v2::copyWsaRect to Screen::copyWsaRect
Johannes Schickel
[next]