Age | Commit message (Expand) | Author |
2009-10-14 | SCI: Improve cmdSend slightly. It's still broken, though | Willem Jan Palenstijn |
2009-10-14 | SCI: Fix build with VM_DEBUG_SEND enabled | Willem Jan Palenstijn |
2009-10-14 | SCI: removed speed throttler (cause of kAnimate change) | Martin Kiewitz |
2009-10-14 | SCI: Rename some vars (cleaning up what seems to have been caused by a blind ... | Max Horn |
2009-10-13 | SCI: Merge some sfx related global funcs into SfxState. | Max Horn |
2009-10-12 | Reverted the Common::String::printf() related commits, as the function works ... | Filippos Karapetis |
2009-10-12 | Fixed a warning message under MSVC... seems like Common::String::printf does ... | Filippos Karapetis |
2009-10-11 | More work on the Object class | Filippos Karapetis |
2009-10-11 | SCI: change remove script FIXME warning into comment | Martin Kiewitz |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |
2009-10-09 | SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe... | Martin Kiewitz |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-10-02 | Fix cppcheck issue reported by salty-horse | Willem Jan Palenstijn |
2009-10-02 | SCI: Use String::printf instead of temporary buffer | Willem Jan Palenstijn |
2009-10-02 | SCI: Make NULL_REG & SIGNAL_REG const; change validate_property so that its c... | Max Horn |
2009-10-01 | Removed the STRICT_SEND, STRICT_READ and ASSERT_ARITHMETIC defines | Filippos Karapetis |
2009-10-01 | - Removed the toggle for "weak" validations, as there are cases where they fa... | Filippos Karapetis |
2009-10-01 | SCI: Remove outdated debugging hack. | Willem Jan Palenstijn |
2009-09-30 | Fixed the warning message shown when dummy functions are invoked | Filippos Karapetis |
2009-09-30 | Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us... | Filippos Karapetis |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-30 | SCI: Replace magic '-42' by an enum | Max Horn |
2009-09-30 | SCI: Add callk stackframe directly in run_vm | Willem Jan Palenstijn |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-28 | SCI: Remove unsafe unmarkDeleted function. | Willem Jan Palenstijn |
2009-09-27 | SCI: change segment offsets in reg segments to be in half reg_t. | Willem Jan Palenstijn |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-22 | - Merged scriptObjInit0() and scriptObjInit11() | Filippos Karapetis |
2009-09-21 | SCI: cleanup | Max Horn |
2009-09-21 | SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects... | Max Horn |
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn |
2009-09-17 | SCI: Move CallsStruct into vm.cpp, the only place it is being used | Max Horn |
2009-09-17 | SCI: Move some selector related function into a new file selector.cpp | Max Horn |
2009-09-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn |
2009-09-17 | SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache | Max Horn |
2009-09-17 | SCI: Move parts of struct ScriptState into a new struct DebugState | Max Horn |
2009-09-17 | SCI: cleanup | Max Horn |
2009-09-17 | Made script_lookup_export() a method of SegManager | Filippos Karapetis |
2009-09-17 | Changed the way object selectors are accessed, by removing the relevant defin... | Filippos Karapetis |
2009-09-17 | SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic... | Max Horn |
2009-09-17 | SCI: Rename MemObject -> SegmentObj | Max Horn |
2009-09-16 | SCI: Turn some SegManager methods into Script methods | Max Horn |
2009-09-16 | SCI: Rename Script class members, change Script from struct to class | Max Horn |
2009-09-12 | Removed the unused ASSERT()-related code and changed a warning where BREAKPOI... | Filippos Karapetis |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | Filippos Karapetis |
2009-09-07 | SCI: Replace GET_SEGMENT_ANY and GET_OBJECT_SEGMENT macros by new segman methods | Max Horn |
2009-09-06 | SCI: Script::obj_indices is now protected | Max Horn |
2009-09-06 | SCI: cleanup | Max Horn |
2009-09-06 | SCI: Cleanup for some SegManager internals | Max Horn |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |