Age | Commit message (Expand) | Author |
2010-06-10 | Moved all of the game init/run/exit logic inside the SciEngine class | Filippos Karapetis |
2010-06-09 | Merged script_init_engine() and game_init() and cleaned up SciEngine::run() a... | Filippos Karapetis |
2010-06-08 | Merged _game_run() inside game_run(). Some cleanup | Filippos Karapetis |
2010-06-06 | Now that EngineState is not deleted when loading games, we can move some more... | Filippos Karapetis |
2010-06-03 | The setCursor selector is no longer used for the detection of the kSetCursor(... | Filippos Karapetis |
2010-06-03 | Moved several object-related defines inside vm.h into segment.h, where the Ob... | Filippos Karapetis |
2010-05-29 | Limit access to the _classTable array (now it's directly accessible only insi... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops |
2010-05-23 | Made shrink_execution_stack() a member of EngineState | Filippos Karapetis |
2010-05-19 | Moved the breakpoint information inside the DebugState struct | Filippos Karapetis |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-05-18 | Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXME | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-02-17 | SCI: Remove hack in convertSierraGameId which caused a memory leak | Max Horn |
2010-02-07 | SCI: Add function readPMachineInstruction() | Max Horn |
2010-02-04 | SCI: adding back selector for sci32 | Martin Kiewitz |
2010-02-04 | SCI: adding selectors bottom and right | Martin Kiewitz |
2010-02-04 | SCI: adding support for resX, resY selectors for sci32 | Martin Kiewitz |
2010-02-03 | Initial implementation of text drawing for SCI2 (it's a hack for now, done th... | Filippos Karapetis |
2010-02-03 | SCI: Make add_exec_stack_entry & add_exec_stack_varselector static / private | Max Horn |
2010-02-03 | SCI: restoring param of run_vm is a bool, not an int | Max Horn |
2010-02-02 | SCI: Use Common::List and Common::String to simplify breakpoint handling (unt... | Max Horn |
2010-01-28 | Detect whether to use the modified SCI2 or SCI2.1 kernel table based on the k... | Matthew Hoops |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-15 | SCI: changed scalesignal to scaleSignal - selector works now :) | Martin Kiewitz |
2010-01-15 | SCI: adding scalesignal selector | Martin Kiewitz |
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis |
2010-01-05 | SCI: adjusting cel drawing according to left/top of plane | Martin Kiewitz |
2010-01-04 | SCI: now filtering screenItems against planes | Martin Kiewitz |
2010-01-04 | Fallback detector: | Filippos Karapetis |
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis |
2009-12-27 | Now using m_kiewitz's picture code to show pictures in SCI32. Also took some ... | Filippos Karapetis |
2009-12-26 | Some more work on the new music code | Filippos Karapetis |
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz |
2009-12-21 | SCI32: | Matthew Hoops |
2009-11-20 | Changed some comments back to DOxygen (inline) style and removed some more de... | Filippos Karapetis |
2009-11-20 | Removed the syncTime and syncCue selectors from the list of static selectors,... | Filippos Karapetis |
2009-11-20 | Removed more unused selectors - the canBeHere selector is replaced by cantBeH... | Filippos Karapetis |
2009-11-20 | Formatting | Filippos Karapetis |
2009-11-20 | Changed the lofs detection to iterate through all the methods of the Game obj... | Filippos Karapetis |
2009-11-20 | Selector cleanup: rearranged all selectors to be in the same order as in Sier... | Filippos Karapetis |
2009-11-20 | Some corrections for the lofs autodetection - SQ4 floppy works again | Filippos Karapetis |
2009-11-04 | - Changed the segment manager to be a static part of the engine, and stopped ... | Filippos Karapetis |
2009-11-04 | Added references to the scaleX and scaleY selectors, used for SCI1.1 view sca... | Filippos Karapetis |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-10-01 | SCI: Remove outdated debugging hack. | Willem Jan Palenstijn |
2009-09-30 | SCI: Replace magic '-42' by an enum | Max Horn |
2009-09-27 | SCI: Fix scrolling in SCI1 list controls. | Walter van Niftrik |