Age | Commit message (Expand) | Author |
2010-06-18 | SCI: making vga views work in ega games :P | Martin Kiewitz |
2010-06-18 | SCI: fix typo when setting EGA palette | Martin Kiewitz |
2010-06-18 | Fixed a problem in kAnimate which occurred when a list was modified by a call... | Filippos Karapetis |
2010-06-18 | SCI: pseudo-implemented 0x72 and 0x73 for kDisplay used by longbow-demo, alth... | Martin Kiewitz |
2010-06-18 | SCI: partially revert r49983 - all of those are not implemented in sierra sci... | Martin Kiewitz |
2010-06-18 | Added several unimplemented kDisplay subops, as well as a new sound command, ... | Filippos Karapetis |
2010-06-17 | Strict mode: error out on unhandled subops, to note if they actually exist an... | Filippos Karapetis |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-17 | Reduced header dependency | Filippos Karapetis |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
2010-06-17 | SCI: Rename sciEvent to SciEvent | Max Horn |
2010-06-17 | SCI: Moved the event code a little bit around. | Max Horn |
2010-06-17 | SCI: dont subtract offTop on wmgrPort when using old gfx functions - fixes ab... | Martin Kiewitz |
2010-06-17 | SCI: applying forceRealMerge change to pq1 and qfg3 demo as well (see r49936)... | Martin Kiewitz |
2010-06-17 | SCI: slightly change comment from r49936 | Martin Kiewitz |
2010-06-17 | SCI: implement workaround for laura bow 2 demo, because that interpreter uses... | Martin Kiewitz |
2010-06-17 | Fix a valgrind warning in GfxCursor. Thanks to digitall for finding it. | Matthew Hoops |
2010-06-15 | SCI: make umlauts work in kFrameout for sci32 | Martin Kiewitz |
2010-06-15 | SCI: only set mouse position, when cursor is visible (fixes non-stop, but esc... | Martin Kiewitz |
2010-06-15 | SDL: only change mouse cursor, when mouse is currently within our window, als... | Martin Kiewitz |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-06-15 | SCI: putting SciGui::init into SciEngine, removing it from SciGui(32) | Martin Kiewitz |
2010-06-15 | SCI: calling wait() directly and removing it from SciGui | Martin Kiewitz |
2010-06-15 | SCI: move textSize and textFonts and textColors inside gfxText16 | Martin Kiewitz |
2010-06-15 | SCI: fix changes from r49806 | Martin Kiewitz |
2010-06-15 | Reduce header dependencies | Max Horn |
2010-06-15 | SCI: move portrait methods to gfxPaint16 | Martin Kiewitz |
2010-06-15 | SCI: Fix timer. | Eugene Sandulenko |
2010-06-15 | Throttle screen updates to 60fps in some screen transition effects as well | Filippos Karapetis |
2010-06-14 | Ignore and remove invalid plane and item objects in kFrameout. Fixes loading ... | Matthew Hoops |
2010-06-13 | Disabled two cases of findObjectByName() in SCI0 early games | Filippos Karapetis |
2010-06-11 | SCI: adjust priority bottom, if its 200 to avoid possible out of bounds (sier... | Martin Kiewitz |
2010-06-10 | Use the SELECTOR() macro for readability | Filippos Karapetis |
2010-06-09 | The EngineState is no longer recreated when a game is restored, thus we don't... | Filippos Karapetis |
2010-06-09 | Disabled the mouse warping code, as it can be annoying in windowed mode | Filippos Karapetis |
2010-06-09 | Globals from script 0 are now initialized in script_init_engine(), and are ac... | Filippos Karapetis |
2010-06-09 | Fix compile errors | Willem Jan Palenstijn |
2010-06-09 | Renamed the SciEvent class to EventManager, to separate it from the sciEvent ... | Filippos Karapetis |
2010-06-08 | SCI: set default palette after initializing music driver, fixes palette getti... | Martin Kiewitz |
2010-06-04 | SCI: Fix for Valgrind Warning in Palette. | David Turner |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-28 | Silenced some superfluous warnings in KQ5CD | Filippos Karapetis |
2010-05-26 | SCI: adding another workaround for picture 376 in sq4/cd (same issue like ori... | Martin Kiewitz |
2010-05-26 | SCI: adding another hack to sci32 picture drawing, fixes crash in sci32 games... | Martin Kiewitz |
2010-05-25 | SCI: adding comment about error() on pattern opcodes sci1.1+ | Martin Kiewitz |
2010-05-25 | SCI: error out on pattern opcodes inside vector data when drawing pictures in... | Martin Kiewitz |
2010-05-25 | SCI: sci1.1 uses hardcoded white for picture cel data instead of the value sp... | Martin Kiewitz |
2010-05-25 | SCI: sci1.1 changed priority to 15, when adding to picture - fixes title in i... | Martin Kiewitz |
2010-05-24 | SCI: renaming MacIconBar to GfxMacIconBar | Martin Kiewitz |
2010-05-24 | Surface is a struct, not a class | Filippos Karapetis |