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_hof.cpp
Age
Commit message (
Expand
)
Author
2009-01-31
o2_loadSoundFile is a dummy for non DOS versions.
Johannes Schickel
2009-01-31
Fixed o2_loadSoundFile implementation.
Johannes Schickel
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-07-27
Fixed macro.
Johannes Schickel
2008-06-22
Cleanup.
Johannes Schickel
2008-06-22
missed this in last commit (bug fix for #1997149)
Florian Kagerer
2008-05-27
Fixed KyraEngine_v1::snd_stopVoice and KyraEngine_v1::snd_voiceIsPlaying impl...
Johannes Schickel
2008-05-24
cleanup
Florian Kagerer
2008-05-24
more fixes for spellbook/letter text in Hof (French and German floppy)
Florian Kagerer
2008-05-24
fix for missing spellbook and letter text in the floppy versions
Florian Kagerer
2008-05-18
Reverted commit #32166.
Johannes Schickel
2008-05-18
Formatting.
Johannes Schickel
2008-05-18
Fixed fillRect opcode for HoF.
Johannes Schickel
2008-05-14
Formatting.
Johannes Schickel
2008-05-14
Oops, I definitely meant for that to be '==', not '='. I guess this is what it
Torbjörn Andersson
2008-05-14
Added a FIXME regarding commit #32096
Filippos Karapetis
2008-05-14
Added the animation speed workaround for the sheriff animation as well. (See
Torbjörn Andersson
2008-05-12
- Some more opcodes moved to KyraEngine_v1
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-10
Renamed opcode 163: o2_getBoolFromStack to o2_midiSoundFadeout and updated im...
Johannes Schickel
2008-05-10
Implemented opcode 106: o2_playFireflyScore.
Johannes Schickel
2008-05-04
Yet more opcodes moved to KyraEngine_v2.
Johannes Schickel
2008-05-04
Cleanup.
Johannes Schickel
2008-05-04
Moved more opcodes to KyraEngine_v2.
Johannes Schickel
2008-05-03
Moved more opcodes to KyraEngine_v2.
Johannes Schickel
2008-05-03
Moved some more opcodes to KyraEngine_v2.
Johannes Schickel
2008-05-03
- Moved newShape/temporaryScript code to KyraEngine_v2.
Johannes Schickel
2008-05-03
Fix compilation on MSVC (Updated project files and turned a 'int forced to bo...
Kari Salminen
2008-05-02
Yet more opcodes moved to KyraEngine_v2.
Johannes Schickel
2008-05-02
Started to move opcodes used in both kyra2 and kyra3 to KyraEngine_v2.
Johannes Schickel
2008-05-02
- Renamed TextDisplayer_v2 to TextDisplayer_HoF
Johannes Schickel
2008-05-02
Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...
Johannes Schickel