15 years agobuild warns now for non-existing header files
unknown [Tue, 20 Oct 2009 14:59:11 +0000]
build warns now for non-existing header files

15 years agoWrap TTF_Font with a few calls
Leon Brocard [Sat, 17 Oct 2009 11:10:17 +0000]
Wrap TTF_Font with a few calls

15 years agoRename t/rectpm.t -> t/core_rect.t
Leon Brocard [Sat, 17 Oct 2009 10:05:15 +0000]
Rename t/rectpm.t -> t/core_rect.t

15 years agoPixelFormat docs
Kartik Thakore [Fri, 16 Oct 2009 15:45:27 +0000]
PixelFormat docs

15 years agoMove update_rects out of Surface.xs and make SDL::UpdateRects work
Leon Brocard [Fri, 16 Oct 2009 14:39:21 +0000]
Move update_rects out of Surface.xs and make SDL::UpdateRects work

15 years agoMove display format and display format alpha out of Surface.xs
Leon Brocard [Fri, 16 Oct 2009 13:57:31 +0000]
Move display format and display format alpha out of Surface.xs

15 years agoMerge branch 'redesign' of github.com:kthakore/SDL_perl into redesign
Kartik Thakore [Fri, 16 Oct 2009 13:29:32 +0000]
Merge branch 'redesign' of github.com:kthakore/SDL_perl into redesign

15 years agoClosed Mem leak on DisplaFormat functions as they return a copy of the surface.
Kartik Thakore [Fri, 16 Oct 2009 13:28:03 +0000]
Closed Mem leak on DisplaFormat functions as they return a copy of the surface.
The related docs are here http://www.libsdl.org/cgi/docwiki.cgi/SDL_DisplayFormat#head-17f6a1b691f7203226664e6323c8fd42ad5dbff1

15 years agoAdd missing PixelFormat.pm
Leon Brocard [Fri, 16 Oct 2009 13:23:29 +0000]
Add missing PixelFormat.pm

15 years agomake .gitignore more strict
Leon Brocard [Fri, 16 Oct 2009 13:23:14 +0000]
make .gitignore more strict

15 years agoRemove update_rect from Surface.xs, enable it in SDL.xs
Leon Brocard [Fri, 16 Oct 2009 09:52:45 +0000]
Remove update_rect from Surface.xs, enable it in SDL.xs

15 years agoRemove fill_rect from surface, fix SDL::FillRect
Leon Brocard [Fri, 16 Oct 2009 09:47:23 +0000]
Remove fill_rect from surface, fix SDL::FillRect

15 years agoExpose SDL::MapRGB
Leon Brocard [Fri, 16 Oct 2009 09:29:18 +0000]
Expose SDL::MapRGB

15 years agoWrap PixelFormat
Leon Brocard [Fri, 16 Oct 2009 09:25:46 +0000]
Wrap PixelFormat

15 years agoMove blit out of Surface.xs, enable BlitSurface
Leon Brocard [Fri, 16 Oct 2009 08:45:13 +0000]
Move blit out of Surface.xs, enable BlitSurface

15 years agoMove load out of Surface.xs, rename it to reflect the SDL name
Leon Brocard [Fri, 16 Oct 2009 08:38:48 +0000]
Move load out of Surface.xs, rename it to reflect the SDL name

15 years agoMove Surface.xs to src/Core/objects/
Leon Brocard [Fri, 16 Oct 2009 08:29:25 +0000]
Move Surface.xs to src/Core/objects/

15 years agoFix DisplayFormat and DisplayFormatAlpha
Leon Brocard [Fri, 16 Oct 2009 08:21:06 +0000]
Fix DisplayFormat and DisplayFormatAlpha

15 years agotest pitch, SDL::GetClipRect
Leon Brocard [Fri, 16 Oct 2009 08:14:41 +0000]
test pitch, SDL::GetClipRect

15 years agoMove tests from t/surfacepm.t to t/core_surface.t
Leon Brocard [Fri, 16 Oct 2009 07:20:46 +0000]
Move tests from t/surfacepm.t to t/core_surface.t

