Age | Commit message (Expand) | Author |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
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: 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 and floodfill moved into SciGuiPicture | 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: 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: Implemented kAddToPic (almost complete, but z-sorting and some ex... | Martin Kiewitz |
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-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | 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: kDrawPic cleanup, addToFlag inverse detection currently not worki... | Martin Kiewitz |
2009-10-07 | SCI/newgui: hopefully the final fix for drawpicture - set priority and contro... | Martin Kiewitz |
2009-10-07 | SCI/newgui: it seems that this fixes floodfill finally | Martin Kiewitz |
2009-10-06 | Reverted #44697 (line drawing in the new GUI), with some function renaming. A... | Filippos Karapetis |
2009-10-06 | SCI/newgui: pattern drawing table fix | Martin Kiewitz |
2009-10-06 | SCI/newgui: changed menuPort to one pixel less | Martin Kiewitz |
2009-10-06 | SCI/newgui: dont allow negative coordinates in draw pattern (fixes bad pixels... | Martin Kiewitz |
2009-10-06 | SCI/newgui: pattern drawing circles now fixed | Martin Kiewitz |
2009-10-06 | SCI/newgui: pattern drawing texture now bit0-bit7, sierra did it bit7-bit0 | Martin Kiewitz |
2009-10-06 | Removed yet another unused reference to OSystem | Filippos Karapetis |
2009-10-06 | SCI: Minor cleanup | Willem Jan Palenstijn |
2009-10-06 | Moved the LSL1VGA workaround inside the font class | Filippos Karapetis |
2009-10-06 | Simplified the LSL1VGA font resource workaround | Filippos Karapetis |
2009-10-06 | SCI/newgui: drawpattern now adjusts to curPort | Martin Kiewitz |
2009-10-06 | SCI/newgui: Draw_Line() now doesnt modify prio/control anymore | Martin Kiewitz |
2009-10-06 | SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette | Martin Kiewitz |
2009-10-06 | Removed the Bresenham line drawing code in the SCI new GUI, and replaced it w... | Filippos Karapetis |
2009-10-06 | - Removed the SciGuiGfx parameter from SciGuiView | Filippos Karapetis |
2009-10-06 | SciGuiView is only using the ResourceManager, so there's no need to pass the ... | Filippos Karapetis |
2009-10-06 | Removed unused reference to OSystem | Filippos Karapetis |
2009-10-06 | SCI/newgui: support for amiga palette, amiga picture support, cleanup | Martin Kiewitz |
2009-10-05 | SCI/newgui: changed the way dithering works on ega games, also default value ... | Martin Kiewitz |