Issue446

Title hud: steps in hud bar
Priority important Status resolved
Assigned To ahuillet Keywords sdl
Linked issues Watchers catalinb

Submitted on 2011-08-15 18h35 by matthiaskrgr, last changed by fluzz.

Files
File name Uploaded Type Edit Remove
fix_zoomsurface_bilinear.patch ahuillet, 2011-08-25.20:08:44 text/x-patch
hudbar.jpg matthiaskrgr, 2011-08-15.18:35:34 image/jpeg
new_bilinear_filtering_fixed_point.patch ahuillet, 2011-08-28.14:34:05 text/x-patch
Messages
Author: matthiaskrgr Date: 2011-08-15   18h35
There are steps in the hud bar in sdl mode caused by the stretched part.

Attached hudbar.jpg.
Author: ahuillet Date: 2011-08-19   14h45
Catalin, I'd like some info as to why this bug is here. I suspect it's the
SDL_gfx bug we found but we need to fully investigate it, fix it, and get the
fix upstream, so please help us.
Author: matthiaskrgr Date: 2011-08-19   14h49
When you display the pixel column which is stretched, one pixel higher than
currently, does this fix the issue?
Author: ahuillet Date: 2011-08-25   20h08
Fixed by the attached patch to SDL_gfx. Patch submitted to SDL_gfx's author but
I think we should copy zoomSurface to fd_zoomSurface and integrate the fix that way.
Author: ahuillet Date: 2011-09-06   20h07
The bug was fixed in SDL_gfx's repository, but new releases will take some time
to include it. Seeing that it's after all a relatively minor bug I am *not* in
favor of including the SDL_gfx code in FreedroidRPG, and think we can instead
wait for distros to pick up the updated lib.
Thoughts?
Author: fluzz Date: 2011-09-12   07h06
Mhhh... I would rather be in favor of including it (it could take a loooong time before the distros have a fixed lib included), and rely on configure to use our version or the mainline's one (just as we do with Lua).
History
Date User Action Args
2011-09-12 07:06:03fluzzsetmessages: + msg1636
2011-09-11 08:43:05ahuilletsetstatus: open -> resolved
2011-09-06 20:07:36ahuilletsetmessages: + msg1606
2011-08-28 14:34:05ahuilletsetfiles: + new_bilinear_filtering_fixed_point.patch
2011-08-28 08:30:28ahuilletsetassignedto: catalinb -> ahuillet
2011-08-25 20:08:44ahuilletsetfiles: + fix_zoomsurface_bilinear.patch
messages: + msg1573
2011-08-19 14:49:53matthiaskrgrsetmessages: + msg1566
2011-08-19 14:45:42ahuilletsetmessages: + msg1565
2011-08-15 18:35:34matthiaskrgrcreate