15 years agomake it slightly slower so that we can see if it is working
Leon Brocard [Fri, 16 Oct 2009 07:12:51 +0000]
make it slightly slower so that we can see if it is working

15 years agoremove ugly hack
Leon Brocard [Fri, 16 Oct 2009 07:08:20 +0000]
remove ugly hack

15 years agoMake test pass
Leon Brocard [Fri, 16 Oct 2009 06:59:53 +0000]
Make test pass

15 years agoCall flip properly
Leon Brocard [Fri, 16 Oct 2009 06:58:06 +0000]
Call flip properly

15 years agoAdded file t/core_surface.t
Kartik Thakore [Fri, 16 Oct 2009 00:34:08 +0000]
Added file t/core_surface.t

15 years agoFailing at SDL::Surface::get_pixels
Kartik Thakore [Fri, 16 Oct 2009 00:20:27 +0000]
Failing at SDL::Surface::get_pixels

15 years agot/core_surface is failing even when t/intergration1 is passing. Why?
Kartik Thakore [Fri, 16 Oct 2009 00:03:20 +0000]
t/core_surface is failing even when t/intergration1 is passing. Why?

15 years agoadded pitch, get and set of pixels capability
Kartik Thakore [Thu, 15 Oct 2009 23:36:48 +0000]
added pitch, get and set of pixels capability

15 years agoMake surfaces work again (bad hack though)
Leon Brocard [Thu, 15 Oct 2009 14:51:19 +0000]
Make surfaces work again (bad hack though)

15 years agoMoved Rect and Color to Core/objects
Kartik Thakore [Thu, 15 Oct 2009 13:33:12 +0000]
Moved Rect and Color to Core/objects

15 years agotry seperating out surface - not quite working yet
Leon Brocard [Thu, 15 Oct 2009 06:18:05 +0000]
try seperating out surface - not quite working yet

15 years agoMade files stubs for heiarchy of XS
Kartik Thakore [Wed, 14 Oct 2009 17:34:31 +0000]
Made files stubs for heiarchy of XS

15 years agoClean up. This dir is still on experimental branch
Kartik Thakore [Wed, 14 Oct 2009 17:06:33 +0000]
Clean up. This dir is still on experimental branch

15 years agoSimplyify SDL::Rect to be just an XS wrapper, add a few methods to SDL::Game::Rect
Leon Brocard [Wed, 14 Oct 2009 11:22:09 +0000]
Simplyify SDL::Rect to be just an XS wrapper, add a few methods to SDL::Game::Rect

15 years agoremove unnecessary Carp
Leon Brocard [Wed, 14 Oct 2009 10:51:52 +0000]
remove unnecessary Carp

15 years agoSplit out SDL_Color into its own C-level class
Leon Brocard [Wed, 14 Oct 2009 07:13:53 +0000]
Split out SDL_Color into its own C-level class

15 years agosmall pod "fix"
Breno G. de Oliveira [Mon, 12 Oct 2009 05:16:47 +0000]
small pod "fix"

15 years agominor identation attempt
Breno G. de Oliveira [Mon, 12 Oct 2009 05:16:21 +0000]
minor identation attempt

15 years agodoubled tests to ensure CONST and CONST() formats
Breno G. de Oliveira [Mon, 12 Oct 2009 05:08:28 +0000]
doubled tests to ensure CONST and CONST() formats

15 years agoconstants testing
Breno G. de Oliveira [Mon, 12 Oct 2009 04:50:24 +0000]
constants testing

15 years agomade Constants use constant instead of being subs
Breno G. de Oliveira [Mon, 12 Oct 2009 03:36:31 +0000]
made Constants use constant instead of being subs

15 years agoConstant.pm uses base instead of @ISA directly
Breno G. de Oliveira [Sun, 11 Oct 2009 23:21:25 +0000]
Constant.pm uses base instead of @ISA directly

15 years agomade Constants.pm strict
Breno G. de Oliveira [Sun, 11 Oct 2009 23:20:32 +0000]
made Constants.pm strict

15 years agoCleaned up Manifest
Kartik Thakore [Sun, 11 Oct 2009 23:08:09 +0000]
Cleaned up Manifest

