index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
titanic
/
debugger.cpp
Age
Commit message (
Expand
)
Author
2018-05-20
JANITORIAL: Remove trailing whitespace
Adrian Frühwirth
2017-09-24
Merge pull request #1010 from dreammaster/debugger_params
Paul Gilbert
2017-09-06
TITANIC: Fix specifying end frame in movie debugger command
Paul Gilbert
2017-09-05
TITANIC: Simplify sound command now that # character is allowed
Paul Gilbert
2017-09-04
TITANIC: Support full view specification in debugger room command
Paul Gilbert
2017-08-26
TITANIC: Added frame debugger command for setting objects' movie frames
Paul Gilbert
2017-08-24
TITANIC: Reduce header includes for titanic.h
David Fioramonti
2017-08-07
TITANIC: Hook in the original game's secret cheat room
Paul Gilbert
2017-07-20
TITANIC: Extra code in movie debugger command to aid reverse AVI testing
Paul Gilbert
2017-07-06
TITANIC: Added sound command to debugger
Paul Gilbert
2017-01-14
TITANIC: Clarify dirty rect methods in CGameManager
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-10-05
TITANIC: Add movie command to the debugger
Paul Gilbert
2016-09-01
TITANIC: Convert many static_casts to dynamic_cast
Paul Gilbert
2016-07-15
TITANIC: Fleshing out CGameObject and CPetControl methods
Paul Gilbert
2016-07-10
TITANIC: Fix item debugger command to immediately show PET inventory
Paul Gilbert
2016-07-10
TITANIC: Fix showing PET immediately when turned on via debugger
Paul Gilbert
2016-07-10
TITANIC: Seperate PET classes setup and reset methods
Paul Gilbert
2016-07-10
TITANIC: Added item debugger command
Paul Gilbert
2016-03-29
TITANIC: Debugger command to turn PET on or off
Paul Gilbert
2016-03-24
TITANIC: Added current location display to debugger room command
Paul Gilbert
2016-03-19
TITANIC: Implement view change logic
Paul Gilbert
2016-03-17
TITANIC: Add room number to debugger rooms listing
Paul Gilbert
2016-03-17
TITANIC: Implement debugger with dump and room commands
Paul Gilbert