Commit Graph

  • b081028575 Changes to be compatible to the latest libgui version master Maschell 2020-04-27 13:03:54 +0200
  • cc2fd2e414 Remove the TCPReceiver. Maschell 2019-11-19 18:35:55 +0100
  • 764bfbcd3c Adapt to new RPX loading Maschell 2019-11-17 17:57:23 +0100
  • fe5604de4d Fix compiling Maschell 2019-11-16 14:42:45 +0100
  • 671905758a Update the readme. orboditilt 2019-08-18 22:01:31 +0200
  • e8ec73c79f Compatible with latest wut, eemove ELF-Loading, use rpx-redirections for loading, use libgui orboditilt 2019-08-15 10:53:52 +0200
  • 9dca350343 fixed wrong socket shutdown detection dimok789 2016-11-27 23:33:02 +0100
  • c2bf18f3af fixed not working sendelf/wiiload support dimok789 2016-11-27 22:48:44 +0100
  • e170e930a2 - reverted the boot logo too as the old one is better - preparations for release dimok789 2016-11-20 21:48:32 +0100
  • 267da27945 removed reference to libogc libs. those are not used anymore (issue #23) v2.1 dimok789 2016-11-20 21:24:33 +0100
  • a7c7cb2c72 revert boot video to previous one (i prefer that one) dimok789 2016-11-20 21:13:39 +0100
  • 7ee14934c8 Merge pull request #20 from Zarklord1/homebrew_launcher_rpx dimok789 2016-11-17 17:56:15 +0100
  • 74d83da884 changed some meta files Zarklord1 2016-11-16 20:12:08 -0500
  • 4ee7c6d521 fixed exit of HBL when no homebrew was launched at all (just entered hbl and exit) dimok789 2016-11-16 18:37:34 +0100
  • b19a6310a4 bump HBL version 1.4 dimok789 2016-11-16 00:49:20 +0100
  • 9bf14c87ab - added channel contents and meta files to build the HBL channel (big thanks to cathor and Maschell for their work on the artwork, boot sound and boot video. Every part of it is created with open source software.) - added Makefile target to build official HBL channel - fixed issue when launching system menu from homebrew applications - adapted README to include proper links for portlibs dimok789 2016-11-16 00:44:58 +0100
  • e5026ccb54 Merge branch 'homebrew_launcher_rpx' of https://github.com/dimok789/homebrew_launcher into homebrew_launcher_rpx dimok789 2016-11-14 22:19:29 +0100
  • 02ba0e03e1 - synchronized sd_loader code with ELF branch of hbl - support to launch RPX files is now also available in the RPX version of HBL - re-base and fixes dimok789 2016-11-14 22:09:57 +0100
  • ca7ece167f adaption to keep the sd_loader equal for RPX and ELF HBL versions dimok789 2016-11-14 22:08:03 +0100
  • 1a99264ab5 fix bug when launching rpx files dimok789 2016-11-14 20:41:46 +0100
  • a2297bdb43 rebase dimok789 2016-11-12 15:09:26 +0100
  • 0daa72d497 fixed wiiload and sendelf support dimok789 2016-11-09 20:38:02 +0100
  • cfaf2bbc6d - added automatic gx2sploit execution and detection of existing environment - the RPX file can now be used in a channel with for example the NUSPacker (HBL works now as a standalone channel with no PPC exploit pre-requisite like the browser exploit) - adaptions in sd_launcher - fixed listing ELF files - fix launching of ELF files from HBL channel - since HBL RPX does not use 0x0080000 area anymore, the maximum homebrew size is increased to 0x800000 - 0x2000 bytes - removed browser installer from RPX branch as it is of no use here dimok789 2016-11-06 23:16:13 +0100
  • 8904f9600c initial changes for an rpx homebrew launcher dimok789 2016-10-19 17:56:50 +0200
  • bac8f15944 git ignore dimok789 2016-10-19 17:57:49 +0200
  • 46a733d02f initial changes for an rpx homebrew launcher dimok789 2016-10-19 17:56:50 +0200
  • a63171682d - added support to load and launch RPX files directly through SD or wiiload/sendelf - added error prints in progress window on failures dimok789 2016-11-12 14:04:23 +0100
  • c97af74a9d Merge pull request #18 from aliaspider/master dimok789 2016-11-12 11:53:31 +0100
  • 9824d5a307 fix audio clicking: it was just an off-by-one error due to AX's unconventional api choices ... aliaspider 2016-11-12 08:16:43 +0100
  • d0e457cc45 fixed wiiload and sendelf support dimok789 2016-11-09 20:38:02 +0100
  • f82ae160a8 - added automatic gx2sploit execution and detection of existing environment - the RPX file can now be used in a channel with for example the NUSPacker (HBL works now as a standalone channel with no PPC exploit pre-requisite like the browser exploit) - adaptions in sd_launcher - fixed listing ELF files - fix launching of ELF files from HBL channel - since HBL RPX does not use 0x0080000 area anymore, the maximum homebrew size is increased to 0x800000 - 0x2000 bytes - removed browser installer from RPX branch as it is of no use here dimok789 2016-11-06 23:16:13 +0100
  • e8fa4998b2 - re-based to v1.3 - returned back to own makefile with --gc-sections - wut adaptions required for that (not yet submitted) dimok789 2016-11-05 10:13:10 +0100
  • 2b12a0ff51 git ignore dimok789 2016-10-19 17:57:49 +0200
  • 31121cbce9 initial changes for an rpx homebrew launcher dimok789 2016-10-19 17:56:50 +0200
  • b6d29714c7 - filter homebrew launcher itself from the list of homebrews (issue 13) - fixed random freeze caused from multi threaded access to elements list in a frame (issue 6) - changed maximum depth of ELF file searching to 1 sub-directory only - fixed wrong homebrew buttons order display in some cases (issue 15) - bump hbl version to 1.3 v1.3 dimok789 2016-11-04 20:47:39 +0100
  • 7cfd09726d Merge branch 'master' of https://github.com/dimok789/homebrew_launcher dimok789 2016-10-27 17:49:01 +0200
  • 1602ad7f7d fixed random hang due to inline assembly dimok789 2016-10-27 17:48:19 +0200
  • 00123b9647 git ignore dimok789 2016-10-19 17:57:49 +0200
  • 0ab8a1df46 initial changes for an rpx homebrew launcher dimok789 2016-10-19 17:56:50 +0200
  • 8042cb5a80 Merge pull request #17 from vgmoose/master dimok789 2016-10-16 21:15:33 +0200
  • b0aeaef5bf Add font smoothing thanks to @Maschell vgmoose 2016-10-16 15:07:30 -0400
  • e33c9894f1 code i forgot to commit in may (haha) dimok789 2016-10-12 19:24:22 +0200
  • 0baf7cfa05 Some README fixes dimok789 2016-05-08 22:37:08 +0200
  • cee3482aa5 Updated README dimok789 2016-05-08 22:31:59 +0200
  • 41491a838c Added Readme mariogamer2 2016-05-08 16:13:48 -0400
  • 072f08e959 - merged new gx2sploit and replaced the OSDriver exploit for firmwares 5.3.2 and higher - added direct launch link implementation for 5.5.0/5.5.1 - added 5.5.1 redirect to correct payload in index.html (thanks to The_Marcster for point it out) - fixed sound clicking issue on firmware 3.x.x (thanks to FIX94) v1.2_RC3 dimok789 2016-05-03 21:45:37 +0200
  • 3512990457 revert change of sound core as that causes other issues for 3.x.x dimok789 2016-04-28 23:19:04 +0200
  • 91a3d11e47 sound clicking fix for firmware 3.x.x (thanks to FIX94) dimok789 2016-04-28 22:26:03 +0200
  • 9174e3c7b3 added support for firmware 3.x.x (thanks to Toscanelli for the addresses and FIX94 for testing) v1.2_RC2 dimok789 2016-04-28 20:34:33 +0200
  • d179849985 added www files to git dimok789 2016-04-26 21:51:21 +0200
  • 0beccde593 bumped version in meta.xml v1.2_RC1 dimok789 2016-04-22 20:29:38 +0200
  • e720a44613 added and bumped version string on main view dimok789 2016-04-22 20:28:01 +0200
  • 3a574c3b0a - removed unnecessary check for loadiine kexploit map which is not required. only kernel_write() is required. now the installer checks if anything was mapped to detect that the kernel exploit was executed already before the launch of the installer. - added skip of elf files with names that start with '.' or '_' (linux and MAC hidden files) -> Issue #4 dimok789 2016-04-22 15:17:52 +0200
  • 55e76f8cf7 Merge pull request #5 from andriy921/master dimok789 2016-04-22 07:13:46 +0200
  • d346803f29 Proper fix for the 500 sound issue. andriy921 2016-04-12 02:52:19 +0300
  • 8de7f2c6ec Fix for 410 sound issue. andriy921 2016-04-12 01:01:30 +0300
  • 0499b68ecf Proper 400 support andriy921 2016-04-22 00:50:23 +0300
  • 40908f5d8f installer: changed to single link launch (TODO: clean up the code) dimok789 2016-04-11 23:05:22 +0200
  • f712a697ad Merge branch 'master' of https://github.com/dimok789/homebrew_launcher dimok789 2016-03-31 22:00:22 +0200
  • e05e561227 added support for 5.5.x firmwares (thanks to NWPlayer123 for providing the necessary addresses) dimok789 2016-03-31 21:39:09 +0200
  • abc7751c71 added support for 5.5.x firmwares (thanks to NWPlayer123 providing the necessary addresses) dimok789 2016-03-31 21:34:56 +0200
  • 5c59b1be66 improved osdrive exploit success rate dimok789 2016-03-29 21:33:10 +0200
  • e688b5ee91 fixed receive from wiiload and other application that send the header one byte at a time dimok789 2016-03-14 18:16:03 +0100
  • 875969f851 Merge pull request #2 from Nougat-Police/master dimok789 2016-03-08 20:08:25 +0100
  • ec89d89570 Changes for FW 4.1.0 and 4.0.0 Nougat-Police 2016-03-08 18:52:50 +0100
  • fdcdb019e1 added meta.xml and several icon.png files. everyone can decide which one they like best v1.1 dimok789 2016-03-02 20:49:47 +0100
  • 68f13ff25e fixed bug in defines of GX2 dimok789 2016-03-02 19:52:52 +0100
  • bb9a4c9d12 fix for TV display of console applications that are using OSScreen functions dimok789 2016-03-02 18:59:42 +0100
  • d0316ab885 Merge pull request #1 from z0mb3/master dimok789 2016-03-02 17:06:53 +0100
  • f70c56d79d Changes for FW 5.0.0 + Added addresses to kernel_patches.S, launcher.c - Removed usage of AC (AutoConnect) functions in socket_functions (all FWs) + Added check for FW while deleting Voices in SoundHandler (5.0.0 throws DSI when deleting the last Voice) z0mb3 2016-03-01 23:06:28 +0100
  • 614771d869 initial commit v1.0 dimok789 2016-02-29 22:28:18 +0100