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_v1.cpp
Age
Commit message (
Expand
)
Author
2008-07-20
KYRA: disable incomplete PC-98 audio support for 0.12.0 release (use towns au...
Florian Kagerer
2008-07-05
Added support for Italian fan translation of Kyrandia 3. (see fr#2003504 "KYR...
Johannes Schickel
2008-06-30
Added support for Spanish fan translation of kyra3 (See fr #1994040 "KYRA3: A...
Johannes Schickel
2008-06-26
- improved hof music support for fm-towns (driver for *.twn tracks) (still ne...
Florian Kagerer
2008-05-23
- Added a simple (but yet better) implementation of pauseEngineIntern for Kyr...
Johannes Schickel
2008-05-12
- Yet more opcodes moved to KyraEngine_v1
Johannes Schickel
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-11
Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Ky...
Johannes Schickel
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2008-05-06
Implemented Engine::getDebugger for KyraEngine.
Johannes Schickel
2008-05-02
- Renamed ScreenAnimator -> Animator_v1
Johannes Schickel
2008-04-29
- Renamed ScriptInterpreter -> EMCInterpreter
Johannes Schickel
2008-04-29
Prevent analog sound driver to be created for Kyra3.
Johannes Schickel
2008-04-26
Fixed kyra screen initialization.
Johannes Schickel
2008-04-26
Call _screen->Init(). Fixes segfaults when
Jonathan Gray
2008-04-12
- some refactoring for Kyra3
Johannes Schickel
2008-04-10
Made KyraEngine::startup just loading soundfile instead of also playing track 0.
Johannes Schickel
2008-04-10
- Updated debug output for KyraEngine::snd_playTheme
Johannes Schickel
2008-04-06
Fixed crash on startup when running japanese versions of Kyrandia.
Johannes Schickel
2008-04-05
- Changed quicksaves to use slots 990-998.
Johannes Schickel
2008-04-05
Fixed crash when opening menu after starting kyra1 with -x/--save-slot.
Johannes Schickel
2008-04-04
Cleaned up volume settings managment.
Johannes Schickel
2008-03-30
- fixed savegame description loading in kyra1
Johannes Schickel
2008-03-28
Refactored Kyrandia GUI code a bit.
Johannes Schickel
2008-03-28
Implemented savegame loading via command line params -x/--save-slot.
Johannes Schickel
2008-03-17
Also allow '.' and Escape as keys for skipping sequences in HoF.
Johannes Schickel
2008-03-16
Reworked skipFlag handling.
Johannes Schickel
2008-03-16
- moved KyraEngine_v1::setupOpcodeTable from kyra_v1.cpp to kyra_v2.cpp
Johannes Schickel
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-27
Cleanup.
Johannes Schickel
2008-01-27
Fix for some problems introduced (like wrong text display) with last commit.
Johannes Schickel
2008-01-27
- slightly refactored user settings handling
Johannes Schickel
2008-01-10
Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".
Johannes Schickel
2008-01-03
Committed slightly modified patch #1862758 "KYRA: audio data assignment patch".
Johannes Schickel
2007-12-24
Cleanup(/formatting).
Johannes Schickel
2007-11-03
Cleanup.
Johannes Schickel
2007-10-22
Fixed SFX in intro of FM-Towns/PC98 versions of Kyrandia 1 (Thanks to Florian...
Johannes Schickel
2007-10-21
Fixes timers in Kyra1. (Initialized them twice oops...)
Johannes Schickel
2007-10-12
HoF:
Johannes Schickel
2007-10-10
- Made some sound functions a bit more generic for use with Kyra1 and Kyra2
Johannes Schickel
2007-09-15
- added PC-98 platform entry
Johannes Schickel
2007-07-29
- Kyrandia 1 works again
Johannes Schickel
2007-07-29
Restructure Kyrandia sourcecode (part 2, compiling works again)
Johannes Schickel
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-05
- started to move v1 specific functions to KyraEngine_v1 (just opcodes yet)
Johannes Schickel