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
/
gob
/
video.h
Age
Commit message (
Expand
)
Author
2011-02-14
GOB: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-02
GOB: Make flags optional in Video::initSurfDesc
Sven Hesse
2011-02-02
GOB: Remove the vidMode parameter from Video::initSurfDesc
Sven Hesse
2011-01-31
GOB: Make Font::_itemSize unsigned
Sven Hesse
2011-01-16
GOB: Remove unused old shade functions
Sven Hesse
2011-01-16
GOB: Remove unused declarations
Sven Hesse
2010-09-30
GOB: Remove the now useless VGAVideoDriver
Sven Hesse
2010-09-30
GOB: Change all drawing to use class Surface
Sven Hesse
2010-09-30
GOB: Remove dither stuff, commenting out most v6 drawing
Sven Hesse
2009-07-09
Giving Font its own real class
Sven Hesse
2009-07-05
Renaming FontDesc::extraData to charWidths
Sven Hesse
2009-06-06
GOB: Turned _spritesArray into a Common::Array (of fixed size) to detect out-...
Max Horn
2009-06-06
GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDe...
Max Horn
2009-05-31
GOB: Replaced many uses of strdupcpy by Common::String
Max Horn
2009-05-21
Splitting a few helper functions out of gob.h
Sven Hesse
2009-04-29
Playing half-sized videos fullscreen in the demoplayer
Sven Hesse
2009-04-29
Decreased the dithering LUT's depth to 5 bit per color component.
Sven Hesse
2009-04-24
The video now works correctly in the non-interactive Urban Runner demo
Sven Hesse
2008-12-25
Fixed compilation with g++4.3
Johannes Schickel
2008-12-24
Moving the dither code to graphics/
Sven Hesse
2008-12-17
Added support for caching the palette LUT to a file
Sven Hesse
2008-12-16
Experimental semi-transparency for fillRect, used in the green/red menu areas...
Sven Hesse
2008-12-14
Plugging leaks
Sven Hesse
2008-12-12
Text now works in Urban Runner
Sven Hesse
2008-12-12
Working (minus text) menu in Urban Runner
Sven Hesse
2008-12-11
Changing the Urban Runner sprite drawer to work more correctly. It does use Y...
Sven Hesse
2008-12-11
On second thought, an octree only works if the color to look up is in the pal...
Sven Hesse
2008-12-04
Changing the GobEngine to use its dirty rects also for OSystem-copies, instea...
Sven Hesse
2008-09-02
Urban Runner stubs
Sven Hesse
2008-05-17
Ooops, forget that one
Sven Hesse
2008-05-10
Restructured saving/loading and added a stub for Woodruff
Sven Hesse
2008-05-03
Correct o2_initScreen() for Woodruff (screen positioning, clipping and cursor...
Sven Hesse
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-08-19
Checking in patch #1777241 by Uwe Ryssel (GOB: Some optimizations for slow co...
Sven Hesse
2007-08-05
Possible fix for bug #1767748 (Gobliiins is not fast as it can be on slow com...
Sven Hesse
2007-07-01
Re-added __attribute__(packed)
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-25
Removed some more superfluous semicolons in the gob engine
Sven Hesse
2007-04-25
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...
Max Horn
2007-04-19
- Fixed handling of the case split screen + vertical scrolling area
Sven Hesse
2007-04-06
Some Gob3 fixes:
Sven Hesse
2007-04-05
Implemented scrolling and split screen (for the text field, the bottom 40 lin...
Sven Hesse
2007-04-02
"char *" -> "byte *" where appropriate
Sven Hesse
2007-03-29
- Properly implemented the ImdPlayer
Sven Hesse
2007-03-20
Major clean-up, including:
Sven Hesse
2007-02-06
Implemented vertical scrolling
Sven Hesse
2007-02-04
- Plugged some leaks and fixed some memory errors
Sven Hesse
2007-02-01
- Fixed the palette animations
Sven Hesse
2007-01-29
- Another attempt at fixing the immediately-closing notepad heisenbug (#1621089)
Sven Hesse
2006-07-23
Use #include "..." instead of #include <...> for pack-start.h and pack-end.h
Torbjörn Andersson
[next]