Commit Graph

  • 1cc7d3acd6 * Added initial support for the new wiiload (compressed protocol), uncompressed protocol is also supported * Added initial (untested!) support for the zip file format, which is supported by the HBC * Began working on compressed wad files. Uncompressing fails for now, so uploading WAD files should be done with the previous version of Wiiload. * Fixed issue 902 (hence the large commit). e.bovendeur 2009-09-30 23:10:58 +00:00
  • b83a379014 The mload/ehcmodule update is now complete, thanks to dimok. You need to update Hermes cIOS 222/223 to v4 if you use it because it works the same as in uloader, only v4 is supported. You may have to delete your main configuration file before updating if you had v3 installed. For some games, you will have to use 222 instead of 223 (RB instruments, GH 5) if you had 222 v3. If you think you need an external ehcmodule.elf, you can put it in SD:/apps/usbloader_gx/ and it will be loaded. lustar.mii 2009-09-30 03:57:15 +00:00
  • 2b47c635ed Autohook games with VI hooktype when a USB gecko is detected in slot 2 so WiiRD works without having to turn on ocarina. *may lead to false positives for some GC memory cards in slot 2, but the only side effect would be hooking the game when it wasn't wanted to be hooked* giantpune 2009-09-29 08:47:07 +00:00
  • 4d6e0fe412 Free up ~24KB for every 150 games installed. Add button to mount DVD drive. Not completely tested, but somewhat. *Tested and working* retail Wii DVD Wii backup Wii backup w/ alt dol (redsteel) Wii backup w/ alt dol & ocarina (redsteel) Wii backup w/ alt dol & WiiRD Retail & Backup forcing video modes Saving individual settings for games on DVD (only Wii as BC is loaded before any settings would be used) Display disc images for DVD games Loading GC games retail & backup (w/ working MIOS patch installed) I did change some stuff after testing GC so it might be broken. giantpune 2009-09-29 08:09:09 +00:00
  • b7a96f77f8 little fix for the search stuff ardi@ist-einmalig.de 2009-09-28 19:01:10 +00:00
  • 572bae91d6 strncpy guarantees not tath the result will be null-terminated. replaced all strncpy with strlcpy if its necessary ardi@ist-einmalig.de 2009-09-28 16:05:11 +00:00
  • 75beee7328 Satellic's changes reversed ardi@ist-einmalig.de 2009-09-28 15:06:17 +00:00
  • 3046b2b660 * Languagefiles update * Bugfix coords "sort & search" buttons themable satellic 2009-09-28 03:09:37 +00:00
  • 818ce60796 little bugfix ardi@ist-einmalig.de 2009-09-27 23:27:14 +00:00
  • 99f6bcc3a4 remove the unused searchBar.png stuff ardi@ist-einmalig.de 2009-09-27 19:45:12 +00:00
  • ec01eba085 * add forgotten pictures * the cross-button in SearchWindow now closes the Window ardi@ist-einmalig.de 2009-09-27 19:04:36 +00:00
  • 0b9f15319f i have the coment of the last commit forgotten. here is it: * added a search-function * added a new GuiImage type GuiImageAsync This Type is initialized with an Image-Path and a GuiImageDate as preloaded Img. The preloaded image shown immediately during a thread loads the image from path. * rewrite the GameGrid and the GameCarousel to use the new GuiImageAsync * remove dimoks buffer stuff * remove the gray-Icons and use dimoks SetGreyscale() to build this icons on the fly * added an own Path for 2D-Covers set in GXGlobal.cfg cover2d_path=PathTo2DCovers default is $(cover_path)/2D/ * added in menu.cpp/menu.h a new function GuiImageData *LoadCoverImage(struct discHdr *header, bool Prefere3D=true, bool noCover=true); if Prefere3D==true first search in cover_path. Is it false then first search in cover2d_path if noCover==true and found no image then loads noimage.png or noimage2d.png or its builtin variants if noCover==false and found no image returns a NULL-Pointer Prefered3D is set for GameList & GameCarousel. For GameGrid is Prefered3D=false (2D is prefered) * Toolbar-Icons: the selected Icon draws alwas ontop * remove compiler-warnings in wad.cpp * added own icon-positions for gamelist,gamegrid and gamecarousel in THEME.Settings gamelist_..._x/gamelist_..._y,gamegrid_..._x/gamegrid_..._y and gamecarousel_..._x/gamecarousel_..._y ... = favorite, abc, count and so on; The old settings (favorite_x, favorite_y, abc_x and so on) are obsolete and should no longer be used in future. * and more ardi@ist-einmalig.de 2009-09-27 18:26:17 +00:00
  • 16b4e62c51 ardi@ist-einmalig.de 2009-09-27 18:19:53 +00:00
  • 6a6f02ecf8 lustar.mii 2009-09-26 17:15:09 +00:00
  • 77685f2ea4 Ocarina situation may have improved (issue 827). FIFA 08 should work (issue 943). Updated dip_plugin/mload. Fixed title list after saving .txt/.csv (issue 961), changed known alt dol for Boogie. lustar.mii 2009-09-26 07:14:12 +00:00
  • 0f4073b3f5 add more quotes in the csv file to get rid of the errors when opening in M$ excel giantpune 2009-09-22 15:21:47 +00:00
  • 76179fcea2 lustar.mii 2009-09-20 17:43:18 +00:00
  • 0ade8d3cf4 lustar.mii 2009-09-20 05:18:06 +00:00
  • c4e27bffb2 Fixed garbled title list after saving URL txt (issue 937), settings that did not display (issue 949), and small fixes. lustar.mii 2009-09-20 03:10:24 +00:00
  • 6bfcc8cafb satellic 2009-09-19 14:23:07 +00:00
  • 70d1eb31b1 * Languagefiles update * Add thai.lang (thx nitro_subzero) satellic 2009-09-19 14:22:10 +00:00
  • 4b361ab3ab put a stupid picture showing the stupid people what stupid USB port to plug in their stupid HDD. issue 941 giantpune 2009-09-19 10:38:21 +00:00
  • 2ecdeea5a9 lustar.mii 2009-09-19 08:46:48 +00:00
  • ef30d9c6d9 Added stuff to make it even more noob-proof. Made function to check if a game has save data on the Wii nand. This can be used to allow/not allow booting certain alt dols. So far it is only called before 1 game, and it seems to work fine without issue. giantpune 2009-09-19 05:36:32 +00:00
  • 9393c7f87e lustar.mii 2009-09-18 22:18:57 +00:00
  • 9aacd94b7d * Languagefiles update satellic 2009-09-18 19:07:01 +00:00
  • 9a112e9834 Fix for games that don't always need an alt dol. Empty .gct files won't be loaded now. lustar.mii 2009-09-18 11:22:44 +00:00
  • 370a332fcc The known alt dol is now automatically used when launching a game that requires it, if no dol was selected (setting a dol in game settings will override it). This includes the alt dol prompt that was added a few revisions ago for games that require choosing between different dols. Fixed dol name display in the game settings. Added check to prevent empty .gct file creation. The .gct code files can now be deleted from the Uninstall Menu. lustar.mii 2009-09-18 08:28:31 +00:00
  • 75a4d33e4f fix issue 903 giantpune 2009-09-17 14:23:02 +00:00
  • 90b08e9af8 little bug fix giantpune 2009-09-17 13:55:21 +00:00
  • 12b45408e4 made another useless function... click the "Games:..." text to save a game list in the update path. normal txt or csv format for spreadsheets is supported. giantpune 2009-09-17 13:46:13 +00:00
  • f33eebc265 * Add translation wich was forgotten in source (issue 933) * Correction of 2 english words orthography faults * Languages files updated satellic 2009-09-17 08:41:19 +00:00
  • 112c84b434 Fixed Ocarina crash when loading the txt file for Zelda/SSBB (issue 725). Added a check when loading codes, which may fix problems some people were having when trying to load wrong/badly formatted codes. lustar.mii 2009-09-16 04:05:50 +00:00
  • 71a7f0a68c * Update language files satellic 2009-09-13 12:38:42 +00:00
  • 18b8f34b29 Added more ResumeGui() so the app doesn't freeze when it errors in the disc browser. giantpune 2009-09-12 00:39:49 +00:00
  • 1e335a1adc Probably fixed the code dump cause by the disc browser. In testing, we were able to open the browser 20+ times in a row on multiple Wiis without code dump giantpune 2009-09-12 00:29:33 +00:00
  • 577706e0b2 Same as last commit. SVN messed up giantpune 2009-09-11 22:45:54 +00:00
  • 984a237153 added a game to the known alt dols giantpune 2009-09-11 22:32:35 +00:00
  • fbc6a31f39 Added selection prompt for a game that requires 3 alt dols. Network is initialized only when artwork is missing (issue 862). Fixed rotating disc when powering down (issue 744). Fixed Settings/SD and Homebrew/Wii icons overlap (issue 925). lustar.mii 2009-09-11 07:24:16 +00:00
  • ba8fdd52c5 * Update language files satellic 2009-09-09 03:48:32 +00:00
  • 5d4ce8f31d change names for alt dol settings to be more noob friendly and change the order they are displayed. *special thanks to Old8oy for his extensive help on this* couldn't have done it without you :P giantpune 2009-09-08 20:55:35 +00:00
  • c1f16850f9 When wiitdb.zip is updated the file is now checked and titles/infos are reloaded. Made browser theme friendly (changes by virale in issue 905). Fixed alt-dol for SSX Blur (issue 865, thanks LoudBob11). Australian covers may be able to be downloaded now. lustar.mii 2009-09-07 01:47:13 +00:00
  • d9cc4ecd83 change Makefile to reduce svn-conflicts make updated always the lang-files now: make -> builds only the boot.dol make all -> builds the boot.dol and updated the lang-files make lang -> only updated the lang-files ardi@ist-einmalig.de 2009-09-05 11:02:27 +00:00
  • 1fe96748b7 Made game ID text into a button to change the ID for custom games based off a retail disc (Guitar Hero baby!). giantpune 2009-09-02 08:03:51 +00:00
  • bbbbde4b36 * Latest languages files updated satellic 2009-08-30 15:12:24 +00:00
  • b4f6c1373e lustar.mii 2009-08-29 01:02:29 +00:00
  • 6a789e8b78 Changed database/artwork code for Portuguese from PO to PT. Fixed issue 871 (theme for game info page). lustar.mii 2009-08-28 15:52:53 +00:00
  • 892fe2a975 * Latest languages files updated * Add translations wich was forgotten in source satellic 2009-08-21 16:18:28 +00:00
  • 88642ac01b Fix the "Waiting for your slow HDD" Timer-Bug (see Issue 850) ardi@ist-einmalig.de 2009-08-19 22:25:42 +00:00
  • fe0982758a *Forgot to remove my first though of updating WiiTDB dimok321 2009-08-09 08:16:37 +00:00
  • 0e8101df81 *oops missplaced a variable dimok321 2009-08-09 08:12:35 +00:00
  • 80c580edb7 *Added UpdatePrompt before LoaderUpdatePrompt to make it possible to update Languagefiles/WiiTDB without waiting for new Rev *Fixed a little compile warning i added *Fixed crash on UpdateLanguage() dimok321 2009-08-09 08:07:27 +00:00
  • 117dad5271 Fixed endless rumble that sometimes happened when clicking on SD icon and hopefully fixed it on other places (583). Fixed code dump on language update prompt (842), theme that didn't apply to some buttons (837, from Virale), background music that didn't resume after disc installation (844). lustar.mii 2009-08-09 06:11:35 +00:00
  • dd1700db8e Added sound after successful disc installation (823). Battery indicator turns red when power is down to 1/4 like on the original Wii menu (456). Fixed code dump when setting "standard" music (602). Updated gecko codes URL to geckocodes.org (834), enabled reading CRLF txt files from geckocodes.org. Enabled longer synopsis text so that existing game descriptions aren't cut on the game info page (but please keep them short, this is for descriptions, not reviews). lustar.mii 2009-08-07 16:10:54 +00:00
  • ac175e1d07 tr() was taken off from main.cpp (translations from this file not loaded) Language files updated satellic 2009-08-06 11:09:20 +00:00
  • 5ef0f1afe5 Added line breaks to synopsis (A) on game info page (2). lustar.mii 2009-08-05 05:45:17 +00:00
  • 7158965f7f * Latest languages files updated * Add some translations wich was forgotten in source satellic 2009-08-04 14:30:26 +00:00
  • 53883bfe6b fix error it one of the prompt translations giantpune 2009-08-04 07:43:24 +00:00
  • 449b440737 fix issue 826 giantpune 2009-08-04 07:35:53 +00:00
  • a815b61add *Change to DiscBrowse. Changed the memalign in it, which makes it freeze/crash a lot less than before. Thanks to WiiPower for sharing this. dimok321 2009-08-03 18:55:55 +00:00
  • 324358e7e1 Simplified Chinese/Traditional Chinese should now be detected if the GUI language is set to "default". Simplified Chinese/Traditional Chinese is now supported for titles,synopsis and artwork (http://wiitdb.com/Game/RSPW01). lustar.mii 2009-08-03 13:25:50 +00:00
  • f26bf18ebf *add SendElf to the WL installer for large WAD files *add extra context for wad files (Send to Wii [SendElf]) Wiiload_Installer rameonweb 2009-08-02 22:34:06 +00:00
  • c25b7cf470 *Added an option on what DiscImages to Load dimok321 2009-08-02 16:10:31 +00:00
  • 7ca68b46b8 Added titles reloading when database titles are disabled. Fixed Germanic lapsus clavis of r690. lustar.mii 2009-08-02 13:56:01 +00:00
  • d4a06f006e *Small bugfix for a bug i made into the grid by mistake dimok321 2009-08-02 07:08:20 +00:00
  • 8fd2e72177 Corrected german.lang, because it caused an error on compliling r696. Add 'Homebrew Channel" in translation files satellic 2009-08-02 02:02:47 +00:00
  • b7da5eb058 *Fixed the Format Menu which was not working at all before lol *Added auto create subfolders to GCT creation. *Some minor fixes dimok321 2009-08-01 22:40:01 +00:00
  • 267edd1bd4 add filter to hide channels that are installed on the SD card for 4.0 and 4.1. for this to work, the SD card with the channel installed on it must be in the Wii. giantpune 2009-08-01 19:14:33 +00:00
  • d5fb3ff33f Some changes to the Carousel: dimok321 2009-08-01 14:42:12 +00:00
  • 97b0ffc1f5 satellic 2009-08-01 14:33:17 +00:00
  • be11958dec *Fixed the CodeDump caused by Rev 290 when no language path or file was on the bootDevice dimok321 2009-08-01 11:53:46 +00:00
  • 4930c698d3 *Removed brlan/brlyt source because it was copyright. dimok321 2009-08-01 07:53:05 +00:00
  • 8fef0223c5 The default language is now detected so if your language is available on the Wii you don't need to set it in the loader. The database language follows the main language setting, you don't need to set the Game language in addition to enabling "title from xml" to see titles/synopsis anymore. Fixed titles reloading when the GUI language changed. Added new accessories and icons on the game info page. The homebrew browser slide factor now goes up to 11. lustar.mii 2009-08-01 07:40:22 +00:00
  • 38ff283e3d *Fix for Language Download Button (SubFolderCreation which fixes codedump when folder is not available) dimok321 2009-08-01 06:40:47 +00:00
  • 38261886c4 *Fix for Language Download Button (SubFolderCreation which fixes codedump when folder is not available) dimok321 2009-08-01 06:40:47 +00:00
  • d17ebb37b4 add subfolder create before trying to save the wad (fixes that code dump) giantpune 2009-08-01 01:05:02 +00:00
  • 52c3661c26 *add WL installer source code. rameonweb 2009-07-31 23:53:24 +00:00
  • de01dd2a18 *Small fix. The Menu i did didnt show up lol. dimok321 2009-07-31 21:16:02 +00:00
  • 06889b794a *Moved file receiving over TCP to TitleBrowser (Channel Browser) *Fixed the receiving of the wads. Now receiving directly to a device (Big files work now too (with sendelf they do, do not know about wiiload)) dimok321 2009-07-31 20:15:55 +00:00
  • 8d3e04b666 changed the brlyt stuff a bit thedarkness1981 2009-07-31 12:49:13 +00:00
  • 6e3bc5607e thedarkness1981 2009-07-31 12:45:14 +00:00
  • 8e42f68cae changed the entrypoint in the makefile, yet again. In testing, this fixed the bug which caused some to get code dump when launching a game. giantpune 2009-07-31 05:22:33 +00:00
  • f8cd80b183 change svnrev.sh to find the real last rev-nr ardi@ist-einmalig.de 2009-07-30 22:40:44 +00:00
  • 0b0d6d5753 add more icons for WIITDB. coders u know what do you have to do ;-) rameonweb 2009-07-30 22:01:07 +00:00
  • 45f2cb9704 *Added Grayscalefunction to the GuiImage Class dimok321 2009-07-30 20:35:39 +00:00
  • 4147f980dc makes the svnrev shit fit for linux. remove svnrev.c ardi@ist-einmalig.de 2009-07-30 20:21:44 +00:00
  • ca2ad941f0 Add some icons for Game Info! dont forget to add it to the loader. you know im not a coder ;-) rameonweb 2009-07-30 20:08:43 +00:00
  • 50589df300 all languagefiles cleaned & update latest "An Error accured" changed to "An Error occured" satellic 2009-07-30 19:27:22 +00:00
  • 30535c6f5d *code beautification* formatted the code to make it easier to read. no functional changes at all. giantpune 2009-07-30 05:41:12 +00:00
  • 024bdee994 Language files updated Little fixs satellic 2009-07-30 04:04:48 +00:00
  • c9b7cf70b4 now if the name of installed channels is not in the database.txt, we try to fine it from inside the channel itself. first try the 00000000.app with the system language, then with english. if there is still no name for the title, look in banner.bin giantpune 2009-07-30 02:54:08 +00:00
  • 1b9a56b877 *Added button to update/download all language files in the Language selection. The files are downloaded into the setuped path for languages. dimok321 2009-07-29 20:32:14 +00:00
  • ab4cbd6314 fixed bug i made in 668 causing games not to load (because we rocked out too hard) giantpune 2009-07-29 19:27:24 +00:00
  • d5ba67e305 made function to update language files. now, when doing a full update/full channel update, whatever .lang files are in the language path should get updated as well. giantpune 2009-07-29 17:18:04 +00:00
  • 1e1d808db7 Removed punes cursing crap from Prompts. dimok321 2009-07-29 15:38:04 +00:00
  • 0a95d75237 updated some images and deleted some old ones giantpune 2009-07-29 02:48:28 +00:00
  • 969ecde4d8 some brlyt stuff thedarkness1981 2009-07-29 02:44:48 +00:00
  • 61d1559e95 ·Latest language files updated ·Add tooltips to NavBar ·Nodisc.png & noimage.png (cover 3d or flat) for theme need to be place in your theme folder now (more easy to install theme) Warning: if you use a custom nodisc.png/noimage.png, now you need to let it in the theme folder (so download theme, and just load it, no need to move images anymore) ·Made littles modif on the new file browser for title of custom path match with those from the setting windows (less heavy for the .lang file) satellic 2009-07-29 01:31:11 +00:00
  • 8ed332bde7 fix the screensaver coming on when you press power on the wiimote... again. giantpune 2009-07-28 17:22:03 +00:00
  • 2039a47250 *little change to the bootup (might fix some startup problems) dimok321 2009-07-28 16:44:19 +00:00