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
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
KYRA: Fix compilation when LoL is disabled.
Johannes Schickel
2011-04-28
KYRA: Clean up of header includes.
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-10-22
KYRA: Adapt Kyra2+3 to use the newly added item type too.
Johannes Schickel
2010-05-17
Some more enforcement of our formatting conventions in KYRA too.
Johannes Schickel
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2009-10-06
KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...
Florian Kagerer
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-17
Typo.
Johannes Schickel
2009-09-17
Enable delay for Ninteno DS in all occasions in o2_isAnySoundPlaying.
Johannes Schickel
2009-09-17
Add workaround in "o2_isAnySoundPlaying", which will hopefully make Kyra2 wor...
Johannes Schickel
2009-08-19
Cleanup.
Johannes Schickel
2009-06-29
Replaced some raw palette loads.
Johannes Schickel
2009-06-22
Changed Screen::loadPalette to take a reference to a Palette object instead o...
Johannes Schickel
2009-06-22
- Changed the following Screen functions to take a reference to a Palette obj...
Johannes Schickel
2009-06-22
Add wrapper functionality for copying full palettes.
Johannes Schickel
2009-06-22
Changed Screen::getPalette to return a reference to a Palette object.
Johannes Schickel
2009-06-22
Got rid of Screen::_currentPalette.
Johannes Schickel
2009-05-29
Formatting.
Johannes Schickel
2009-05-27
- Moved Sound implementation declarations to the newly added file sound_intern.h
Johannes Schickel
2009-05-23
Reserve opcode array entries beforehand, should save some reallocation and co...
Johannes Schickel
2009-05-10
LOL: - added some spell casting (spark, heal, swarm)
Florian Kagerer
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
[next]