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
/
scene.cpp
Age
Commit message (
Expand
)
Author
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
2007-04-27
Cleanup.
Johannes Schickel
2007-04-15
Formatting/Cleanup.
Johannes Schickel
2007-04-15
cleanup.
Johannes Schickel
2007-03-23
Implemented some palette code differences for Amiga version.
Johannes Schickel
2007-03-18
KYRA: Changed to use EventManager::getMousePos (should improve some things: t...
Max Horn
2007-03-18
- little 'cleanup'
Johannes Schickel
2007-03-12
WIP code for Amiga version:
Johannes Schickel
2007-01-31
Some changes to be closer to the original with palette handling.
Johannes Schickel
2007-01-29
- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)
Johannes Schickel
2007-01-06
A few minor fixes and optimizations (biggest one is splitting decodeFrameDelt...
Oystein Eftevaag
2006-09-17
- removes the kyra specific language flag system, and uses the language enum ...
Johannes Schickel
2006-09-16
- enables pseudo unloading of loaded pak files (which reduces the loading of ...
Johannes Schickel
2006-09-16
Simplifies resource handling for the CD version of Kyrandia.
Johannes Schickel
2006-07-27
- renaming all opcodes from cmd_* to c1_*
Johannes Schickel
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-06-04
wrong palettes should be really fixed now.
Johannes Schickel
2006-06-04
Should fix strange palettes in some rooms.
Johannes Schickel
2006-06-03
Implements cmd_fadeEntirePalette, should fix some missing palette fades.
Johannes Schickel
2006-05-28
- makes Screen::getPagePtr private
Johannes Schickel
2006-05-26
Fixes input handling while moving.
Johannes Schickel
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
2006-03-27
Comments out unneeded code in enterNewScene (only used for cd audio version).
Johannes Schickel
2006-03-19
Fixes a potential problem in the pathfinder where an array could be accessed ...
Oystein Eftevaag
2006-03-17
- Fixes bug #1401432 ("KYRA: Brandon graphics glitch when exiting castle cata...
Johannes Schickel
2006-03-16
- Fixes some gfx glitches (the falling feather and the falling leaf now have ...
Johannes Schickel
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-02-14
Made the kyra debug extensions more generic, i.e. scumm engine could replace
Johannes Schickel
2006-02-14
Reworked kyra debug output system. Now he have special kyra intern debug leve...
Johannes Schickel
2006-02-11
Moved engines to the new engines/ directory
Max Horn