scummvm/engines/saga
Ori Avtalion aee05cd21d Remove extra semicolons
svn-id: r48457
2010-04-01 15:03:08 +00:00
..
actor_path.cpp SAGA: Change Actor::fillPathArray to use a dynamic queue instead of an only-growing array -> should reduce memory usage significantly 2009-09-02 19:33:08 +00:00
actor_walk.cpp
actor.cpp refactor resource module: 2009-12-04 17:52:42 +00:00
actor.h Applied agent-q's patch to the SAGA pathfinding code for all platforms - x and y should not ever be greater than 640 and 480 respectively, so it looks safe enough to be applied 2009-08-18 06:43:06 +00:00
animation.cpp Silenced some harmless cppcheck warnings about unreachable code after a return. 2010-03-10 06:39:23 +00:00
animation.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
console.cpp
console.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
detection_tables.h Fix bug #2929619: "IHNM: Small problem detecting German version" 2010-01-11 19:22:19 +00:00
detection.cpp COMMON: Get rid of Common::StringList 2010-03-18 15:54:40 +00:00
displayinfo.h Put some more IHNM / SAGA2 specific code into compile guards. 2009-08-12 18:08:01 +00:00
events.cpp Fix a valgrind warning. 2010-03-10 20:33:38 +00:00
events.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
font_map.cpp
font.cpp refactor resource module: 2009-12-04 17:52:42 +00:00
font.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
gfx.cpp
gfx.h
image.cpp
input.cpp Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling 2010-02-21 04:04:13 +00:00
interface.cpp Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling 2010-02-21 04:04:13 +00:00
interface.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
introproc_ihnm.cpp
introproc_ite.cpp
introproc_saga2.cpp Added a new convenience method to the video player, which adds the event of skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used 2009-10-16 07:42:23 +00:00
isomap.cpp Fix bug #2963556: SAGA: Memory leaks #2 2010-03-10 21:44:58 +00:00
isomap.h Fix bug #2963556: SAGA: Memory leaks #2 2010-03-10 21:44:58 +00:00
itedata.cpp
itedata.h
module.mk Moved the Shorten decoder inside the SAGA engine, as it's the only one using it (and it's still unfinished, too) 2010-01-27 08:40:48 +00:00
music.cpp Fixed the music in some Mac versions of ITE and disabled some unused code for the original DOS demo of ITE 2010-02-26 22:24:48 +00:00
music.h Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ 2010-01-26 22:48:45 +00:00
objectmap.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
objectmap.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
palanim.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
palanim.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
puzzle.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
puzzle.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
render.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
render.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
resource_hrs.cpp refactor resource module: 2009-12-04 17:52:42 +00:00
resource_res.cpp
resource_rsc.cpp refactor resource module: 2009-12-04 17:52:42 +00:00
resource.cpp Wrapped some IHNM-specific code around appropriate ifdef's 2009-12-30 15:24:16 +00:00
resource.h Remove extra semicolons 2010-04-01 15:03:08 +00:00
saga.cpp Fix bug #2963556: SAGA: Memory leaks 2010-03-10 17:05:25 +00:00
saga.h COMMON: Get rid of Common::StringList 2010-03-18 15:54:40 +00:00
saveload.cpp COMMON: Get rid of Common::StringList 2010-03-18 15:54:40 +00:00
scene.cpp refactor resource module: 2009-12-04 17:52:42 +00:00
scene.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
script.cpp Fixed the music in some Mac versions of ITE and disabled some unused code for the original DOS demo of ITE 2010-02-26 22:24:48 +00:00
script.h SAGA: Fix ScriptThread::operator=; some tweaking 2010-03-24 23:19:27 +00:00
sfuncs_ihnm.cpp
sfuncs.cpp
shorten.cpp Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. 2010-01-30 15:26:54 +00:00
shorten.h Moved the Shorten decoder inside the SAGA engine, as it's the only one using it (and it's still unfinished, too) 2010-01-27 08:40:48 +00:00
sndres.cpp Switch makeADPCMStream to DisposeAfterUse::Flag 2010-01-31 02:11:41 +00:00
sndres.h
sound.cpp - Rename FlacStream to FLACStream. 2010-02-03 09:42:11 +00:00
sound.h Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ 2010-01-26 22:48:45 +00:00
sprite.cpp refactor resource module: 2009-12-04 17:52:42 +00:00
sprite.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sthread.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
xref.txt