scummvm/engines/sword2
Torbjörn Andersson 8ec098d016 Fixed some simple cppcheck warnings.
svn-id: r46303
2009-12-09 06:33:00 +00:00
..
animation.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +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 Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings and issues in compilers which don't support NORETURN 2009-09-24 17:52:53 +00:00
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 Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
maketext.h
memory.cpp
memory.h Coding best practice: Always use enums instead of #defines to define integer constants (for many good reasons) 2009-09-01 13:02:47 +00:00
menu.cpp
module.mk
mouse.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
mouse.h
music.cpp Introduced new type Common::DisposeAfterUse::Flag 2009-10-18 19:41:59 +00:00
object.h
palette.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
protocol.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
render.cpp Fixed some simple cppcheck warnings. 2009-12-09 06:33:00 +00:00
resman.cpp Fix free/delete/delete[] mismatches. Patch by salty-horse 2009-10-01 11:02:23 +00:00
resman.h
router.cpp SWORD2: Resolve FIXME about weird static var 'k' in Router::smoothCheck 2009-10-20 19:12:31 +00:00
router.h SWORD2: Resolve FIXME about weird static var 'k' in Router::smoothCheck 2009-10-20 19:12:31 +00:00
saveload.cpp
saveload.h
screen.cpp
screen.h - Added GCC_PRINTF attribute to several funcs where it makes sense 2009-07-01 20:51:04 +00:00
scroll.cpp
sound.cpp SWORD2: Switch from loadWAVFromStream to makeWAVStream. 2009-10-14 23:28:23 +00:00
sound.h
speech.cpp
sprite.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
startup.cpp SWORD1 & SWORD2: Replaced ioFailed by err+eos 2009-07-29 21:39:34 +00:00
sword2.cpp Got rid of Common::File::addDefaultDirectory, instead implemented the solution proposed in "Case agnostic handling for directories (and files)" on -devel. 2009-09-23 00:15:00 +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