14 years agoGot rid of generated Config.pm
Kartik Thakore [Mon, 28 Sep 2009 19:53:52 +0000]
Got rid of generated Config.pm

14 years agoAdded darwin build to Build.PL, fixed configure requires
Kartik Thakore [Mon, 28 Sep 2009 00:57:37 +0000]
Added darwin build to Build.PL, fixed configure requires

14 years agoFind SDL libraries in Perl's include/lib path.
Rocco Caputo [Sun, 27 Sep 2009 18:57:17 +0000]
Find SDL libraries in Perl's include/lib path.

Search Perl's include and lib paths for SDL libraries.  Previously, it
would search in all possible places, and pick up versions that may be
compiled differently.  My hypothesis is that the ones in Perl's paths
are more likely to be built the same way as Perl itself.

14 years agoMerge branch 'master' of git://github.com/m4gnet/SDL_perl
Kartik Thakore [Fri, 25 Sep 2009 15:06:57 +0000]
Merge branch 'master' of git://github.com/m4gnet/SDL_perl

14 years agosome docs added.
magnet [Fri, 25 Sep 2009 14:42:09 +0000]
some docs added.

14 years agoUpdated SDL::Event docs
Kartik Thakore [Tue, 22 Sep 2009 15:26:22 +0000]
Updated SDL::Event docs

14 years agoUpdated SDL::App docs
Kartik Thakore [Tue, 22 Sep 2009 15:24:33 +0000]
Updated SDL::App docs

14 years agoFixed tests for timer and mixer
Kartik Thakore [Sun, 20 Sep 2009 19:02:19 +0000]
Fixed tests for timer and mixer

14 years agotest Doc for PumpEvents
magnet [Sat, 19 Sep 2009 15:20:12 +0000]
test Doc for PumpEvents

14 years agoAdded Nelson's Tutorial
Kartik Thakore [Sat, 19 Sep 2009 12:24:21 +0000]
Added Nelson's Tutorial

14 years agoTrying to fix broken timer test with eval
Kartik Thakore [Fri, 18 Sep 2009 15:35:59 +0000]
Trying to fix broken timer test with eval

14 years agoHad to neuter test that fails due to external factors
Kartik Thakore [Fri, 18 Sep 2009 00:04:25 +0000]
Had to neuter test that fails due to external factors

14 years ago(no commit message)
kthakore [Thu, 17 Sep 2009 14:10:43 +0000]

14 years agoAlien::SDL 0.05 is the best out there now.
kthakore [Thu, 17 Sep 2009 13:59:49 +0000]
Alien::SDL 0.05 is the best out there now.

14 years agoForcing Alien 0.3 for now
Kartik Thakore [Sat, 12 Sep 2009 00:51:27 +0000]
Forcing Alien 0.3 for now

14 years agoGave some props to me
Kartik Thakore [Fri, 11 Sep 2009 17:25:53 +0000]
Gave some props to me

14 years agoUpdated CHANGELOG file
Kartik Thakore [Fri, 11 Sep 2009 16:16:02 +0000]
Updated CHANGELOG file

14 years agoAdded new file to manifest
Kartik Thakore [Fri, 11 Sep 2009 16:07:41 +0000]
Added new file to manifest

14 years agoDebian wanted it like this
Kartik Thakore [Fri, 11 Sep 2009 15:33:24 +0000]
Debian wanted it like this

14 years agoApplied relevant debian patchesand move version to v2.2.2.13
Kartik Thakore [Fri, 11 Sep 2009 15:24:03 +0000]
Applied relevant debian patchesand move version to v2.2.2.13

14 years agoUpdates
Kartik Thakore [Tue, 1 Sep 2009 13:31:17 +0000]
Updates

14 years agoFreeBSD audio on cpan still fails. So fixed test to catch it better
Kartik Thakore [Mon, 31 Aug 2009 10:19:43 +0000]
FreeBSD audio on cpan still fails. So fixed test to catch it better

14 years agomoved skip test
Kartik Thakore [Sun, 30 Aug 2009 22:56:15 +0000]
moved skip test

14 years agoMoved version
Kartik Thakore [Sun, 30 Aug 2009 22:53:21 +0000]
Moved version

14 years agoFixed test for hardware or underlying fails
Kartik Thakore [Sun, 30 Aug 2009 22:52:53 +0000]
Fixed test for hardware or underlying fails

