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
/
script.cpp
Age
Commit message (
Expand
)
Author
2011-01-04
SCI: Cleanup
Filippos Karapetis
2011-01-04
SCI: Fixed part of bug #3150767 - "KQ5 French crash on startup, only partial ...
Filippos Karapetis
2011-01-01
SCI: debugC calls no longer require a debug level of 2 to show output
Filippos Karapetis
2010-12-21
Simplify SCI3 relocation code, also making it correct.
Lars Skovlund
2010-11-27
SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object"
Filippos Karapetis
2010-11-24
SCI: Some slight changes to get the "find_callk" console command working in KQ5
Filippos Karapetis
2010-11-18
SCI: Slight formatting fix.
Johannes Schickel
2010-11-18
SCI3: Add proper support for the calle instruction
Lars Skovlund
2010-11-18
Fix operator precedence problem
Lars Skovlund
2010-11-17
SCI: Added sanity checks for SCI3 scripts bigger than 64KB
Filippos Karapetis
2010-11-17
SCI3: Handle script exports correctly
Lars Skovlund
2010-11-17
SCI: Make class table size OB1 workaround slightly more readable
Max Horn
2010-11-17
SCI: More work on SCI3, based on a patch by lskovlun
Filippos Karapetis
2010-11-17
SCI: Some more work on SCI3, based on a patch by lskovlun
Filippos Karapetis
2010-11-17
SCI: Added the SCI3 equivalent of initialiseObjects(), from a patch by lskovlun
Filippos Karapetis
2010-11-17
SCI: Some restructuring. Added some SCI3 placeholders/stubs
Filippos Karapetis
2010-11-17
SCI: The heap was a separate resource in SCI1.1 - SCI2.1 games only. It was l...
Filippos Karapetis
2010-11-04
SCI: Renamed findBlock() to findBlockSCI0()
Filippos Karapetis
2010-09-13
SCI: Proper fix for bug #3038837 - "HOYLE3: EGA/VGA Crashes" and some cleanup
Filippos Karapetis
2010-09-12
SCI: Bugfix for rev #52688.
Filippos Karapetis
2010-09-12
Workaround for bug #038837: HOYLE3: EGA/VGA Crashes. Needs further
Lars Skovlund
2010-09-04
SCI: Janitorial - fixed spaces and typos
Filippos Karapetis
2010-09-04
SCI: Don't try to initialize non-existent scripts, error out instead
Filippos Karapetis
2010-09-04
SCI: Fixed bug #3037595 - "KQ4: Crash reading message in the bottle (whale mo...
Filippos Karapetis
2010-08-18
SCI: Resolved a FIXME concerning scripts with more than one export table (it ...
Filippos Karapetis
2010-08-11
SCI: making camelot fix camelot-only for now
Martin Kiewitz
2010-08-10
SCI: adding patch for eq1cd
Martin Kiewitz
2010-08-06
SCI: Split the new script patch code in a separate file
Filippos Karapetis
2010-08-06
SCI: fixing typo
Martin Kiewitz
2010-08-06
SCI: adding patch for lsl6 issue
Martin Kiewitz
2010-08-06
SCI: Added support for scripts that have more than one export table. Fixes bu...
Filippos Karapetis
2010-08-06
SCI: adjusting patch to write 0 instead of 1
Martin Kiewitz
2010-08-06
SCI: adding script patching
Martin Kiewitz
2010-08-06
SCI: fix warnings
Martin Kiewitz
2010-08-06
SCI: some work on the script patcher
Martin Kiewitz
2010-07-29
SCI: Removed the language check from the
Filippos Karapetis
2010-07-29
Extended the workaround for KQ5 French floppy for the German floppy too. Fixe...
Filippos Karapetis
2010-07-21
SCI: fix initializing script 99 of sq3
Martin Kiewitz
2010-07-21
SCI: adding workaround for sq3
Martin Kiewitz
2010-07-18
SCI: add script number to r51008 change
Martin Kiewitz
2010-07-18
SCI: add workaround for script 500 lsl3
Martin Kiewitz
2010-06-28
SCI: stupid oversight fix r50446, too hot here :P
Martin Kiewitz
2010-06-28
SCI: fixing valgrind issue in Script::initialiseClasses thx to wjp for valgri...
Martin Kiewitz
2010-06-28
SCI: Move a few remaining Script methods to engine/script.cpp
Max Horn
2010-06-28
SCI: get rid of Script::allocateObject
Max Horn
2010-06-28
SCI: Make Script member vars private; add const qualifiers
Max Horn
2010-06-28
SCI: Change warning back to error in Script::initialiseObjectsSci0
Max Horn
2010-06-28
SCI: More formatting cleanup
Max Horn
2010-06-27
Made the script initialization/uninitialization methods part of the segment m...
Filippos Karapetis
2010-06-27
SCI: Made the code for initializing script classes, objects and locals part o...
Filippos Karapetis
[next]