Age | Commit message (Expand) | Author |
2009-12-28 | Added a workaround for an off-by-one invalid species access bug in the LSL2 d... | Filippos Karapetis |
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis |
2009-12-24 | SCI32: | Matthew Hoops |
2009-12-19 | - Started wrapping the current sound code around appropriate defines | Filippos Karapetis |
2009-11-14 | Removed sfx/misc.h | Filippos Karapetis |
2009-11-04 | - Changed the segment manager to be a static part of the engine, and stopped ... | Filippos Karapetis |
2009-10-30 | SCI: validate_variable fixed and now using bool instead of int (fixes pq3 dem... | Martin Kiewitz |
2009-10-22 | Cleanup | Filippos Karapetis |
2009-10-21 | Removed the accidental inclusion of deprecated code for LSL5 - this has been ... | Filippos Karapetis |
2009-10-21 | - Removed kShow() and the related code it uses - it's a debugging function, a... | Filippos Karapetis |
2009-10-21 | SCI: Fix warning, and reformat a multi-line comment | Max Horn |
2009-10-21 | Fixed the bug where ego would not walk properly after he's swapped in LSL5 (f... | Filippos Karapetis |
2009-10-18 | SCI: Rename game_obj to _gameObj | Max Horn |
2009-10-15 | SCI: pointer_add -> error changed to warning b/c iceman does it. Just ignorin... | Martin Kiewitz |
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 |