sdlgit/SDL_perl.git
2009-10-16 Leon Brocard Wrap PixelFormat
2009-10-16 Leon Brocard Move blit out of Surface.xs, enable BlitSurface
2009-10-16 Leon Brocard Move load out of Surface.xs, rename it to reflect the...
2009-10-16 Leon Brocard Move Surface.xs to src/Core/objects/
2009-10-16 Leon Brocard Fix DisplayFormat and DisplayFormatAlpha
2009-10-16 Leon Brocard test pitch, SDL::GetClipRect
2009-10-16 Leon Brocard Move tests from t/surfacepm.t to t/core_surface.t
2009-10-16 Leon Brocard make it slightly slower so that we can see if it is...
2009-10-16 Leon Brocard remove ugly hack
2009-10-16 Leon Brocard Make test pass
2009-10-16 Leon Brocard Call flip properly
2009-10-16 Kartik Thakore Added file t/core_surface.t
2009-10-16 Kartik Thakore Failing at SDL::Surface::get_pixels
2009-10-16 Kartik Thakore t/core_surface is failing even when t/intergration1...
2009-10-15 Kartik Thakore added pitch, get and set of pixels capability
2009-10-15 Leon Brocard Make surfaces work again (bad hack though)
2009-10-15 Kartik Thakore Moved Rect and Color to Core/objects
2009-10-15 Leon Brocard try seperating out surface - not quite working yet
2009-10-14 Kartik Thakore Made files stubs for heiarchy of XS
2009-10-14 Kartik Thakore Clean up. This dir is still on experimental branch
2009-10-14 Leon Brocard Simplyify SDL::Rect to be just an XS wrapper, add a...
2009-10-14 Leon Brocard remove unnecessary Carp
2009-10-14 Leon Brocard Split out SDL_Color into its own C-level class
2009-10-12 Breno G. de... small pod "fix"
2009-10-12 Breno G. de... minor identation attempt
2009-10-12 Breno G. de... doubled tests to ensure CONST and CONST() formats
2009-10-12 Breno G. de... constants testing
2009-10-12 Breno G. de... made Constants use constant instead of being subs
2009-10-11 Breno G. de... Constant.pm uses base instead of @ISA directly
2009-10-11 Breno G. de... made Constants.pm strict
2009-10-11 Kartik Thakore Cleaned up Manifest
2009-10-11 Leon Brocard Add left/right panning to the mixer
2009-10-11 Kartik Thakore credits where they are due
2009-10-11 Leon Brocard Add my changes to the CHANGELOG
2009-10-11 Leon Brocard Fix bug with TTFSizeText, it actually returns 0 on...
2009-10-10 Kartik Thakore garu++ for stupid free
2009-10-10 Kartik Thakore Merge branch 'master' of github.com:kthakore/SDL_perl
2009-10-10 Kartik Thakore fixed blit with new rect
2009-10-10 Leon Brocard Add display_format_alpha
2009-10-09 Kartik Thakore Merged experimental in. command ticket:30, t/integratio...
2009-10-09 Leon Brocard Remove SDL::Init, add comment about frequency
2009-10-09 Leon Brocard Add an example that plays a .WAV sound sample
2009-10-08 Kartik Thakore Merge git://github.com/garu/SDL_perl into experimental
2009-10-08 Kartik Thakore Some fixes
2009-10-08 Breno G. de... minor pod fix
2009-10-08 Kartik Thakore Merge git://github.com/garu/SDL_perl into experimental
2009-10-08 Breno G. de... initial state of Pong tutorial
2009-10-08 Breno G. de... kthakore can't spell :)
2009-10-08 Kartik Thakore Cleaned up test and made awesome zoom effect
2009-10-08 Kartik Thakore need to return values of Rect* and so on
2009-10-08 Kartik Thakore oops
2009-10-08 Kartik Thakore Can us SDL::Game::Rect now
2009-10-07 Kartik Thakore wow .. I don't even know how this fixes sound
2009-10-07 Kartik Thakore Some fix
2009-10-07 Kartik Thakore Build.PL fix
2009-10-07 Kartik Thakore CPAN Rel v2.2.3
2009-10-07 Kartik Thakore Got rid of generated Config.pm
2009-10-07 Kartik Thakore Added darwin build to Build.PL, fixed configure requires
2009-10-07 Rocco Caputo Find SDL libraries in Perl's include/lib path.
2009-10-04 Breno G. de... implemented 'duplicate' as 'copy' alias
2009-10-04 Breno G. de... implemented collidehashall
2009-10-04 Breno G. de... implemented collidehash
2009-10-04 Breno G. de... implemented collidelistall
2009-10-04 Breno G. de... implemented collidelist
2009-10-04 Breno G. de... implemented colliderect
2009-10-04 Breno G. de... implemented collidepoint
2009-10-04 Breno G. de... implemented contains
2009-10-04 Breno G. de... implemented normalize
2009-10-04 Breno G. de... implemented fit and fit_ip
2009-10-04 Breno G. de... implemented unionall and unionall_ip
2009-10-04 Breno G. de... implemented union and union_ip
2009-10-04 Breno G. de... implemented clip and clip_ip
2009-10-01 Kartik Thakore wow .. I don't even know how this fixes sound
2009-09-29 Kartik Thakore Some fix
2009-09-29 Kartik Thakore Build.PL fix
2009-09-29 Kartik Thakore CPAN Rel v2.2.3
2009-09-29 Breno G. de... implemented clamp and clamp_ip
2009-09-28 Kartik Thakore Got rid of generated Config.pm
2009-09-28 Kartik Thakore Added darwin build to Build.PL, fixed configure requires
2009-09-28 Kartik Thakore This is wierd.
2009-09-27 Kartik Thakore Fixed manifest, draw is not working though with Game...
2009-09-27 Kartik Thakore Cleanup Carp
2009-09-27 Rocco Caputo Find SDL libraries in Perl's include/lib path.
2009-09-27 Kartik Thakore Merge git://github.com/garu/SDL_perl into experimental
2009-09-27 Kartik Thakore Add integration1 test, also updated MANIFEST
2009-09-27 Kartik Thakore Added graphical test for app
2009-09-27 Kartik Thakore apparently the macros are messed up
2009-09-26 Kartik Thakore Merged to higher version
2009-09-25 Kartik Thakore Merge branch 'master' of git://github.com/m4gnet/SDL_perl
2009-09-25 magnet some docs added.
2009-09-22 Kartik Thakore Updated SDL::Event docs
2009-09-22 Kartik Thakore Updated SDL::App docs
2009-09-20 Kartik Thakore Fixed tests for timer and mixer
2009-09-20 Breno G. de... implemented copy, move (& ip), inflate (& ip)
2009-09-19 magnet test Doc for PumpEvents
2009-09-19 Kartik Thakore Added Nelson's Tutorial
2009-09-18 Kartik Thakore Trying to fix broken timer test with eval
2009-09-18 Kartik Thakore Had to neuter test that fails due to external factors
2009-09-17 kthakore (no commit message)
2009-09-17 kthakore Alien::SDL 0.05 is the best out there now.
next