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-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
2009-09-27
SCI: Fix scrolling in SCI1 list controls.
Walter van Niftrik
2009-09-23
- Moved the SCI version in a global variable
Filippos Karapetis
2009-09-17
SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache
Max Horn
2009-09-02
Some renaming:
Filippos Karapetis
2009-08-30
SCI: Add lofs detection.
Walter van Niftrik
2009-08-30
SCI: Add SetCursor detection. Cleanup.
Walter van Niftrik
2009-08-28
- Removed the unused selectors "prevSignal", "who" and "distance" from the qu...
Filippos Karapetis
2009-08-28
Removed the unused selectors (edgeHit, semanticFail and baseSetter)
Filippos Karapetis
2009-08-26
- Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo...
Matthew Hoops
2009-08-26
Committed a slight patch by clone2727, which contains debug code to dump the ...
Filippos Karapetis
2009-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-08-16
SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect
Walter van Niftrik
2009-08-15
SCI: Added enum for map and volume versions. Removed res_version setting from
Walter van Niftrik
[prev]
[next]