scummvm/engines/sky
Max Horn 1d4c82885d DEBUGGER: Simplify how our console debugger works / is used
* Remove _isAttached member var and isAttached method
* Engines now always call the onFrame method; whether it does
  something is decided by the debugger class resp. its subclasses
* Make detach() protected instead of private, so that subclasses
  can invoke it
* Remove _detach_now member var (call detach() instead).
* Rename _frame_countdown to _frameCountdown and properly
  document it.
* Add more doxygen comments
* Cleanup

svn-id: r50963
2010-07-17 18:38:42 +00:00
..
music AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
autoroute.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
autoroute.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
compact.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
compact.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
control.cpp COMMON: Get rid of Common::StringList 2010-03-18 15:54:40 +00:00
control.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
debug.cpp
debug.h
detection.cpp COMMON: Get rid of Common::StringList 2010-03-18 15:54:40 +00:00
disk.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
disk.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
grid.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
grid.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
hufftext.cpp
intro.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
intro.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
logic.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
logic.h COMMON: Move Common::RandomSource to common/random.* 2010-03-18 15:07:11 +00:00
module.mk
mouse.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
mouse.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
rnc_deco.cpp
rnc_deco.h
screen.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
screen.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sky.cpp DEBUGGER: Simplify how our console debugger works / is used 2010-07-17 18:38:42 +00:00
sky.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
skydefs.h
sound.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
sound.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
struc.h cleanup 2009-03-06 00:41:46 +00:00
text.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
text.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00