Re: HELP:Constants.pm breaks frozenbubble

2009-08-18 Thread Kartik Thakore
This is fixed now!!! Get it fresh on my master branch! More cleanups and I
think we have a new release!!

On Mon, Aug 17, 2009 at 6:16 PM, David Goehrig d...@nexttolast.com wrote:

 The black magic is perl5 typeglob programming 101. GV in the perl
 internals pods. As for the behavior change there was a reason. But I don't
 remember what it was. :)

 I will take a look when my kid is asleep.

 Dave

 -=-=- d...@nexttolast.com -=-=-


 On Aug 17, 2009, at 1:04 PM, Kartik Thakore thakore.kar...@gmail.com
 wrote:

  Ok I need some help with the black magic in lib/SDL/Constants.pm @EXPORT.
 Right now the constants can be accessed in a script that doesn't do
 Package whutever;
 SDL:: needs to be appended. Any help will be great.

 Kartik Thakore




SDL constants converter

2009-08-18 Thread Kartik Thakore
I will look into this later tonight or the week!! Thx Justice8.

-- Forwarded message --
From: JusTiCe8 justi...@orange.fr
Date: Tue, Aug 18, 2009 at 2:24 AM
Subject: SDL constants converter
To: Kartik Thakore thakore.kar...@gmail.com


Hi again,

this is what I've talked about on the list.

Included: the script to convert, and both OpenGL example 2 for old and new
SDL lib design.

Cheers.


sdl_21_converter.rar
Description: Binary data


Re: HELP:Constants.pm breaks frozenbubble

2009-08-18 Thread Kartik Thakore

How is the fix by arodland on the repo?

Kartik Thakore

On 18-Aug-09, at 2:23 AM, JusTiCe8 justi...@orange.fr wrote:


Hi everyone,

I'm not really back to SDL devlopment yet, but I have made a little  
script to use new constants design between the two SDL releases.
It's just a matter of replacing all use of constants by sub call.  
It's work with OpenGL examples but I never tried on the big   
Frozen Bubble (it was broken in debian since a long time after a sdl- 
perl package upgrade and AFAIK was never fixed).


Kartik, I'll send you what I've done, feel free to do it whatever  
you want.


Best regards.

David Goehrig a écrit :
The black magic is perl5 typeglob programming 101. GV in the perl  
internals pods. As for the behavior change there was a reason. But  
I don't remember what it was. :)

I will take a look when my kid is asleep.
Dave
-=-=- d...@nexttolast.com -=-=-
On Aug 17, 2009, at 1:04 PM, Kartik Thakore  
thakore.kar...@gmail.com wrote:
Ok I need some help with the black magic in lib/SDL/Constants.pm  
@EXPORT. Right now the constants can be accessed in a script that  
doesn't do

Package whutever;
SDL:: needs to be appended. Any help will be great.

Kartik Thakore