News

Puluwai Real Estate Search for Android v1.0.37 (Android misc)

Quickly search homes for sale near you or in the town of your choice. View search results in a list, on a map, or in a photo gallery. Flip through multiple views of a property, read a detailed description, and see it on a map. Share your favorites with friends.

Source

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

Wee Basic v0.6 (NDS Application)

Wee Basic is a BASIC interpreter for the NDS got an update after more than half a year – programming and debugging are performed directly on the DS.

Wee Basic now allows the use of sprites and backgrounds so you can try your hand with real Nintendo DS games using simple BASIC.

Release notes:

I’ve released Wee Basic 0.6: http://freescifistories.wordpress.com/2009/03/18/wee-basic-06-released/
Also entered it in the Neo summer compo: http://www.neoflash.com/forum/index.php/topic,5527.0.html

Summary

Wee basic now has:

– backgrounds
– sprites
– sounds
– microphone
– key presses (keyboard and most hardware keys)
– stylus touches (touch recognition and coordinates)
– motion
– primitive graphics
– basic printing and coordinate printing
– both screens can be used
– core basic commands
– usable editor with save/load, using text files

Version 0.6

Fixed:

– editor has been completely revamped thanks to Alan’s txtwriter source code. See http://ds.spacemonkeymafia.com.
I modified some of txtwriter’s basic editing code for the Wee Basic editor.
– bug in boolexpressions (for if/while) using strings

added/changed:

– added motion commands (untested)
motion (keyword initializes motion – throws an error if no motion card detected)
motx, moty (motion coordinates)
example:

motion
let x=motx
let y=moty
print 1 “Motionx: “+x
print 1 “Motiony: “+y
end

– playmp3 now has optional settings
Syntax is playmp3 ,, (each is an integer or number variable)
You can still use playmp3 without options if you want to keep it simple

Discussion: http://forum.palib.info/index.php?topic=6922.0

Source

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

Tonality (17-03-2009) (PPC Application)

Tonality, a new application for consolidating the various hidden sound events deep within the registry that would have been otherwise very difficult for you to access and modify.

Currently allows you to modify 52 different sound events, but grants you the ability to add others which you or other users may find, which are unique to certain devices.

Source

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

Ands PDF v1.4 (NDS Application)

Ands PDF displays PDF files on your NDS.

Changes:

Features:

* New viewing mode. This is the ‘reader’ mode. More on that later.
* D-pad now pans the screen. I got alot of requests for this one!
* File browser is now filtered; will only show PDF files. Note that it will show folders that don’t have PDF files in them.
* You can now adjust the backlit brightness by holding down Select + Up/Down arrows.
* You can now cancel out of the file browser with ‘B’, or by clicking the file browser button again.
* Rendering is getting progressively faster.
* Mini-help screen and info screen on startup.
* Added splash screen. If you find this annoying, remove the splash files in the FONTS folder, and it will bypass this step.
* Fonts are external now. This gives us alot more memory to play with at the expense of higher load times on certain PDF’s. (Note: I took out the dingbats font. If anyone as a PDF that has dingbats, I will hand out that file too… It is much larger though).

Bug Fixes:

* You can no longer scroll off the bottom of the file browser.
* Some memory issues resolved that led to instability.
* The zoom-tool used to mess up if you clicked it more than once. Doesn’t anymore.
* Tons of other stuff I’m sure…

Source

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.