Age | Commit message (Expand) | Author |
2009-10-31 | Slight optimization to the 2x scaler | Filippos Karapetis |
2009-10-31 | Upscale the mouse cursor when the screen is upscaled. Also, reapplied some co... | Filippos Karapetis |
2009-10-31 | SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if coordinate... | Martin Kiewitz |
2009-10-31 | SCI/newgui: UpscaledHires implemented including undithering support, cleanup | Martin Kiewitz |
2009-10-31 | Properly fixed putPixel() for scaled screens | Filippos Karapetis |
2009-10-31 | Some more work on KQ6 hi res version - screen scaling should be done now, but... | Filippos Karapetis |
2009-10-29 | SCI/newgui: SciGuiPicture now acts like sierra sci when drawing cels, so we d... | Martin Kiewitz |
2009-10-29 | SCI/newgui: Defining color white and others in SciGuiScreen and using that. A... | Martin Kiewitz |
2009-10-28 | SCI/newgui: update whole screen when show_map console-command is used | Martin Kiewitz |
2009-10-17 | SCI/newgui: kDisplay restoreUnder completed | Martin Kiewitz |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-15 | SCI/newgui: undithering now enabled by default | Martin Kiewitz |
2009-10-14 | SCI/newgui: SciGuiTransitions now also supports scrolling up (lsl6 intro) | Martin Kiewitz |
2009-10-13 | SCI/newgui: SciGuiScreen putPixel etc. needs to use _width and _height instea... | Martin Kiewitz |
2009-10-12 | SCI: Fix warnings, cleanup | Max Horn |
2009-10-12 | Got rid of _baseTable and _baseDisplayTable | Filippos Karapetis |
2009-10-12 | Move the line drawing code to SciGuiScreen() | Filippos Karapetis |
2009-10-11 | Fill box routines do not translate the fill box coordinates | Filippos Karapetis |
2009-10-11 | Optimized some screen updates in the new GUI to only update the changed recta... | Filippos Karapetis |
2009-10-11 | SCI/newgui: kShakeScreen partially implemented | Martin Kiewitz |
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-07 | SCI: Get rid of SciGuiScreen::initScreen, also known as 'calloc' elsewhere ;) | 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 | SCI/newgui: undithering of picture now possible (just follow instructions in ... | Martin Kiewitz |
2009-10-07 | SCI/newgui: implemented debug command show_map | Martin Kiewitz |
2009-10-07 | SCI: removed OSystem from SciGuiScreen | Martin Kiewitz |
2009-10-06 | WIP code for replacing the FreeSCI view decoding code with the new one (no ch... | Filippos Karapetis |
2009-10-06 | SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette | Martin Kiewitz |
2009-10-06 | - Unified the screen buffers that are used by the current and the new GUI | Filippos Karapetis |
2009-10-05 | SCI: Make getBitsDataSize use the same logic as saveBits | Willem Jan Palenstijn |
2009-10-05 | SCI/newgui: Implemented trick to get dithering going after drawing picture w/... | Martin Kiewitz |
2009-10-05 | SCI/newgui: changed the way dithering works on ega games, also default value ... | Martin Kiewitz |
2009-10-05 | Minimize unnecessary calls to updateScreen() in the new GUI. This improves dr... | Filippos Karapetis |
2009-10-05 | Removed the unused _bytesPerDisplayPixel parameter. All SCI games use 8bpp co... | 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 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-10-04 | SCI/newgui: cleanup | Martin Kiewitz |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |