PDA

View Full Version : PAlib 090613 - compatible with devkitARM R26 and libnds 1.3.5



wraggster
June 16th, 2009, 22:41
For those of you into Development on the DS a new version of palib (http://forum.palib.info/index.php?topic=7048.0) has been released

Heres whats new:


-------------------------------------------------
| PAlib 090613 : THIS BETA VERSION CONTAINS WIN |
-------------------------------------------------

[PAlib] Compiled with devkitARM r26 and libnds 1.3.5
[3D Sprites] The infamous viewport bug has been fixed.
[no$gba] no$gba has been updated to 2.6a as this is the only version that emulates correctly the inner workings of libnds (FIFO).
[iDeaS] iDeaS has been updated to 1.0.3.1.
[Directory structure] The whole directory structure that the library part of PAlib uses has
been changed so that it follows the standards.
[PA_Makefile] A new user-friendly pre-compilation warning & error system has been added that checks for common mistakes.
[Template] The template has been made more newbie-friendly.
[HelloWorld] This example has been rewritten with the same newbie-friendly code that the template uses.
[EFSlib] This library has been made compatible with devkitARM r26.
[PA_IO.c] This file was removed due to uselessness.
[PA_Locate()] This function was removed. There are better solutions.
[Wifi] An example on how to download files with ky_GetURL() has been added (Wifi\dswifi\DownloadFile).
All credit goes to Kumyco who let me use his code.
[PA_GetHTTP()] As this function was broken, it was removed from PAlib. Use ky_GetURL() instead
(look at the Wifi\dswifi\DownloadFile example)
[Keyboard] The keyboard now supports the whole US-ASCII character set. The four characters "{", "}", "|" and "~"
were added, the first three replacing "[", "]", "\" in capslock mode. The visual representant for the apostroph looks
no longer like an acute accent.
[Keyboard] Added key repeat functionality for uppercase letters and symbols.

Download Here (http://www.quickfilepost.com/download.do?get=2ab0d0a713039b983fec763adf44d78b)