News
JabberDS v0.2 (NDS Application)

JabberDS, the Jabber client to be used with a Nintendo DS has been updated.

Release news:

So, 0.2 is here. Now JabberDS can be used with GTalk account. As there is no RSA keypair generation in JabberDS, one should provide RSA private key and certificate for TLS to work.. Though you can use provided test pair(though it won’t be very secure 🙂 ). See archive and data/jabberds.xml for reference. Also i’ve added some screenshots on JabberDS page.

Changelog:
-fixed: incorrect authentication when “server” differs from server part of JID
-new: response to “jabber:iq:version”
-new: “feature-not-implemented” response for unsupported “get” iqs
-new: TLS support

Thanks to http://www.dev-fr.org for the news.

http://theli.is-a-geek.org/blog/

By with 0 comments
RPaint (21-01-2008) (PPC Application)

This is Stanl3yCZ’s first project, which is a simple painting application.

http://www.basic4ppc.com/forum/showthread.php?t=1626

By with 0 comments
FicEdit v0.7 (PPC Application)

FicEdit is a simple Notepad style program for Pocket PC’s.

http://newmagic.progs.googlepages.com/ficedit

By with 0 comments
Metro v5.6.4 (PPC Application)

Metro is your free guide on PDA (Palm, PocketPC, Smartphone…) to public transport systems worldwide (400 cities covered now).

http://metro.nanika.net/

By with 0 comments
Speed Chaineeze (Beta) (PPC Game)

Gelahten released a prototype / beta of his new game “Speed Chaineeze”.

Release notes:

Thats first beta release of my game.
The main idea: you need to connect shapes by following simple rules:
Two figures can be connected if they have same color or shape, i.e you can build following chain:
[red square]->[yellow square]->[yellow triangle]->[blue triangle].
You can connect only to underlying or placed on the same line figure, up connects are not allowed.
If you open the chain and do not connect at least 2 figures in it, u’ll have the antiscore bonus.
Bonus will executed only if figure which contains it would be linked at least as second in chain.
If you just start chain from bonus figure, bonus will fired up and in future versions this will give you antiscore.

Bonuses:
+ Time bonus – Movement (not time) is stoped for a bit
+ Score bonuses (disabled)
+ Paint bonus – Colors underlying figures like rainbow
+ Path bonus – (looks like 3 diff arrows picture 🙂 ) – on each figure selection would mark next available for connection figures (bonus works for 10 second)

Free/beta version for now has following limitations/bugs:
+ (BUG ) Time bar do not actually shows remained time (45 seconds anyway for level)
+ (DEMO) You can enter player name and this name is saved through sessions, but highscore table is updated using “DEMO” name
+ (TODO) No rules screen still
+ (DEMO) All bonuses are shown and works except SCORE bonuses (+300, -100 e.t.c., they are shown and animated but there is no score changes)
+ (TODO/DEMO) No in game scroll speed change and there is no different difficulty levels
+ (TODO) There are plenty of bonuses shown for now, thats done for testing purposes and bonus quantity will be reduced

I’m going to implement all missed stuff and probably add/repaint some gfx, hope it would be done soon, ‘coz running Photoshop CS 3 on my 1,6 celeron laptop with 256 ram is real war for virtual memory.

I’ll be glad to hear all proposals and critique. Sorry for my English

Executable must be unzipped and copied to PPC where it could be runned.

http://www.xflib.net/index.php?topic=41.msg122#msg122

By with 0 comments
Flash0 Theme Edit v1.0 (PSP Application)

This seems to be another flasher application for Playstation Portable.

The release notes are completly in french.

http://www.xtreamlua.com/phpBB3/viewtopic.php?f=4&t=2925

By with 0 comments
PALib (03-02-2008) (Community Update) (NDS misc)

A new release of PALib is here, it’s a programming library useful for mostly game coders.

Release notes:

PALIB 080203 “Community Release” – BETA

Read this before using Palib!

— BACKGROUND —

Each new version of devkitARM had the disadvantage of breaking up PALib’s sound support for some linker.
The main problem with the sound was that the modplayer on the arm7 was difficult to maintain, and Mollusk didn’t have time to maintain this project.

There were some scenarios, resulting from the fact that the latest working PALib version was PAlib070717 + devkitARM r20:

a) Windows XP and Linux users who didn’t need support for new libraries such as Noda’s ASLib or future libraries compiled with devkitARM r21
were continuing to use the old PALib with devkitARM r20.
b) Windows Vista users couldn’t use PAlib compiled as it was, since devkitARM r20 doesn’t support Vista. There is a hack to do that but the authors
of devkitARM discourage it’s use. Using this hack will lead to a working PALib, but with the disadvantages of scenario a.
c) User who wanted PALib with bugfixes, new features, devkitARM r21, Vista, sound working, and new external lib support were waiting for a new PALib release.

For this one.

— THE PRESENT —

After months of work we are proud to announce the new development version of PALib,
code named “Community Release”, thanks to the efforts of (in no particular order):
Noda, Tom, Scognito, Michoko and others.

