Re: SDLx::Text - replace old text?

2011-12-23 Thread Jeffrey Palmer
Hi Alex, This is actually the correct behavior. You need to redraw the background before writing the new text. The easiest way to do that is with: $app-draw_rect( undef, 0x00FF ); The undef there indicates that the entire surface should be used as the rectangle. See draw_rect in

Re: SDLx::Text - replace old text?

2011-12-23 Thread Jeffrey Palmer
that. How about we add $text-clear(); ? On Fri, Dec 23, 2011 at 2:37 PM, Jeffrey Palmer jeffrey.t.pal...@gmail.com wrote: Hi Alex, This is actually the correct behavior. You need to redraw the background before writing the new text.  The easiest way to do that is with:  $app-draw_rect( undef

Re: CPAN Testers Daily Summary Report

2012-05-27 Thread Jeffrey Palmer
... how did this happen? *facepalm* Ok lets re roll. On Thu, May 24, 2012 at 7:46 PM, Jeffrey Palmer jeffrey.t.pal...@gmail.com wrote: There were many changes in 2.538 that weren't in 2.537_02 (see attached diff). Was this intentional? I'm concerned that these might be responsible for the test

SDL 2.541_02 Released

2012-06-09 Thread Jeffrey Palmer
Hi All, I released SDL 2.541_02 today after Blaizer++ merged in his changes that were accidentally included in 2.538. The early test reports are in and we're still having some issues with the SDL::Mixer::MixMusic tests that use ogg:

Re: Movement Stuck With Options of Up and Left...

2012-06-10 Thread Jeffrey Palmer
Hi Jack, The problem is that an SDL::Rect stores it's x and y coordinates as integers. When you subtract a small value from the coordinate the new coordinate is truncated, which is why you are able to move in negative directions. When you add a small value the same thing happens, but the

Re: SDL 2.541_02 Released

2012-06-10 Thread Jeffrey Palmer
if it fails. Am 10.06.2012 18:03, schrieb Jeffrey Palmer: So are we ready to bump our Alien::SDL prereq (at least in the dev release)? Also, I'm assuming we should skip these tests if libogg support isn't available. What's the proper way to detect audio format support? Jeff On Sat, Jun 9, 2012

Re: Next release

2012-08-23 Thread Jeffrey Palmer
Hi, I think the problem is TIFF support on BSD and Solaris, but FROGGS will know for sure. Jeff On Thu, Aug 23, 2012 at 8:49 PM, Kartik Thakore thakore.kar...@gmail.comwrote: Hey guys, It looks like SDL lastest experimental has quite a few bit of fails. May I get a summary of what the

Re: [SPAM] Re: Alien::SLD2

2013-03-01 Thread Jeffrey Palmer
sdl-team has been added to SDL2, that should fix that. -- Jeff On Fri, Mar 1, 2013 at 6:46 AM, kmx k...@volny.cz wrote: On 1.3.2013 1:08, Jeffrey Palmer wrote: I went ahead and created that repo on github. Let me know if there's anything I can do to help. Thanks, could you please also