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
Age
Commit message (
Expand
)
Author
2009-06-27
SCI: Use obtained instead of requested PixelFormat
Willem Jan Palenstijn
2009-06-27
Enabled RGB color support in SCI engine, corrected SCI engine's initGraphics ...
Jody Northup
2009-06-26
SCI: Fix typo breaking in-engine scaling
Willem Jan Palenstijn
2009-06-26
SCI: starting to restore RGB color functionality
Willem Jan Palenstijn
2009-06-15
Fix compilation of SCI engine
Willem Jan Palenstijn
2009-06-06
Some uint8 -> byte conversions
Filippos Karapetis
2009-06-06
Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used)
Filippos Karapetis
2009-06-06
Objectified the graphics driver
Filippos Karapetis
2009-06-06
SCI: Moved the handling of 65535.map into the resource manager.
Walter van Niftrik
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-05
Removed some unused code and performed some cleanup
Filippos Karapetis
2009-06-05
SCI: Audio: Fixed bug in sample length computation.
Walter van Niftrik
2009-06-04
SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE,
Walter van Niftrik
2009-06-04
SCI: Made some members of class Resource protected; some cleanup
Max Horn
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: Audio: Fixed bug in reading of SOL header.
Walter van Niftrik
2009-06-04
SCI: Added support for early SCI1.1 audio maps.
Walter van Niftrik
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
Reordered the numpad keys so that they make more sense, and simplified the co...
Filippos Karapetis
2009-06-04
Turned debug_weak_validations on by default again, as apparently some games l...
Filippos Karapetis
2009-06-03
SCI: Added some of the missing pieces for speech support in CD games. It now ...
Walter van Niftrik
2009-06-03
Silence unused variable warning.
Johannes Schickel
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
Fix warning.
Johannes Schickel
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
[next]