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-07-03
SCI0 games using older graphics functions are automatically detected now, fro...
Filippos Karapetis
2009-07-03
Replaced script_error and CORE_ERROR with error()
Filippos Karapetis
2009-07-03
- Pushed debugstate into debug.h
Filippos Karapetis
2009-07-03
Replaced all calls for manipulating the mouse cursor to be made to the Cursor...
Filippos Karapetis
2009-07-03
SCI: Fixed warning
Max Horn
2009-07-03
Simplified the kernel name loading code: Merged the default SCI0 and SCI1 ker...
Filippos Karapetis
2009-07-03
Applied patch #2815937 - "SCI: ReadString fix to repair LSL5 password". This ...
Filippos Karapetis
2009-07-02
Moved some more debug state related variables in the DebugState struct
Filippos Karapetis
2009-07-02
Moved all the debug state variables in a separate struct and re-enabled sever...
Filippos Karapetis
2009-06-25
After discussing with waltervn, committing my fix for the King's Quest I Demo...
Matthew Hoops
2009-06-24
SCI: Fix regression in r41833.
Walter van Niftrik
2009-06-24
SCI: Partial support for dual-language games.
Walter van Niftrik
2009-06-21
Cleanup
Filippos Karapetis
2009-06-18
Patch
Max Horn
2009-06-13
Buildfix for gcc 3.3 (moved a template class member into the header file)
Oystein Eftevaag
2009-06-12
SCI: Moved audio code from AudioResource to the sfx core.
Walter van Niftrik
2009-06-09
SCI: Moved SCI1 audio map handling into the resource manager.
Walter van Niftrik
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
[next]