Simon Delamarre
eb61c14d5c
GOB: use infix operator++ on Pixel iterators where possible
2022-12-02 11:44:24 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Orgad Shaneh
8d91d66a15
GOB: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Johannes Schickel
ea21bc939a
GOB: Make GPL headers consistent in themselves.
2014-02-18 02:39:34 +01:00
Max Horn
88913c0139
ALL: Remove trailing whitespaces
...
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-06-20 00:59:48 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Sylvain Dupont
92ddccec09
GOB: Add chroma values linear interpolation in drawYUV
...
Fixes the blockiness and apparent color shifting in some Urban Runner menu icons.
svn-id: r55283
2011-01-18 00:56:48 +00:00
Sven Hesse
8a1e9c8256
GOB: Remove unused old shade functions
...
svn-id: r55274
2011-01-16 22:30:19 +00:00
Sven Hesse
4b7af0244f
GOB: Make drawYUV() more clear
...
(It's still wrong though :P)
svn-id: r54744
2010-12-02 21:40:17 +00:00
Sven Hesse
3ab8bf16a2
GOB: Create 16bit surfaces for true color games
...
Enabling basic Urban drawing again
svn-id: r52949
2010-09-30 13:03:22 +00:00
Sven Hesse
51fd528fe5
GOB: Change all drawing to use class Surface
...
svn-id: r52947
2010-09-30 13:02:16 +00:00
Sven Hesse
e68b6e9f15
GOB: Remove dither stuff, commenting out most v6 drawing
...
svn-id: r52945
2010-09-30 13:00:30 +00:00
Johannes Schickel
cbbb78d9f2
Enforce conversion formatting on pointer casts in the DEV code.
...
svn-id: r49068
2010-05-17 22:46:53 +00:00
Sven Hesse
401e54825f
Hooking up the v2 spriteUncompressor into the v6 one
...
svn-id: r43642
2009-08-22 13:11:30 +00:00
Torbjörn Andersson
762d2dc03a
Removed unnecessary semi-colons.
...
svn-id: r43409
2009-08-15 14:13:48 +00:00
Max Horn
0989bb0b90
GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references
...
svn-id: r41299
2009-06-06 20:03:13 +00:00
Max Horn
400d2b10af
GOB: Replaced many uses of strdupcpy by Common::String
...
svn-id: r41077
2009-05-31 16:59:45 +00:00
Sven Hesse
bfb29080f1
Remove superfluous indeo3-includes
...
svn-id: r40743
2009-05-20 20:05:53 +00:00
Sven Hesse
eaf22dc66c
Decreased the dithering LUT's depth to 5 bit per color component.
...
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-29 10:24:00 +00:00
Sven Hesse
c88b077fcc
Some minor clean-up
...
svn-id: r40166
2009-04-27 18:56:28 +00:00
Sven Hesse
d8972c3f2c
The video now works correctly in the non-interactive Urban Runner demo
...
svn-id: r40128
2009-04-24 21:30:40 +00:00
Eugene Sandulenko
696897b058
Whoa! Removing trailing spaces.
...
svn-id: r35648
2009-01-01 15:06:43 +00:00
Sven Hesse
c1f6dcbb52
Fixing the semi-transparency
...
svn-id: r35588
2008-12-28 11:27:09 +00:00
Sven Hesse
84b6db7bf3
Fixing some 16bit graphics
...
svn-id: r35585
2008-12-27 22:48:00 +00:00
Sven Hesse
00baeacf60
Documenting the dither code a bit more and removing SierraLight's not needed height argument
...
svn-id: r35530
2008-12-24 16:59:37 +00:00
Sven Hesse
74024ff3e5
Moving the dither code to graphics/
...
svn-id: r35526
2008-12-24 15:57:43 +00:00
Filippos Karapetis
3f36b2a15a
Fixed bug: not all control paths return a value in savePalLUT()
...
svn-id: r35413
2008-12-17 16:45:53 +00:00
Sven Hesse
38e7eecb71
Added support for caching the palette LUT to a file
...
svn-id: r35412
2008-12-17 16:06:16 +00:00
Sven Hesse
adae869c8a
Experimental semi-transparency for fillRect, used in the green/red menu areas of Urban Runner
...
svn-id: r35406
2008-12-16 23:27:35 +00:00
Sven Hesse
6b043aa05b
Support for Urban Runner's new cursors (frames out of 16bit color VMDs)
...
svn-id: r35376
2008-12-15 05:16:23 +00:00
Sven Hesse
5f8323bd50
Plugging leaks
...
svn-id: r35355
2008-12-14 04:33:28 +00:00
Sven Hesse
2efe7bede0
Clean edges around transparent areas. Noticeable in the cursors, for example
...
svn-id: r35313
2008-12-12 13:32:24 +00:00
Sven Hesse
4ec3826080
Working (minus text) menu in Urban Runner
...
svn-id: r35310
2008-12-12 02:44:34 +00:00
Sven Hesse
19146fe032
Working cursor in Urban Runner
...
svn-id: r35309
2008-12-12 00:10:39 +00:00
Sven Hesse
c65886a3ea
Changing the Urban Runner sprite drawer to work more correctly. It does use YUV data, but I can use the ditherer there
...
svn-id: r35308
2008-12-11 21:57:47 +00:00
Sven Hesse
741364602c
Urban Runner stubs
...
svn-id: r34286
2008-09-02 20:15:42 +00:00