Download List

프로젝트 설명

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

System Requirements

System requirement is not defined

Released at 2005-10-16 15:35
sdl4gcj-beta 0.1.4 (1 files Hide)

Release Notes

* Changed : separate API documents from source archive.
* Fixed method name.
* Add palette set methods.

Changelog

* Fixed archive file path bug in doc/Makefile.in .

* Changed : separate API documents from source archive.

* Removed comments from following files.
** doc/Doxyfile.en
** doc/Doxyfile.ja

* Fixed method name.
** Surface.displayForamtAlpha() -> Surface.displayFormatAlpha()

* Add following methods into Surface class.
** Surface#setPalette(Palette palette, int index)
** Surface#setPalette(Palette palette, int index, int firstcolor, int ncolors)