﻿WiiFlow Changelog:

R182

*Stop wiiflow form passing bad cmd line arguments.

R181

*beta181 (replaces beta180 due to a syntax error)

R180

*Beta180

R179

*Launch/list channels with base 57 fixed.
(unknown whether i broke anything, but some tests with all bases have shown
proper name, id, banner sound, and launching)

R178

* Added option to enable wiimote gestures ("wiimote_gestures" in "GENERAL"
section) on request of Benjay and Kovani.

R177

* Added sensitivity to the nunchuck magnitude (the farther you move, the faster
it's gonna roll)
* Added wiimote gestures (rolling)

R176

*Fix some missed m_changed resets
*Add ncard to channels launching

R175

*Only save ini's when they have changed.
*Made sure a file can't be attempted to be saved if it is not loaded first.

R174

2 Buttons added, these were reused buttons from before so themes should only
need to rename the existing tags.  (format OLD = NEW)

*Added button to toggle the "category_on_stop" option in settings.

CONFIG4/SEARCH_MODE = CONFIG4/CAT_ON_START
CONFIG4/SEARCH_MODE_BTN = CONFIG4/CAT_ON_START_BTN

*Added button to toggle "async_network" in settings.

CONFIG5/INSTALLDIRECTORY = CONFIG5/ASYNCNET
CONFIG5/INSTALLDIRECTORY_BTN = CONFIG5/ASYNCNET_BTN

*Fix a language bug in menu_download.cpp (dupe tag for diff strings)

4 New lang strings added (see the english.ini changes)

*Fix categories changes not saving when you boot a game.

R173

-tiny fix for cheat menu (hide Download Button after Download)

R172

*Add ability to exit to priiloader.
*Set STUBHAXX if it has somehow been overwritten by wiiflow or corrupted by
priiloader or a forwarder(mb fix the freeze on exit for some ppl?)
*Clean up some noob wpad flush/disconnect code.
*Remove unused code.

R171

-proper Naming for WiiTDB Download Button/Label (GAME_TITLES is WIITDB_DOWNLOAD
now and ALL_TITLES_BTN is WIITDB_DOWNLOAD_BTN now)
-some small changes for Gameinfo
-fixed WDM showing if Zoomed in and scrolling to other game

R170

*beta 170 to update server
*fixed RPG.wdm

R169

* Added instant show to ButtonMgr for cheat pages
* Removed repeat from cheat pages to remain consistant with the general settings
* Removed animation from all buttons in cheat page to remain consistant

R168

* Removed ncard as gamecard provider. The site failes to respond, leaving
Wiiflow freezing
* Added some graphic blending mode to FreeTypeGX when drawing text in the menus
* Added Suspend Thread to gcard.c

R167

* Changed *.sh files to have native end-of-line style
* Set executable bit to *.sh files
* All config files now use JODI for the HBC instead of it's strange ID
* Added option to enable/disable playlog writing (write_playlog in GENERAL in
wiiflow.ini)
* Added thread to gcard registration. It seems that ncard sometimes let the
loader "freeze". This thread will be aborted after 3 seconds.