scummvm/engines/tinsel
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
..
actors.cpp Cleanup. 2010-07-16 03:14:03 +00:00
actors.h
anim.cpp
anim.h
background.cpp
background.h
bg.cpp
bmv.cpp Cleanup. 2010-07-16 03:14:03 +00:00
bmv.h
cliprect.cpp TINSEL: Replace global object s_rectList by a TinselEngine member var 2010-07-12 23:19:33 +00:00
cliprect.h
config.cpp Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language 2010-04-12 21:21:06 +00:00
config.h Increased the default Discworld 2 double-click time from 0.33 seconds to 0.55 seconds (from 6 to 10 frames) 2010-03-14 03:40:16 +00:00
coroutine.h
cursor.cpp
cursor.h
debugger.cpp
debugger.h
detection_tables.h Moved tinsel detection tables to separate file. 2010-06-15 10:15:29 +00:00
detection.cpp AdvancedDetector: Add new parameter directoryGlobs. 2010-06-15 10:59:23 +00:00
dialogs.cpp
dialogs.h
drives.cpp
drives.h
dw.h
effect.cpp
events.cpp
events.h
faders.cpp
faders.h
film.h
font.cpp
font.h
graphics.cpp Fixed GCC warnings. (Same warning twice, actually.) 2010-06-27 17:06:26 +00:00
graphics.h
handle.cpp Cleanup. 2010-07-16 03:14:03 +00:00
handle.h
heapmem.cpp
heapmem.h
mareels.cpp
mareels.h
module.mk
move.cpp
move.h
multiobj.cpp
multiobj.h
music.cpp Fix warning 2010-04-27 20:14:56 +00:00
music.h
object.cpp Cleanup. 2010-07-16 03:14:03 +00:00
object.h
palette.cpp
palette.h
pcode.cpp Script workaround fix for bug #2917661 - Crash when interacting with D'Blah 2010-06-27 01:06:51 +00:00
pcode.h TINSEL: Cleanup the 'script workaround' code a bit. 2010-02-15 10:01:26 +00:00
pdisplay.cpp
pdisplay.h
pid.h
play.cpp Commit of the updated version of Fingolfin's patch for bug #2981788 "TINSEL: Build with -O2 broken". 2010-04-05 07:22:34 +00:00
play.h
polygons.cpp
polygons.h
rince.cpp
rince.h
saveload.cpp Bugfix for #2974817 - Mad Drongo Animation Malfunction 2010-06-06 01:12:41 +00:00
savescn.cpp Cleanup. 2010-07-16 03:14:03 +00:00
savescn.h
scene.cpp
scene.h
sched.cpp Commit of the updated version of Fingolfin's patch for bug #2981788 "TINSEL: Build with -O2 broken". 2010-04-05 07:22:34 +00:00
sched.h
scn.cpp
scn.h
scroll.cpp
scroll.h
sound.cpp Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in Tinsel 2010-04-17 23:57:50 +00:00
sound.h
strres.cpp Cleanup. 2010-07-16 03:14:03 +00:00
strres.h
sysvar.cpp
sysvar.h
text.cpp
text.h
timers.cpp
timers.h
tinlib.cpp Silence possible use of uninitialized variable warning in g++. 2010-06-29 18:20:10 +00:00
tinlib.h
tinsel.cpp DEBUGGER: Simplify how our console debugger works / is used 2010-07-17 18:38:42 +00:00
tinsel.h TINSEL: Replace global object s_rectList by a TinselEngine member var 2010-07-12 23:19:33 +00:00
token.cpp
token.h