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
2012-06-23
SCI: Clean up validateExportFunc() and related functions
Filippos Karapetis
2012-06-23
SCI: Add support for the debug opcode "file" in our script dissassembler
Filippos Karapetis
2012-06-23
SCI: Remove a duplicate sanity check
Filippos Karapetis
2012-06-23
SCI: Implement kPlayVMD subop 23 (set palette range)
Filippos Karapetis
2012-06-22
SCI: Further cleanup of the frame drawing code
Filippos Karapetis
2012-06-22
SCI: Simplify the SCI32 coordinate adjustment code
Filippos Karapetis
2012-06-21
SCI: Fix silly typo
Filippos Karapetis
2012-06-21
SCI: Fix warnings
Filippos Karapetis
2012-06-21
SCI: Add the graphics undithering game option back for QFG2
Filippos Karapetis
2012-06-21
SCI: Don't compress exported heroes in the Quest for Glory games
Filippos Karapetis
2012-06-20
Merge pull request #246 from lordhoto/osystem-void-buffers
Johannes Schickel
2012-06-20
SCI: Change kRemapColors(5) again. Fixes the colors in QFG4
Filippos Karapetis
2012-06-20
SCI: Add a warning for kRemapColors(RemapByPercent)
Filippos Karapetis
2012-06-20
SCI: Implement kRemapColors(5 - set color intensity)
Filippos Karapetis
2012-06-20
SCI: Remove multibyte character processing code from SCI32
Filippos Karapetis
2012-06-20
SCI: Don't attempt to draw line feed characters in SCI32
Filippos Karapetis
2012-06-18
SCI: Store script sizes in 32-bit integers
Filippos Karapetis
2012-06-18
SCI: Add setter/getter methods to reg_t's
Filippos Karapetis
2012-06-18
SCI: Add a check for empty VMD file names
Filippos Karapetis
2012-06-16
SCI: Get rid of casts on CursorManager::replaceCursor calls.
Johannes Schickel
2012-06-16
SCI: Get rid of casts on OSystem::copyRectToScreen calls.
Johannes Schickel
2012-06-15
SCI: Change getClassAddress() to only require the caller segment
Filippos Karapetis
2012-06-15
SCI: Also skip a robot video in the Lighthouse demo
Filippos Karapetis
2012-06-15
SCI: Replace RAW_IS_OBJECT with a method
Filippos Karapetis
2012-06-15
SCI: Fix warnings
Filippos Karapetis
2012-06-15
Revert "SCI: Change Script::getObject() to accept a reg_t"
Filippos Karapetis
2012-06-15
SCI: Further cleanup of the script code
Filippos Karapetis
2012-06-15
SCI: Skip playing of the unsupported robot video 1003 in RAMA
Filippos Karapetis
2012-06-15
SCI: _propertyOffsetsSci3 and classpos should be 32-bit integers
Filippos Karapetis
2012-06-15
SCI: Clean up the script initialization code
Filippos Karapetis
2012-06-15
SCI: Change Script::getObject() to accept a reg_t
Filippos Karapetis
2012-06-15
SCI: Limit floodfill hack to GK1
Filippos Karapetis
2012-06-14
SCI: Change the script buffer size to be a size_t as well
Filippos Karapetis
2012-06-14
SCI: Add known large SCI3 scripts
Filippos Karapetis
2012-06-14
SCI: A separate implementation is needed for syncStringHeap() for SCI3
Filippos Karapetis
2012-06-14
SCI: Add handling of two more configuration settings for LSL7
Filippos Karapetis
2012-06-14
SCI: Add missing documentation for the plane_items / pi console command
Filippos Karapetis
2012-06-13
SCI: Fix the loading screen and the loading functionality in Shivers
Filippos Karapetis
2012-06-13
SCI: Shuffle the kernel functions inside kfile.cpp
Filippos Karapetis
2012-06-13
SCI: Handle the torindebug config setting for Torin's Passage French
Filippos Karapetis
2012-06-13
SCI: Add a workaround for the French version of Torin's Passage
Filippos Karapetis
2012-06-13
SCI: Only include kSave_subops if ENABLE_SCI32 is defined
Filippos Karapetis
2012-06-13
SCI: Use the later SCI file functions for the SCI0 ones
Filippos Karapetis
2012-06-13
SCI: Change kSave() to be a kernel function with subops
Filippos Karapetis
2012-06-13
SCI: Move all file-related functions in file.*
Filippos Karapetis
2012-06-13
SCI: Reorder the file kernel functions a bit
Filippos Karapetis
2012-06-13
SCI: Implement the file operations needed for the save dialog in Phantasmagoria
Filippos Karapetis
2012-06-13
SCI: Add debug code to automatically skip robot videos
Filippos Karapetis
2012-06-11
SCI: Fix comment in kString(at)
Matthew Hoops
2012-06-11
SCI: Add support for variable selectors in kListFirstTrue / kListAllTrue
Filippos Karapetis
[prev]
[next]