News
ptMobile v0.7 (Beta) (Android Application)

ptMobile is a pivotaltracker client for Android.

Changes:

add and edit stories
smaller changes and refactorings

http://www.linnemann.me/ptmobile/

By with 0 comments
My Japanese Name v1.2 (Android misc)

“My Japanese Name” transliterates your name into Japanese with a simple tap.

https://slideme.org/application/my-japanese-name

By with 0 comments
Pombook v3.1.6 (Android misc)

Pombook synchronizes your Facebook photo albums on your device so you can access them easily. Once downloaded check your photos even if you are offline. Photos are stored on SD card.

https://slideme.org/application/pombook

By with 0 comments
Timeout3G v1.0.8 (Android Application)

Timeout3G switches the 3G data connection automatically off after a timeout on screen to save power.

https://slideme.org/application/timeout3g

By with 0 comments
CalWidget v0.2.42 (Android Application)

This Calendar Widget offers many sizes and shows as many events as possible. It’s an alternative replacement for the default calendar widget.

Changes:

0.2.42: Stretched background for DSTL1 and Home++. Red instead of grey special buttons in config. Fixed opening of unconfigured Motorola calendar. New upgrade notification.

http://android.eggenstein.net/calwidget/

By with 0 comments
B17 (23-01-2010) (A2600 Game)

You are a fighter pilot and you have to stop a invasion from sea. First, you have to fight through the air defense and shoot down the enemy fighters, if the anti-aircraft fire starts you will have to attack the ship. If the cockpit gets red, you are under attack.

http://www.atariage.com/forums/topic/156776-flight-sim-2600/

By with 0 comments
Insect Combat (31-12-2009) (VB Game)

Insect Combat is an attempt to create a fighting game, only using insects instead of people. The game is in very early development.

Source: http://www.atariage.com/forums/topic/155602-insect-combat-for-vb/

http://www.atari2600land.com/aegis/ic.html

By with 0 comments
Duck Attack v0.24 (A2600 Game)

Duck Attack’s premise is simple: Collect radioactive duck eggs for points while avoiding giant, mutant and fire-breathing ducks.

Changes/Release notes:

Latest version attached: v0.24.

Mostly behind-the-scenes changes this time, partly to ensure 100% stable scanline counts. Added a “fast-forward” feature that lets you skip the “Level completed” and “Level start” screens by pressing the fire button when they appear.

As always, please let me know if you see any bugs, or have any other comments or suggestions.

–Will

http://www.atariage.com/forums/topic/149552-duck-attack-new-atari-2600-homebrew-ntsc-pal/page__st__100

By with 0 comments
Woopsi v0.44 (NDS misc)

Woopsi is a Nintendo DS GUI library for rapidly creating user interfaces for homebrew software. Modelled after the AmigaOS windowing system.

Release notes:

This release adds system-wide support for unicode (UTF-8). Virtually all of the new features are related to text storage, manipulation or display.

In addition to that, the FileRequester is now an official part of libwoopsi and there are dozens of fixes and improvements.

It is worth noting that this release does *not* include any font classes that can render text beyond the standard ASCII set. This will come in a future release – TrueType support is in the works. Alternatively, you can roll your own font class.

Fixes:
– Moved fatInitDefault() SDL function into woopsifuncs.cpp (Quirky).
– ScrollingPanel::raiseScrollEvent() only fires if events are enabled.
– Gadget::raisesEvents() retrieves its value from the GadgetEventHandlerList object.
– Gadget::setRaisesEvents() alters the GadgetEventHandlerList object.
– Removed the raisesEvents flag from the Gadget class.
– Bmp2Font produces working Font classes.
– Deleted badly-converted fonts:
– Latha;
– Lucida10;
– Roman 10;
– Trebuchet8.
– FileRequester no longer has transparent regions.
– FileRequester sorts correctly.
– FileRequester does not attempt to draw when drawing is disabled.
– FilePath uses WoopsiString::lastIndexOf() to change to parse path string.
– Dragging a screen that isn’t the top screen so that it is not visible no longer causes a crash.
– Removed glyphs from NewTopaz and Topaz fonts.
– Changed NewTopaz font to PackedFont1 from PackedFont16.
– Changed Topaz font to MonoFont from Font.
– Fixed memory leak when enumerating directories in FileListBox.
– FileListBox shows dummy file list when in SDL mode.
– Graphical corruption in GraphicsPort::clipScroll() fixed.
– Fixed FileRequester layout.
– Replaced magic number double click time with define in woopsifuncs.cpp.
– TestPanel class in scrolltest example draws its border correctly.
– Fixed a crash in GraphicsPort::drawText() when trying to draw text outside the clipRect with a PackedFont1 font; should provide a minor speedup.
– ScrollingPanel draws its border correctly.
– Removed Text::getLinePointer().
– MultiLineTextBox::drawCursor() uses a StringIterator to locate the cursor position.
– MultiLineTextBox::drawCursor() does not read past the end of the string when the cursor is positioned beyond the string.
– Text::wrap() does not perform an invalid comparison between line index and char index when truncating the line positions array.
– Text::wrap() correctly appends the string end position in all scenarios.
– Text::wrap() always assumes text height is at least one row.
– Text::getLineContainingCharIndex() returns the correct value if the character is in the last row.
– WoopsiString::insert() explicitly calls its own setText() and append() methods to prevent the Text class from wrapping twice.
– Added WoopsiString::encodeCodePoint().
– PackedFontBase::isCharBlank() returns correct value if character not present in font (fixes horizontal alignment in MulitLineTextBox).
– Key repeat values stored in defines.h.
– FileListBox does not show “.” directory.
– Minor optimisation when building the FileListBox contents.
– Split Label::calculateTextPosition() split into horizontal and vertical methods.
– TextBox switches to left-aligned automatically if contents exceeds size of box.
– Fixed memory leak and logic problems when deleting gadgets.

New Features:
– Added FontBase::getCharHeight().
– WoopsiString supports UTF-8 (Lakedaemon).
– Split glyphs into separate GlyphFont.
– GadgetStyle includes a glyph font.
– All gadgets converted to use WoopsiStrings instead of raw chars/char arrays, meaning they support UTF-8.
– Various changes in Text class to support UTF-8.
– Changed parameters to GraphicsUnclipped::drawText() (and subclasses).
– Added StringIterator class, for efficient iteration over a UTF-8 string.
– Removed dependence on WoopsiString::getCharArray().
– Promoted FileRequester gadget from bonus folder to main library.
– libfat enabled by default in test projects and template.
– Added WoopsiString::lastIndexOf().
– Added WoopsiString::subString().
– Added WoopsiString::indexOf().
– TextBox implements key repeats when left or right d-pad is held down; cursor moves repeatedly until end of string reached or d-pad released.
– MultiLineTextBox implements key repeats when left or right d-pad is held down; cursor moves repeatedly until end of string reached or d-pad released.
– Textbox contents scrolls horizontally as cursor is moved.
– Added key repeat event handling to the entire system.

http://forum.gbadev.org/viewtopic.php?t=14332&postdays=0&postorder=asc&start=60

By with 0 comments
FB4NDS (27-01-2010) (NDS Application)

“FB4NDS” (Facebook for Nintendo DS) is a Facebook application for Nintendo DS.

Release notes:

again an update, now you can send messages… ;P

http://forum.gbadev.org/viewtopic.php?t=17034

By with 0 comments