15 years agoAdd left/right panning to the mixer
Leon Brocard [Sun, 11 Oct 2009 20:37:21 +0000]
Add left/right panning to the mixer

15 years agocredits where they are due
Kartik Thakore [Sun, 11 Oct 2009 15:49:49 +0000]
credits where they are due

15 years agoAdd my changes to the CHANGELOG
Leon Brocard [Sun, 11 Oct 2009 15:47:37 +0000]
Add my changes to the CHANGELOG

15 years agoFix bug with TTFSizeText, it actually returns 0 on success
Leon Brocard [Sun, 11 Oct 2009 13:55:47 +0000]
Fix bug with TTFSizeText, it actually returns 0 on success

15 years agogaru++ for stupid free
Kartik Thakore [Sat, 10 Oct 2009 23:42:32 +0000]
garu++ for stupid free

15 years agoMerge branch 'master' of github.com:kthakore/SDL_perl
Kartik Thakore [Sat, 10 Oct 2009 15:04:49 +0000]
Merge branch 'master' of github.com:kthakore/SDL_perl

15 years agofixed blit with new rect
Kartik Thakore [Sat, 10 Oct 2009 15:04:18 +0000]
fixed blit with new rect

15 years agoAdd display_format_alpha
Leon Brocard [Sat, 10 Oct 2009 10:36:14 +0000]
Add display_format_alpha

15 years agoMerged experimental in. command ticket:30, t/integration1.t fails due to update.
Kartik Thakore [Fri, 9 Oct 2009 18:48:25 +0000]
Merged experimental in. command ticket:30, t/integration1.t fails due to update.

15 years agoRemove SDL::Init, add comment about frequency
Leon Brocard [Fri, 9 Oct 2009 15:13:01 +0000]
Remove SDL::Init, add comment about frequency

15 years agoAdd an example that plays a .WAV sound sample
Leon Brocard [Fri, 9 Oct 2009 15:11:20 +0000]
Add an example that plays a .WAV sound sample

15 years agoMerge git://github.com/garu/SDL_perl into experimental
Kartik Thakore [Thu, 8 Oct 2009 16:01:52 +0000]
Merge git://github.com/garu/SDL_perl into experimental

15 years agoSome fixes
Kartik Thakore [Thu, 8 Oct 2009 15:12:50 +0000]
Some fixes

15 years agominor pod fix
Breno G. de Oliveira [Thu, 8 Oct 2009 14:24:32 +0000]
minor pod fix

15 years agoMerge git://github.com/garu/SDL_perl into experimental
Kartik Thakore [Thu, 8 Oct 2009 11:24:57 +0000]
Merge git://github.com/garu/SDL_perl into experimental

15 years agoinitial state of Pong tutorial
Breno G. de Oliveira [Thu, 8 Oct 2009 06:45:19 +0000]
initial state of Pong tutorial

15 years agokthakore can't spell :)
Breno G. de Oliveira [Thu, 8 Oct 2009 06:38:08 +0000]
kthakore can't spell :)

15 years agoCleaned up test and made awesome zoom effect
Kartik Thakore [Thu, 8 Oct 2009 02:01:25 +0000]
Cleaned up test and made awesome zoom effect

15 years agoneed to return values of Rect* and so on
Kartik Thakore [Thu, 8 Oct 2009 01:48:26 +0000]
need to return values of Rect* and so on

15 years agooops
Kartik Thakore [Thu, 8 Oct 2009 00:45:40 +0000]
oops

15 years agoCan us SDL::Game::Rect now
Kartik Thakore [Thu, 8 Oct 2009 00:29:56 +0000]
Can us SDL::Game::Rect now

15 years agowow .. I don't even know how this fixes sound
Kartik Thakore [Thu, 1 Oct 2009 11:03:44 +0000]
wow .. I don't even know how this fixes sound

15 years agoSome fix
Kartik Thakore [Tue, 29 Sep 2009 19:53:54 +0000]
Some fix

15 years agoBuild.PL fix
Kartik Thakore [Tue, 29 Sep 2009 19:33:42 +0000]
Build.PL fix

15 years agoCPAN Rel v2.2.3
Kartik Thakore [Tue, 29 Sep 2009 15:46:06 +0000]
CPAN Rel v2.2.3

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

