Age | Commit message (Expand) | Author |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
2009-10-09 | SCI: Fix some weird casting in the vectorPatternCircle and vectorPatternTextu... | Max Horn |
2009-10-09 | SCI/newgui: changing SciGuiScreen::dither() for cel-undithering logic | Martin Kiewitz |
2009-10-09 | SCI/newgui: changing undithering logic again, palette now uses decoded color-... | Martin Kiewitz |
2009-10-09 | SCI/newgui: moved priority band initialization to init() call of SciGui to av... | Martin Kiewitz |
2009-10-09 | SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe... | Martin Kiewitz |
2009-10-09 | SCI/newgui: adding inactivate code for debug purposes to forward single metho... | Martin Kiewitz |
2009-10-09 | SCI/newgui: correction for kAddToPic, fixes guards in 1st screen of kq1 | Martin Kiewitz |
2009-10-09 | SCI/newgui: kAnimate priority fixed | Martin Kiewitz |
2009-10-09 | SCI/newgui: pattern #defines moved into SciGuiPicture | Martin Kiewitz |
2009-10-09 | SCI/newgui: pattern and floodfill moved into SciGuiPicture | Martin Kiewitz |
2009-10-09 | SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in... | Martin Kiewitz |
2009-10-09 | SCI/newgui: priority band init fix | Martin Kiewitz |
2009-10-09 | SCI/newgui: kCanBeHere partially implemented, little corrections | Martin Kiewitz |
2009-10-09 | SCI/newgui: priority bands support for ega pictures | Martin Kiewitz |
2009-10-09 | SCI/newgui: some more priority band usage in kAnimate | Martin Kiewitz |
2009-10-09 | SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio... | Martin Kiewitz |
2009-10-09 | SCI/newgui: SciGuiView now also locks resource | Martin Kiewitz |
2009-10-09 | SCI/newgui: SciGuiFont now locks the resourcedata, fixes broken fonts in games | Martin Kiewitz |
2009-10-09 | SCI/newgui: windowmgr cleanup | Martin Kiewitz |
2009-10-09 | Fix warning | Max Horn |
2009-10-09 | SCI/newgui: Implemented kAddToPic (almost complete, but z-sorting and some ex... | Martin Kiewitz |
2009-10-08 | SCI: Don't iterate past end of list | Willem Jan Palenstijn |
2009-10-08 | SCI/newgui: RestoreBits() now ignores empty handles | Martin Kiewitz |
2009-10-08 | SCI/newgui: more cleanup | Martin Kiewitz |
2009-10-08 | SCI/newgui: cleanup, fixing uninitialized variable in SciGuiPalette | Martin Kiewitz |
2009-10-08 | SCI/newgui: floodfill cleanup, pattern drawing: helper went private, clipping... | Martin Kiewitz |
2009-10-08 | SCI: Fix warning | Max Horn |
2009-10-08 | SCI/newgui: remarks about _menuPort, uninitialized usage in SciGuiPalette rem... | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate changes | Martin Kiewitz |
2009-10-08 | SCI/newgui: implemented more of kAnimate, currently crashes on windowMgr update. | Martin Kiewitz |
2009-10-08 | SCI/newgui: change to nsRect, scripts expect that. Fixes mouse clicking on se... | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - coordinates fixed | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - _delete invoking implemented | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - more implemented, cels are now drawn but isnt working ... | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate SciGuiGfx::AnimateFill implemented | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - resolved previously unknown code functionality | Martin Kiewitz |
2009-10-08 | Don't store the engine state in the SciGuiPalette class. The palette timestam... | Filippos Karapetis |
2009-10-08 | SCI/newgui: removed EGAmapping | Martin Kiewitz |
2009-10-08 | Restore the engine state stored within SciGui during loading once more, since... | Filippos Karapetis |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-07 | SCI: Change more stuff to be CFG compliant | Max Horn |
2009-10-07 | SCI: Get rid of SciGuiScreen::initScreen, also known as 'calloc' elsewhere ;) | Max Horn |
2009-10-07 | SCI: Replace SciGuiGfx::mallocPort by 'new GuiPort'; also add FIXMES about po... | Max Horn |
2009-10-07 | SCI: Make local tables 'static', rename them according to our CFG | Max Horn |
2009-10-07 | SCI/newgui: changed dithering logic, otherwise colors combined with black wou... | Martin Kiewitz |
2009-10-07 | SCI: debug command undither implemented | Martin Kiewitz |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI/newgui: SciGuiPicture now errors out on mirrored VGA pictures (added fixme) | Martin Kiewitz |
2009-10-07 | SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki... | Martin Kiewitz |