Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | GOB: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-01-18 | GOB: Add chroma values linear interpolation in drawYUV | Sylvain Dupont | |
Fixes the blockiness and apparent color shifting in some Urban Runner menu icons. svn-id: r55283 | |||
2011-01-16 | GOB: Remove unused old shade functions | Sven Hesse | |
svn-id: r55274 | |||
2010-12-02 | GOB: Make drawYUV() more clear | Sven Hesse | |
(It's still wrong though :P) svn-id: r54744 | |||
2010-09-30 | GOB: Create 16bit surfaces for true color games | Sven Hesse | |
Enabling basic Urban drawing again svn-id: r52949 | |||
2010-09-30 | GOB: Change all drawing to use class Surface | Sven Hesse | |
svn-id: r52947 | |||
2010-09-30 | GOB: Remove dither stuff, commenting out most v6 drawing | Sven Hesse | |
svn-id: r52945 | |||
2010-05-17 | Enforce conversion formatting on pointer casts in the DEV code. | Johannes Schickel | |
svn-id: r49068 | |||
2009-08-22 | Hooking up the v2 spriteUncompressor into the v6 one | Sven Hesse | |
svn-id: r43642 | |||
2009-08-15 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r43409 | |||
2009-06-06 | GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to ↵ | Max Horn | |
SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references svn-id: r41299 | |||
2009-05-31 | GOB: Replaced many uses of strdupcpy by Common::String | Max Horn | |
svn-id: r41077 | |||
2009-05-20 | Remove superfluous indeo3-includes | Sven Hesse | |
svn-id: r40743 | |||
2009-04-29 | Decreased the dithering LUT's depth to 5 bit per color component. | Sven Hesse | |
The results still good and generating it is fast enough to do at each start (so we don't need to save it anymore) svn-id: r40195 | |||
2009-04-27 | Some minor clean-up | Sven Hesse | |
svn-id: r40166 | |||
2009-04-24 | The video now works correctly in the non-interactive Urban Runner demo | Sven Hesse | |
svn-id: r40128 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-28 | Fixing the semi-transparency | Sven Hesse | |
svn-id: r35588 | |||
2008-12-27 | Fixing some 16bit graphics | Sven Hesse | |
svn-id: r35585 | |||
2008-12-24 | Documenting the dither code a bit more and removing SierraLight's not needed ↵ | Sven Hesse | |
height argument svn-id: r35530 | |||
2008-12-24 | Moving the dither code to graphics/ | Sven Hesse | |
svn-id: r35526 | |||
2008-12-17 | Fixed bug: not all control paths return a value in savePalLUT() | Filippos Karapetis | |
svn-id: r35413 | |||
2008-12-17 | Added support for caching the palette LUT to a file | Sven Hesse | |
svn-id: r35412 | |||
2008-12-16 | Experimental semi-transparency for fillRect, used in the green/red menu ↵ | Sven Hesse | |
areas of Urban Runner svn-id: r35406 | |||
2008-12-15 | Support for Urban Runner's new cursors (frames out of 16bit color VMDs) | Sven Hesse | |
svn-id: r35376 | |||
2008-12-14 | Plugging leaks | Sven Hesse | |
svn-id: r35355 | |||
2008-12-12 | Clean edges around transparent areas. Noticeable in the cursors, for example | Sven Hesse | |
svn-id: r35313 | |||
2008-12-12 | Working (minus text) menu in Urban Runner | Sven Hesse | |
svn-id: r35310 | |||
2008-12-12 | Working cursor in Urban Runner | Sven Hesse | |
svn-id: r35309 | |||
2008-12-11 | Changing the Urban Runner sprite drawer to work more correctly. It does use ↵ | Sven Hesse | |
YUV data, but I can use the ditherer there svn-id: r35308 | |||
2008-09-02 | Urban Runner stubs | Sven Hesse | |
svn-id: r34286 |