Age | Commit message (Expand) | Author |
2009-06-18 | Patch | Max Horn |
2009-06-07 | SCI: Got rid of g_EngineState | Max Horn |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-07 | SCI: Fixed the broken SciEngine::pauseEngineIntern code by ensuring that SciE... | Max Horn |
2009-06-06 | Store long-term pointers to object variables in a new ObjVarRef struct. | Willem Jan Palenstijn |
2009-06-05 | Moved some more debug commands to ScummVM's coneole and removed some unused code | Filippos Karapetis |
2009-06-04 | SCI: Renamed EngineState::flags and version to _flags and _version (following... | Max Horn |
2009-06-04 | SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kern... | Max Horn |
2009-06-04 | SCI: Renamed various debug related global variables to have a g_ prefix; and ... | Max Horn |
2009-06-04 | Turned debug_weak_validations on by default again, as apparently some games l... | Filippos Karapetis |
2009-06-03 | - Sorted the console commands a bit more | Filippos Karapetis |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
2009-06-02 | Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins... | Filippos Karapetis |
2009-06-01 | Split the kernel functions away from the vocabulary functions (WIP, saving/lo... | Filippos Karapetis |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-31 | - Further objectification of the SCI vocabulary functions | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-30 | Started objectifying the vocabulary functions (WIP) | Filippos Karapetis |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-28 | SCI: Fix potential dangling pointer more robustly, | Willem Jan Palenstijn |
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn |
2009-05-28 | SCI: Fix potential dangling pointer after reallocation | Willem Jan Palenstijn |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
2009-05-19 | SCI: Some debugger fixes and cleanup. | Walter van Niftrik |
2009-05-19 | SCI: Cleanup/paranoia checks | Max Horn |
2009-05-18 | SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod... | Max Horn |
2009-05-18 | SCI: Replaced SegManager::getHeap() by Script::getHeap() | Max Horn |
2009-05-17 | SCI: LSL6 invalid selector workaround is now always active, not just at | Walter van Niftrik |
2009-05-16 | SCI: Allow the VM to continue when the invalid selector access occurs at the ... | Walter van Niftrik |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-15 | SCI: Got rid of SEG_ID/SCRIPT_ID | Max Horn |
2009-05-15 | SCI: Added SegManager::getScriptIfLoaded() method | Max Horn |
2009-05-15 | SCI: Turned several script related SegManager methods into Script methods | Max Horn |
2009-05-15 | Simplified SCI versions to be SCI version generations, and fixed some game en... | Filippos Karapetis |
2009-05-14 | SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ... | Max Horn |
2009-05-14 | Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year... | Max Horn |
2009-05-14 | Replaced the SCI_VERSION_FTU_DOSOUND_VARIANT_2 version check with the game fe... | Filippos Karapetis |
2009-05-14 | - Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag | Filippos Karapetis |
2009-05-14 | Started using game-specific flags and removed/replaced some SCI version check... | Filippos Karapetis |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-12 | SCI: Changed object / script local vars storage to use a Common::Array | Max Horn |
2009-05-11 | SCI: Hook FreeSCI console commands into the ScummVM console (incomplete as of... | Max Horn |
2009-05-11 | SCI: Simplified the Table class, by making it use an Common::Array internally... | Max Horn |
2009-05-10 | SCI: Changed object list in Script instances to use Common:::Array | Max Horn |
2009-05-06 | SCI: Added operator== and !=, as well as an isNull method to reg_t | Max Horn |
2009-05-03 | SCI: Started adding methods to MemObject subclasses: constructors, destructor... | Max Horn |
2009-05-03 | SCI: Changed SegManager to store the heap pointers in a Common::Arrray | Max Horn |