Commit Graph

  • f19285cd0d * Fixed issue 1169 * Implemented WIP patches * Updated language files * Possible fix for Peppa Pig (untested, issue 1212) * Updated Wii parental controls to work nicelly with USB GX Parental Controls e.bovendeur 2009-12-15 06:04:14 +00:00
  • 6688697780 * Language files update satellic 2009-12-13 14:42:14 +00:00
  • 3fd924f3c0 changed the headless mode to only use argv[1] if it has strlen==6 so it just ignores seldelf's args giantpune 2009-12-13 10:20:11 +00:00
  • 66b367c6a6 *Little correction dimok321 2009-12-13 09:26:34 +00:00
  • 063072a6c9 *Changed Theme Download to parse XML now *Removed punes headlessID because it doesnt allow a start of the loader over SendElf anymore dimok321 2009-12-12 18:04:35 +00:00
  • 5c26c4082a fix the broken "remember last game" stuff when leaving menu_disclist loop giantpune 2009-12-12 02:12:10 +00:00
  • 99af0f8574 forgot a line giantpune 2009-12-11 23:09:10 +00:00
  • 8732c83f11 *probably fix the bug that caused WiiTDB.zip to not update the full gamelist. *rearrange the Gui_Numpad so it doesnt look like a 4yr old made it :) *remove redundant setPostion and setAlignment in Gui_Numpad *remove old comments giantpune 2009-12-11 23:07:27 +00:00
  • f364aaa964 remove more SD and USB shutdown and startup, which broke cheating when using alt dol from sd/usb giantpune 2009-12-11 06:31:05 +00:00
  • 856efe535f * Language files update satellic 2009-12-11 01:12:32 +00:00
  • a0067589bf *change cheats to use the global buffer *change make:all to not complain about bash giantpune 2009-12-11 00:14:55 +00:00
  • f6ad587532 *change "or" to "and" for the IOS check *rearrange some sd and usb init to keep from re-init the thing 20 times *execute some of the main dol patches that are the same size in the same loop so we dont keep looping the same data a bunch if we dont need to (hopefully this doesnt break anything) *sprinkle some more gpringf() around giantpune 2009-12-10 23:05:32 +00:00
  • b10ba0fd42 *shame on me again* e.bovendeur 2009-12-10 21:38:03 +00:00
  • 441a203678 * Added BETA upgrades option (to download the latest revisions from google code) * Added Wii Parental Control support * Added gui numpad * Changed GuiText to support password character * Added lock/unlock icon in the titlebar (to unlock Parental Control) * Added new wbfs_fat from Oggzee (further speed improvement) e.bovendeur 2009-12-10 20:27:36 +00:00
  • efcc00b66b * Added WII_Initialize call to IOS_ReloadIOSsafe to prevent DSI exception when calling WII_LaunchTitle * Fixed check for valid cioses * Removed gprintf from MEM2 e.bovendeur 2009-12-05 08:06:05 +00:00
  • ab25485614 Fixed the build in Linux (Prompts instead of prompts). How many times am I gonna fall into that trap? :P e.bovendeur 2009-12-04 22:39:29 +00:00
  • 9e1aaaabd4 * Language files update satellic 2009-12-04 15:26:14 +00:00
  • 2543c555a4 Lots of changes in this revision: * Added MEM2 support by Hibern * Better partition support (by oggzee) * Support for subdirectories in FAT32 (by oggzee) * Added support for cios 223 and 250 * Added BCA support (go to Settings->Custom Paths) to change the path of the BCA files (by Hermes) * Fixed issue with hairless mode * Fixed issue with IOS_ReloadIOSsafe (by giantpune) * Added setting to save games in a subdirectory * Fixed slow startup when loading from FAT (WiiTDB required!) * Changed handling of new titles a bit (speed improvement) e.bovendeur 2009-12-04 15:05:20 +00:00
  • d14bebd159 fix code dump when using hairless mode and FAT32 giantpune 2009-12-03 06:13:23 +00:00
  • 55a401e4a5 lots of changes here giantpune 2009-12-03 01:06:09 +00:00
  • 46cb312577 * Language files update satellic 2009-11-30 06:28:25 +00:00
  • cfb6ee9538 Possible fix for issue 1127 e.bovendeur 2009-11-23 21:06:01 +00:00
  • c97c887775 For people who use two partitions (FAT32 and WBFS), wiitdb.zip won't be overwritten anymore when they update. The file is now loaded and saved as wiitdb_(partition).zip, so you can switch partitions and keep titles/infos. If wiitdb_(partition).zip is not found it loads wiitdb.zip. When exiting settings, the partition is now reloaded only when needed. WiiTDB update should work again for people who own more than 240 games. Fixed a rare crash that could be issue 1083. lustar.mii 2009-11-22 16:42:53 +00:00
  • b70af2d71d *Fixed InstallProgress to show size and speed again *Added intern GameTitle rename for .wbfs files on FAT32 *Added intern GameID change for .wbfs files on FAT32 dimok321 2009-11-22 14:09:08 +00:00
  • b4b5b5389c * Language files update satellic 2009-11-21 23:57:27 +00:00
  • 68aeb7aafd * Added a visual mark for new installed games. The first time this revision is started no games will be marked! * Added a configuration setting to turn this feature off (there you go, pune) * Changed svnrev.sh, to also update the release date of the meta.xml file, and to set the revision to current + 1 e.bovendeur 2009-11-21 22:59:57 +00:00
  • 31717f020b Added new ehcmodule to support 4 GB WBFS files by oggzee. e.bovendeur 2009-11-19 20:16:30 +00:00
  • 07d2e8582e Fixed the build on Unix machines e.bovendeur 2009-11-18 09:28:44 +00:00
  • 6e8489e335 Small changes to make compiling of the channel easier and quicker: - Type "make" to make the normal dol - Type "make channel" to make the channel dol This will only force networkops.cpp and PromptWindows.cpp to recompile, instead of changing the PromptWindows.h file and force a recompile on almost everything. e.bovendeur 2009-11-18 09:01:14 +00:00
  • 448703a177 * Language files update satellic 2009-11-18 02:22:50 +00:00
  • 8b3754ef3f - Changed svnrev.sh script to autoupdate meta.xml - Fixed the build for the full channel build - Reverted the default cios change - Changed the error002 to default Anti (this only affects new users) e.bovendeur 2009-11-17 22:57:41 +00:00
  • 75ba6a0fd8 fixed looped bannersound ardi@ist-einmalig.de 2009-11-16 22:46:57 +00:00
  • 072638fddf use the LoopFlag from Bannersound to automatic loop the sound if is needed ardi@ist-einmalig.de 2009-11-16 22:43:46 +00:00
  • 07f7f16faa * Language files update satellic 2009-11-15 23:26:12 +00:00
  • 626c79ea2d *Added the custom libfat source to our source so you don't need to replace the original one in libogc *Added NewSuperMarioBrosPatch for NTSC Version dimok321 2009-11-15 21:30:44 +00:00
  • a09abe355f * Added FAT support (Issue 1054) * Fixed issue 1058 * Menus splitted to several smaller files, to reduce compile time e.bovendeur 2009-11-15 19:52:58 +00:00
  • ef43c3d0a2 * Language files update * Fix as asked on issue 1089 satellic 2009-11-12 15:29:12 +00:00
  • be9d29773f changed the GuiElement Lock-Stuff The libogc limits the MUTEX up to a count of 64. Therefore we use "only one" global Mutex for all Elements. This has to follow tath a lock hinder each thread tath which tries access to any other element ardi@ist-einmalig.de 2009-11-10 22:03:52 +00:00
  • 79b3c8c5dd * Language files update satellic 2009-11-10 19:46:26 +00:00
  • ef956c430a *little fix to ignore case sensitivity on searching files on the WiiDisc (Thanks to LoudBob11 for pointing it out) *Added new options for BannerSounds (You can loop them, make it be quite after once played or play the BGM again) dimok321 2009-11-10 18:43:56 +00:00
  • 781d204691 Fixing the build, please mind the casing of the directories, since the build server is a Linux machine\! e.bovendeur 2009-11-10 05:08:33 +00:00
  • a0182d0c4c * GuiSound stuff rewritten it makes modular * ogg decoder added (old oggplayer removed) * mp3 decoder added (mp3's cane use as backgroundsounds) * WAVE decoder added (but only uncompressed WAVE's) * AIFF decoder added (only uncrompressed) * BNS decoder added all soundformats can use as backgroundsounds dimoks GameSound class removed it is replaced with the new GuiSound stuff ardi@ist-einmalig.de 2009-11-09 23:03:13 +00:00
  • bf6b329822 *Added WiiPowers New Super Mario Patch. (Thanks WiiPower) dimok321 2009-11-09 21:49:28 +00:00
  • b081dd8a41 * Language files update & doubloons removed satellic 2009-11-09 01:43:13 +00:00
  • ab82b0b40d *Added BannerSound playback to GameWindowPrompt, playing the gamesounds back (Thanks to Hibernatus for his decoding and uncompressing functions) dimok321 2009-11-08 20:13:57 +00:00
  • 8466f2a45d * Language files update: hungarian, thai, turkish satellic 2009-11-08 18:22:44 +00:00
  • 9bdda687ed - minor edits on images. - btw. i'm not dead... just fucking busy :P - p.s. ffs!!!! don't touch my graphics !!! friggin pixelated shit in there -.- mauricewoelk 2009-11-06 12:53:08 +00:00
  • d3d2055583 *Changed to download files under their real filename *Small change to the download request function, added filename reading dimok321 2009-11-02 22:15:28 +00:00
  • 12e42498dc * remove my old (and buggy) ramdisc (libFAT-Wrapper) with my new real dynamic ramdisk (currently unused) * added Make.config ardi@ist-einmalig.de 2009-10-31 23:23:27 +00:00
  • 5ac0aa0df8 * Small fix as asked on issue 1055 (Thx Old8oy) * Languagefiles update satellic 2009-10-30 01:32:01 +00:00
  • 97deced58b * Language files updated & cleaned * Themes & helper websites credits added in meta.xml satellic 2009-10-25 14:05:58 +00:00
  • 7cb357abb2 *Little bug fix. Images were saved as .png when they are .jpg. Delete your cached tmp images of the themes to not have doubles. dimok321 2009-10-24 22:12:25 +00:00
  • a8936b0054 * little stuff in FreeTypeGX * changes is setting-dialogs - Update the Gui-Texts only if is needed - alls stuff for an option in one code-block this makes it easier to add, move or remove an option * customoptionbrowser-stuff ardi@ist-einmalig.de 2009-10-24 22:03:12 +00:00
  • 54c3afe760 * Languages files update * Add one translation wich was forgotten in source * Themable screensaver activated, image size as gxlogo.png, but named "screensaver.png" in the theme folder. * Others little fixs satellic 2009-10-22 14:45:07 +00:00
  • 7524f86827 *Removed Referer for small files because it seemed to slow down the download. dimok321 2009-10-22 11:51:12 +00:00
  • ed2ac8f085 *Created a Theme Downloader with preview, downloading themes from http://wii.spiffy360.com/ (Thanks for hosting them) dimok321 2009-10-21 19:32:46 +00:00
  • b753af6d4d sprinkled gprintf() throughout the source some more. added functions to mess with the "return to" stub. everything should be working right, but if i messed up, it may cause you not to be able to exit the program (it could just keep restarting itself). now when booting homebrew, they should exit back to this program if you have a channel installed as UNEO or ULNR. priority is given to UNEO if both are present. giantpune 2009-10-20 23:00:19 +00:00
  • 6a378e3523 added basic functions for outputting debug info to USB gecko giantpune 2009-10-20 11:46:55 +00:00
  • 6d1178c26d optimized the font stuff ardi@ist-einmalig.de 2009-10-19 23:09:27 +00:00
  • 31cd4d03e2 revert dimok's stuff, because it makes too many trubble ardi@ist-einmalig.de 2009-10-19 20:34:54 +00:00
  • 9f66829728 re-fixify the gamegrid theme shit. *note* please update any themes to use the separate entries for the toolbar buttons for each view. (gamegrid_dvd_blablabla, gamecarousel_dvd_blablabla, etc). one of these days the workaround for older themes will be gone and those themes will not look right. giantpune 2009-10-19 05:00:47 +00:00
  • 08ce514727 Added a macron in case any particular title happens to require it. The network init prompt won't show up at all when network has already been initialized. Ocarina should work for people that still had the problem with recent revisions (it fixed it for me, but only when using SD, not SDHC). lustar.mii 2009-10-18 21:23:54 +00:00
  • 06e5f81c3a *more fixes *quick and ugly widescreen text fix which needs to be changed later dimok321 2009-10-18 08:38:41 +00:00
  • 0c7ac826c3 Optimization Changes Part 2: dimok321 2009-10-17 22:50:42 +00:00
  • 3c6bf6523b Optimization Changes Part 1: dimok321 2009-10-17 20:48:52 +00:00
  • 1411b42132 * Languagefiles update * "for" has changed for "for Ocarina", to be adapted to some languages translations satellic 2009-10-17 17:13:51 +00:00
  • a2bb760f3d dimok321 2009-10-17 07:30:54 +00:00
  • 8c6dfb7ec6 *Fix for Grayscale function to instantly draw gray. (thanks to Tantric for the info) dimok321 2009-10-17 07:24:14 +00:00
  • 55ddcb5d30 fix another memory issue. probably fixed issue 1013 and other similar ocarina issues. little change to what happens when installing a disc giantpune 2009-10-16 21:56:32 +00:00
  • 9c7207aa79 patch up memory leaks. issues 1022, 1023, and 1024 giantpune 2009-10-16 20:08:44 +00:00
  • 981ae17a80 lustar.mii 2009-10-16 06:29:48 +00:00
  • 363f2e40d4 Fixed issue with game installations e.bovendeur 2009-10-16 04:18:00 +00:00
  • 7ddd8aee25 fix missing utf-8 support with devkitPPC r18 ardi@ist-einmalig.de 2009-10-15 14:13:13 +00:00
  • d7401a77cf fix codedump when pressing button "2" and no game is selected ardi@ist-einmalig.de 2009-10-15 12:41:32 +00:00
  • 539b3e48b5 * Languagefiles update * "retired" words deleted in credits and arrangements satellic 2009-10-15 05:52:33 +00:00
  • 7b0af4f19d fix compile warnings from devkit r18 giantpune 2009-10-14 21:59:13 +00:00
  • cec8a231e7 * add missing includes * fix a to small array ardi@ist-einmalig.de 2009-10-14 17:20:24 +00:00
  • a976c4e530 * Added SDHC support (issue 672) * Added support for larget WBFS drives, as found by Wiimm (http://gbatemp.net/index.php?showtopic=185428). e.bovendeur 2009-10-13 21:19:23 +00:00
  • 62163b6512 * Changed the favorite icon to 5 stars, which can be used as a ranking system. The more stars are selected, the higher the game will show up in the favorites list. Games without stars are not shown in the favorite list. * Changed credit screen. e.bovendeur 2009-10-13 10:47:56 +00:00
  • fc8f4c2c7a * For Themes - added alternate coordinates for widescreen-mode. - Differ the coordinates between 16:9 and 4:3, can add a setting with a "w" as prefix (e.g. sdcard_coord = 163,395 for 4:3 and wsdcard_coord = 170,395 for 16:9). Isn't setted "w???._coord", the "normal"-coordinate is used for both modes. * added a new constructor for GuiImageData currebtly the constructor is unused, i will use later ardi@ist-einmalig.de 2009-10-12 15:39:59 +00:00
  • 812c37bf4a Fix for games which need a disc in the drive to play (like MP3 and De Blob). e.bovendeur 2009-10-12 05:28:11 +00:00
  • 1f3b864ac7 * Languagefiles update satellic 2009-10-11 11:21:19 +00:00
  • 7be002023b makes grayed sorticons again customable if no custom gray-icon in the theme-folder the grayed icon will build from the normal (ungrayed) icon with Dimok's SetGrayscale() function ardi@ist-einmalig.de 2009-10-10 22:38:27 +00:00
  • f4758ca9c4 Fixed WiiTDB update for people who own more than 240 games. The custom URL now uses the full game ID to account for the recent proliferation of game IDs. Changed user agent so that the loader identifies itself as "USBLoaderGX (revision number)". Canceling the txt/csv export prompt will now close it without saving any file. Possible fix for issue 991 (endless rumble when changing theme path). lustar.mii 2009-10-09 06:13:08 +00:00
  • f270f828da fix tooltips in GameCarousel (Issue 988) ardi@ist-einmalig.de 2009-10-08 16:29:58 +00:00
  • da4b3665da * Languagefiles update * meta.xml updated * readmii.txt updated to v2 (Thx tj_cool) satellic 2009-10-07 15:41:35 +00:00
  • 505e4cd09c - fix tooltips in GameCarousel - change gui_keyboard stuff - change filebrowser stuff ardi@ist-einmalig.de 2009-10-05 10:53:19 +00:00
  • 608dd91a21 * Languagefiles update satellic 2009-10-04 15:54:26 +00:00
  • 6cf4b4ce10 fix a bug in saving cvs file giantpune 2009-10-04 11:16:30 +00:00
  • 51459465bc Added more alt-dol selection prompts for known games that require different settings to access all the content. All options pages now contain the correct number of lines, which together with another adjustment should fix scrollbar alignment (issue 971). Added missing scrollbar on custom paths page. dimok fixed the file browser bug that prevented going back to the parent folder if the current folder was empty (issue 836). Fixed parental control keyboard bug introduced in r750 (issue 976). The free space text is now in correct order when the GUI is set to Japanese. lustar.mii 2009-10-04 09:48:03 +00:00
  • dd77cce0d1 Fixed bugs with sending zip files: * Directory creaton failed * Forgot to reload the homebrew browser * Removed a bunch of printf statements e.bovendeur 2009-10-02 06:55:40 +00:00
  • 448e3b4aab Changed gameprompt window for a retail disc to show the Gametitle instead of the game id. e.bovendeur 2009-10-01 20:58:34 +00:00
  • ee7afe4f48 * Languagefiles update & 2 removed doubloons satellic 2009-10-01 14:27:31 +00:00
  • a65c8f88ba little fixes giantpune 2009-10-01 10:35:40 +00:00
  • aa936a5c43 fix a little bug giantpune 2009-10-01 09:17:55 +00:00
  • c797c3fa13 Fixed "back" button for game info page (issue 976, introduced in r750) lustar.mii 2009-10-01 05:13:01 +00:00
  • 51d2eb5037 satellic 2009-10-01 04:35:06 +00:00
  • e856cd76a6 Problem with a langfile... satellic 2009-10-01 04:34:26 +00:00
  • 1126739522 * Languagefiles update * Arrangements english words & langfiles * All langfiles cleaned satellic 2009-10-01 03:55:07 +00:00
  • 3b4613249b support exiting to both tid for hbc. when you press exit to homebrew channel (and was not started from homebrew channel so he can't use the stub) he will look for HAXX and JODI and boot the first one he sees. giantpune 2009-09-30 23:32:59 +00:00