Commit Graph

  • 1cfc5b28b4 [Travis] fix Maschell 2018-03-04 17:06:36 +0100
  • a22288b2f1 [Travis] Using the devkitpro perl update scripts and git to to able to cache stuff Maschell 2018-03-04 17:04:03 +0100
  • fcd217fa67 [Loader] This is case-sensitiv on unix. well. Removed travis caching, was pointless anyway. Maschell 2018-03-04 16:40:02 +0100
  • b642c931db [Travis] fixed compiling Maschell 2018-03-04 16:31:26 +0100
  • 36f4b1f350 [Loader] A single plugin can be loaded via wiiload. Maschell 2018-03-04 16:27:57 +0100
  • 0b6d578e27 Added a codeblocks template for creating plugins Maschell 2018-03-04 00:18:19 +0100
  • 8737d4bc54 Moved controller stuff out of the modpack selector files for cleanliness jakobkg 2018-02-26 10:14:01 +0100
  • 1024338498 Added new macros for FS and overlay access. Maschell 2018-02-25 15:18:52 +0100
  • 731860bef2 [SDCafiine] Added support for additional controllers on the modpack selector screen jakobkg 2018-02-25 13:40:43 +0100
  • 6ab6e0532a [Travis] Using github instead of sourceforge Maschell 2018-02-25 13:38:40 +0100
  • 2aadfcf68e Added new hook-methods, added more information to the example_plugin Maschell 2018-02-25 13:07:49 +0100
  • a12db00fd9 [Loader] Force make to disable the jobserver while compiling mocha. Maschell 2018-02-24 19:23:12 +0100
  • db8643d3f5 [Plugin] Added plugin that logs some memory infos Maschell 2018-02-24 13:49:59 +0100
  • 55dd57d62f [Loader] Code formatting and minor logging improvements. Maschell 2018-02-24 12:35:00 +0100
  • 409527fb21 [ALL] Added overlay callback Maschell 2018-02-20 12:41:58 +0100
  • 285fc3b51a Added libgui to the list of dependencies in the readme Maschell 2018-02-20 09:55:50 +0100
  • a3b547e7d1 [Plugins] Added a POC overlay plugin Maschell 2018-02-18 23:00:38 +0100
  • 6067cede64 [Loader] Fixed loading plugin which don't replace any functions. Maschell 2018-02-18 21:42:41 +0100
  • 2b1b46363d [ALL] Renamed the EntryData into FunctionData, fixed some comments. Maschell 2018-02-18 19:03:51 +0100
  • d64f221a92 [ALL] Added more fields to the metadata Maschell 2018-02-18 18:43:51 +0100
  • 869b3bc391 [Loader] Now show config GUI when entering Mii Maker Maschell 2018-02-18 17:47:03 +0100
  • 41da4db58c Replaced all instances of the word "module" with "plugin" Maschell 2018-02-18 16:10:27 +0100
  • d0908e7eb6 [Loader] Refactored the plugin loading. Maschell 2018-02-18 15:55:43 +0100
  • f6ec4bcc56 [Loader] Fixed stupid typo Maschell 2018-02-17 15:30:42 +0100
  • 58b18b31f2 [Travis] Fixed travis. Extracting missing portlibs Maschell 2018-02-17 14:54:48 +0100
  • de95b2e599 [Loader] Added simple, initial gui. Maschell 2018-02-17 14:51:05 +0100
  • b5153953de [Tools] Added gettext windows binaries Maschell 2018-02-17 14:45:45 +0100
  • 749ce215cf Updated the READMEs of the plugins Maschell 2018-02-16 22:22:41 +0100
  • 8c3a28d444 Updated the README, moved plans/ideas into an own file Maschell 2018-02-16 22:20:04 +0100
  • 797e58f576 [General] Moving the FS-wrapper into an own lib, no more macro madness Maschell 2018-02-16 21:51:35 +0100
  • 1cfa474ca9 [Plugins] Moved example_plugin into the plugins folder Maschell 2018-02-16 21:25:31 +0100
  • 401c742362 [General] Updated the readmes Maschell 2018-02-14 23:42:06 +0100
  • 46358ce67a Added SD/USB support for plugins! Maschell 2018-02-14 22:52:16 +0100
  • f8e8f7f52e [Travis] Added Makefile to the plugins folder to build all with one command. Maschell 2018-02-14 22:36:28 +0100
  • b350d7e478 [Travis] Fixed the travis script. Added devkitARM Maschell 2018-02-14 19:52:14 +0100
  • b8d2c51f76 [Plugins] Don't mount the SDCard withing the SDCafiine plugin. Maschell 2018-02-14 19:47:52 +0100
  • dc8a9a81fc [Loader] Added mocha and device mounting. Maschell 2018-02-14 19:46:14 +0100
  • 894a60c2bf [Loader] Moved method elfLink from ModuleData to ElfTools, other minor stuff Maschell 2018-02-14 18:18:42 +0100
  • 389e3ba5f1 [Loader] Added some more comments and TODOs Maschell 2018-02-13 22:36:05 +0100
  • b7f9e68c90 [Loader] Updated logging message Maschell 2018-02-13 22:28:08 +0100
  • a31d6e8db5 [Loader] Huge refactoring. Getting rid of the global lists in C. Using std::vector now and classes. Maschell 2018-02-13 22:20:38 +0100
  • 78a160a74c [Plugins] Added readmes to the plugins, renamed SwapDRC to SwipSwapMe Maschell 2018-02-13 08:22:05 +0100
  • 96224310b0 [Plugin] Added HID to VPAD support Maschell 2018-02-12 20:53:37 +0100
  • 7aec6a2bfd [General] Updated the wups_loader_entry_t struct Maschell 2018-02-12 20:51:24 +0100
  • 48e5ea7e4c [Plugins] Updated the SDCafiine plugin Maschell 2018-02-12 20:50:27 +0100
  • b9af38c7ff [General] Removed the DISCARD section in the .ld file. This fixes C++ support.. Maschell 2018-02-12 20:40:54 +0100
  • 8c0a3c965b [Plugin] Added a port of SwapDRC (SwipSwapMe) Maschell 2018-02-11 19:49:42 +0100
  • 38e045e41d [Loader] Fixed returning to the HBL if multiple plugin override the same function Maschell 2018-02-11 18:52:11 +0100
  • 34e5773714 [Loader] Load the SDCafiine plugin Maschell 2018-02-11 18:43:32 +0100
  • af3e5086f5 [Plugins] Fixed the SDCafiine plugin Maschell 2018-02-11 18:43:12 +0100
  • ac912010f2 [Plugins] Started on creating a SDCafiine plugin. Still WIP. Maschell 2018-02-11 18:33:07 +0100
  • 2cbc49b030 [Loader] only procced when the loading was successful Maschell 2018-02-11 18:18:10 +0100
  • d12bb68c16 [Plugins] Remove the fPIC flag, is not needed. Maschell 2018-02-11 18:16:32 +0100
  • 3cc18c2557 [Plugins] Updated the Makefile Maschell 2018-02-11 14:45:20 +0100
  • 2d685cf41f [General] Fixed the travis script Maschell 2018-02-11 03:40:29 +0100
  • d181e445c7 [Plugins] Updated the Makefile. C++ and stdlib should work now. Maschell 2018-02-11 03:26:54 +0100
  • db29f7a302 [Loader] Only load plugin if no more relocations are needed. Maschell 2018-02-11 03:24:32 +0100
  • c53b6a3d8e [Loader] unmount sdcard after loading the plugins Maschell 2018-02-10 17:10:20 +0100
  • 53bbfa3bd4 [Travis] Added padcon to nightly release Maschell 2018-02-10 17:08:18 +0100
  • e58dc7a506 [Plugins] Added a simple padcon plugin! Maschell 2018-02-10 17:06:42 +0100
  • 9ebad4be5d [example_plugin] Changed to example_plugin to hook into FS_INIT Maschell 2018-02-10 17:05:32 +0100
  • ec217c6aef [Loader] Added support for the init hook. Maschell 2018-02-10 17:05:11 +0100
  • 81b5bed341 [WUPS] Added Macro for the Initialization hook Maschell 2018-02-10 17:00:17 +0100
  • 17e34ad60b [Loader] First successfull, complete replacement! Maschell 2018-02-10 14:58:58 +0100
  • b6119fde91 [Example Plugin] Updated the example plugin to override the OSFatal function. Maschell 2018-02-10 14:56:07 +0100
  • 10c5eccd93 [Example Plugin] Updated the example plugin Maschell 2018-02-09 21:31:05 +0100
  • 4ce98a64f1 [General] Added file to .gitignore Maschell 2018-02-09 21:28:57 +0100
  • 4cdcbe2d20 [Loader] Added missing relocation type Maschell 2018-02-09 21:28:39 +0100
  • 46456df8fc [Loader] Updated the loader to call functions Maschell 2018-02-04 22:25:15 +0100
  • 83a9aa7b7b [WUPS] Make the include c++ compatible Maschell 2018-02-04 22:18:43 +0100
  • 88f323de17 [example_plugin] not using the "real" function in example Maschell 2018-02-04 22:18:09 +0100
  • 437cbf9a66 [General] Fixed ld file Maschell 2018-02-04 21:55:08 +0100
  • ef9579c6ba [Loader] Added code to parse the wups.load section Maschell 2018-02-04 18:05:04 +0100
  • e901ad77cf [Example Plugin] Added second function Maschell 2018-02-04 18:03:58 +0100
  • 72fb6ee5ea [WUPS] Fixed the module compiling Maschell 2018-02-04 16:44:37 +0100
  • 5ed70a368e [Loader] Code formatting Maschell 2018-02-04 16:42:59 +0100
  • 76271cee58 [Loader] Started to work on the module parsing Maschell 2018-02-04 16:41:00 +0100
  • b0f7567243 [Loader] removed unused makefile Maschell 2018-02-04 16:39:11 +0100
  • 0a31469246 [WUPS] rename the structs to be comaptible to C++ Maschell 2018-02-04 16:37:47 +0100
  • 4c2489c1ff [Loader] Add the wups includes to the loader makefile Maschell 2018-02-04 16:35:13 +0100
  • d5800f49a2 [Loader ]Added missing define to libelf Maschell 2018-02-04 16:34:39 +0100
  • 13cc202a2e [General] Moved the plugins into sd:/wiiu/plugins Maschell 2018-02-04 11:29:53 +0100
  • 240482eec6 [General] Moved gitrev.sh Maschell 2018-02-04 11:17:01 +0100
  • e4451560d8 [General] Updated apikey Maschell 2018-02-04 11:12:15 +0100
  • ecba672b9e [General] Fixed travis script Maschell 2018-02-04 11:06:42 +0100
  • 79a55a58f1 [General] Updated travis script to create nightlies Maschell 2018-02-04 11:03:56 +0100
  • 8196007558 [Loader] Added app_version logging Maschell 2018-02-04 10:50:34 +0100
  • 2836b3e45f [Tools] Added the UdpDebugReader Maschell 2018-02-04 10:40:20 +0100
  • 1299a3cb50 [Example plugin] Removed hardcoded version from Makefile Maschell 2018-02-04 10:36:56 +0100
  • 85dcbea20d [Loader] Added libelf, copied straight from brainslug. Maschell 2018-02-04 10:35:26 +0100
  • 254531a7cc [General] Updated readmes Maschell 2018-02-04 10:31:42 +0100
  • e4ba75be70 [General] Updated travis script to build to example_plugin Maschell 2018-02-04 10:29:04 +0100
  • ea24c2c557 [Loader] Added loading file from SDCard and print it Maschell 2018-02-04 10:27:03 +0100
  • 679b90cb9f [Example plugin] Added a very basic plugin based on brainslug Maschell 2018-02-04 10:14:45 +0100
  • 17cb04b142 [General] Fixed the travis script Maschell 2018-02-03 17:05:28 +0100
  • 9723b2f400 [General] Added a travis script which currently tests the loader Maschell 2018-02-03 17:03:36 +0100
  • d6ee498a16 [loader] Added minimal loader project Maschell 2018-02-03 17:03:03 +0100
  • 64d8f87a39 [General] Added a link to COSSubstrate to the readme Maschell 2018-02-03 12:47:57 +0100
  • 7b871be508 [General] Added infos to readme Maschell 2018-02-03 12:35:49 +0100
  • 55b871446f Added readme Maschell 2018-02-03 09:29:23 +0100