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
Age
Commit message (
Expand
)
Author
2009-06-08
Replaced GFXWARN with warning and GFXDEBUG with debugC
Filippos Karapetis
2009-06-08
Moved some more debug commands to ScummVM's console
Filippos Karapetis
2009-06-07
Hopefully fixed memory corruption when loading games
Filippos Karapetis
2009-06-07
SCI: Got rid of g_EngineState
Max Horn
2009-06-07
SCI: Moved resource36 handling into resource manager.
Walter van Niftrik
2009-06-07
SCI: Fixed the broken SciEngine::pauseEngineIntern code by ensuring that SciE...
Max Horn
2009-06-07
SCI: Simplified SongLibrary code a bit
Max Horn
2009-06-07
SCI: Objectified SongLibrary
Max Horn
2009-06-07
SCI: Renamed various song/songlib related structs and members
Max Horn
2009-06-07
Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT
Filippos Karapetis
2009-06-07
Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...
Filippos Karapetis
2009-06-07
SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.
Walter van Niftrik
2009-06-06
Moved some more debug commands to ScummVM's coneole
Filippos Karapetis
2009-06-06
Moved some more debug commands to ScummVM's coneole
Filippos Karapetis
2009-06-06
Store long-term pointers to object variables in a new ObjVarRef struct.
Willem Jan Palenstijn
2009-06-06
Objectified the graphics driver
Filippos Karapetis
2009-06-05
Cleanup
Filippos Karapetis
2009-06-05
Moved some more debug commands to ScummVM's coneole and removed some unused code
Filippos Karapetis
2009-06-04
oops
Max Horn
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: Added MemObject::isValidOffset method; use it to simplify determine_reg_...
Max Horn
2009-06-04
SCI: Slightly modified kAddAfter so that it does not modify its arguments nee...
Max Horn
2009-06-04
SCI: cleanup
Max Horn
2009-06-04
SCI: Added FIXME comment to not_register()
Max Horn
2009-06-04
SCI: Message: Added support for escape sequences.
Walter van Niftrik
2009-06-04
SCI: Moved MemObject code into a separate source file
Max Horn
2009-06-04
SCI: cleanup
Max Horn
2009-06-04
SCI: Support for 16-bit DPCM.
Walter van Niftrik
2009-06-04
SCI: Renamed various debug related global variables to have a g_ prefix; and ...
Max Horn
2009-06-04
Turned debug_weak_validations on by default again, as apparently some games l...
Filippos Karapetis
2009-06-03
Moved some more console commands to ScummVM's console
Filippos Karapetis
2009-06-03
- Moved the engine state and the console to be private members of SciEngine
Filippos Karapetis
2009-06-03
Moved some more console commands to ScummVM's console
Filippos Karapetis
2009-06-03
- Sorted the console commands a bit more
Filippos Karapetis
2009-06-02
Moved some more console commands to ScummVM's debug console
Filippos Karapetis
2009-06-02
Moved some more console commands to ScummVM's debug console
Filippos Karapetis
2009-06-02
Moved some more console commands to ScummVM's debug console
Filippos Karapetis
2009-06-02
Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...
Filippos Karapetis
2009-06-02
Removed some unused variables from the engine state
Filippos Karapetis
2009-06-01
Some fixes for saving/loading (still broken)
Filippos Karapetis
2009-06-01
Split the kernel functions away from the vocabulary functions (WIP, saving/lo...
Filippos Karapetis
2009-06-01
Replaced kernel_oops with error(), and added an enum to clarify the cases whe...
Filippos Karapetis
2009-06-01
Removed the sci_max_allowed_unknown_kernel_functions array
Filippos Karapetis
2009-05-31
Removed script_error_flag and script_debug_flag, which were used to error out...
Filippos Karapetis
2009-05-31
SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl...
Max Horn
2009-05-31
SCI: Fixed loading; added 'const' keywords to several Vocabulary methods
Max Horn
2009-05-31
- Further objectification of the SCI vocabulary functions
Filippos Karapetis
2009-05-31
Further objectification of the SCI vocabulary functions. Removed the "kernel_...
Filippos Karapetis
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
[next]