Age | Commit message (Expand) | Author |
2010-08-18 | SCI: Resolved a FIXME concerning scripts with more than one export table (it ... | Filippos Karapetis |
2010-08-11 | SCI: making camelot fix camelot-only for now | Martin Kiewitz |
2010-08-10 | SCI: adding patch for eq1cd | Martin Kiewitz |
2010-08-06 | SCI: Split the new script patch code in a separate file | Filippos Karapetis |
2010-08-06 | SCI: fixing typo | Martin Kiewitz |
2010-08-06 | SCI: adding patch for lsl6 issue | Martin Kiewitz |
2010-08-06 | SCI: Added support for scripts that have more than one export table. Fixes bu... | Filippos Karapetis |
2010-08-06 | SCI: adjusting patch to write 0 instead of 1 | Martin Kiewitz |
2010-08-06 | SCI: adding script patching | Martin Kiewitz |
2010-08-06 | SCI: fix warnings | Martin Kiewitz |
2010-08-06 | SCI: some work on the script patcher | Martin Kiewitz |
2010-07-29 | SCI: Removed the language check from the | Filippos Karapetis |
2010-07-29 | Extended the workaround for KQ5 French floppy for the German floppy too. Fixe... | Filippos Karapetis |
2010-07-21 | SCI: fix initializing script 99 of sq3 | Martin Kiewitz |
2010-07-21 | SCI: adding workaround for sq3 | Martin Kiewitz |
2010-07-18 | SCI: add script number to r51008 change | Martin Kiewitz |
2010-07-18 | SCI: add workaround for script 500 lsl3 | Martin Kiewitz |
2010-06-28 | SCI: stupid oversight fix r50446, too hot here :P | Martin Kiewitz |
2010-06-28 | SCI: fixing valgrind issue in Script::initialiseClasses thx to wjp for valgri... | Martin Kiewitz |
2010-06-28 | SCI: Move a few remaining Script methods to engine/script.cpp | Max Horn |
2010-06-28 | SCI: get rid of Script::allocateObject | Max Horn |
2010-06-28 | SCI: Make Script member vars private; add const qualifiers | Max Horn |
2010-06-28 | SCI: Change warning back to error in Script::initialiseObjectsSci0 | Max Horn |
2010-06-28 | SCI: More formatting cleanup | Max Horn |
2010-06-27 | Made the script initialization/uninitialization methods part of the segment m... | Filippos Karapetis |
2010-06-27 | SCI: Made the code for initializing script classes, objects and locals part o... | Filippos Karapetis |
2010-06-27 | SCI: Moved all the script-related code inside script.cpp/.h, and all script o... | Filippos Karapetis |
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 |