Downloadliste

Projektbeschreibung

sdl4gcj is a GCJ(http://gcc.gnu.org/java/) binding to SDL(Simple DirectMedia Layer : http://www.libsdl.org/).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2005-10-02 00:17
sdl4gcj-beta 0.1.3 (1 files Verstecken)

Versionsanmerkungen

* Added createRGBSurfaceFrom() method into Surface class.
* Added videoModeOK() method.

Änderungsprotokoll

* Added following methods into Surface class.
** Surface.createRGBSurfaceFrom(byte[] pixels,
int width, int height, int bpp, int pitch,
int rmask, int gmask, int bmask, int amask) : Surface
** Surface.createRGBSurfaceFrom(short[] pixels,
int width, int height, int bpp, int pitch,
int rmask, int gmask, int bmask, int amask) : Surface
** Surface.createRGBSurfaceFrom(int[] pixels,
int width, int height, int bpp, int pitch,
int rmask, int gmask, int bmask, int amask) : Surface
** Surface#initRGBSurfaceFrom(byte[] pixels,
int width, int height, int bpp, int pitch,
int rmask, int gmask, int bmask, int amask)
** Surface#initRGBSurfaceFrom(short[] pixels,
int width, int height, int bpp, int pitch,
int rmask, int gmask, int bmask, int amask)
** Surface#initRGBSurfaceFrom(int[] pixels,
int width, int height, int bpp, int pitch,
int rmask, int gmask, int bmask, int amask)

* Removed a constructor into Surface class.
** Surface(int flags
int width, int height, int bpp,
int rmask, int gmask, int bmask, int amask)

* Added videoModeOK() method.