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