5
I Use This!
Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new dev release 2.535_03
FROGGS
as Tobias Leich
More... over 13 years ago
Merge branch 'c-sdl-rwops' of github.com:PerlGameDev/SDL into experimental
FROGGS
as Tobias Leich
More... over 13 years ago
regexp fix related to previous commit
kmx
More... over 13 years ago
new Win64 binaries compatible with new 64bit gcc included in strawberryperl 5.14.x (old 64bit strawberryperl 5.12.x will download older binaries)
kmx
More... over 13 years ago
new dev release 2.535_02
FROGGS
as Tobias Leich
More... over 13 years ago
Fixed issue #205, perl 5.8.9 cant shift from empty AV
FROGGS
as Tobias Leich
More... over 13 years ago
typo
FROGGS
as Tobias Leich
More... over 13 years ago
added load_MUS_RW feature, docs and tests
FROGGS
as Tobias Leich
More... over 13 years ago
added VERSION_ATLEAST macro
FROGGS
as Tobias Leich
More... over 13 years ago
Merge branch 'experimental' of github.com:PerlGameDev/SDL into c-sdl-rwops
FROGGS
as Tobias Leich
More... over 13 years ago
Fixed version numbers to 2.535_01 More... over 13 years ago
Updated to version 2.534_01 More... over 13 years ago
Merge branch 'fight_memleaks' into experimental More... over 13 years ago
Preparing 2.534 More... over 13 years ago
Fixed casting warnings and problems More... over 13 years ago
[SEGFAULTING and WARNINGS] this should have worked. Compiler gaurds for SDL_getenv More... over 13 years ago
code cleanup and changed some croaks to warn() because we dont wanna die here (Validate.h)
FROGGS
as Tobias Leich
More... over 13 years ago
we dont need to know if create_mortal_rect made a new rect
FROGGS
as Tobias Leich
More... over 13 years ago
fixed newly introduced memleak (was calling extra SvREFCNT_inc when SV* isnt made mortal twice)
FROGGS
as Tobias Leich
More... over 13 years ago
plug AV leak in __list_rgb*. Added some comments More... over 13 years ago
forgot to change this call to surface. Now calls assert_surface. Simplified code More... over 13 years ago
changed create_rect into create_mortal_rect. Ensures that a morral rect is returned. Simplified code that no longer require to dec refcnt More... over 13 years ago
added small comment More... over 13 years ago
renamed rect->create_rect More... over 13 years ago
merged in froggs's fixes More... over 13 years ago
renamed surface in assert_surface More... over 13 years ago
added some explanations in rect (take 2) More... over 13 years ago
Revert "added some explanations in rect". Messed up after cherry picking More... over 13 years ago
added some explanations in rect More... over 13 years ago
patch by dod: not using RETVAL so sv_2mortal isnt called twice, and removing the workaround (SvREFCNT_inc)
FROGGS
as Tobias Leich
More... over 13 years ago