Commit Graph

  • 2b06e90fb4 -send usb gecko data via safe method, to prevent missing prints as it sometimes happend before fix94.1 2012-08-05 19:28:54 +00:00
  • 4932949a3a -fixed booting wii games from disc -moved a few debug prints, also added disc id check for wii games playing from a wbfs partition (before it just checked on fat32, ntfs and ext2 if the readed in disc is correctly opened from cIOS) -made ogg lib using MEM2 only (as we did in the previous update with the sound buffers) fix94.1 2012-08-05 16:10:32 +00:00
  • 971b5bdb52 -improved jpg support, now the cover width and height dont need to be divisible with 4 anymore, you can use what you want -moved sound buffers back in mem2, idk but for wiiflow it gives a better result -added mem2 memalign placeholder for new memory manager (after a week still everything but finished) -updated other small things, cleaned up source structure a bit fix94.1 2012-08-05 13:48:15 +00:00
  • e6522473d2 - Change of effects and dimensions for some labels and buttons to match better with default theme - Change DEFAULT to default in menu.cpp - Updated french.ini Jiiwah 2012-07-28 22:38:46 +00:00
  • c8cc92a8e2 -source for updated stub (thanks megazig) fix94.1 2012-07-28 16:47:19 +00:00
  • e1406a5921 -update wiiflow stub (thanks alot to megazig for it!) -devolution will now return to wiiflow using the hidden channel -added megazig to thanks list -allocating memory for devolution instead of using a fixed position (seems to work just fine now) fix94.1 2012-07-28 16:41:48 +00:00
  • e16c2f566e * Updated spanish.ini (thanks Difk) * Added spanish help file (thanks Difk) fedeanto11 2012-07-28 15:44:09 +00:00
  • 4160f49c99 * Updated chinese_s.ini (thanks kavid) * Added a missing line in italian.ini fedeanto11 2012-07-28 14:41:51 +00:00
  • 170d7975e4 -cover cache fine tuning :P fix94.1 2012-07-27 20:02:07 +00:00
  • 864601e21c -set down cover display limit from over 800 (wtf) to 160 fix94.1 2012-07-27 18:53:33 +00:00
  • 5eaa10320f -fixed DIOS-MIOS and iso usage fix94.1 2012-07-27 18:12:30 +00:00
  • 15f9c97ba4 -!'/%)($% fix94.1 2012-07-27 17:37:41 +00:00
  • 88955e9461 -changed the memory management yet again, now just use the mem which has enough space left instead of fixed memory in most parts -fixed alot of things about banner playing, now shouldnt randomly codedump anymore or things like this, also some banner sounds which did not play before should work fine now -removed unused code and added better debug prints -using some fixed voice for game banner and not always a new one per banner -fixed DIOS-MIOS cheats for sure now :P -fixed possible memory allocation bug in wbfs alloc (thanks to cfg-loader) -removed MEM2_memalign since it did not work correctly -fixed a few wrong memset sizes fix94.1 2012-07-27 17:26:49 +00:00
  • e55ab171c6 -stupid svn missed a file :P fix94.1 2012-07-26 22:15:50 +00:00
  • ea114c638d -fixed cheats usage for DIOS-MIOS -added more checks to prevent codedumps on gc banner creation fix94.1 2012-07-26 22:09:20 +00:00
  • 8b4d6159e2 Language files updated for r611+ : - danish.ini (thx nibb) - dutch.ini (thx Etheboss) - english.ini - french.ini - italian.ini (thx xFede) Jiiwah 2012-07-26 20:34:32 +00:00
  • 4e81ca8651 -removed unneeded device mounting on wii and channel booting (should fix games like black ops) -fixed booting wii games from sd card fix94.1 2012-07-26 00:00:49 +00:00
  • a36fab3cdd Making things ready for official wiiflow svn ;) -made wait animation faster -removed a few unneeded lines in the wait message code -fixed booting wii games from disc -fixed possible bug in wii game launching in general -gecko output again on wii game booting -converted alot of spaces to tabs, fitting the general wiiflow coding style -general cleaning up things fix94.1 2012-07-25 22:12:17 +00:00
  • 6cb919c7ae -writing priiloader magic word into new memory region as well now for priiloader 0.8 beta 4 fix94.1 2012-07-23 15:29:26 +00:00
  • c0e84d0783 -updated library sources fix94.1 2012-07-23 13:55:35 +00:00
  • e78f710d1b -updated freetype configuration, now the fonts should look like with the old versions again -made a few default theme pics to jpg, you wont even notice a difference, just in size :P fix94.1 2012-07-23 13:41:13 +00:00
  • e8c66b7278 -added jpg file support for game covers and themes, if no .png is found, it will just replace the filename extension with .jpg and try it again, the jpg file width and height need to be divisable with 4, otherwise wiiflow will just ignore the cover fix94.1 2012-07-22 22:10:17 +00:00
  • f9a38eff01 -removed a few unneeded emu nand lines -added option to enable overwrite miis and system config on emu nand with the ones from real nand (disabled by default) fix94.1 2012-07-22 19:18:00 +00:00
  • 89404ce0e2 -added new DIOS-MIOS widescreen patch -updated english.ini -updated german.ini fix94.1 2012-07-22 18:39:34 +00:00
  • 55e174b512 - ISO's for GC games that come with 2 disc are now dumped in 1 folder - If a 2 disc GC game is launched with Devolution, tell Devolution the location of the 2nd disc* overjoy.psm 2012-07-22 18:02:56 +00:00
  • 53c5594d29 -new wait message (thanks jj-kwik for the awesome base) -added BASIC jpg support (currently only for internal theme files and only with the power of 4 dimension images) -using dvdskin files in jpg format (you wont notice the diff) -created new folder in resources for the original theme pngs (@devs: if you update pictures and use jpg, place the original png inside that folder that we have the original one just in case) fix94.1 2012-07-21 17:05:58 +00:00
  • 0b1562fcdf -dont use frag list on wbfs partitions, they are not needed -fixed booting games from wbfs via waninkoko cIOS r17 or older -fixed partition handle wbfs detection fix94.1 2012-07-20 21:18:29 +00:00
  • 8d099e9041 -added back debug HDD size/sector info (more fancy this time :P) -added debug SD information if found or not and if in __io_wiisd mode (for dolphin-emu, neek, hermes ios) -added automatically test if __io_wiisd mode works (no need to overwrite things anymore to test that) -added more intelligent IOS check (stub check, version check) -removed unneeded cIOS information in neek mode fix94.1 2012-07-20 20:12:25 +00:00
  • 7aac10d1ec -using force cIOS detection again, should fix problems with some fucked up cIOS maps -changed the AUTO IOS selection again, if the game doesnt need IOS57 it will just use the currently loaded cIOS instead of a IOS56 based one fix94.1 2012-07-20 12:30:18 +00:00
  • ef87b82320 -fixed some usb hdd problems for people with 3tb+ devices introduced with r598 fix94.1 2012-07-20 10:02:53 +00:00
  • c52009ea57 -lalala (fixed homebrew dol loading) fix94.1 2012-07-19 22:31:25 +00:00
  • 321a398151 -added new option in DML section in wiiflow.ini, dm_r2.1+, enabled by default, with the option enabled it will use cfg version 2 for dm 2.1 or higher, if disabled it uses cfg version 1. It will be ignored if dml_r52+ is set to no since that uses the old boot.bin method then fix94.1 2012-07-19 20:47:49 +00:00
  • 3ade778445 -fixed bug in setting video mode fix94.1 2012-07-19 20:23:57 +00:00
  • 817a2b42d4 -fixed bug in homebrew/plugin booting (plugins most likely blackscreen in older revs) -moved devolution loader (should fix ingame graphical errors) fix94.1 2012-07-19 18:19:28 +00:00
  • 4e9f70490c -temporary disable gecko output before booting a wii game (hopefully fixes random blackscreens) fix94.1 2012-07-18 20:08:53 +00:00
  • f45e70c7d3 -changed a few things about isfs and usb, also removed the disable mem2 wrap fix94.1 2012-07-18 16:43:28 +00:00
  • 5640028b17 -lets use the old gui_sound.cpp, because we shouldnt force set the memory we use for them, not that we get problems -added debug prints about how much mem left before and after cleanup -updated devicehandler, partition handler and usb code to the latest usb loader gx one, should give more compatility and port 1 support (not enabled yet) fix94.1 2012-07-18 14:09:28 +00:00
  • 71e0d1e425 Fixed formatting on wiki page Themes through web user interface. Drexyl950 2012-07-18 06:33:10 +00:00
  • 6331bae8ee Edited wiki page Themes through web user interface. Drexyl950 2012-07-18 06:32:13 +00:00
  • f606df9b2d -added proper texture, font and sound cleanup (should fix most game booting problems when using a theme) fix94.1 2012-07-17 23:14:05 +00:00
  • c3c02ac862 -shutdown IOS subsystems as we do in wii games and channels also if we boot homebrew and devolution -fixed stupid bug which may made a problem with devolution (thanks stfour for finding it) -dont init mload on waninkokos cIOS which is older than r18 fix94.1 2012-07-17 11:30:08 +00:00
  • 6ae58ae3de -added back basic hermes and wanin cIOS support, you can now load wii games with them again and you also should be able to boot wiiflow using another ios than d2x fix94.1 2012-07-16 14:05:57 +00:00
  • be2e580385 Languages updates : - chinese_s.ini for r585+ (thx kavid) - danish.ini for r585+ (thx nibb) - dutch.ini for r585+ (thx Etheboss) - french.ini for r585+ Jiiwah 2012-07-16 12:46:00 +00:00
  • 8c90a72dee Created wiki page through web user interface. Jiiwah 2012-07-16 12:25:40 +00:00
  • 5407b34ffa -forgot to set channel partition to NAND in global config when in neek mode fix94.1 2012-07-15 17:47:21 +00:00
  • 0857cdde64 -switched to more compatible neek check -lets disable nand emu if we exit wiiflow -also disable nand emu if nand emu is disabled (d'oh!) -removed unneeded debug prints in neek mode fix94.1 2012-07-15 17:35:37 +00:00
  • b484a8cb17 -fixed gamecube video mode "game" fix94.1 2012-07-15 13:18:01 +00:00
  • d46f534c36 -fixed some kinda stupid neek bug -if NTSC-J gamecube game is detected, use another memory card file for devolution memory card emulator fix94.1 2012-07-15 12:43:45 +00:00
  • 742477d0cf -if in neek mode dont use nand emulator at all and also dont shutdown devices on game boot fix94.1 2012-07-15 00:05:23 +00:00
  • d0ed0821f3 -added per game option to choose if you want to boot a gamecube game via DIOS-MIOS or Devolution, if you set it to Default it will boot ISOs via Devolution and FST extracted via DIOS-MIOS -updated english.ini -updated german.ini fix94.1 2012-07-14 22:44:57 +00:00
  • 741be2dcc2 -fixed sd card usage in neek mode fix94.1 2012-07-14 18:32:52 +00:00
  • 6840e3d9dc -fixed bug about booting gamecube discs fix94.1 2012-07-14 16:55:14 +00:00
  • 944f784c0a -added simple dolphin-emu compatility, simply comment in the #define DOLPHIN in the defines.h and compile fix94.1 2012-07-14 16:19:41 +00:00
  • 5a5fab8579 -added devolution memory card emulator as game option (disabled by default) fix94.1 2012-07-13 20:00:54 +00:00
  • cd156d17b7 WIP commit: Added support for neek2o (rev 88 and up) overjoy.psm 2012-07-13 13:16:13 +00:00
  • 077bc500d1 -cant think today zzz... fix94.1 2012-07-12 16:49:46 +00:00
  • b4dbfeaa1d -we should read in the loader.bin before closing the devices :P fix94.1 2012-07-12 16:02:51 +00:00
  • aeafda53a0 -if devolution bin is found and diosmios is not installed display gamecube coverflow button still -added possibility to set diosmios video patching way, video_setting in wiiflow.ini [DML] section, if set to 0 it will disable all video settings of diosmios, if set to 1 it will use the auto setting (default) and if set to 2 it will force the video mode fix94.1 2012-07-12 15:53:04 +00:00
  • 8aa08dee60 -added devolution support, simply grab the devolution source and place the loader.bin into your wiiflow data folder, wiiflow will automatically find the binary and use devolution to boot the gamecube game (only works with iso files, games extracted with gcreex doesnt work) fix94.1 2012-07-12 13:21:14 +00:00
  • ac3816d7e9 -only enable gc streaming if we actually boot a disc -moved ios reload block call directly behind return to channel call fix94.1 2012-07-12 00:34:32 +00:00
  • a99c4e1b72 -set back entry point to 0x80A00000 because of our bigger dol file fix94.1 2012-07-11 19:39:02 +00:00
  • 09b5210138 -updated freetype from 2.3.7 to 2.4.10 -updated zlib from 1.2.5 to 1.2.7 -updated jpeglib from 8b to 8d -fixed possible wiiflow exit bug fix94.1 2012-07-11 14:59:09 +00:00
  • ee49554a49 -disabled force video mode in dios mios (lite) for now, added bool to set it back if wanted fix94.1 2012-07-11 13:10:52 +00:00
  • 6e1d34c879 -using O2 instead of O3 (everything makes problems in wiiflow doesnt it?) -made the same changes for return to in wii games fix94.1 2012-07-10 21:33:21 +00:00
  • c81d95b502 -fixed return to wiiflow on emu nand games fix94.1 2012-07-10 21:24:38 +00:00
  • c7b06690c3 Languages updates : - danish.ini (thx nibb) - dutch.ini & dutch.txt (thx Etheboss) - french.ini Jiiwah 2012-07-10 20:51:17 +00:00
  • a9a184c84a -switched back and play button in fullscreen banner and set both a bit down -changed a few little things about freetypegx unload -since I dont care about size anymore the libs are now in its original size again, makes wiiflow bigger but better to handle fix94.1 2012-07-10 16:38:21 +00:00
  • 3aa8dde58d -set optimize level of wiiflow from min size to max speed, sure the dol is bigger but therefore wiiflow is more stable -fixed exit to doesnt work with parental lock enabled fix94.1 2012-07-10 15:41:34 +00:00
  • ce39e0c307 -removed a few unneeded calculations from the banner animation fix94.1 2012-07-10 14:43:32 +00:00
  • 7b4d983f87 -added option to disable banner in game settings, banner_in_settings in wiiflow.ini fix94.1 2012-07-10 12:02:06 +00:00
  • 1b7d76177e -fixed wii game just froze on reloading ios -fixed emu nand codedump on ios reload as well fix94.1 2012-07-10 11:25:27 +00:00
  • 5797a6cee6 -updated fceugx, snes9xgx and vbagx to mod11, updated to latest svn that they dont annoy people with new updates available message fix94.1 2012-07-10 00:24:34 +00:00
  • cc7c5a9917 -changed homebrew loading yet again, not as safe as previous way but maybe working better for bigger homebrew fix94.1 2012-07-10 00:18:37 +00:00
  • 5a2efc4e3b -changed a few things about booting homebrew, hopefully it boots everything correctly again now fix94.1 2012-07-09 22:46:11 +00:00
  • e28b91f536 -dont deinit isfs for homebrew programs which are for some reason unable to init it again :P fix94.1 2012-07-09 21:16:07 +00:00
  • 07fbb21f3b -if in game settings, dont display game banner with the full brightness, otherwise its not easy to read the settings for some games fix94.1 2012-07-09 20:06:53 +00:00
  • c99e1c0e6c -fix to make the banner re-open when coming back from game categories (b on star) fledge68 2012-07-09 12:15:40 +00:00
  • 1a93cdf4c3 -added SL2J01 to black cover list (thanks lustar) -fixed a bug on exit wiiflow which made it freezing fix94.1 2012-07-08 15:41:58 +00:00
  • 47892032f5 -fixed booting emu nand games fix94.1 2012-07-08 14:56:07 +00:00
  • 3f6e4beffe -fixed retail and backup wii disc reading and playing fix94.1 2012-07-08 14:44:21 +00:00
  • 1ad14ce248 -fixed possible bug in memory allocation (thanks megazig for hints how to debug better) -made the global cleanup less unstable -fixed IOS Reload on game loading codedump -fixed bug in network init fix94.1 2012-07-08 13:35:59 +00:00
  • fd30f2aa74 -set entry point back to 0x80B00000 (overjoy, why you changed that?) -changed some small things about the menu class opening -forgot to deinit ISFS on sys exit, may it created some problems -closing wiimote inputs before reloading IOS fix94.1 2012-07-07 19:09:56 +00:00
  • d014d1e474 -lets hope thats the f*cking last time I fixed that bg music fix94.1 2012-07-07 14:15:58 +00:00
  • 7bb706c405 - OK Jiiwah, now your theme btns for cat and plugin menu's should appear below the text. Tested it myself. Works for me. fledge68 2012-07-07 14:05:32 +00:00
  • 990479f308 -fixed codedump on wiiflow exit for some people fix94.1 2012-07-07 13:42:21 +00:00
  • 46e807cb91 * Made menu errors translatable (thanks Overjoy) * Now if you click B on ExitTo menu it will go back to Home menu and not coverflow * If parental lock is on, ExitTo will just exit and not show ExitTo menu anymore * Now with home in ExitTo you can exit too * Added/Deleted some sentences * Updated english and italian translation fedeanto11 2012-07-06 22:38:21 +00:00
  • ec76f99596 -added some last exit possibility if wiiflow doesnt find one or fails to use existing ones (may fixes some codedumps) fix94.1 2012-07-06 19:59:45 +00:00
  • 558abcd0fb -fixed codedumps and wrong cached banners if games are switched too fast, that may slow downs game switching but makes it way more secure fix94.1 2012-07-06 16:48:01 +00:00
  • e4212aaf23 -fixed banner display problems for some problematic banners when anti aliasing is enabled fix94.1 2012-07-06 15:56:46 +00:00
  • c3d9b3deb6 -increased mem2 usage by 1mb (thats still safe) fix94.1 2012-07-06 12:12:03 +00:00
  • 5254ace17c fix94.1 2012-07-06 00:36:45 +00:00
  • f3e90060e2 * Added ExitTo menu, to open it just click on Exit To in Home menu * Added giantpune and Wii Banner Player Project to credits * Updated italian, german and spanish translations fedeanto11 2012-07-05 19:57:28 +00:00
  • 24899a421a -added proper banner caching using the wiiflow/cache folder, that means we can properly see if cached or custom banner is loaded -corrected bug which didnt copy back the banner md5 before writing banner cache, means all cached banners dont have the security check anymore fix94.1 2012-07-05 16:18:23 +00:00
  • e62dcd8a09 -hopefully fixed bg music the last time fix94.1 2012-07-05 14:27:05 +00:00
  • 7c78369dcf -replaced all button types from u32 to u16 (takes half the space), we dont need so much space since we dont even have so much buttons fix94.1 2012-07-05 13:15:23 +00:00
  • e321fc0304 - now turning off banner when going to game info and cat screens fledge68 2012-07-05 12:35:22 +00:00
  • 28269ce102 - changed the cat menu and plugin menu to display checkboxes first then text. Here you go Jiiwah, try this it should help your theme problem. fledge68 2012-07-05 11:43:43 +00:00
  • 1be7b9d82e -when entering per game settings and banner is playing, it zooms in the banner automatically fix94.1 2012-07-04 23:49:50 +00:00
  • 1ce0749a7f -added back banner security checks for regular game banners, only cached/custom banners wont be checked fix94.1 2012-07-04 23:31:38 +00:00
  • 87c10f744c -replaced clicking on back with clicking on the banner directly to toogle size fix94.1 2012-07-04 19:45:53 +00:00