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-09-27
SCI: Add workaround for file mask used by QfG3
Willem Jan Palenstijn
2009-09-27
SCI: turn assert into warning, as it used in QfG2 char import
Willem Jan Palenstijn
2009-09-27
SCI: clear strcpy's dest string if src is invalid.
Willem Jan Palenstijn
2009-09-27
SCI: change segment offsets in reg segments to be in half reg_t.
Willem Jan Palenstijn
2009-09-27
SCI: clean up kStrAt
Willem Jan Palenstijn
2009-09-27
SCI: Major string handling update.
Willem Jan Palenstijn
2009-09-27
SCI: Add utility functions for copying data between raw/non-raw segments
Willem Jan Palenstijn
2009-09-27
SCI: Add warning when dereferencing non-aligned stack pointer
Willem Jan Palenstijn
2009-09-26
SCI: Ignore size argument to FILEIO_WRITE_STRING.
Willem Jan Palenstijn
2009-09-26
SCI: Fix compile error with DEBUG_AVOIDPATH
Willem Jan Palenstijn
2009-09-26
SCI: Fix regression in r44081 breaking walking in QfG2
Willem Jan Palenstijn
2009-09-26
SCI: Fix copy/paste error
Willem Jan Palenstijn
2009-09-25
Create a define for the special "signal" offset used throughout the engine, a...
Filippos Karapetis
2009-09-25
SCI: Remove EngineState::game_version, it was only used for saving anyway. Al...
Max Horn
2009-09-25
SCI: Fix a memory leak
Max Horn
2009-09-25
SCI: Pedantic cleanup
Max Horn
2009-09-24
SCI: Fix spelling
Max Horn
2009-09-24
Fix what looks like a typo in the condition, which checks for a divide by zero.
Johannes Schickel
2009-09-24
Fix warnings.
Johannes Schickel
2009-09-24
Changed make_reg to accept the same type of parameters as a reg_t does - i.e....
Filippos Karapetis
2009-09-24
The maximum value that a signed 16-bit integer can hold is 32767, not 32768 (...
Filippos Karapetis
2009-09-23
- Moved the SCI version in a global variable
Filippos Karapetis
2009-09-23
COMMON: Add "ignoreCase" parameter to matchString.
Johannes Schickel
2009-09-22
- Merged scriptObjInit0() and scriptObjInit11()
Filippos Karapetis
2009-09-22
Copy the internal game name when loading, and don't recreate it
Filippos Karapetis
2009-09-22
Removed unused variable
Filippos Karapetis
2009-09-22
SCI: Change SystemStrings to use RAW storage consistenly
Max Horn
2009-09-22
SCI: Add some FIXMEs, and print warning if accessing a raw segment as non-raw...
Max Horn
2009-09-22
SCI: Add new type SegmentRef which ultimately will allow us to distinguish be...
Max Horn
2009-09-22
SCI: Change SystemString::name from char* to Common::String
Max Horn
2009-09-22
SCI: SegmentObj's now set their type in constructor; replace central SegmentO...
Max Horn
2009-09-21
SCI: cleanup
Max Horn
2009-09-21
SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects...
Max Horn
2009-09-21
SCI: Workaround for crash in debugger's backtrace
Max Horn
2009-09-21
SCI: Change kAnimate to actually tail recurse
Max Horn
2009-09-21
SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an...
Max Horn
2009-09-17
SCI: Add EngineState::_kernel member for convenience
Max Horn
2009-09-17
SCI: Move CallsStruct into vm.cpp, the only place it is being used
Max Horn
2009-09-17
SCI: Move some selector related function into a new file selector.cpp
Max Horn
2009-09-17
SCI: Add a global getSciVersion() function and make use of it
Max Horn
2009-09-17
SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums
Max Horn
2009-09-17
SCI: Moved Kernel::findSelector from vocabulary.cpp to engine/kernel.cpp
Max Horn
2009-09-17
SCI: Properly hook up (I hope) CantBeHere instead of CanBeHere in SCI version...
Max Horn
2009-09-17
SCI: Removed dead code
Max Horn
2009-09-17
SCI: Rename engine/memobj.* to engine/segment.*
Max Horn
2009-09-17
SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat nod...
Max Horn
2009-09-17
SCI: Get rid of the not_register() hack
Max Horn
2009-09-17
SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache
Max Horn
2009-09-17
SCI: Move parts of struct ScriptState into a new struct DebugState
Max Horn
2009-09-17
SCI: cleanup
Max Horn
[prev]
[next]