SDL 1.3 and

Hello,

I am currently trying to revive a game: Prototyp by X-Out. Winner of the
"Horizontal shooter with BOSS" competition.

It seems to be using a really old version of SDL since I see
references to SDL_RenderTarget.
The latest version of SDL (1.2.15) does not have it anymore.

But in a post from 2003 I see Sam Lantinga mentioning SDL_RenderTarget in
SDL 1.3 (http://comments.gmane.org/gmane.comp.lib.sdl/11254).

Has SDL versioning number changed ? Any idea where I can find this version
of SDL ?

Thanks,

Fabien

SDL 1.3 was the SDL hg branch for the longest time, (There never was a
stable 1.3 release). I believe at that time they were adding new
noncompatible features, while having a compatibility layer for code
using the 1.2 API.

After a while, they decided to rename it SDL 2.0 (There has not been a
stable release yet), and ensured that SDL 1.2 and SDL 2.0 can coexist
together.

http://www.libsdl.org/hg.php is probably the best place to obtain a
snapshot of the sourcecode as it currently exists today. Not sure how
much incompatible API changes there were between the 1.3 it sounds
like the game is using, and 2.0 of today. [mostly things have been
evolving]On Tue, Feb 12, 2013 at 9:10 PM, Fabien Sanglard <fabiensanglard.net at gmail.com> wrote:

Hello,

I am currently trying to revive a game: Prototyp by X-Out. Winner of the
"Horizontal shooter with BOSS" competition.

It seems to be using a really old version of SDL since I see references to
SDL_RenderTarget. The latest version of SDL (1.2.15) does not have it
anymore.

But in a post from 2003 I see Sam Lantinga mentioning SDL_RenderTarget in
SDL 1.3 (http://comments.gmane.org/gmane.comp.lib.sdl/11254).

Has SDL versioning number changed ? Any idea where I can find this version
of SDL ?

Thanks,

Fabien


Nathan Coulson (conathan)

Location: British Columbia, Canada
Timezone: PST (-8)
Webpage: http://www.nathancoulson.com

Is the function SDL_SetRenderTarget, by any chance?

2013/2/13, Nathan Coulson :> On Tue, Feb 12, 2013 at 9:10 PM, Fabien Sanglard <fabiensanglard.net at gmail.com> wrote:

Hello,

I am currently trying to revive a game: Prototyp by X-Out. Winner of the
"Horizontal shooter with BOSS" competition.

It seems to be using a really old version of SDL since I see references
to
SDL_RenderTarget. The latest version of SDL (1.2.15) does not have it
anymore.

But in a post from 2003 I see Sam Lantinga mentioning SDL_RenderTarget in
SDL 1.3 (http://comments.gmane.org/gmane.comp.lib.sdl/11254).

Has SDL versioning number changed ? Any idea where I can find this
version
of SDL ?

Thanks,

Fabien

SDL 1.3 was the SDL hg branch for the longest time, (There never was a
stable 1.3 release). I believe at that time they were adding new
noncompatible features, while having a compatibility layer for code
using the 1.2 API.

After a while, they decided to rename it SDL 2.0 (There has not been a
stable release yet), and ensured that SDL 1.2 and SDL 2.0 can coexist
together.

http://www.libsdl.org/hg.php is probably the best place to obtain a
snapshot of the sourcecode as it currently exists today. Not sure how
much incompatible API changes there were between the 1.3 it sounds
like the game is using, and 2.0 of today. [mostly things have been
evolving]


Nathan Coulson (conathan)

Location: British Columbia, Canada
Timezone: PST (-8)
Webpage: http://www.nathancoulson.com


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

Yeah, see the SDL_SetRenderTargethttp://wiki.libsdl.org/moin.cgi/SDL_SetRenderTargetwiki
page. If your SDL_RenderTarget was a type, it is now SDL_Texture with
the SDL_TEXTUREACCESS_TARGET flag set.

Jonny DOn Wed, Feb 13, 2013 at 6:42 AM, Sik the hedgehog < sik.the.hedgehog at gmail.com> wrote:

Is the function SDL_SetRenderTarget, by any chance?

2013/2/13, Nathan Coulson :

On Tue, Feb 12, 2013 at 9:10 PM, Fabien Sanglard <fabiensanglard.net at gmail.com> wrote:

Hello,

I am currently trying to revive a game: Prototyp by X-Out. Winner of the
"Horizontal shooter with BOSS" competition.

It seems to be using a really old version of SDL since I see references
to
SDL_RenderTarget. The latest version of SDL (1.2.15) does not have it
anymore.

But in a post from 2003 I see Sam Lantinga mentioning SDL_RenderTarget
in

SDL 1.3 (http://comments.gmane.org/gmane.comp.lib.sdl/11254).

Has SDL versioning number changed ? Any idea where I can find this
version
of SDL ?

Thanks,

Fabien

SDL 1.3 was the SDL hg branch for the longest time, (There never was a
stable 1.3 release). I believe at that time they were adding new
noncompatible features, while having a compatibility layer for code
using the 1.2 API.

After a while, they decided to rename it SDL 2.0 (There has not been a
stable release yet), and ensured that SDL 1.2 and SDL 2.0 can coexist
together.

http://www.libsdl.org/hg.php is probably the best place to obtain a
snapshot of the sourcecode as it currently exists today. Not sure how
much incompatible API changes there were between the 1.3 it sounds
like the game is using, and 2.0 of today. [mostly things have been
evolving]


Nathan Coulson (conathan)

Location: British Columbia, Canada
Timezone: PST (-8)
Webpage: http://www.nathancoulson.com


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