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
/
script_v1.cpp
Age
Commit message (
Expand
)
Author
2006-05-08
Cleanup: Use ScummVM indentation style for switch() cases. In some cases, I
Torbjörn Andersson
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-20
Implements cmd_shakeScreen.
Johannes Schickel
2006-03-18
- started to rework static resource loading
Johannes Schickel
2006-03-18
Extends seq_drinkPotionAnim() so that the color of the flask Brandon
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-15
- removes a wrong space in debugC calls in screen.cpp
Johannes Schickel
2006-03-08
Implemented the last menu (the settings screen). Walking speed, text speed,
Oystein Eftevaag
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-03-07
Added the proper death dialog, changed the sequence skipping code a bit to avoid
Oystein Eftevaag
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