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
/
scicore
Age
Commit message (
Expand
)
Author
2009-03-03
Merged unpackDCL_hdyn() and unpackDCL() and removed some unused code
Filippos Karapetis
2009-03-02
Gave decompression methods more descriptive names. Some cleanup
Filippos Karapetis
2009-03-02
Slight cleanup
Filippos Karapetis
2009-03-02
Slight cleanup
Filippos Karapetis
2009-03-01
SCI: Unified some of the decompression funcs (they share so much code, would ...
Max Horn
2009-03-01
SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ...
Max Horn
2009-03-01
Fix warnings.
Johannes Schickel
2009-03-01
Added default kernel functions table to be used if vocab.999 can't be loaded ...
Greg Frieger
2009-02-28
SCI: Use the ResourceType enum instead of integers where it makes sense
Jordi Vilalta Prat
2009-02-28
SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...
Max Horn
2009-02-28
resource_t struct replaced with stub Resource class for future objectifying. ...
Greg Frieger
2009-02-28
Turned ResourceManager into a class, along with all related functions
Greg Frieger
2009-02-28
clean up some warnings
Andre Heider
2009-02-27
Fix code formatting
Eugene Sandulenko
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-24
SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...
Max Horn
2009-02-24
Normalized guard #defines
Eugene Sandulenko
2009-02-24
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterpart...
Max Horn
2009-02-24
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...
Max Horn
2009-02-24
SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...
Max Horn
2009-02-23
SCI: Changed selector name table to a Common::StringList
Max Horn
2009-02-23
SCI: Simplified code for selector lookup map generation a bit; got rid of an ...
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-22
SCI: cleanup
Max Horn
2009-02-22
SCI: Resolve FIXME in decompression code
Max Horn
2009-02-21
SCI: Moved aatree.* files together into engine/
Max Horn
2009-02-21
SCI: More cleanup
Max Horn
2009-02-21
SCI: Got rid of include/scitypes.h
Max Horn
2009-02-21
SCI: Changed WRITE_UINT16 -> WRITE_LE_UINT16 and READ_UINT16 -> READ_LE_UINT1...
Max Horn
2009-02-21
SCI: Untangling #include dependencies a bit
Max Horn
2009-02-21
SCI: Changed getUInt16->READ_UINT16 and putInt16->WRITE_UINT16 in scicore/dec...
Max Horn
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn
2009-02-21
SCI: Changed decompressors to take advantage of Common::ReadStream::readUint1...
Max Horn
2009-02-21
Renamed SCI's console to sciconsole (MSVC has problems with files with the sa...
Filippos Karapetis
2009-02-21
SCI: Moved scicore/tools.cpp to tools.cpp, and include/resource.h to tools.h
Max Horn
2009-02-21
SCI: Got rid of sci_sched_yield
Max Horn
2009-02-21
cleanup
Paweł Kołodziejski
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
revert large parts of r38621. error() is for fatal errors and does not return...
Willem Jan Palenstijn
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIAN
Joost Peters
2009-02-21
formating
Paweł Kołodziejski
2009-02-21
remove some endlines from warning() calls
Willem Jan Palenstijn
2009-02-21
Replaced "typedef struct _state state_t" with "struct EngineState"
Jordi Vilalta Prat
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-21
SCI: Yet more cleanup
Max Horn
[next]