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
/
sequences_hof.cpp
Age
Commit message (
Expand
)
Author
2008-06-01
- fix regression in non-interactive HOF demo
Florian Kagerer
2008-05-31
- Fixed possible invalid memory access in Resource::loadFileToBuf
Johannes Schickel
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-17
- fixes bug #1962601 at least for intro and outro
Florian Kagerer
2008-05-16
commit eriktorbjorn's patch #1964853 (HoF: Hand of Fate credits cleanup (WIP)...
Florian Kagerer
2008-05-12
fix valgrind warning and some cleanup
Florian Kagerer
2008-05-12
move some kyra 3 static resources to kyra.dat
Florian Kagerer
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-11
Consisteny fixes:
Johannes Schickel
2008-05-11
stop music playback when skipping (parts of) the HOF intro
Florian Kagerer
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2008-05-06
- Fixed valgrind warnings in HoF
Johannes Schickel
2008-05-03
- Moved newShape/temporaryScript code to KyraEngine_v2.
Johannes Schickel
2008-05-02
Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...
Johannes Schickel