scummvm/engines/agos
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
..
agos.cpp Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, 2010-07-04 07:32:12 +00:00
agos.h Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, 2010-07-04 07:32:12 +00:00
animation.cpp Committing the rest of the VideoDecoder Rewrite from patch #2963496. 2010-05-18 14:17:24 +00:00
animation.h Committing the rest of the VideoDecoder Rewrite from patch #2963496. 2010-05-18 14:17:24 +00:00
charset-fontdata.cpp Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language 2010-04-12 21:21:06 +00:00
charset.cpp Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language 2010-04-12 21:21:06 +00:00
contain.cpp
cursor.cpp Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, 2010-07-04 07:32:12 +00:00
debug.cpp
debug.h
debugger.cpp
debugger.h
detection_tables.h Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language 2010-04-12 21:21:06 +00:00
detection.cpp AGOS: Readd Simon1 Acorn CD detection. 2010-06-15 11:00:07 +00:00
draw.cpp Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, 2010-07-04 07:32:12 +00:00
event.cpp DEBUGGER: Simplify how our console debugger works / is used 2010-07-17 18:38:42 +00:00
feeble.cpp
gfx.cpp Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, 2010-07-04 07:32:12 +00:00
icons.cpp Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
input_pn.cpp
input.cpp Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, 2010-07-04 07:32:12 +00:00
intern.h
items.cpp
menus.cpp
midi.cpp Cleanup. 2010-07-16 03:35:44 +00:00
midi.h
midiparser_s1d.cpp
module.mk
oracle.cpp
pn.cpp
res_ami.cpp
res_snd.cpp Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language 2010-04-12 21:21:06 +00:00
res.cpp
rooms.cpp AGOS: cleanup 2010-03-10 20:56:54 +00:00
saveload.cpp Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language 2010-04-12 21:21:06 +00:00
script_dp.cpp
script_e1.cpp
script_e2.cpp AGOS: cleanup 2010-03-10 20:56:54 +00:00
script_ff.cpp
script_pn.cpp Silenced some harmless cppcheck warnings about unreachable code after a return. 2010-03-10 06:39:23 +00:00
script_pp.cpp
script_s1.cpp Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language 2010-04-12 21:21:06 +00:00
script_s2.cpp Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language 2010-04-12 21:21:06 +00:00
script_ww.cpp
script.cpp
sound.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
sound.h AGOS: cleanup 2010-01-22 23:58:24 +00:00
string_pn.cpp
string.cpp
subroutine.cpp AGOS: cleanup 2010-01-22 23:58:24 +00:00
verb_pn.cpp
verb.cpp Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, 2010-07-04 07:32:12 +00:00
vga_e2.cpp Removed some unnecessary whitespace. (Or should I have saved that for the 2010-06-10 04:29:34 +00:00
vga_ff.cpp Fix compiler warning. 2010-03-23 00:42:42 +00:00
vga_pn.cpp
vga_s1.cpp
vga_s2.cpp Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
vga_ww.cpp
vga.cpp Fix compiler warning. 2010-03-23 00:42:42 +00:00
vga.h
window.cpp
zones.cpp