14 years agoUpdate README
Kartik Thakore [Sun, 30 Aug 2009 09:59:21 +0000]
Update README

14 years agoMade memleak test an author test
Kartik Thakore [Sun, 30 Aug 2009 09:11:03 +0000]
Made memleak test an author test

14 years agoMerge branch 'experimental'
Kartik Thakore [Sun, 30 Aug 2009 08:49:04 +0000]
Merge branch 'experimental'

14 years agoMerge git://github.com/garu/SDL_perl
Kartik Thakore [Sun, 30 Aug 2009 08:46:30 +0000]
Merge git://github.com/garu/SDL_perl

14 years agoadded 20 more tests for new API
Breno G. de Oliveira [Sun, 30 Aug 2009 04:08:47 +0000]
added 20 more tests for new API

14 years agofixed docs
Breno G. de Oliveira [Sun, 30 Aug 2009 03:54:17 +0000]
fixed docs

14 years agorequire Carp only on error.
Breno G. de Oliveira [Sun, 30 Aug 2009 03:51:58 +0000]
require Carp only on error.

14 years agoimplemented 'aliases' left, top, h and w
Breno G. de Oliveira [Sun, 30 Aug 2009 03:48:39 +0000]
implemented 'aliases' left, top, h and w

14 years agoimproved documentation
Breno G. de Oliveira [Sun, 30 Aug 2009 03:41:02 +0000]
improved documentation

14 years agoIgnore META.yml thats recreated anyway
Kartik Thakore [Sun, 30 Aug 2009 01:03:44 +0000]
Ignore META.yml thats recreated anyway

14 years agoMerged in master to get version fixes
Kartik Thakore [Sat, 29 Aug 2009 18:42:46 +0000]
Merged in master to get version fixes

14 years agomore version stuff
Kartik Thakore [Sat, 29 Aug 2009 18:41:25 +0000]
more version stuff

14 years agoA new test for surface leaks. I made is as simple as possible but it does get worse...
Kartik Thakore [Sat, 29 Aug 2009 17:03:35 +0000]
A new test for surface leaks. I made is as simple as possible but it does get worse if you undo the comments

14 years agoUpdated CHANGELOG
Kartik Thakore [Thu, 27 Aug 2009 13:51:32 +0000]
Updated CHANGELOG

14 years agoAdded more info
Kartik Thakore [Thu, 27 Aug 2009 11:14:46 +0000]
Added more info

14 years agoLets try this ... hack
Kartik Thakore [Wed, 26 Aug 2009 19:25:17 +0000]
Lets try this ... hack

14 years agoCan't do that :(
Kartik Thakore [Wed, 26 Aug 2009 19:14:47 +0000]
Can't do that :(

14 years agoFixed stupid errors and added regex sub fix for windows path seperator
Kartik Thakore [Wed, 26 Aug 2009 18:13:43 +0000]
Fixed stupid errors and added regex sub fix for windows path seperator

14 years agoPatched kmx's patch from here http://rt.cpan.org/Ticket/Display.html?id=49000
Kartik Thakore [Wed, 26 Aug 2009 10:57:22 +0000]
Patched kmx's patch from here rt.cpan.org/Ticket/Display.html?id=49000

14 years agomade Build.PL executable
Kartik Thakore [Tue, 25 Aug 2009 10:56:03 +0000]
made Build.PL executable

14 years agoAdded better error reporting and more tests for TTF Font size
Kartik Thakore [Tue, 25 Aug 2009 10:01:11 +0000]
Added better error reporting and more tests for TTF Font size

14 years agoAdd -lpthread to libraries in SDL::Build::Openbsd
James Wright [Tue, 25 Aug 2009 04:30:36 +0000]
Add -lpthread to libraries in SDL::Build::Openbsd

14 years agoSolaris is like Linux right? :P oops
kthakore [Mon, 24 Aug 2009 18:44:09 +0000]
Solaris is like Linux right? :P oops

14 years agomore mem leak fixes
Kartik Thakore [Sun, 23 Aug 2009 17:28:56 +0000]
more mem leak fixes

14 years agoFixed test. But the returned value for the fuction SDL::TTFSizeUTF8 seems weird
Kartik Thakore [Sun, 23 Aug 2009 15:59:56 +0000]
Fixed test. But the returned value for the fuction SDL::TTFSizeUTF8 seems weird

