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
/
engine
/
scriptdebug.cpp
Age
Commit message (
Expand
)
Author
2009-05-28
SCI: Fix potential dangling pointer more robustly,
Willem Jan Palenstijn
2009-05-28
SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually
Max Horn
2009-05-27
SCI: Fix crash in seginfo debug command.
Walter van Niftrik
2009-05-26
SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se...
Max Horn
2009-05-21
SCI: Removed the 'save_dir' gui hack
Max Horn
2009-05-21
SCI: got rid of vocabulary_lookup_sname
Max Horn
2009-05-21
Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines
Filippos Karapetis
2009-05-20
removed trailing whitespaces
Max Horn
2009-05-20
SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem...
Max Horn
2009-05-19
SCI: Some debugger fixes and cleanup.
Walter van Niftrik
2009-05-18
SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod...
Max Horn
2009-05-18
SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted code
Max Horn
2009-05-18
SCI: Removed ENTRY_IS_VALID macro
Max Horn
2009-05-18
Removed the unused file and line parameters from the list and list node looku...
Filippos Karapetis
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis
2009-05-15
SCI: Got rid of SEG_ID/SCRIPT_ID
Max Horn
2009-05-15
SCI: Turned several script related SegManager methods into Script methods
Max Horn
2009-05-15
Simplified SCI versions to be SCI version generations, and fixed some game en...
Filippos Karapetis
2009-05-14
Started using game-specific flags and removed/replaced some SCI version check...
Filippos Karapetis
2009-05-13
Simplified and re-enabled the debug code that shows pixmaps on screen and mov...
Filippos Karapetis
2009-05-12
SCI: Changed object / script local vars storage to use a Common::Array
Max Horn
2009-05-12
SCI: Removed sci_memory.h/.cpp
Max Horn
2009-05-12
- Slight cleanup of c_sfx_01_header()
Filippos Karapetis
2009-05-12
Replaced sci_hexdump() with Common::hexdump()
Filippos Karapetis
2009-05-11
SCI: Hook FreeSCI console commands into the ScummVM console (incomplete as of...
Max Horn
2009-05-11
SCI: Simplified the Table class, by making it use an Common::Array internally...
Max Horn
2009-05-11
SCI: Replace global vars cmd_paramlength & cmd_params by Common::Array<cmd_pa...
Max Horn
2009-05-10
SCI: Changed object list in Script instances to use Common:::Array
Max Horn
2009-05-08
SCI: Moved findCanonicAddress from SegInterface to MemObject
Max Horn
2009-05-08
SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constant
Max Horn
2009-05-08
SCI: Started to merge SegInterface into MemObject
Max Horn
2009-05-03
SCI: Started adding methods to MemObject subclasses: constructors, destructor...
Max Horn
2009-05-03
SCI: Completed transition from MemObject (a union of various structs) to MemO...
Max Horn
2009-05-03
SCI: Changed SegManager to store the heap pointers in a Common::Arrray
Max Horn
2009-05-03
SCI: Made SegManager::heap_size unsigned
Max Horn
2009-05-03
SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad...
Max Horn
2009-04-28
SCI: Improved the Table template a bit by taking advantage of C++ features
Max Horn
2009-04-28
SCI: Renamed execution_stack -> _executionStack and turned it into a Common::...
Max Horn
2009-04-27
SCI: Turned classtable into a Common::Array<Class>
Max Horn
2009-04-24
SCI: Turned GfxWidget::draw function pointer into virtual method
Max Horn
2009-04-24
SCI: Turned GfxWidget::print function pointer into virtual method
Max Horn
2009-04-24
SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors
Max Horn
2009-04-24
SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.
Max Horn
2009-04-24
SCI: Started to C++ify the gfxw_widget_t codebase
Max Horn
2009-04-24
SCI: Store parse_tree_branch_t in a Common::Arraay
Max Horn
2009-04-22
SCI: Changed kfunct_table to a Common::Array
Max Horn
2009-04-22
SCI: Changed knames (kernel function name table) to Common::StringList
Max Horn
2009-04-20
SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode...
Max Horn
2009-04-03
Some more FreeSCI <-> SCI changes
Filippos Karapetis
2009-04-03
Changed some references from "FreeSCI" to "SCI" or "ScummVM"
Filippos Karapetis
[prev]
[next]