aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-05-20removed trailing whitespacesMax Horn
2009-05-20SCI: Moved code related to loading/setting up kernel function names from voca...Max Horn
2009-05-20SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem...Max Horn
2009-05-20SCI: Moved some private decls from kernel.h to kernel.cpp; removed pointless ...Max Horn
2009-05-20SCI: Moved the few kernel functions that were in kernel.cpp to a new file kmi...Max Horn
2009-05-19SCI: Some debugger fixes and cleanup.Walter van Niftrik
2009-05-19Removed some redundant variables, and renamed some variables with strange nam...Filippos Karapetis
2009-05-19SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too.Walter van Niftrik
2009-05-19SCI: Doxygenified a few commentsMax Horn
2009-05-19SCI: Added some stubs for LSL6CD (lores).Walter van Niftrik
2009-05-19SCI: Introduce a new subclass StringFrag of MemObject (does nothing right now...Max Horn
2009-05-19SCI: got rid of EngineState::savegame_version; some cleanupMax Horn
2009-05-19SCI: Init the diff .#&$ EngineState::flags field in the constructor and when ...Max Horn
2009-05-19SCI: Cleanup/paranoia checksMax Horn
2009-05-18SCI: Added FIXMEMax Horn
2009-05-18SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod...Max Horn
2009-05-18Removed a leftover simple_said defineFilippos Karapetis
2009-05-18SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted codeMax Horn
2009-05-18SCI: Removed ENTRY_IS_VALID macroMax Horn
2009-05-18SCI: cleanupMax Horn
2009-05-18SCI: Tweaks, cleanupMax Horn
2009-05-18SCI: Fixed Table::initTable to invoke _table.clear()Max Horn
2009-05-18SCI: Changed SegManager to not pre-allocate _heap entries (leave the memory m...Max Horn
2009-05-18SCI: Removed the unused member SegManager::gc_mark_bits; changed some int par...Max Horn
2009-05-18SCI: Added a FIXME to graph_save_boxMax Horn
2009-05-18SCI: Replaced SegManager::getHeap() by Script::getHeap()Max Horn
2009-05-18Oops didn't mean to remove new line from this format string.Johannes Schickel
2009-05-18Don't print __FILE__,__LINE__ in *_list related debug output, it would only p...Johannes Schickel
2009-05-18Fix some error/warning calls. (might need some review, from someone familiar ...Johannes Schickel
2009-05-18Fixed incorrect order of parameters in the workaround debug message shown for...Filippos Karapetis
2009-05-18Added a workaround for LSL6, thanks to waltervn's commentsFilippos Karapetis
2009-05-18Removed the unused file and line parameters from the list and list node looku...Filippos Karapetis
2009-05-18Changed errors to be fatal, as most of them are fatal conditions. Some of the...Filippos Karapetis
2009-05-17SCI: LSL6 invalid selector workaround is now always active, not just atWalter van Niftrik
2009-05-17Add more game demos.Travis Howell
2009-05-17Add more game demos.Travis Howell
2009-05-16SCI: Turned some relatively harmless yet frequently occurring warnings into d...Walter van Niftrik
2009-05-16SCI: Allow the VM to continue when the invalid selector access occurs at the ...Walter van Niftrik
2009-05-15Fix compilationWillem Jan Palenstijn
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-15Removed unused defines and merged several different compression errorsFilippos Karapetis
2009-05-15Reverted the SQ5 change introduced with commit #40574, as this makes the mous...Filippos Karapetis
2009-05-15Merged the 3 Huffman trees into decompressor.cpp, and changed their layout to...Filippos Karapetis
2009-05-15SCI: Keep a single copy of the versionNames array; this fixes warning about i...Max Horn
2009-05-15SCI: Got rid of SEG_ID/SCRIPT_IDMax Horn
2009-05-15SCI: Added SegManager::getScriptIfLoaded() methodMax Horn
2009-05-15SCI: Turned several script related SegManager methods into Script methodsMax Horn
2009-05-15Simplified SCI versions to be SCI version generations, and fixed some game en...Filippos Karapetis
2009-05-14SCI: Fixed restoring scripts when loading a SCI 1.1 savestateMax Horn
2009-05-14SCI: cleanupMax Horn