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
/
kmisc.cpp
Age
Commit message (
Expand
)
Author
2009-06-04
SCI: Renamed EngineState::flags and version to _flags and _version (following...
Max Horn
2009-06-04
SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kern...
Max Horn
2009-06-04
SCI: Renamed various debug related global variables to have a g_ prefix; and ...
Max Horn
2009-06-02
Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...
Filippos Karapetis
2009-06-01
Split the kernel functions away from the vocabulary functions (WIP, saving/lo...
Filippos Karapetis
2009-05-31
Removed script_error_flag and script_debug_flag, which were used to error out...
Filippos Karapetis
2009-05-31
- Further objectification of the SCI vocabulary functions
Filippos Karapetis
2009-05-30
Started objectifying the vocabulary functions (WIP)
Filippos Karapetis
2009-05-28
SCI: Fix potential dangling pointer more robustly,
Willem Jan Palenstijn
2009-05-28
SCI: cleanup
Max Horn
2009-05-27
Fixed a typo, and added parentheses to clarify order
Filippos Karapetis
2009-05-27
SCI: Cleanup.
Walter van Niftrik
2009-05-23
Turned some errors into warnings, as they occur in KQ5CD
Filippos Karapetis
2009-05-21
SCI: Removed the 'save_dir' gui hack
Max Horn
2009-05-21
Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines
Filippos Karapetis
2009-05-21
Slight cleanup to kGetTime()
Filippos Karapetis
2009-05-20
SCI: Moved some private decls from kernel.h to kernel.cpp; removed pointless ...
Max Horn
2009-05-20
SCI: Moved the few kernel functions that were in kernel.cpp to a new file kmi...
Max Horn