installer no longer invokes update-counter on hamachi-mp's websit

previous commit should have been 'fixup THBF.wad building, not installer building'
This commit is contained in:
Christopher Roy Bratusek 2012-04-13 21:30:59 +02:00
parent df2c8bd55c
commit a91b71105b
2 changed files with 4 additions and 7 deletions

View File

@ -349,11 +349,6 @@ s32 __Wad_Install(int startpos_x, int startpos_y)
ret = ES_AddTitleFinish();
if (ret >= 0)
{
// update counter
char buffer[100];
sprintf(buffer, "http://hbf.hamachi-mp.bplaced.net/update.php?rev=%i_installer", SvnRev());
downloadfile(buffer);
Con_FgColor(2, 1);
printf("\x1b[%i;%iH", startpos_x +6, startpos_y);
printf("SUCCESS");
@ -504,4 +499,4 @@ s32 Wad_InstallFromMemory(int startpos_x, int startpos_y)
s32 Wad_UninstallFromMemory(int startpos_x, int startpos_y)
{
return __Wad_Uninstall(startpos_x, startpos_y);
}
}

View File

@ -17,7 +17,9 @@
- installer now supports Classic-Controller
- installer now supports GameCube-Controller
- installer loads HomebrewFilter rather than returning to Systemmenu
- add support for <force_ios_reload/> flag in meta.xml
- installer no longer invokes update-counter on hamachi-mp's website
- add support for <force_ios_reload/> flag in meta.xml (use this, if
an application (most likely WiiMC) does not recognize your HDD)
- adopt libwiigui changes from ZERO
- BUGFIX: loading apps through wiiload works again
- support passing arguements using wiiload [obcd]