Since this is a new development release it may contain some bugs, but that’s normal since we cannot test every example with every card, so
please help us to improve it by reporting bugs and sending patches!

So what does this release offer?

* DevkitARM r21 compatibilty -> Vista support
* Support for the following libraries:
* ASLib by Noda (sound and mp3 playback)
* Modplayer by hitchhikr
* Liblobby by MightyMax and others (DS<->DS networking) (external download)
* Mikmod by Stonebone (mod, s3m, it, etc. playback) (external download)
* EFSLib by Noda (embedded file system superior to GBFS / PAFS) (external download)
* New examples:
* PAlibExamples/FAT: EFS_Lib, Locate
* PAlibExamples/Sound: ASLib_General, ASLib_using_EFSLib, SoundPlayback, MikMod
* PAlibExamples/Wifi: libLobby
* A new Makefile:
* Ability to choose the arm7 core (see below)
* WIFI icon (which is never shown) no longer included -> .nds files work with no$gba, Supercard SD, etc. The .sc.nds file is no longer needed.
* Other small things (doc compatible with latest doxygen, dsFont tool included, cleanup, etc.)
* Many bugfixes

The changelog covers everything in more detail, but it’s too long to list it here – it is included in the download.

As for the sounds, your old projects will probably not work, since the sound part is completely redone,
featuring Noda’s cool ASLib as the standard way of sound output.

— INSTALLING —

Since this is a beta release, it comes without the installer, so uninstall the old PALib (5 directories) and put there the new ones from the archive.
To add the external libraries (mikmod, liblobby, efs) you can download them from the download section or
directly from the authors to get the latest versions (but you will need a SVN client for liblobby).
Instructions on where to get and where to put the libraries are in install.txt in the PALib folder.

— PORTING YOUR PROJECTS —

These guidelines help you in porting your projects to the new version.

* Backup your old project 😉
* Do a make clean in the project dir
* Replace your project Makefile by the one in the PALibTemplate directory
* Edit it (instructions are inside)
* Do a make

Why editing Makefiles?

In this release there are various arm7 cores, because a single one cannot support mod + wifi + ds to ds wireles + mp3 + mikmod.
There are many, you can choose which one fits your needs, just select which one you prefer among these:

* mod + dswifi
* mod + liblobby
* mp3 + dswifi
* mp3 + liblobby
* mikmod + dswifi

You can also add support for EFS, just uncomment the USE_EFS line in the Makefile and follow the efs example on how to build it.

As for sounds:

PA_PlaySimpleSound(file, channel) and PA_PlaySoundRepeat(file, channel) are now replaced by
PA_PlaySimpleSound(file) and PA_PlaySoundRepeat(file).

This is because AS_Lib chooses the channel for sound playback itself, you can’t specify it.
You can get the used channel as the return value of PA_PlaySimpleSound, though.
So please check through your sources and make sure that when using functions to set volume, pan, etc. of sounds,
your program doesn’t assume that a sound effect is played on a specific channel, but passes in the channel obtained from PA_PlaySimpleSound / PA_PlaySoundRepeat.

However, these functions are only wrappers for the ASLib sound functions –
if you want to use the full potential of ASLib, you have to call its functions directly.
You can find more information on them in the “Sound and MP3 functions” section in the documentation.

— THANKS —

A big thanks to goes to Mollusk as usual, for his great library.
Thanks also to all people who helped us to do this release.

Long life to PALib!

http://palib.info/forum/modules/newbb/viewtopic.php?topic_id=4195&forum=41

By with 0 comments
Wii-GC Raw Image Dumper v0.05 (Wii misc)

A new version of the first Dual Layer ISO image dumper that has been verified to work for the Nintendo Wii has been released ( http://nekokabu.s7.xrea.com/blog/2008/02/post_34.html ). Using Wii/GC Raw Image Dumper Ver.0.05 you can dump the “second” layer of dual layer Nintendo Wii discs and with a little work join them with the first layer to produce a working backup.

Thanks to brakken / http://www.tehskeen.com for the news.

http://psx-scene.com/forums/nintendo-news/64069-wii-gc-raw-image-dumper-ver-0-05-a.html

By with 0 comments
Pocket Device Power Manager v2.01 (PPC Application)

Pocket Device Power Manager will help you easily manage the energy consumption of your device.

Pocket Device Power Manager is a completly FREE Software. It contains absolutely NO ADWARE, NO SPYWARE, NO REGISTRATION, NO POPUPS, NO MALWARE or other unwanted software.

http://www.pocketpowermanager.com/

By with 0 comments
Weather Watcher Mobile v1.0.8 (PPC Application)

Weather Watcher is your personal Windows Mobile weather station. Automatically retrieve the current conditions, hourly forecast, daily forecast, detailed forecast, severe weather alerts from the National Weather Service (US only), and zoomable radar/satellite map for over 77,000 cities world-wide.

http://www.singerscreations.com/RSS/Posts/390.asp

By with 0 comments