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
/
sci
/
console.cpp
Age
Commit message (
Expand
)
Author
2009-05-29
Moved the "size" console debugger command to console.cpp and silenced a warning
Filippos Karapetis
2009-05-27
- SQ5 floppy starts now
Filippos Karapetis
2009-05-26
SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se...
Max Horn
2009-05-26
SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup
Max Horn
2009-05-23
Moved the "dump" and "dissectscript" commands to console.cpp and renamed them...
Filippos Karapetis
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis
2009-05-15
Simplified SCI versions to be SCI version generations, and fixed some game en...
Filippos Karapetis
2009-05-14
- Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag
Filippos Karapetis
2009-05-14
Started using game-specific flags and removed/replaced some SCI version check...
Filippos Karapetis
2009-05-12
- Slight cleanup of c_sfx_01_header()
Filippos Karapetis
2009-05-12
Moved the "suffixes" and "words" console commands to ScummVM's debug console
Filippos Karapetis
2009-05-11
SCI: Hacked stuff up so that debugger commands also print on the GUI console
Max Horn
2009-05-11
SCI: Hook FreeSCI console commands into the ScummVM console (incomplete as of...
Max Horn
2009-05-11
Moved the "selectors" and "syscalls" console commands to ScummVM's debug cons...
Filippos Karapetis
2009-02-28
SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-22
- Made ResourceManager accessible from _vm
Filippos Karapetis
2009-02-21
formating
Paweł Kołodziejski
2009-02-20
Fixing compilation for me
Sven Hesse
2009-02-20
Some initial code for a debug console (still non-working)
Filippos Karapetis