German Chinese (Simplified) English Finnish French Greek Italian Japanese Russian Spanish Swedish Turkish
Wii Homebrew Downloads
Übersicht Downloads suchen
Download im Detail

postLoader v.3.67.1

Dateigröße Dateigröße: 2.73 MB Downloads Downloads: 2754 Sprache Sprache: Englisch
Autor Autor: stfour Webseite Webseite: Homepage Datum Geändert am: 24.02.2012

Download Mirror 1

Bitte bewerten Sie den Download angemessen!
(20 Stimmen)

Mit dem postLoader kann man seine Applikationen aus einer grafischen Benutzeroberfläche starten, welche mit GRRLIB erstellt wurde. Dazu installiert man die boot.dol des postLoaders im Priiloader als Autostart. Schaltet man nun die Wii ein, erscheint das Menü des postLoaders. Von dort aus kann man dann all seine Appliaktion starten. Ein boot.elf Support ist wieder vorhanden. 

 

postloaderscreenshot

 

Changelog:

 

postLoader 3.67.1

* dml game scanner is working again

* priibooter_gui (2.2): background fade-in during hdd initialization was missing

 

postLoader 3.67.0

* dml: fixed the bug that could prevent displaying of games on more than one disc (from usb only)..

* when changing sort mode, cover cache where not updated

* cover cache is now using mutex for thread locking

* now when emunand is changed, cover cache is correctly updated

* postloader forwarder channel updated to v4.

* postloader can now fully work under ciosx. This give some beneficts, like better hdd compatibility and highter transfer speed (+200Kb/sec on dml game transfer). If you choose to use ios249 and you want to keep ahbprot for spawned homebrews, postloader channels V4 is required to be on system (both real and neek). ([home]->system options->Advanced options)

