index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
gui
/
gui_screen.cpp
Age
Commit message (
Expand
)
Author
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