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

發布 2005-10-16 15:35
sdl4gcj-beta 0.1.4 (1 files 隱藏)

發布版本通知

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

更動紀錄

* 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)