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.h
Age
Commit message (
Expand
)
Author
2009-10-17
SCI/newgui: kDisplay restoreUnder completed
Martin Kiewitz
2009-10-14
SCI/newgui: SciGuiTransitions now also supports scrolling up (lsl6 intro)
Martin Kiewitz
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
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-10
SCI/newgui: removed SCI_SCREEN_MASK_DITHERED
Martin Kiewitz
2009-10-09
SCI/newgui: changing SciGuiScreen::dither() for cel-undithering logic
Martin Kiewitz
2009-10-07
SCI: Get rid of SciGuiScreen::initScreen, also known as 'calloc' elsewhere ;)
Max Horn
2009-10-07
SCI: debug command undither implemented
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
- Removed the SciGuiGfx parameter from SciGuiView
Filippos Karapetis
2009-10-06
Removed duplicate private variables
Filippos Karapetis
2009-10-06
- Unified the screen buffers that are used by the current and the new GUI
Filippos Karapetis
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
SCI: Really remove sci/gui/gui.h include from engine/state.h
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: Add include guards for gui headers; don't include gui/gui.h from engine/...
Max Horn
2009-10-04
SCI/gui: final rename commit
Martin Kiewitz
2009-10-03
SCI: Merge new GUI code written by m_kiewitz.
Willem Jan Palenstijn