This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-30 07:23:05 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
sword2
History
Johannes Schickel
616e4626f5
Since AudioStream looping is no longer handled by the Mixer, drop Mixer::playAudioStreamLooping. (There's Audio::makeLoopingAudioStream).
...
svn-id: r47160
2010-01-08 16:27:29 +00:00
..
animation.cpp
- Move openStreamFile from AudioStream to SeekableAudioStream.
2010-01-06 15:23:33 +00:00
animation.h
Changed foo(void) to foo() in almost all non-backend source files
2009-11-02 21:54:57 +00:00
anims.cpp
…
console.cpp
…
console.h
…
controls.cpp
…
controls.h
…
debug.cpp
…
debug.h
…
defs.h
…
events.cpp
…
function.cpp
SWORD2: Turned static vars in Logic::fnISpeak into member vars of class Logic
2009-10-20 19:51:32 +00:00
header.h
…
icons.cpp
…
interpreter.cpp
…
interpreter.h
…
layers.cpp
…
logic.cpp
SWORD2: Turned static vars in Logic::fnISpeak into member vars of class Logic
2009-10-20 19:51:32 +00:00
logic.h
SWORD2: Turned static vars in Logic::fnISpeak into member vars of class Logic
2009-10-20 19:51:32 +00:00
maketext.cpp
Corrected an old comment.
2009-12-30 19:06:34 +00:00
maketext.h
…
memory.cpp
Change BS 1 & 2 to I & II (see discussion on -devel)
2010-01-03 21:20:05 +00:00
memory.h
…
menu.cpp
…
module.mk
…
mouse.cpp
…
mouse.h
…
music.cpp
…
object.h
…
palette.cpp
…
protocol.cpp
Change BS 1 & 2 to I & II (see discussion on -devel)
2010-01-03 21:20:05 +00:00
render.cpp
Fixed some simple cppcheck warnings.
2009-12-09 06:33:00 +00:00
resman.cpp
Change BS 1 & 2 to I & II (see discussion on -devel)
2010-01-03 21:20:05 +00:00
resman.h
…
router.cpp
…
router.h
…
saveload.cpp
…
saveload.h
…
screen.cpp
Rename Common::Stream::readLine_NEW to readLine
2009-12-30 23:00:55 +00:00
screen.h
…
scroll.cpp
…
sound.cpp
Since AudioStream looping is no longer handled by the Mixer, drop Mixer::playAudioStreamLooping. (There's Audio::makeLoopingAudioStream).
2010-01-08 16:27:29 +00:00
sound.h
…
speech.cpp
…
sprite.cpp
…
startup.cpp
…
sword2.cpp
Change BS 1 & 2 to I & II (see discussion on -devel)
2010-01-03 21:20:05 +00:00
sword2.h
Added Doxygen comments for the various engine namespaces (currently mostly without details; help filling these out is welcome)
2009-11-24 22:10:14 +00:00
sync.cpp
…
walker.cpp
…