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
2008-08-10
Added fallback to text only mode when voice files are not found.
Johannes Schickel
2008-08-10
Fixed crash in KyraEngine_HoF::pauseEngineIntern.
Johannes Schickel
2008-08-05
Output errors on (some) missing files.
Johannes Schickel
2008-08-02
add non-interactive lol demo
Florian Kagerer
2008-07-31
Committed slightly modified patch #2029395 "KYRA: Lands of Lore Intro + Chara...
Johannes Schickel
2008-06-30
Added support for Spanish fan translation of kyra3 (See fr #1994040 "KYRA3: A...
Johannes Schickel
2008-06-30
- this fixes Hof PC98 music initialization
Florian Kagerer
2008-06-22
this should fix bug #1997149: KYRA2: no text in spellbook
Florian Kagerer
2008-06-01
- (hopefully) fix valgrind warning for installer file decompression
Florian Kagerer
2008-05-31
- Fixed possible invalid memory access in Resource::loadFileToBuf
Johannes Schickel
2008-05-25
typo
Florian Kagerer
2008-05-25
- some pauseEngineIntern() code for the HOF sequence player (not tested)
Florian Kagerer
2008-05-24
- add support for HOF floppy versions
Florian Kagerer
2008-05-12
- Moved some opcodes to KyraEngine_v1
Johannes Schickel
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-11
Consisteny fixes:
Johannes Schickel
2008-05-10
- Cleaned up main menu quit handling
Johannes Schickel
2008-05-10
Simplification in updateItemAnimations in KyraEngine_HoF and KyraEngine_MR.
Johannes Schickel
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2008-05-06
Fixed crash when qutting kyra2 main menu.
Johannes Schickel
2008-05-06
Fixed possible crash in Debugger_v2 when using 'give'.
Johannes Schickel
2008-05-06
Cleanup.
Johannes Schickel
2008-05-06
- Fixed valgrind warnings in HoF
Johannes Schickel
2008-05-06
- Fixed some memory leaks in kyra3
Johannes Schickel
2008-05-05
Implemented support for Kyra3 game options menu (including studio audience an...
Johannes Schickel
2008-05-05
- Added support for Kyra3 GUI (audio and game options not working yet)
Johannes Schickel
2008-05-04
- Shared checkInput code between kyra2 and kyra3
Johannes Schickel
2008-05-04
Renamed kyra2 and kyra3 gui files.
Johannes Schickel
2008-05-04
Yet more opcodes moved to KyraEngine_v2.
Johannes Schickel
2008-05-04
Moved more opcodes to KyraEngine_v2.
Johannes Schickel
2008-05-03
Cleanup.
Johannes Schickel
2008-05-03
- Moved newShape/temporaryScript code to KyraEngine_v2.
Johannes Schickel
2008-05-02
- Renamed ScreenAnimator -> Animator_v1
Johannes Schickel
2008-05-02
Moved runSceneScript6 to KyraEngine_v2.
Johannes Schickel
2008-05-02
Moved some character code from kyra2/kyra3 to KyraEngine_v2.
Johannes Schickel
2008-05-02
- Renamed TextDisplayer_v2 to TextDisplayer_HoF
Johannes Schickel
2008-05-02
Moved common kyra2/kyra3 item to KyraEngine_v2.
Johannes Schickel
2008-05-02
Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...
Johannes Schickel