* added support for ntfs (but actually on first partition is used for homebrew/dml, also remember that emunand, neek and a lot of hb doesn't works with ntfs)

* postloader is now able to save some setting (like ios/onlyusb/etc...) directly in the boot.dol

* ploader.sd file is no more used. The flag for USB Init (yes/no) is now embedded in boot.dol ([home]->system options->Advanced options)

* added experimental gestures (enable in [home]->system options->Advanced options)

* embed some configuration params (ios, sd only mode, hb execution mode...) on the executable

* priibooter_gui: can now boot neek2o without any SD inside (thank you obcd)

* priibooter_gui: support hdd with first ntfs partion

* priibooter_gui: nouw can store it's configuration file on usb device (before only on sd)

* neek2o: now is forced ios56

* updated libwiiuse library to support latest wiimotes

* a lot of code clean and various little fixes

* postloader forwarder channel is now in the distribution

 

postLoader 3.66.1

* Fixed a bug introduced in 3.66.0 that make covers do not updated correctly in game mode if page != 0

* Lowered to 32Kb and aligned to 32 bit the copy buffer for files. Gained some Kb/sec during game copy.

 

postLoader 3.66.0

* Reintroduced online update. Now updates are in zipped format and can contain all files that need to be updated. Press [home]->check online for updates

* dml: sd->usb crosscheck allows 2Kb of difference to let gct codes to be stored only on sd.

* dml: multiple disc is now supported. The only folder name scheme supported is the one from discex

* code clean and refinement

 

postLoader 3.65.0

* dml: added cache... no more wait time. Cache, as usual, must be rebuilt manually (or automatically when install a game from usb to sd or remove a game)

* dml: added an option to remove a game from sd (press [B] on the game)

* dml: some little optimization on ui when searching for games

* priibooterGUI 1.0b: added different way to call HBC

 

postLoader 3.64.0

* wbfs scanner: again more checking

* neekbooter 1.2: there is an error on neekbooter 1.1. I forgot to delete 'nandpath.bin' on return to menu'.

 

postLoader 3.63.4

* wbfs scanner: incremented buffer size.

* dml: crosscheck is done only one time per session.

 

postLoader 3.63.3

* dml: mp3 music is stopped before starting copy a game from usb to sd

* dml: cross checking between sd and usb games fixed.

* wbfs scanner: added some more checking

* wbfs scanner: should be able to keep debug on sd on

 

postLoader 3.63.2

* Again it seems that mp3 playback can hang postloader in some situations. Added a semaphore for cover cache thread.

 

postLoader 3.63.1

* neekbooter 1.1: when channel from real nand is executed via neek2o, on "return to menu", /sneek folder return to it's original state and wii rebooted

* added a new download site for covers

 

postLoader 3.63.0

* Much better page transition

* Play count should be recorderd now also for dml

* Go To Page works again

* fixed: If your last page is completely full, there will be an empty one created too.

* Much more reliable cover cache system

* Now pl uses nandpath.bin instead of recreate a nandcfg.bin that causes "confusion" to neek2o. Also make backup and restore nandcfg.bin

* Added a confirmation before executing any items

* Corrected an huge memory leak introduced with version 3.61.2 in homebrew mode

 

postLoader 3.62.0

* xml and version updated

 

postLoader 3.61.2

* Cover textures moved to mem2

* Implemented a threaded cache system for covers. Now there aren't more pauses on page changes.

* misschan.txt, missgame.txt are now created on root of sd (if present) (now is true)

 

postLoader 3.61.1

* fixed channel to neek2o execution bug. Thank to AbdallahTerro to help me to track it down.

 

postLoader 3.61.0

* added page change effect

* dml: added cross checking between sd and usb games. If the game size on sd is different from the same game on usb, game on sd is removed

* changed the way usb device is keeped live.

* background music is now faded out when required.

 

postLoader 3.60.6

* fixed a free that was referring to mem2 address. This could probabily lead to a code dump when stopping music.

 

postLoader 3.60.5

* to play mp3, postloader do not use more MP3Player_PlayFile, as seems to hang postloader when multiple disc access are performed (I think disk io ins't thread safe). The backdrow is a little "hang" when switching songs. This will be fixed in the future.

 

postLoader 3.60.4 

* updated same timings during file copy operations

* added callback support during http download

 

postLoader 3.60.3

* dml: full auto selection of video mode. Removed manual mode

* dml: Added video mode change if game is ntsc

* postLoader 3.60.2 had wrong internal version

 

postLoader 3.60.2

* screen saver will hang if covers are on usb

* misschan.txt, missgame.txt are now created on root of sd (if present)

 

postLoader 3.60.1

* dml: on game never configured postLoader will automatically choose the right video moe (thx FIX94)

* channel browser: updated cover download.

* neek2o can be executed without sd in slot. Even if sd is inside, usb has highter priority. /sneek/kernel.bin must be present on the device (THX obcd!!!!)

* postLoader can now moove its configuration data from sd to usb. ([home]->system option->Move postLoader cfg folder to USB)

* play count for dml should now work (thank joostin)

* readmii.txt updated to v.1.7

* During cover download, misschan.txt and missgame.txt will be created with missing covers

* various bugs fixed, and newer added

 

postLoader 3.60.0

* n2oswitch erased from project

* old neekbooter becomes forwarder base

* new neekbooter with n2oswitch functionality added, more channel launcher for real nand

* on neek2o r75 (i don't know the revision where this heppened), the structure of nandcfg.bin file was changed, corrupting postloader behaveur. Updated

* postLoader doesn't use WII_LaunchTitle to execute channels on real and neek2o. CGT codes should works again in both enviroments.

* New channel launch method, you can choose between "Normal boot method", "Load apploader", "neek2o". For neek2o, read VERY important notice in note

 

NOTE: How to setup a neek2o nand for real channel launch method

* Use modmii to create a fresh nand. Install only priiloader (required) and if you wish postloader channel. Do not add anything more if you want a fast to boot nand

* name this nand pln2o and put in usb://Nand/pln2o

* Start that nand, configure it (also the network). Install the new neekbooter (required) in priiloader and make priiloader autoboot it (you can use postloader to do that [home]->System options->Install neekbooter.dol in priiloader, when you running in neek2o/pln2o nand)

* postLoader will automatically copy (only one time) your vc/wiiware to pln2o nand and execute it.

* This is a great workaround for WFC games and games that doens't work in d2x emulation

* THIS IS EXPERIMENTAL, make a backup of your nands before try it.

 

postLoader 3.59.5

* Fixed a possibile miss/corruption of wiiload header. (thx JoostinOnline)

* Now music is stopped when partition are mounted during wbfs scan, otherwise a code dump will occours...

NOTE: neek2o channel launching mode isn't yet operative...

 

postLoader 3.59.4

* If you are using wiimote and point outside the tv, the cursor will disappear immediately

* Removed "default" from IOS selection in emunand channels property

* Missing from 3.59.3: AHBPROT is replaced by "+" symbol.

 

postLoader 3.59.3

* Now if the wiimote point outside the tv, the cursor will softly disappear. It return visible when pointing again or using controller sticks. (thx joostinonline for the idea)

* Changed sneek detection with joostinonline suggested one.

* Remove close button on channels properties

* If user pressed (B) in "Select NAND Source" to close the menu, the path to nand become corrupted

* If someone ( :p ) want postloader to stay always on 249, hexedit postloader .dol file, search for USE_IOS_249=0 and replace with USE_IOS_249=1

* postLoader channel hidden also in realnand and neek.

 

postLoader 3.59.2

* nandbooter mooved again a little upper as apploader mode was broken

* nandemu scanner now skip hbc and postloader channel (POST)

* priibootergui is now in the apps folder with it's xml-. This is need by priiloader > 0.8 to enable AHPBROT. Once installed it can be deleted

* added to postloader's xml

* some minor changes

* readmii.txt updated to v.1.6

 

postLoader 3.59.1

* Fixed a bug that was preventing postloader to browse real nand if ios249 is used (this heppens it AHPBROT flag is not available)

* added to xml file , it is required if executed from HBC

 

postLoader 3.59.0

* Removed debug output for nandbooter (emulation nand), now is much more faster and nicer. If an error occours, a log file is written to sd

* nandbooter moved to 0x81330000

* nandbooter: huge code cleanup

* Corrected a bug where selected homebrew icon can be partially overlapped by other icons

* homebrew application version is now displayed

* Almost totally rewritten postloader channels/nandemu routines

* postLoader need no more to reload 249 to refresh channel cache for emunand (and it is faster)

* channels filter menu is now on two columns

* fix an issue with some themes

* fixed the xml (thx joostinOnline)

 

postLoader 3.58.3

* Corrected a bug on theme detection that was causing a code dump

* Handled correctly sound when ios reload is performed

* Code clean

* Better debug output

 

postLoader 3.58.1

* Removed some heavy debug output

* Added debug output when browsing homebrew

* undo "grlib_menu redraw previous screen when exiting"... causes flickering

 

postLoader 3.58.0

* mp3 background music added... copy your mp3 to /ploader/mp3 or /mp3 on usb or sd

* created .conf file managment library

* Now channels/games configuration is stored in a single conf files.

* Added overflow protection if a bad header is found during wbfs scan.

* grlib_menu redraw previous screen when exiting

* gametdb titles.txt is now supported. Just copy in /ploader folder. Note that utf-8 support is minimal, so don't expect to read symbols (for example, Japanese).

 

 

postLoader 3.57.5

* Corrected a bug in some debug message that could lead to a c. dump if logging is enabled

 

postLoader 3.57.4

* Added the capability to change default loader home [home]->game options->set default loader (can be very slow)
* Corrected some menu options
* Corrected gamebrowser top title
* Some code clean

 

postLoader 3.57.3

* Added support for GC D-Pad (thx traitor)
* Corrected a bug in homebrew browser pagenum (thx traitor)
* Incremented debug output for dml operation
* DML: Removed call to setstreaming (thx FIX94)

 

postLoader 3.57.2

* Corrected a bug in GRRLIB when inverting a texture
* Added hourglass animation when reading game configuration
* dml: games on sd are displayed first

 

postLoader 3.57.1

* Updated readmii.txt to version 1.5 with latest changes
* wiimote key (1) now is "go to page...". D-Pad (LF) homebrew, (RG) channels, (UP) WII games, (DW) GC Games
* Added messages when "intensive" operation are performed
* When possibile bigger font are used.
* priibooter console no more in distribution
* added "wii theme" to the default distribution
* also the splash screen is installed if it is present in the theme
* Now name sorting is case insensitive
* Optimized a bit the keep usb live funcion
* Keep usb live is now called in the screensaver
* dml scanner function was failing if no usb hdd is attached
* Adjusted a lot of thing about themes. Themes must be updated to package 2.1
* Code clean and some bug fix in code

 

postLoader 3.56.1

* added a lot of additional checking and perfcounter for filesystem function (copy etc...)
* corrected game icon dimming for wii mode
* dml: fixed a bug that was preventing the installation of a new game from usb if there was enough space
* dml: copy process can be interrupted (this may need some more work...)

notes: ngc iso (already converted with DiscEX) must be copied in usb://ngc folder (primary FAT32 part).
postLoader will take care to copy to sd://games when required
Games icon from usb games are dimmed. Copying process is slow (1750 kb/s on my sd)
If there is no space on sd, postLoader will ask to delete some games.

 

postLoader 3.56.0

* postLoader can now move ngc iso from usb to sd (see notes)

* Updated fileop library

* Added usb gecko output

 

postLoader 3.55.0

* In game mode, d-pad [UP] will switch WII/GC(DML) mode (also [HOME]->Game options->Switch

Wii/GC(DML) mode)

* now dml video mode (pal/ntsc) must be configured from game menu' (press [B] on a game)

 

postLoader 3.54.3

* Forgot to update internal build number

 

postLoader 3.54.2

* Added support for reset and power off buttons during screen saver

* Changed a bit the screensaver (but "basic" ramains :P). Timout is 2 min (not 1 min)

 

postLoader 3.54.1

* Added correct timeout for screen severe (about 60 sec).

 

postLoader 3.54.0

* Corrected PAL 576i video output.

* Corrected for hb mode the display of text about application name and other info.

* Fixed a lot of texts.

* neekbooter 1.2: Added the support for usb other then sd/isfs. This will be the base for the new

forwarder.

* DML If a wii game is started, returning to postloader without shutting down the wii, will prevent

to show video for dml games. Fixed.

* DML video options are now accessible from DML menu' pressing +/-.

* Added timed auto close menu (needed for future screensaver and for priibootergui)

* Modified GRRLIB to disable jpeg support if needed (smaller code output, used for priibootergui)

* added a very (VERY) basic screensever (triggered after 60 seconds of inactivity, this time will be

modificable in future)

* priibootergui 0.4->1.0 (it is stable)

> priibootergui: user can now press "reset" on the console to go directly to SM. This is

usefull if user is lost with controllers out of sync.

> priibootergui: if menu is open it will autoclosed after 20 second.

* Some code clean.

 

postLoader 3.53.3

* Added DML to game menu [home]->Game options->Show DML menu (or press UP on d-pad)


postLoader 3.53.2
* Changed sneek/uneek/neek2o detection routine 
* pl3 configuration is written before running the game. 
* DML: when pal is selected, video mode should be forced to 576i corrected some typos (thx zfa) 

postLoader 3.53.1
* Added sram video patch options

 

postLoader 3.53.0 

* Added support for DML (thx to wiipower&neogamma for source code example)

 

 postLoader 3.52.0

* Added theme selector (theme package > 2.0 required, read readmii inside package), press [home]->options->change theme

Aligned disc launcher (di) module with latest wiiflow implementation

* Added video fix to (di) module

* Corrected WCF issue (neek2o)

* Fixed some variables names for grlib menu functions

nandbooter to (b5)

* priibootergui to 0.3: corrected font reverse when no background png is available

* nandbooter aligned with triiforce (r96): Writing the title id to 0x80000000, might required for online WiiWare games (but online doesn't work)

 

postLoader 3.52.4

* Back to original appbooter. wiimc is unstable also started from hbc (principally youtube).

 

postLoader 3.52.3

* Tested old appbooter with wiimc 1.2.

 

postLoader 3.50.1
* Corrected some issue with GRRLIB video initializiation
* Added priibooterGUI 0.2
* postLoader when executed from priibooter(GUI) do not show more the device initialization screen (it assumes that they are already init)

priibooterGUI notes:

* can load it's own background png from ://ploader/priibooter.png
* backround if faded-in for about 5 second during usb init. If usb is already initialized fade-in will take 3 second. During this time you can interrupt and show boot menu pressing any key
* the boot menu allow to select postLoader/neek/sm/hbc. The selection can be saved or just used one time
* uses the same postloader's themes for menu.

 

postLoader 3.49.1
* Added support for mounting usb://nands/* subfolders. Note that d2x v6 has 64 char filename limit. A standard path for a title .app file is 45 char long. So nands/ should be less then 19 chars. Note that if a title access to deeper path, and will fail. d2x v7 seem have raised filesystem path len to 256 char
* Added per game selection for ios
* Added per game selection for loader to use (CFG, GX and WiiFlow... note that wiiflow crash when passing arguments, so it will not work)
* code clean
* Corrected all references to postloader.dol in readmii.txt

NOTE: searchpath for loaders. Both sd and usb are used
/apps/usbloader_gx/boot.dol
/apps/wiiflow/boot.dol
/apps/USBLoader_cfg/boot.dol
/apps/USBLoader/boot.dol

 

postLoader 3.48.3
* Little adjustment on ios reload function
* Added support for ios249 to wbfs scanner
* Only really found partitions are now scanned
* cfg loader is now called with "intro=0" option (there is no output during game launch)
* added "Powered by Configurable USB Loader" on game launch
* removed alternate nand selection on game options when in real nand
* priibooter 1.11
  > reduced the delay for mode change. You must be very fast now ! (Anyway keypress is detected also during usb init...)

Known issues/todo (in sparse order)
 
* TODO: add some options for cfg loader (ios, video patch, ocarina...)
* TODO: give an option to force 480i/60Hz instead of 576i
* TODO: add theme support to Settings Editor GUI
* TODO: priibooter gui
* TODO: runtime theme switch
* TODO: add usb hdd keep live
* TODO: Adding patching options to uneek games
* TODO: multy splash screen support
* TODO: patch uid.sys under neek
* TODO: more theme options
* ISSUE: if a channel png is corrupted, postloader may crash

postLoader 3.48.2
 
* WBFS Rescan function was missing

 

postLoader 3.48.1
* Added support for wbfs games in real nand. You must have cfg-loader in /apps/usbloader or /apps/USBLoader_cfg as CFG Loader is used to execute the game (thx oggezee to give me the permission to use it)
* Added wbfs games scanner function for real nand. FAT and NTFS partiotion are supported (thank FIX94 and his forwarder for its partition mounting functions)
* Corrected some strings
* Some code clean
* Games and Channels vote system was not handling correctly [B] button
* Games and Title browser do not remember correctly the last page visited. pl3 configuration file will be resetted when you upgrade to this version
* priibooter 1.10
  > update a bug if no sd was inside the wii

 

postLoader 3.47.0
* neek2o: postloader can now install neekbooter in priiloader and configure it for autorun
* corrected game options menu alignment
* changed some menu labels
* removed experimental microsneek feature

> priibooter 1.9
* if postloader isn't found and you are not in neek mode, selection screen is force
* now search also sd:/appps/postloader/boot.dol and usb:/appps/postloader/boot.dol
* wiimote buttons can be press to enter in interactive mode also during device initialization
* wait-time reduced

> neekbooter 1.1
* if something goes wrong, an error message appear.
* corrected crash if postloader isn't found
* added sd:/appps/postloader/boot.dol to search path
* added ISFS/appps/postloader/boot.dol to search path (so we can read postloader from usb, compatible with neek2o and uneek)
  note that this make sense only under neek2o as postloader3 is capable to access usb to store data and sd can be removed.
  under neek an sd is required for data.

 

postLoader 3.46.2
* neek2o: postLoader is now capable to rebuild all wbfs folder/file structure. Still missing fst format
* added progress dialog when rebuilding diconfig.bin
* postloader.dol is now available as apps/postloader/boot.dol
* meta.xml reflect now the real version
* postLoader have it's page in google code

 

postLoader 3.45.3
* Added support for usb homebrew access on neek2o (READ NOTES)
* Corrected a crash introduced in 3.44.3 if neek2o nand is in the root
* PARTIAL built in game cache rebuilder (READ NOTES)
* Updated readmii to v1.2
 
postLoader 3.44.3

* Corrected icon layout for homebrews
* Corrected possible crash when drawing themes (for example with dimension theme)
* Corrected some little graphic problems with themes
* n2oswitch now support any priiloader version and change only needed options (autoboot and ReturnTo) leaving all the other option with they original values
* postLoader can now switch to any neek2o nand ([HOME] -> Options... ->Change current neek2o nand")
* postLoader now keep a channels cache file separated for any nand
* added neek2o availability and current nand folder on screen
* appbrowser can now manage up to 256 different homebrews.

postLoader 3.43.1

* Corrected a bug caused by "strange" diconfig.bin (thx cippazza)
* Corrected a typo error (thx zfa)
* Added n2oswitch.dol in ploader folder. This file must be present in sd:/ploader/ folder to enable neek2o nand autoswitch feature

 

postLoader 3.42.0

* Corrected cover display for wiiware

 

postLoader 3.41.4

* Corrected a drawing problem on games icons, when no icon is available

* Corrected a bug on parsing diconfig.bin when character "|" where present on title

* priibooter 1.8: disabled usb root nand checking for better compatibility with neek2o

* added primordial per game nand reload. A lot of more work is needed to complete this functionality

NOTES:

postloader support automatically 4 different nands

/nands/pl_eu for euro pal nand

/nands/pl_us for usa nand

/nands/pl_jp for japan nand

/nands/pl_kr for korean nand

If the region if different from default, postloader is not capable of run directly the game. So the new region system menu will be displayed with the disc inserted.

If something gone wrong simply delete nandcfg.bin from /sneek

 

postLoader 3.40.2

* Corrected theme support

* Corrected an (old) bug on deletion of all (games/channels) configuration files

* Moved "Clean channel/games configuration files..." option to "Options menu'"

* Corrected games hiding/sorting (configuration files must be cleaned, before it works)

* Removed filter menu from games browser

postLoader 3.39.8

* Uneek game browser with cover support. Support +cDI (thx obcd) and +DI (untested but should work). Unespected results for non cDI/DI versions
* Rewritten disc boot code (now works under neek)
* Fix for DVD homebrew access (thx tueidj, now WiiMC shoud work with internal dvd... waiting for reports)
* postLoader can detect NEEK without the need of "neek" argument in xml
* Completely rewritten gui layout engine
* Now titles png have the right proportion (reduced titles x pages, from 16 to 12)
* New icon (sorry joostin, I'm feeling creative :P)
* changed /ploader/channels.png to /ploader/covers: If you want to keep old covers you should rename that folder
* changed /ploader/channels.cfg to /ploader/config: If you want to keep old covers you should rename that folder
* Added gpl.txt license to sources (link, as usual, in readmii.txt)

Note:

* Maybe it is not a usefull note, but game browsing can be accessed pressing [1] (hb->channels->games) or [home]

 

postLoader 2.38.1
* Postloader can now boot currently inserted disc. (press home "run disc")
* Corrected REAL NAND titles access without using ios249 (if AHBROT is available)
* Adjusted some ui messages
* Corrected wiiload functionality after cover download
* Only new covers are downloaded
* If priibooter fail to mount usb, postloader do not try again (priibooter 1.7 required).
* priibooter updated to version 1.7
* Support for wiiload args was disabled in 2.37.7 (just a mistake)
* Corrected a bugs that was keeping wiiload thread in receiving state if communication is interrupted/broken
* readmii.txt update and now have it's own version number
Known issues/todo (in sparse order)
* TODO: add uneek+di(cDI) game selection interface
* TODO: priibooter gui
* TODO: multy splash screen support
* TODO: new ICON !!!!
* TODO: patch uid.sys under neek
* TODO: more theme options
* TODO: runtime theme switch
* ISSUE: if a channel png is corrupted, postloader may crash

 

postLoader 2.37.7

* If AHBROT is available, no more need to fall into ios249 to browse (and execute) REAL NAND titles.

* WiiLoad support (straight, compressed dol, zip archieve)

* If you send postLoader.dol via wiiload, postloader installation will be updated (after confirmation).

* Cover download can be safely interrupted pressing (B)

* New library for http download (derived from wiiXplorer). Now cover download is much more faster

* A lot of code clean

* Now arg.commandLine is also moved in mem2

* HB applications can be uninstalled

* Corrected some bugs on microsneek support. Anyway microsneek must be considered experimental.

* priibooter: updated to 1.6

* priibooter: corrected a bug on HBC selection

* priibooter: postloader is searched also on usb

* Updated grlib gui library to 1.2

* Changed version number convention ...

Known issues/todo (in sparse order)

* TODO: priibooter gui

* TODO: multy splash screen support

* TODO: new ICON !!!!

* TODO: patch uid.sys under neek

* TODO: more theme options

* TODO: runtime theme switch

* ISSUE: if a channel png is corrupted, postloader may crash

 

postLoader2 b36

* microsneek technology (yah, I love useless fancy names :P) - READ READMII.TXT

* Added caching to debugging mode

* Updated readmii.txt

 

postloader2 b35

* plneek merged with priibooter (now priibooter 1.4). Install this version under priiloader

* priibooter (if an sd is available) can run postloader/neek/system menu/hbc. It remeber last setting

* pl2: if you create on the root of sd the file postloader.log, postloader start in debugging mode. It drammatically slow. Debugging message are only partially implemented

* fixed dimension theme (you need to re-download the theme pack)

Known issues

* if a channel png is corrupted, postloader may crash

 

postLoader2 b34

* plneek: update to v1.3 (only code clean)

* pl2: added fix for old app with "crash on exit" issue. It is per-app setting, so press B on the app (like ftpii) and enable "Fix crash on exit" option.

* pl2: hide/show application (and folders) now works as it should.

* to keep dist smaller, postloader boot.dol is no more in apps folder. You must copy manually postLoader.dol to apps/postloader/boot.dol

Known issues

* priibooter crash if there is no sd in the wii

* if a channel png is corrupted, postloader may crash

* dimension theme crash postloader

 

postLoader2 b33

* plneek: reduced wait time from 5 to 3 second

* plneek: also SNEEK folder is moved with nands

* plneek: after a nand change, the availble nand folders list in postloader where wrong until next reboot

* plneek: now show only dots when moving folders

* prii/neek booter: updated .dol search order and arg passing method

* pl2: added some error message if something fails when selecting a new neek nand.

* pl2: corrected screen redraw after channels filter selection

* pl2: corrected a buffer overflow when working under neek (?) :(

!!! IMPORTANT: as USB://SNEEK folder is moved with the rest of the nand, make sure that you have one in all nand folders before updating

 

postLoader2 b32

* postLoader/nandbooter will try to search the nand on the first 4 partition of an hdd. It can't selected interactively, the first valid fat32 found will be mounted.

* plneek.dol: added nand switching utilty to package.

* Corrected a bug intruduced in the past that was preventing the possibility to disable usb initialization (mainly usefull under uneek)

* pl: Added to option menu, neek nand selection and reboot items.

 

postLoader2 b31

* pl: corrected nand folder argument passed to nandbooter (this was preventing booting titles from alternate nand folders, thx to zfa for his help in debugging)

* nandbooter: is now able to write a log file to sd (sd://nb.log) if fails to boot a title

* nandbooter: changed ISFS_Initialize position (after enabling emu...)

* nandbooter: better debug messages output

* updated priibooter.dol to support future plneek.dol (that will be the neek nand switcher)

  

postLoader2 b30

* Changed detection folder for the nand (now is title/00000001)

* Changed how ahbprot is patched on ios reload (thx daveboal, waiting for feedback on dvd video and wiimc)

* Added support for nand folders (see NOTES on readmii.txt)

* Changed channels home menu'. Added "NAND Source" for selecting nand, NAND option for rebuild cache, download covers, reset configuration

* Changed the time for displaying errors in nandbooter (from 5 seconds to 2)

  

postLoader2 b29

* Corrected a bug in the channel browser that caused wrong page number after channel's propriety menu is displayed

* Added two new themes to the package: Horizon and Dimension. Thx darkangel84

* Added totally new version of priibooter/neekbooter, completely rewritten and now based on app_booter.

* Themes are now in separate package

 

postLoader2 b28

* Corrected a bug introduced in b27 that prevente nand cache to be read back

* Implemented online update ( [Home]->options->Check online for updates )

* Corrected missing screen redraw on hiding a channel title

 

postLoader2 b27

* Corrected arg managment (now WiiSX works)

* Devices are now lowercase (like hbc)

* postLoader now path che hbc stub to force the return to System Menu title (priiloader) thx to giantput for his code

  

postLoader2 b26
* Corrected stack dump when no meta.xml is found and (B) is pressed on app

 

postLoader2 b25

* Adopted app_booter r214 from wiiXplorer (thank's dimok). postLoader size reduced by about 100Kb

* Adjusted code (hb and triiforce interface) to be compatible with app_booter

* Corrected arguments passing... now if no args are found, arg struct will not be created. This solve problems related to dollz that was solved with a not-so-skilled trick in b20.

* Elf args should be supported (untested)

* hb without meta.xml now are named as folder name (before thay was shown as )

* Now classic controller can change page with +/- and shoulder buttons

* Corrected a bug on homebrew browser when hiding an application.

* update downloadable sources to b25

  

postLoader2 b24

* Added "Reset configuration files" to NAND menu. This will clear per-title configurations file. Suggested on upgrade to b24

* Corrected choopy classic controller

* nandbooter: Changed default boot mode to "normal boot method"

* nandbooter: Now if an error is detected it pause execution for a while to let user read it

* nandbooter: some minor changes

* nandbooter: partially update to triiforce r92

 

postLoader2 b23

* Corrected bug that was preventing usb initialization if IOS58 isn't present

* Corrected a bug that could cause double of items if no valid items are available in 00010002 nand folder (to be confirmed!)

* Corrected a bug on spawn of nandbooter that could prevent reload of correct ios (249)

* A lot of code clean in nandbooter

* Corrected reload ios strategy on nandbooter

* Reduced console output of nandbooter

* Added a message on ios reload when updating title cache

  

postLoader2 b22

* Change the way titles name are read from channels. Now also 'U' Loadstructor names are detected correctly.

* Changed a bit usb storage initialization.

 

postLoader2 b21

* Now for executing titles from real nands, WII_LaunchTitle function is used. This solve compatibility with loadstructor channels (U).

* Removed tweak options for titles where running under real nand.

NOTE: Actually cannot get titles names from crap channels. Only ID will be displayed

 

postLoader2 b20

* Corrected dollz code. A stupid error caused also args to no more passed to hb
* Corrected internal build number

 

postLoader2 b19

* U channels are now scanned

 

postLoader2 b18

* Corrected a (sure) memory corruption after refreshing titles cache

 

postLoader2 b17

* Implemented davebaol (thx for share this !!!) AHBPROT fix. Started from priiloader, postLoader gains AHBPROT and is capable to spawn homebrew with full hardware access. (tested with MMM 13.4)
* Added information on current ios and AHBPROT status on gui
* Changed a bit menus... only first line of header is drawn with normal font... other lines are drawn with small one
* Implemented "Other" channels titles. This will show titles with starting letter != HWFECJLMNPQ
* Corrected wrong color inversion on some built-in textures
* Disabled remount of devices when nand menu is choosen.
* Corrected a bug on displaying icons after nand browse.
* Updated appbooter with code suggested by FIX94
* Dollz supported
* Corrected a bug introduced in b16 that could not enable correctly emulation

 

postLoader2 b16

* HB: AHBPROT flag is now checked. If found and current ios is 58, no reload is executed. Anyway IOS249 will be loaded when updating channels or executing them.
* HB: if is found in xml and AHBPROT flag is on, no reload is executed
* Full theme support. Maybe there is something more to do...
* embedded textures reflects fontBMF_reverse setting (see theme.cfg & readmii.txt)
* Minor changes on screen layout
* Optimized screen redraw when menu' are showed (much faster, especially when ios is != 249)
* Updated readmii.txt with information about theming


v2.0 b15

* Corrected bug on last item of the menu. This prevents the selection of turbografx16CD and generally any last item of the menus.

* Now postLoader remember last page visited

* Added title type in the info area (bottom of the screen)

* Last executed title will not be dimmed.

* Console switch: Power off do power off (yeaaa that's incredible !!!)... Reset took you to system menu

* Added experimental theming. See "ploadertheme" in distribution

* A lot of code cleanup

 

 v2.0 b14

* N64 VC were showed instead of NES (thx GartimusPrime)

 

v2.0 b13

* Corrected regression on emulated nand

 

v2.0 b12

* FXXX vc (NES) filter was missing (thx DEFIANT)

* Added support for "Classic" controller

* Checking screen limits when moving cursor with stick

 

v2.0 b11

 

* Added support for neek environment (see readmii.txt for details)

> corrected lockup on some nand dump

> now ploader when run in neek has it own configuration files

* Separated version history from readmii.txt (added historii.txt)

* Changed GRRLIB init to allow VIDEO_Init to be external (need for lockup under neek)

* Added support for GC controllers

* Added support for nunchuk stick

* (internal) Updated user interface library

> new helpers functions for drawing menu'

 

v2.0 b10

* Channel browser: Icons are shown correctly and (almost) immediately

* HB browser: Speedup on applciation seraching

* Minor changes on user interface

* Ocarina codes are working again (tested from SD)


v2.0 b9


* Channel browser: Changed again cert.sys support. Maybe this time works...

* Channel browser: Modified nand selection menu.

* Channel browser: Modified the notification of cache rebuild required

* Corrected internal build version (was b6 for b7 e b8)


v2.0 b8


* Channel browser: Full caching of title... no more wait time on change to real/emu_sd/emu_usb. Cache must be rebuilded manually

* Now icons are loaded in background

* Other minor fix


v2.0 b7 (unreleased)


* CH: Cert.sys missing may be have fixed (must be checked)
* CH: codes loading may be fixed
* HB: Fixed overlap of subfolders descriptions
* Corrected custom splash screen issue.

v2.0 b6

* Fix the star showing the autoboot application (thx Wever)

* Totally changed the triiforce implementation

* Added priibooter.dol mini-forwade

r

* Corrected a bug on wiimote sync

* Corrected a bug on reloading channel configuration of emulated nand

* Changed a bit the timout on autoboot

* Some minor changes

 

* Changed "About postoloader" to "Options..."

* Corrected distribution zip

* elf support is back and it is working

 

v2.0 b5

 

* Semplified graphics (yea, also before was very simple :P)
* Adjusted user interface
 
* Added icon magnify when selected
* Changed fonts
 
* Integrated triiforce, with support for
* Corrected bss on dol loading (txk oggzee)
* a lot more... to add

v1.0 b4 

* Limited the lines displayed for xml long description

* On popup menues, (B) act as cancel button

* Changed a lot of things in internal libraries

* Added option: "Disable autorun on current device"

* Added option "Enable/Disable boot time USB initialization" when the device is an SD.

* Add support for custom logo from (and only) SD.

* Added support for applications without icon.png or meta.xml (anyway the last will be created)

* During sorting you can mark the same application more than once. Corrected

* Disabled access to menu during sorting

 

v1.0 b3

 

* MMM 13.4: Derived bootdol.dol from app_booter.dol (by dimok). Now It runs...

 

* Added on screen menu'. Press Home in interactive.

 

* Added application description.

 

* Pressing (B) on application, will open application menu, with full description (from xml)

 

* Changed a bit the interactive interface

 

* Faster interactive page change

* Updated readmii.txt

 

v1.0 b2

 

* Corrected a memory's related bugs that can lead to code-dump if no icon is present for an HB Application
* Added support for subfolders
* Changed some displayed information in interactive mode
* Corrected a bug that cause failure on usb mount if configuration file is not present
* Corrected a bug that cause no directory listing if no sd card is inserted
* Corrected a bug on argv creating
 
* Added application path with sd/usb identifier to argv[0]
* Rewritten readmii.txt

v1.0 b1
 
* Added arg parsing from meta.xml
* Now postLoader save its setting in meta.xml config
* Ad more checking on some buffers

v1.0 Beta

* First public release
Test: Lizenz Open Source

Kommentar schreiben


Sicherheitscode
Aktualisieren

 

Impressum | Team | Über unsere Webseite | Partner | Markennamen sind Eigentum der jeweiligen Firmen. Wii ist ein eingetragenes Warenzeichen der Firma Nintendo.
Powered by Joomla! Designed by SiteGround web hosting and modified by Quali| Wii-Homebrew.com ist ein inoffizielles & unabhängiges Download/Informationsportal.

TOP Partner: Nintendomax - WiiTDB - MonkeyDesk - PDRoms -
GeckoCodes - NintenBrew