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
2009-05-31
- Further objectification of the SCI vocabulary functions
Filippos Karapetis
2009-05-31
More objectification of the Vocabulary functions
Filippos Karapetis
2009-05-30
Started objectifying the vocabulary functions (WIP)
Filippos Karapetis
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis
2009-05-14
SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ...
Max Horn
2009-05-13
- Simplified SCI version detection a bit and clarified the different version ...
Filippos Karapetis
2009-05-12
Replaced sci_hexdump() with Common::hexdump()
Filippos Karapetis
2009-04-25
SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio
Walter van Niftrik
2009-04-20
SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode...
Max Horn
2009-03-24
SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>
Max Horn
2009-03-09
SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...
Max Horn
2009-03-07
Replaced getInt16, getUInt16 and putInt16
Filippos Karapetis
2009-03-04
SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th...
Max Horn
[prev]