Commit Graph

77 Commits

Author SHA1 Message Date
Maschell 905f712cd8 Add LICENSE 2022-09-04 14:55:14 +02:00
Maschell 85fb2c141e Add default icon when a .rpx is loaded or the .wuhb contains no icon 2022-08-25 17:18:42 +02:00
Maschell 9b04ae206b Update the Dockerfile 2022-08-25 12:45:31 +02:00
Maschell 59fafb0cd9 Check if a file exist when loading a RPX/WUHB 2022-08-25 12:45:31 +02:00
Maschell 74ade220f1 Improve RPX/WUHB loading 2022-08-25 12:45:31 +02:00
Maschell cd6630b0ca Update Dockerfile 2022-08-24 14:53:49 +02:00
Maschell 5ebee36b7f Use libmocha to load .rpx 2022-08-24 14:53:49 +02:00
Maschell 3ceb7c8dfc Use full path for save redirection 2022-08-24 14:53:49 +02:00
Maschell a0724c276b Update to use the latest wut version 2022-07-25 13:13:17 -07:00
Maschell ca7d54bd22 Update Dockerfile to use latest WUMS version 2022-05-13 00:29:43 +02:00
Maschell c4050b3090 Use latest libfunctionpatcher version 2022-05-08 19:36:02 +02:00
Maschell 58fbfc270b Update string_format template to use std::nothrow and OSFatal on error 2022-05-08 19:36:02 +02:00
Maschell 0eab0261b1 Use std::unique_ptr instead of raw pointer 2022-05-08 19:36:02 +02:00
Maschell 5ab425132d Add module name to logging 2022-04-29 15:10:57 +02:00
Maschell e5a74b6649 Add action to the pr workflow that checks building the module with logging 2022-04-23 09:25:15 +02:00
Maschell 7a37b2da2d Update README.md 2022-04-22 22:25:58 +02:00
Maschell 554339a6ce Add missing dependencies to the README 2022-04-22 22:22:16 +02:00
Maschell bfa3301218 Add logging documentation to the README 2022-04-22 22:22:16 +02:00
Maschell 59a78fc3cf Control verbose logging via buildflags 2022-04-22 22:22:16 +02:00
Maschell 425fd82646 Always do error logging 2022-04-22 22:22:16 +02:00
Maschell ebe901ebdc Rewrite to use libcontentredirection and libwuhbutils. 2022-04-17 21:56:53 +02:00
Maschell 533c25d6bf Update Dockerfile 2022-03-06 13:00:11 +01:00
Maschell 4e8f62248b Parse the meta.ini from buffer 2022-03-06 13:00:11 +01:00
Maschell 9c8e69003d Fix use-after-free and double-free 2022-03-05 18:37:49 +01:00
Maschell 3d0c1151d7 Remove function declaration of a unimplemented function 2022-02-14 19:53:44 +01:00
Maschell 3baca0a5c2 Update the Dockerfile 2022-02-14 19:53:44 +01:00
Maschell a0def8f4b4 Align the buffer of the FileReaderCompressed buffer 2022-02-14 19:53:44 +01:00
Maschell c6a700bf51 Make sure the iconCache is aligned properly 2022-02-14 19:53:44 +01:00
Maschell 5e53161cb1 Minor code cleanup 2022-02-14 19:53:44 +01:00
Maschell 83c1cef208 Replace DCFlushRange with OSMemoryBarrier 2022-02-14 19:53:44 +01:00
Maschell 142aa827d2 Format the code via clang-format 2022-02-04 16:38:11 +01:00
Maschell 91f77ed210 Change the layout of the release .zip 2022-01-30 17:05:28 +01:00
Maschell 671f207ebe Fix compiler warnings 2022-01-30 13:49:38 +01:00
Maschell 16d5d734c7 Fix building with `make DEBUG=1` 2022-01-30 13:45:46 +01:00
Maschell 7ad9df8a8c Format code 2022-01-26 23:20:21 +01:00
Maschell cceda5e231 Fix compiler warnings 2022-01-26 23:19:27 +01:00
Maschell 032459d809 Fix compiling 2022-01-26 23:18:34 +01:00
Maschell 1365eff9fc Don't use the stack for meta.ini parsing 2022-01-26 14:32:30 +01:00
Maschell 136da033f4 Update Dockerfile for WUMS 0.3.1 support 2022-01-26 14:25:47 +01:00
Maschell b5aa508339 Do logging only when built with `make DEBUG = 1` 2022-01-26 14:25:34 +01:00
Maschell 8b7c2bb145 [CI] Fix asset content type 2022-01-26 14:23:56 +01:00
Maschell 9665b48d9a Update Dockerfile to use WUMS 0.3 2021-12-07 20:55:06 +01:00
Maschell 0ac1752560 Use the LoggingModule if possible 2021-11-06 23:26:13 +01:00
Maschell 7fe0fce93d Update Dockerfile 2021-10-02 11:42:20 +02:00
Maschell 70c996811f Remove unused imports 2021-10-02 11:39:07 +02:00
Maschell 112c14498a Fix FSReadDir when redirecting the /vol/content directory to another path 2021-09-30 14:25:17 +02:00
Maschell 91b7686e2e Fix type of parameter 2021-09-30 00:26:03 +02:00
Maschell b00a566726 Fix opening /vol/content when redirecting it to a specfic path 2021-09-30 00:25:28 +02:00
Maschell bff0f823f0 Formatting 2021-09-28 20:04:55 +02:00
Maschell a18a28091b Add `RL_UnmountCurrentRunningBundle` export 2021-09-28 18:18:03 +02:00