scummvm/engines/parallaction
2010-01-30 15:26:54 +00:00
..
balloons.cpp Remove some unused variables 2009-10-09 22:21:45 +00:00
callables_br.cpp
callables_ns.cpp
debug.cpp Silenced some cppcheck warnings. 2010-01-21 23:05:33 +00:00
debug.h Fixed bug 2879795. Ensure cursor is visible after save/load dialog and debugger are closed. 2009-10-15 23:58:13 +00:00
detection.cpp
dialogue.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
disk_br.cpp Reduce usage of Common::String::emptyString 2009-10-04 11:58:52 +00:00
disk_ns.cpp Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
disk.cpp
disk.h Reduce usage of Common::String::emptyString 2009-10-04 11:58:52 +00:00
exec_br.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
exec_ns.cpp
exec.cpp
exec.h
font.cpp Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
gfxbase.cpp
graphics.cpp
graphics.h
gui_br.cpp
gui_ns.cpp
gui.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
gui.h
input.cpp
input.h
inventory.cpp Fixed bug 2879805. Typo in inventory code made the inventory impossible to cleanup on loadgame. 2009-10-16 00:08:18 +00:00
inventory.h Simplified inventory handling (too much information hiding will kill you). 2009-09-30 13:41:19 +00:00
module.mk
objects.cpp
objects.h
parallaction_br.cpp Changed MidiDriver::createMidi to take a MidiDriverType instead of an int 2009-12-09 18:12:51 +00:00
parallaction_ns.cpp Changed MidiDriver::createMidi to take a MidiDriverType instead of an int 2009-12-09 18:12:51 +00:00
parallaction.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
parallaction.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
parser_br.cpp
parser_ns.cpp
parser.cpp
parser.h
saveload.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
saveload.h Save/load dialog now uses GUI::SaveLoadChooser. 2009-10-15 13:37:25 +00:00
sound_br.cpp Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. 2010-01-30 15:26:54 +00:00
sound_ns.cpp Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. 2010-01-30 15:26:54 +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
staticres.cpp
walk.cpp
walk.h