Age | Commit message (Expand) | Author |
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 |
2009-10-05 | SCI/newgui: color duplicated to upper 4 bits on EGA to remove dithering with ... | Martin Kiewitz |
2009-10-05 | SVN/newgui: kDrawStatus implemented | Martin Kiewitz |
2009-10-05 | SVN/newgui: renamed getScreenPalette to getSysPalette (code doesnt get the sc... | Martin Kiewitz |
2009-10-05 | Better naming for the palette setting functions, to disambiguate them from th... | Filippos Karapetis |
2009-10-05 | Renamed | Filippos Karapetis |
2009-10-05 | Minimize unnecessary calls to updateScreen() in the new GUI. This improves dr... | Filippos Karapetis |
2009-10-05 | More method renaming | Filippos Karapetis |
2009-10-05 | - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ... | Filippos Karapetis |
2009-10-04 | - Minimize the parameters passed to SciGUIfont() | Filippos Karapetis |
2009-10-04 | SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ... | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-10-04 | SCI/newgui: implemented kPalette / set intensity | Martin Kiewitz |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-10-04 | SCI/newgui: invokeselector implemented into kAnimate | Martin Kiewitz |
2009-10-04 | SCI/gui: more renaming... | Martin Kiewitz |
2009-10-04 | SCI/newgui: accidentally changed Draw_Horiz and Draw_Vert, reverted | Martin Kiewitz |
2009-10-04 | SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp... | Martin Kiewitz |
2009-10-04 | SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity'; | Max Horn |
2009-10-04 | Removed unused references to OSystem | Filippos Karapetis |
2009-10-04 | SCI/newgui: onControl implemented | Martin Kiewitz |
2009-10-04 | SCI/newgui: TextColors and TextFonts implemented (for sq5) | Martin Kiewitz |
2009-10-04 | SCI/newgui: unfinished TextColors/TextFonts support/setting default palette m... | Martin Kiewitz |
2009-10-03 | SCI/newgui: removed duplicate unused code | Martin Kiewitz |
2009-10-03 | SCI/newgui: initializer fixup | Martin Kiewitz |