SDL Current state?

Hi,

From the mercurial repositry it seems that SDL library has not been updated for at least 5 weeks, is it still being developed ?

Also, are the other libraries, such as SDL_mixer going to be zlib licensed as SDL ?

Regards,

From the mercurial repositry it seems that SDL library has not been
updated for at least 5 weeks, is it still being developed ?

Yes. Sam just took on a new job, and I’m in crunch mode on something
myself, but development is still planned.

–ryan.

Also, are the other libraries, such as SDL_mixer going to be zlib
licensed as SDL ?

SDL 1.3 is under the zlib license, because all the code falls into three
categories: Sam wrote it in the first place, Sam rewrote it for 1.3, or
Sam got permission from the original contributor to relicense it.

The other libraries haven’t been vetted as such, and it might take an
enormous amount of energy to do so.

If anyone is bored, though: feel free to compile a list of contributors
and I’ll help figure out how to track them down. You’ll have to go
through every revision, though, as most of the external contributions
would list Sam or I as the commit name.

–ryan.

FYI - SDL also has a GSOC project as well this year; the focus is to add
a new test framework to make it easier to check the quality of the 1.3
codebase.

–AndreasOn 6/3/11 1:10 PM, Ryan C. Gordon wrote:

From the mercurial repositry it seems that SDL library has not been
updated for at least 5 weeks, is it still being developed ?

Yes. Sam just took on a new job, and I’m in crunch mode on something
myself, but development is still planned.

–ryan.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

There is another GSoC student this summer working for Haiku to add Haiku as
a supported OS in SDL1.3.

-scottmcOn Jun 4, 2011 9:16 AM, “Andreas Schiffler” wrote:

FYI - SDL also has a GSOC project as well this year; the focus is to add
a new test framework to make it easier to check the quality of the 1.3
codebase.

–Andreas

On 6/3/11 1:10 PM, Ryan C. Gordon wrote:

From the mercurial repositry it seems that SDL library has not been
updated for at least 5 weeks, is it still being developed ?

Yes. Sam just took on a new job, and I’m in crunch mode on something
myself, but development is still planned.

–ryan.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

just a random idea, in order to avoid something like that for the
future why don’t you use "hg commit -u " to give proper commit
credit to occasional contributors?
VittorioOn Fri, Jun 3, 2011 at 10:26 PM, Ryan C. Gordon wrote:

If anyone is bored, though: feel free to compile a list of contributors and
I’ll help figure out how to track them down. You’ll have to go through every
revision, though, as most of the external contributions would list Sam or I
as the commit name.

err nevermind that, i skipped an email from Ryan where he was
proposing just what i wrote
hg export ftw and sorry for the spam :slight_smile:
VittorioOn Sun, Jun 5, 2011 at 5:29 PM, Vittorio G. <vitto.giova at yahoo.it> wrote:

On Fri, Jun 3, 2011 at 10:26 PM, Ryan C. Gordon wrote:

If anyone is bored, though: feel free to compile a list of contributors and
I’ll help figure out how to track them down. You’ll have to go through every
revision, though, as most of the external contributions would list Sam or I
as the commit name.

just a random idea, in order to avoid something like that for the
future why don’t you use "hg commit -u " to give proper commit
credit to occasional contributors?
Vittorio