In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "FMyLife"

From WiiBrew
Jump to navigation Jump to search
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Infobox homebrew
 
{{Infobox homebrew
 +
| image      = [[File:FMyLife.png]]
 
| title      = FMyLife
 
| title      = FMyLife
| type        = Game
+
| type        = utility
| licence    =  
+
| licence    = GPL
 
| author      = [[User:Rosch|Rosch]]
 
| author      = [[User:Rosch|Rosch]]
| version    = 0.2
+
| version    = 0.2.4
| download    = http://members.shaw.ca/rosch/wii/FMyLife.zip
+
| download    = Media:FMyLife_0.2.4.zip
| source      = http://members.shaw.ca/rosch/wii/FMyLife_source.zip
+
| source      = http://code.google.com/p/fmylife/
| peripherals = {{Wiimote4}} {{Nunchuk}} {{SensorBar}} {{GCNController}} {{FrontSD}}
+
| peripherals = {{Wiimote1}}
| hbc        = 1
 
 
| hbb        = yes
 
| hbb        = yes
 
}}
 
}}
 +
'''FMyLife.com Reader for the Wii Console'''<br />
  
FMyLife application!
+
Programming and Graphics by rosch<br />
 +
Testing by Athenon, Yossi from {{EFnet|wiihelp}}
  
Downloads content from FMyLife.com and shows them on your Wii!
+
==Controls==
  
Press 1 to view the latest 15 FML's. Press it more times to get the next 15, etc, etc.
+
* Up/Down to select FML type
 +
* A to download FMLs
 +
* -/+ to browse between downloaded FMLs
 +
* Home to exit
  
Press A to get a random FML.
+
==Upcoming Changes==
  
Press Home to exit.
+
* Will fix FML. Currently broken as FMyLife.com has changed their HTML code. Minor fix.
 +
* Complete conversion to GRRLIB, this will take some work.
  
Graphics/coding by rosch.
+
==Changelog==
  
Thanks to Athenon for helping to test at 3AM in the morning.
+
===0.2.4===
 +
* Fixed Random FMLs no longer downloading properly
 +
* Applied HTML scraper to Latest FMLs
 +
* Added Top FMLs for selection
 +
* Changed the way FML types are selected
 +
* Downloading of FMLs now multitasked, no longer blocks
  
Major props to [[MLlib]]!!! I used the library for the GUI :)
+
==Known issues==
  
* Application will hang if there are any network problems.
+
* HTML Entities still not supported, you will see &quot, &amp, etc
 +
* May hang on exit, still can't figure out why
 +
* If connection suddenly dropped, will not reconnect
  
* Also tends to hang at exit sometimes. I can't figure out why.
+
==Libraries used==
 +
 
 +
* [[MLlib]]
 +
* [[FreeTypeGX]]
 +
 
 +
[[Category:Homebrew using FreeTypeGX]]
 +
[[Category:Homebrew using MLlib]]

Latest revision as of 21:51, 12 July 2010

FMyLife
FMyLife.png
General
Author(s)Rosch
TypeUtility
Version0.2.4
LicenceGPL
Links
Download
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg

FMyLife.com Reader for the Wii Console

Programming and Graphics by rosch
Testing by Athenon, Yossi from #wiihelp on EFnet

Controls

  • Up/Down to select FML type
  • A to download FMLs
  • -/+ to browse between downloaded FMLs
  • Home to exit

Upcoming Changes

  • Will fix FML. Currently broken as FMyLife.com has changed their HTML code. Minor fix.
  • Complete conversion to GRRLIB, this will take some work.

Changelog

0.2.4

  • Fixed Random FMLs no longer downloading properly
  • Applied HTML scraper to Latest FMLs
  • Added Top FMLs for selection
  • Changed the way FML types are selected
  • Downloading of FMLs now multitasked, no longer blocks

Known issues

  • HTML Entities still not supported, you will see &quot, &amp, etc
  • May hang on exit, still can't figure out why
  • If connection suddenly dropped, will not reconnect

Libraries used