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
2010-06-27
SCI: Separated the code for initializing script classes from the code for ini...
Filippos Karapetis
2010-06-27
SCI: fixing regression from one of the merges
Martin Kiewitz
2010-06-27
Turned the error when failing to locate an invalid object back to a warning (...
Filippos Karapetis
2010-06-27
Cleanup
Filippos Karapetis
2010-06-26
Removed the misleading getHeap() function (only valid for SCI0-SCI1), plus re...
Filippos Karapetis
2010-06-26
Moved script_instantiate_sci0() inside the segment manager, and renamed it to...
Filippos Karapetis
2010-06-17
Strict mode: Changed several warnings due to logic bugs into errors. If an er...
Filippos Karapetis
2010-06-15
Removed the now unused EngineState parameter of script_adjust_opcode_formats(...
Filippos Karapetis
2010-06-14
Removed the code used for tracking script code block relocations in SCI0-SCI1...
Filippos Karapetis
2010-06-14
Cleanup of the SCI0 object initialization code
Filippos Karapetis
2010-06-14
Some cleanup of the script locals code
Filippos Karapetis
2010-06-13
The offset of script local variables is now calculated when the script is loa...
Filippos Karapetis
2010-06-03
Moved several object-related defines inside vm.h into segment.h, where the Ob...
Filippos Karapetis
2010-05-31
Merged all the script relocation code inside script_instantiate(), and change...
Filippos Karapetis
2010-05-31
Merged several script instantiation-related functions inside script_instantia...
Filippos Karapetis
2010-05-30
SCI: Merge setLockers(1) call into Script::init
Max Horn
2010-05-30
SCI: Script exports and synonyms are now initialized when a script is loaded....
Filippos Karapetis
2010-05-30
Cleanup
Filippos Karapetis
2010-05-30
- Merged the SCI0 scriptRelocate() and SCI11 heapRelocate() functions inside ...
Filippos Karapetis
2010-05-30
Moved setScriptSize() inside Script::init(), and removed a FIXME - the SCI1.1...
Filippos Karapetis
2010-05-30
Unified the script loading code, and marked an issue with the SCI11 heap addr...
Filippos Karapetis
2010-05-30
Limit access to the _bufSize, _scriptSize and _heapSize members of the Script...
Filippos Karapetis
2010-05-29
Limit access to the _classTable array (now it's directly accessible only insi...
Filippos Karapetis
2010-05-29
Removed the scriptRelocateExportsSci11() hack. The open spell in QFG1VGA work...
Filippos Karapetis
2010-05-27
SCI: fixing -propDict- selector on instances to contain -propDict- of the cor...
Martin Kiewitz
2010-05-26
SCI: More const related changes; remove unnecessary casts which hide const is...
Max Horn
2010-05-26
More work on controlling access to members of the Object class:
Filippos Karapetis
2010-05-21
Slight cleanup
Filippos Karapetis
2010-05-19
Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz)
Filippos Karapetis
2010-05-19
Fixed signed/unsigned warning, changed to CamelCase
Filippos Karapetis
2010-05-19
Cleaned up script_instantiate_sci0()
Filippos Karapetis
2010-05-18
Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...
Matthew Hoops
2010-04-24
SCI: Fix regression in locals init for re-used segments
Walter van Niftrik
2010-02-13
SCI: Move GameFeatures from EngineState to SciEngine
Max Horn
2010-02-03
Placed all the game feature detection code in a separate class
Filippos Karapetis
2010-02-03
SCI: Move more stuff around
Max Horn
2010-02-02
SCI: Move some code around (no code changes)
Max Horn
2010-01-29
SCI: Reduce header interdependencies a bit
Max Horn
2010-01-28
SCI: Add debug opcodes
Walter van Niftrik
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-15
SCI: changed scalesignal to scaleSignal - selector works now :)
Martin Kiewitz
2010-01-15
SCI: adding scalesignal selector
Martin Kiewitz
2010-01-05
SCI: adjusting cel drawing according to left/top of plane
Martin Kiewitz
2009-12-27
Now using m_kiewitz's picture code to show pictures in SCI32. Also took some ...
Filippos Karapetis
2009-12-21
SCI32:
Matthew Hoops
2009-11-20
Changed the lofs detection to iterate through all the methods of the Game obj...
Filippos Karapetis
2009-11-20
Selector cleanup: rearranged all selectors to be in the same order as in Sier...
Filippos Karapetis
2009-11-20
Some corrections for the lofs autodetection - SQ4 floppy works again
Filippos Karapetis
2009-11-04
Added references to the scaleX and scaleY selectors, used for SCI1.1 view sca...
Filippos Karapetis
2009-10-08
Started rewriting the check for the graphics functions type (still not finis...
Filippos Karapetis
[next]