14 years agoAdded failing test for http://rt.cpan.org/Public/Bug/Display.html?id=7336
Kartik Thakore [Sun, 23 Aug 2009 15:22:54 +0000]
Added failing test for rt.cpan.org/Public/Bug/Display.html?id=7336

14 years agohttps://rt.cpan.org/Ticket/Display.html?id=16988
kthakore [Mon, 24 Aug 2009 20:01:20 +0000]
https://rt.cpan.org/Ticket/Display.html?id=16988

14 years agoMerged to v2.2.2
Kartik Thakore [Sun, 23 Aug 2009 01:26:43 +0000]
Merged to v2.2.2

14 years agoAdded types for GLU and Tels Faster color function
Kartik Thakore [Sun, 23 Aug 2009 01:10:49 +0000]
Added types for GLU and Tels Faster color function

14 years agoAdded fake version becuase pause won't let me upload :(
Kartik Thakore [Sat, 22 Aug 2009 22:37:56 +0000]
Added fake version becuase pause won't let me upload :(

14 years agoAdded patch to selectively init Modes for SDL::APP and also moved to v2.2.2
Kartik Thakore [Sat, 22 Aug 2009 22:03:39 +0000]
Added patch to selectively init Modes for SDL::APP and also moved to v2.2.2

14 years agoquick opt for FAIL:
Kartik Thakore [Sat, 22 Aug 2009 15:56:06 +0000]
quick opt for FAIL:

14 years agoAdded windows message for help
Kartik Thakore [Sat, 22 Aug 2009 15:37:59 +0000]
Added windows message for help

14 years agoUpdated build. Changelog and Contributors
Kartik Thakore [Sat, 22 Aug 2009 14:55:37 +0000]
Updated build. Changelog and Contributors

14 years agoAdded no_index for files in make here is the bug https://rt.cpan.org/Ticket/Display...
Kartik Thakore [Sat, 22 Aug 2009 14:40:00 +0000]
Added no_index for files in make here is the bug https://rt.cpan.org/Ticket/Display.html?id=48927

14 years agoWindows super hack
Kartik Thakore [Thu, 20 Aug 2009 00:56:13 +0000]
Windows super hack

14 years agoRemoved ~~ for 5.8.x support
Kartik Thakore [Wed, 19 Aug 2009 09:40:17 +0000]
Removed ~~ for 5.8.x support

14 years agoStop spewing warnings for blit
Kartik Thakore [Tue, 18 Aug 2009 22:56:29 +0000]
Stop spewing warnings for blit

14 years agoupdated README
kthakore [Tue, 18 Aug 2009 12:42:15 +0000]
updated README

14 years agoAdded Gabor to Contributors
kthakore [Tue, 18 Aug 2009 12:39:10 +0000]
Added Gabor to Contributors

14 years agoUpdated CHANGELOG
Kartik Thakore [Tue, 18 Aug 2009 10:57:40 +0000]
Updated CHANGELOG

14 years agoApplied same fix to OpenGL constants
Kartik Thakore [Tue, 18 Aug 2009 10:55:56 +0000]
Applied same fix to OpenGL constants

14 years agoPulled arodlands fix
Kartik Thakore [Tue, 18 Aug 2009 10:52:33 +0000]
Pulled arodlands fix

14 years agoFix re-exporting SDL::Constants symbols to caller.
Andrew Rodland [Tue, 18 Aug 2009 02:53:33 +0000]
Fix re-exporting SDL::Constants symbols to caller.

This should restore compatibility with <= 2.1.3 without being quite as
hackish as that code was.

14 years agoMerge branch 'master' of git://github.com/szabgab/SDL_perl into v2.2.1
Kartik Thakore [Mon, 17 Aug 2009 09:58:13 +0000]
Merge branch 'master' of git://github.com/szabgab/SDL_perl into v2.2.1

14 years agochangelog update
Gabor Szabo [Mon, 17 Aug 2009 09:57:45 +0000]
changelog update

14 years agoMerge branch 'v2.2.1' of git@github.com:szabgab/SDL_perl
Gabor Szabo [Mon, 17 Aug 2009 09:43:05 +0000]
Merge branch 'v2.2.1' of git@github.com:szabgab/SDL_perl

14 years agofix more tutorials
Gabor Szabo [Mon, 17 Aug 2009 09:42:09 +0000]
fix more tutorials

