[go: up one dir, main page]

Activity for SDL_gfx

  • Ozkan Sezer Ozkan Sezer created ticket #18

    realloc() return failure handling of v2.0.27 in SDL_gfxPrimitives.c

  • ferzkopp ferzkopp modified a comment on ticket #17

    Made a 2.0.27 release with this fix. Please check if that works for you.

  • ferzkopp ferzkopp modified a comment on ticket #16

    Made a 2.0.27 release with this fix. Please check if that works for you.

  • ferzkopp ferzkopp posted a comment on ticket #16

    Make a 2.0.27 release with this fix. Please check if that works for you.

  • ferzkopp ferzkopp posted a comment on ticket #17

    Make a 2.0.27 release with this fix. Please check if that works for you.

  • SDL_gfx SDL_gfx released /SDL_gfx-2.0.27.tar.gz

  • ferzkopp ferzkopp committed [r104] on Code

    SDL_gfx 2.0.27 release

  • Alberto Mardegan Alberto Mardegan posted a comment on ticket #17

    Hi! Here it is :-)

  • ferzkopp ferzkopp posted a comment on ticket #16

    Thanks for the patch. It may take me some time to get around to make a new release as this code is rather old.

  • ferzkopp ferzkopp posted a comment on ticket #17

    Yes, a patch is welcome. Please post here so it is public. I am not sure when I get around to apply it (as this is rather old code)

  • Alberto Mardegan Alberto Mardegan created ticket #17

    rotozoomSurfaceXY() adds color key flag to generated surfaces

  • Dave Murphy Dave Murphy posted a comment on ticket #16

    Patch, if it helps. --- SDL_gfx-2.0.25/SDL_rotozoom.c~ 2023-12-09 21:24:48.317633493 +0000 +++ SDL_gfx-2.0.25/SDL_rotozoom.c 2023-12-09 21:23:31.163959705 +0000 @@ -841,8 +841,8 @@ if (SDL_MUSTLOCK(dst)) { SDL_LockSurface(dst); } - if (SDL_MUSTLOCK(dst)) { - SDL_LockSurface(dst); + if (SDL_MUSTLOCK(src)) { + SDL_LockSurface(src); } /* Calculate int-per-row */

  • Dave Murphy Dave Murphy posted a comment on ticket #16

    Is this the canonical source for SDL_gfx? I found some copies on github as well. Mainly asking because we're using this for wii & gamecube & Alberto reported this at https://github.com/devkitPro/pacman-packages/issues/331 as well. I'll patch it for us for now but would obvious prefer to be using upstream if possible.

  • ferzkopp ferzkopp posted a comment on ticket #16

    Thanks for the report.

  • Alberto Mardegan Alberto Mardegan created ticket #16

    `rotateSurface90Degrees` returns a locked surface

  • ferzkopp ferzkopp committed [r103]

    Ver 2.0.26: fix bug; add VS2015 solution files;...

  • Paul Lesur Paul Lesur created ticket #15

    Wrong ordering on circleColor (and others)

1