15 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

15 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.

15 years agoimplemented 'duplicate' as 'copy' alias
Breno G. de Oliveira [Sun, 4 Oct 2009 08:10:59 +0000]
implemented 'duplicate' as 'copy' alias

15 years agoimplemented collidehashall
Breno G. de Oliveira [Sun, 4 Oct 2009 07:56:28 +0000]
implemented collidehashall

15 years agoimplemented collidehash
Breno G. de Oliveira [Sun, 4 Oct 2009 07:52:52 +0000]
implemented collidehash

15 years agoimplemented collidelistall
Breno G. de Oliveira [Sun, 4 Oct 2009 07:43:14 +0000]
implemented collidelistall

15 years agoimplemented collidelist
Breno G. de Oliveira [Sun, 4 Oct 2009 07:41:10 +0000]
implemented collidelist

15 years agoimplemented colliderect
Breno G. de Oliveira [Sun, 4 Oct 2009 07:29:21 +0000]
implemented colliderect

15 years agoimplemented collidepoint
Breno G. de Oliveira [Sun, 4 Oct 2009 07:20:45 +0000]
implemented collidepoint

15 years agoimplemented contains
Breno G. de Oliveira [Sun, 4 Oct 2009 07:16:27 +0000]
implemented contains

15 years agoimplemented normalize
Breno G. de Oliveira [Sun, 4 Oct 2009 07:11:41 +0000]
implemented normalize

15 years agoimplemented fit and fit_ip
Breno G. de Oliveira [Sun, 4 Oct 2009 07:07:50 +0000]
implemented fit and fit_ip

15 years agoimplemented unionall and unionall_ip
Breno G. de Oliveira [Sun, 4 Oct 2009 06:49:12 +0000]
implemented unionall and unionall_ip

15 years agoimplemented union and union_ip
Breno G. de Oliveira [Sun, 4 Oct 2009 06:20:50 +0000]
implemented union and union_ip

15 years agoimplemented clip and clip_ip
Breno G. de Oliveira [Sun, 4 Oct 2009 06:04:40 +0000]
implemented clip and clip_ip

15 years agowow .. I don't even know how this fixes sound
Kartik Thakore [Thu, 1 Oct 2009 11:03:44 +0000]
wow .. I don't even know how this fixes sound

15 years agoSome fix
Kartik Thakore [Tue, 29 Sep 2009 19:53:54 +0000]
Some fix

15 years agoBuild.PL fix
Kartik Thakore [Tue, 29 Sep 2009 19:33:42 +0000]
Build.PL fix

15 years agoCPAN Rel v2.2.3
Kartik Thakore [Tue, 29 Sep 2009 15:46:06 +0000]
CPAN Rel v2.2.3

15 years agoimplemented clamp and clamp_ip
Breno G. de Oliveira [Tue, 29 Sep 2009 07:30:24 +0000]
implemented clamp and clamp_ip

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

15 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

15 years agoThis is wierd.
Kartik Thakore [Mon, 28 Sep 2009 00:32:05 +0000]
This is wierd.

15 years agoFixed manifest, draw is not working though with Game::Rect
Kartik Thakore [Sun, 27 Sep 2009 21:14:29 +0000]
Fixed manifest, draw is not working though with Game::Rect

15 years agoCleanup Carp
Kartik Thakore [Sun, 27 Sep 2009 19:03:37 +0000]
Cleanup Carp

15 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.

15 years agoMerge git://github.com/garu/SDL_perl into experimental
Kartik Thakore [Sun, 27 Sep 2009 16:11:18 +0000]
Merge git://github.com/garu/SDL_perl into experimental

15 years agoAdd integration1 test, also updated MANIFEST
Kartik Thakore [Sun, 27 Sep 2009 15:51:36 +0000]
Add integration1 test, also updated MANIFEST

15 years agoAdded graphical test for app
Kartik Thakore [Sun, 27 Sep 2009 14:02:56 +0000]
Added graphical test for app

15 years agoapparently the macros are messed up
Kartik Thakore [Sun, 27 Sep 2009 13:59:33 +0000]
apparently the macros are messed up