aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/script.cpp
AgeCommit message (Expand)Author
2009-06-01Split the kernel functions away from the vocabulary functions (WIP, saving/lo...Filippos Karapetis
2009-05-31- Further objectification of the SCI vocabulary functionsFilippos Karapetis
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
2009-05-30Started objectifying the vocabulary functions (WIP)Filippos Karapetis
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-14SCI: 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-12Replaced sci_hexdump() with Common::hexdump()Filippos Karapetis
2009-04-25SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudioWalter van Niftrik
2009-04-20SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode...Max Horn
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-09SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...Max Horn
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-04SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th...Max Horn