Archive for March, 2009

HBB v0.3: Almost ready

Saturday, March 28th, 2009

HBB v0.3 has progressed to the point where it’s almost ready to be released. I am looking for people to test and post any issues or comments.

HBB Rev 8 is available for download.
Please do comment either in this post or on the HBB Dev website.

Edit: HBB has been updated to Rev 9 now.
Edit 2: HBB has been updated to Rev 10 which should fix issues when trying to download at first boot. You can download Rev10 also from HBB in the Demo section.

Edit 3: HBB Rev 11 is out which will most likely be the last Revision there is. HBB v0.3 will be release in 1 to 2 days provided there isn’t any major bugs found.

HBB Updated Applications

Saturday, March 28th, 2009

The following applications have been added/updated:

  • GeeXboX updated to v0.1alpha6
  • HOMEbrew Menu Demo
  • Libmii Example
  • Jump ‘n Bump updated to v0.3
  • Wii Shooting Gallery updated to v1.9
  • WiiSX r57
  • Wii-Tac-Toe updated to v0.5

HBB Updated Applications

Saturday, March 21st, 2009

The following applications have been added/updated:

  • Arcade Jigsaw updated to v0.22
  • Code Downloader updated to v1.2
  • Cubiic v0.1a
  • Dungeon Crawl Stone Soup v0.4.5-w1
  • GeeXboX updated to v0.1alpha5
  • Giddy 3 updated to v1.3
  • PsyKoTrope updated to v1.1
  • Shiny Red Tank updated to v0.11a
  • WiiRadio updated to v0.2
  • WiiEarth updated to v2.1
  • Wii Quizz updated to v2.1

HBB updated to v0.2.5c

Tuesday, March 17th, 2009

17 March 2009 (v0.2.5c)

  • Fixed issue with utilities section that was causing it to be empty
  • Fixed zip progress issue

This update is just a quick fix for the issue that’s occurred when adding a new application to the utilities list. Also while I was at it I believe the zip progress issue has been fixed too.

Download HBB v0.2.5c or run HBB on your Wii to update.

Tutorial 11: Structures

Sunday, March 15th, 2009

So you’re starting to learn more and more about coding for the Wii and you’ve come to the point where you your variables to be more organised. This may be the cause if you have multiple objects on the screen that need to move around, etc. You can grab the PDF of this tutorial here: codemii-tutorial-11

You are actually able to put variables in structures, which mean you can have multiple variables in the one element of the structure.
(more…)

HBB Updated Applications

Saturday, March 14th, 2009

The following applications have been added/updated:

  • bibleQuiz updated to v0.92
  • CheatManager v0.2
  • Frodo updated to v8
  • ONScripter v03.2009
  • PsyKoTrope v1.0
  • RedSquare updated to v0.91
  • SpaceBubble updated to v0.9
  • Shiny Red Tank v0.1a

HBB Updated Applications

Saturday, March 7th, 2009

The following applications have been added/updated:

  • Alarmii v1.0
  • Blisterball v1.0
  • GRRLIB4.0-DEMO v4.0.0
  • lsusb v1.0
  • MPlayer Christmas Edition updated to v0.3a
  • My Little Ball updated to v1.0.1
  • Neopop Wii Unofficial verison by TheStripper v2009.02.3
  • Rebooter v1.0
  • ScummVM updated to v0.13.0
  • Toddtris v1.0
  • Wii Quizz updated to v2.0.7

Tutorial 10: Using the filesystem

Monday, March 2nd, 2009

It’s been a while since I put up a tutorial and I hope that by now you have a basic understanding of programming for the Wii. So that I’m able to keep producing these tutorials I’ll try to focus on small pieces of code instead of the whole application and how the code can be applied. The explanation of Simon was a bit too long ;). This tutorial is also a bit longer than I expected. You can grab the PDF of this tutorial here: codemii-tutorial-10

In this tutorial we’ll cover initialising the filesystem, creating/deleting directories/files and reading/writing files. Thanks to joedj for his FAT init code from FTPii v0.0.5.
(more…)