Nintendo DS News
Halo 2D DS (WIP 1) (NDS Techdemo)

Maxwell Goodman made a little WIP of Halo 2D DS. It just loads the first map and you can walk around, there’s no AI yet so there are no enemies, or weapons.

Picture taken from http://www.dev-fr.org

http://teendev.dragonminded.com/blog/

By with 0 comments
PuzzleManiak Cover-Art (NDS misc)

For those who are interested in cover-art for homebrew games – here comes an Cover-Art for the game PuzzleManiak.

Check the link for the high resolution cover-art.

http://www.puzzlemaniak.com/blog/?p=147

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

Ant512 has updated his “Window System” Woopsi.

As well as a few minor changes, I’ve now implemented the optimised drawing routine. Only the visible regions of each gadget are now drawn, which means (amongst other things) that the Pong demo is now correctly depth sorted.

http://palib.info/forum/modules/newbb/viewtopic.php?topic_id=3606&forum=28

By with 0 comments
DSOrganize v3.01 (NDS Application)

DSOrganize is meant as a homebrew organizer application for the Nintendo DS that should have come built in in the first place. It is by no means comparible to a full-fledged organizer such as a palm, and it is not planned to become an operating system, video player, or anything similar.

Changes:

Fixes a few annoying bugs and adds in wifi strength.

http://www.dragonminded.com/?loc=ndsdev/DSOrganize

By with 0 comments
ArchonDS v0.31 (NDS Game)

ArchonDS – A remake of the original game from 1983 (Atari ST) with new graphics. It is a strategy & action game, the battle light vs. dark!

Changes:

Version 0.3 has a little bug in the ending conditions. When you kill five particular units the game is already over. I have fixed the bug in version 0.31 and added the missing deathsprites for the golem, the sorceres and the troll.

http://www.wiesnewski.de/

By with 0 comments
ArchonDS v0.3 (NDS Game)

ArchonDS – A remake of the original game from 1983 (Atari ST) with new graphics. It is a strategy & action game, the battle light vs. dark!

This game should have been released last weekend, but he prefered Wii-gaming with friends… aren’t we all human? 🙂

Changes:

Change Log V0.3 (2007/09/26):
– Added 5 units (valkyrie, golem, troll, sorceres and djinn)
– Added battle and strategy HUD
– Added gameflow: change between battle and strategy mode
– Added unit indicator (touched unit is also selected)
– 2 player “hotseat”-mode playable with a limited number of units
– Added 3D-text intro
– Added game mode menu

http://www.wiesnewski.de/

By with 0 comments
PuzzleManiak v2.6 (NDS Game)

PuzzleManiak is a partial port of the Simon Tatham’s Portable Puzzle Collection on Nintendo DS.

Changes:

This version 2.6 has been released to fix a security hole while submitting online scores. I would like to thank rummik for having helped me to fix it. The ‘undo’ bug in Inertia has been fixed too: the feature has been removed!!!

http://www.puzzlemaniak.com/blog/

By with 0 comments
Sandscape (NDS misc)

NeXFerret has released “Another World of Sand clone”…

It’s nowhere near finished… but at a pretty good state. It runs at 56-60FPS solidly, no matter what you plonk onscreen. At the moment, everything acts like sand of different densities. Have a go, and provide some feedback, please!

Picture taken from http://www.dev-fr.org – Credits for the news are going to http://www.gbadev.org

http://www.mediafire.com/?8zxp694qm2b

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

This is a very early demo of a windowing system. The aim of the project is to create a simple windowing system that other programmers can use for their applications, which should decrease the tedious amount of GUI code that people have to write.

Changes:

– Fixed width/height inaccuracies (I wasn’t quite converting from (x1,y1) (x2,y2) to (x,y) (width,height) properly)
– Tidied up border drawing again (related to the width/height thing)
– Added intelligent gadget erasing
– Screen/window borders are now gadgets (so they automatically get redrawn as necessary when they become visible)
– Almost all gadgets now have a draw function that clips to a supplied rectangle’s dimensions
– Swapped the dull black rectangle in the SuperBitmap demo for a picture of many Marios (shows off the concept a bit better)
– The Pong demo now uses the SuperBitmap class as its canvas

http://ant.simianzombie.com/files/binaries/demos/nds/woopsi017.zip

By with 0 comments
DSOrganize v3.0 (NDS Application)

DSOrganize is meant as a homebrew organizer application for the Nintendo DS that should have come built in in the first place. It is by no means comparible to a full-fledged organizer such as a palm, and it is not planned to become an operating system, video player, or anything similar.

Changes:

* Added select/cut/copy/paste to all text inputs.
* Added wifi config (including saving back to firmware) with three extra DSOrganize profiles.
* Added ability to bookmark on the web browser by pressing ctrl + b.
* Miscelaneous fixes to the HTML renderer.
* Fixed error in file wrapper causing bad file copies.
* Fixed a weird lingering cursor bug in text editor.
* Fixed startup screen error.
* Fixed an error where images that redirect would change the url of the main page loading.
* Fixed a bug with sites that use 1×1 tracking images.
* Fixed error where confirm delete screen on browser allowed you to select “..” or “.”
* Fixed some weird bugs with m3u files.
* Fixed select few files not showing their long file names.
* Fixed everything being underlined on sites with bad [a] tags (ds-x.com, etc)
* Day planner now supports weekly, monthly, and annual events.
* Day planner events are now partially visible on reminder mode.
* Todo now sorts finished events as last.
* Changed handling of escaped characters to include the limited unicode support.
* Changed irc to not display characters under 32 on the ascii map.
* Updated dsWifi again for compatibility.

http://www.dragonminded.com/?loc=ndsdev/DSOrganize

By with 0 comments