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.cpp
Age
Commit message (
Expand
)
Author
2007-04-01
added the instance of EventManager returned by OSystem::getEventManager as a ...
Gregory Montoir
2007-03-18
KYRA: Changed to use EventManager::getMousePos (should improve some things: t...
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-03-12
WIP code for Amiga version:
Johannes Schickel
2007-03-07
- cleanup
Johannes Schickel
2007-02-16
Added support for Kyrandia 2 ADL files.
Johannes Schickel
2007-02-12
Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ...
Johannes Schickel
2007-02-03
Workaround bad values for _curSfxFile in old savegames.
Johannes Schickel
2007-02-03
Some delay changes. (should fix slow scene animations)
Johannes Schickel
2007-01-29
- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)
Johannes Schickel
2007-01-26
little parameter reodering.
Johannes Schickel
2007-01-25
Adds CD audio support.
Johannes Schickel
2006-11-13
Move addSpecialDebugLevel calls to engine constructor, as stated in our
Eugene Sandulenko
2006-11-09
- switches to Common::AdvancedDetector
Johannes Schickel
2006-09-17
- removes the kyra specific language flag system, and uses the language enum ...
Johannes Schickel
2006-09-16
Reduce code duplication
Max Horn
2006-09-16
Replaces all malloc/realloc usages with new.
Johannes Schickel
2006-09-15
- adds dirty rect handling to the kyra engine (needs some more tests before I...
Johannes Schickel
2006-08-26
Adds some framework for the Kyra2 intro, expands it a little bit and adds som...
Oystein Eftevaag
2006-08-26
Stop doing a screen rewrite on each mouse movement event, just schedule a red...
Oystein Eftevaag
2006-08-01
Kyra 2 has two types of XMIDI files: XMI and C55. It seems C55 are for the
Torbjörn Andersson
2006-08-01
Until the native Kyra 2 Adlib music is supported, enable the automagic MIDI-to-
Torbjörn Andersson
2006-07-29
Added _quitFlag test to Kyra 2 animation and to waitForEvent().
Torbjörn Andersson
2006-07-28
Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie...
Oystein Eftevaag
2006-07-27
Oops it should never be renamed to c1_* but to o1_* changing this now.
Johannes Schickel
2006-07-27
- renaming all opcodes from cmd_* to c1_*
Johannes Schickel
2006-07-25
Add support for looping the kyra3 main menu.
Johannes Schickel
2006-07-23
Initialise the screen before creating the music driver. The MT-32 driver wants
Torbjörn Andersson
2006-07-16
- don't error on CHAPTER1.VRM miss anymore
Johannes Schickel
2006-07-08
Changes init error handling of kyra engine (engine fails at Engine_KYRA_creat...
Johannes Schickel
2006-07-08
Adds a message dialog if kyra.dat is missing which tells the user to download...
Johannes Schickel
2006-06-24
These FIXME comments can go, I think :)
Max Horn
2006-06-24
Fixing a leak in the Kyra engine (the savefile manager allocated by class Eng...
Max Horn
2006-06-05
Fixed PalmOS ARM crashes
Chris Apers
2006-06-03
Fixes visible mouse cursor in the intro with classic theme.
Johannes Schickel
2006-06-03
Fix for bug # 1497965 ("KYRA1: Skipping dialogue requires two clicks").
Johannes Schickel
2006-05-28
cleanup
Johannes Schickel
2006-05-28
- makes Screen::getPagePtr private
Johannes Schickel
2006-05-28
Commits Chriliths patch for fixing Kyra on PalmOS.
Johannes Schickel
2006-05-28
The Kyra settings are now stored in the config file instead of the savegames.
Torbjörn Andersson
2006-05-26
Fixes input handling while moving.
Johannes Schickel
2006-05-25
- Adds some _quitFlag checks
Johannes Schickel
2006-05-21
- reworks quit handling (no _system->quit() anymore)
Johannes Schickel
2006-05-19
Using assert(_something->init()) is a bad idea. Assertions can be disabled.
Torbjörn Andersson
2006-05-19
Added some FIXMEs to the kyra engine
Max Horn
2006-05-16
- implements kyrandia 3 wsa loader
Johannes Schickel
2006-05-08
Added delay() to delayWithTicks() as well. This function is quite similar to
Torbjörn Andersson
2006-05-08
Replaced a bunch of delay loops with a new delayUntil() function. Now all of
Torbjörn Andersson
2006-05-08
Cleanup: Use ScummVM indentation style for switch() cases. In some cases, I
Torbjörn Andersson
[next]