14 years agofix more tutorials
Gabor Szabo [Mon, 17 Aug 2009 09:39:36 +0000]
fix more tutorials

14 years agofix the Tutorial
Gabor Szabo [Mon, 17 Aug 2009 09:37:15 +0000]
fix the Tutorial

14 years agoMore fixes for SDL::in() usage
Kartik Thakore [Mon, 17 Aug 2009 09:14:29 +0000]
More fixes for SDL::in() usage

14 years agoFixed return type on JoyAxisEventValue as per API
Kartik Thakore [Mon, 17 Aug 2009 01:12:53 +0000]
Fixed return type on JoyAxisEventValue as per API

14 years agoDo not need to fail ttf font if SDL::Debug not set
Kartik Thakore [Mon, 17 Aug 2009 01:09:43 +0000]
Do not need to fail ttf font if SDL::Debug not set

14 years agoPut minimum for YAML dep
Kartik Thakore [Mon, 17 Aug 2009 01:08:22 +0000]
Put minimum for YAML dep

14 years agoAdded Solaris Build and YAML dep
Kartik Thakore [Sat, 15 Aug 2009 19:43:18 +0000]
Added Solaris Build and YAML dep

14 years agoUpdated Readme
Kartik Thakore [Sat, 15 Aug 2009 19:29:21 +0000]
Updated Readme

14 years agoMore fixes and error reporting
Kartik Thakore [Sat, 15 Aug 2009 19:27:41 +0000]
More fixes and error reporting

14 years agoSurface errors
Kartik Thakore [Sat, 15 Aug 2009 18:45:38 +0000]
Surface errors

14 years agoFixes for Font in strict
Kartik Thakore [Sat, 15 Aug 2009 18:41:43 +0000]
Fixes for Font in strict

14 years agoadded test to MANIFEST
Kartik Thakore [Sat, 15 Aug 2009 15:32:53 +0000]
added test to MANIFEST

14 years agoAdded manifest.t to test MANIFEST
Kartik Thakore [Sat, 15 Aug 2009 15:32:06 +0000]
Added manifest.t to test MANIFEST

14 years agoForces defined parameters to blit
Kartik Thakore [Sat, 15 Aug 2009 14:32:04 +0000]
Forces defined parameters to blit

14 years agoCygwin Fix
Kartik Thakore [Wed, 12 Aug 2009 22:43:46 +0000]
Cygwin Fix

14 years agoMore typo fixes
Kartik Thakore [Tue, 11 Aug 2009 09:43:13 +0000]
More typo fixes

14 years agoStupid mistake
Kartik Thakore [Tue, 11 Aug 2009 09:24:54 +0000]
Stupid mistake

14 years agoAdded Utility to MANIFEST
Kartik Thakore [Tue, 11 Aug 2009 08:20:24 +0000]
Added Utility to MANIFEST

14 years agoMerge branch 'v2.2.1' of github.com:kthakore/SDL_perl into v2.2.1
Kartik Thakore [Mon, 10 Aug 2009 19:13:38 +0000]
Merge branch 'v2.2.1' of github.com:kthakore/SDL_perl into v2.2.1

14 years agoMerged upstream META.yml fix
Kartik Thakore [Mon, 10 Aug 2009 19:12:21 +0000]
Merged upstream META.yml fix

14 years agomoving some things around
cthulhuology [Mon, 10 Aug 2009 18:36:58 +0000]
moving some things around

14 years agoUpdate README file
kthakore [Mon, 10 Aug 2009 15:47:24 +0000]
Update README file

14 years agofix on return value for sdl functions in Utility
Kartik Thakore [Mon, 10 Aug 2009 10:01:57 +0000]
fix on return value for sdl functions in Utility

14 years agoFixed version
Kartik Thakore [Mon, 10 Aug 2009 09:23:48 +0000]
Fixed version

14 years agoAdd hack for windows building on mingw
Kartik Thakore [Sun, 9 Aug 2009 22:46:06 +0000]
Add hack for windows building on mingw

14 years agoMade sure that Build knows if sdl-config exists
Kartik Thakore [Sun, 9 Aug 2009 01:38:16 +0000]
Made sure that Build knows if sdl-config exists

14 years agoMade sure that empty surfaces are not attempted to be destroyed in
Kartik Thakore [Sat, 8 Aug 2009 17:44:06 +0000]
Made sure that empty surfaces are not attempted to be destroyed in
TTFont::DESTROY().