Commit Graph

  • 74205ee081 Update Dockerfiles main Maschell 2024-05-05 14:38:04 +0200
  • e9f5674f62 Bump version to 0.8.1 Maschell 2024-05-05 14:37:52 +0200
  • f871b7f228 StorageAPI: Update documentation and fix storage test plugin Maschell 2024-05-05 14:37:37 +0200
  • d9c64bfddd Bump actions/checkout from 3 to 4 Maschell 2024-05-05 14:37:09 +0200
  • 967f42be43 Config: Update WUPSConfigComplexPadData to hold information for all 7 possible kpads Maschell 2024-05-03 16:55:22 +0200
  • 7139fe02d3 Update Dockerfiles #74 Maschell 2024-05-05 14:38:04 +0200
  • 2f8023018e Bump version to 0.8.1 Maschell 2024-05-05 14:37:52 +0200
  • f4db7ec84c StorageAPI: Update documentation and fix storage test plugin Maschell 2024-05-05 14:37:37 +0200
  • 3373a50df5 Bump actions/checkout from 3 to 4 Maschell 2024-05-05 14:37:09 +0200
  • 9174c61abe Config: Update WUPSConfigComplexPadData to hold information for all 7 possible kpads Maschell 2024-05-03 16:55:22 +0200
  • 3c26ecd473 Fix DEBUG flag check in example plugin Maschell 2024-03-29 18:06:55 +0100
  • 989b129834 Fix move operator for WUPSConfigItem Maschell 2024-03-29 13:11:44 +0100
  • 5de93f178a Fix move operator for WUPSConfigCategory Maschell 2024-03-29 13:11:14 +0100
  • 6b5c2ab95e StorageAPI: Make sure to call noexcept version of CreateSubItem in GetOrCreateSubItem Maschell 2024-03-29 13:10:45 +0100
  • fe1c4aa671 Fix small typo in storage test Maschell 2024-03-02 10:46:16 +0100
  • 284713c9f6 Fix WUPSConfigItemMultipleValues::CreateFromValue Maschell 2024-03-02 10:45:59 +0100
  • c3f5bd8d7b StorageAPI: Add support for loading/storing empty strings/binaries Maschell 2024-02-24 13:16:41 +0100
  • 83bb5e9d27 StorageAPI: Avoid -Wunused-parameter Maschell 2024-02-23 11:51:27 +0100
  • 6f53d72e2d StorageAPI: Add different "modes" for reading binary and string data into an buffer (C++ API only) Maschell 2024-02-18 15:08:47 +0100
  • f534559706 StorageAPI: Change WUPSStorageAPI_GetItemSize to add item type Maschell 2024-01-15 19:57:09 +0100
  • 7ef3bfa9bc Add documentation of StorageAPI Maschell 2023-12-20 19:51:28 +0100
  • 6879d15ce4 StorageAPI improvements Maschell 2023-12-14 17:20:38 +0100
  • dba2b584fd Example: Update the existing example_plugin and add C++ example plugin Maschell 2023-12-16 17:16:43 +0100
  • 332ec41488 Change version to 0.8.0 Maschell 2023-12-16 17:10:59 +0100
  • aed8b5af43 ConfigAPI: Some more changes, added C++ Wrapper Maschell 2023-12-16 17:10:45 +0100
  • 4d9f28c1ae example_plugin: Update to use the new config api Maschell 2023-12-02 21:20:23 +0100
  • ba3cd165dd New config API Maschell 2023-10-01 13:00:55 +0200
  • d84fd56329 Free config items properly on early return Maschell 2023-11-17 13:50:27 +0100
  • a56d1698b3 Implement __assert_func and __assert, improve abort() Maschell 2023-11-23 12:16:21 +0100
  • 5fc4875b35 Publish dev docker images Maschell 2023-11-05 17:15:43 +0100
  • c66d73efe4 Add storage_test_plugin Maschell 2023-10-14 09:42:08 +0200
  • 58a2d3f734 Rewrite of the StorageAPI Maschell 2023-10-01 13:00:27 +0200
  • 98d8556aeb Fix DEBUG flag check in example plugin #73 0.8.0-dev Maschell 2024-03-29 18:06:55 +0100
  • ea4062289f Fix DEBUG flag check in example plugin #72 Maschell 2024-03-29 18:06:55 +0100
  • 562c7490cf Fix move operator for WUPSConfigItem Maschell 2024-03-29 13:11:44 +0100
  • 3b0e4bf4c5 Fix move operator for WUPSConfigCategory Maschell 2024-03-29 13:11:14 +0100
  • 702580152f StorageAPI: Make sure to call noexcept version of CreateSubItem in GetOrCreateSubItem Maschell 2024-03-29 13:10:45 +0100
  • 81c88bfd4b Fix move operator for WUPSConfigItem #71 Maschell 2024-03-29 13:11:44 +0100
  • b7bf48eae3 Fix move operator for WUPSConfigCategory Maschell 2024-03-29 13:11:14 +0100
  • aa12e0b51f StorageAPI: Make sure to call noexcept version of CreateSubItem in GetOrCreateSubItem Maschell 2024-03-29 13:10:45 +0100
  • 3b5cc2f932 Fix small typo in storage test Maschell 2024-03-02 10:46:16 +0100
  • e02376e5a1 Fix WUPSConfigItemMultipleValues::CreateFromValue Maschell 2024-03-02 10:45:59 +0100
  • 73b63f728e Fix small typo in storage test #70 Maschell 2024-03-02 10:46:16 +0100
  • 58d236ddf6 Fix WUPSConfigItemMultipleValues::CreateFromValue Maschell 2024-03-02 10:45:59 +0100
  • 2262844544 StorageAPI: Add support for loading/storing empty strings/binaries Maschell 2024-02-24 13:16:41 +0100
  • 0c2651bf31 StorageAPI: Add support for loading/storing empty strings/binaries #69 Maschell 2024-02-24 13:16:41 +0100
  • 46f4cf6496 StorageAPI: Avoid -Wunused-parameter Maschell 2024-02-23 11:51:27 +0100
  • f16f0ddca5 StorageAPI: Avoid -Wunused-parameter #68 Maschell 2024-02-23 11:51:27 +0100
  • a760e2f76e StorageAPI: Add different "modes" for reading binary and string data into an buffer (C++ API only) Maschell 2024-02-18 15:08:47 +0100
  • 9664b8e0cf StorageAPI: Change WUPSStorageAPI_GetItemSize to add item type Maschell 2024-01-15 19:57:09 +0100
  • 7bd6adea26 StorageAPI: Add different "modes" for reading binary and string data into an buffer (C++ API only) #67 Maschell 2024-02-18 15:08:47 +0100
  • 4c5a0f3a9e StorageAPI: Change WUPSStorageAPI_GetItemSize to add item type Maschell 2024-01-15 19:57:09 +0100
  • 76ee7949b9
    Merge de5ef3bfd6 into f0bf943f72 #66 c08oprkiua 2024-01-09 17:19:23 +0000
  • de5ef3bfd6 Merge branch 'main' of https://github.com/c08oprkiua/WiiUPluginSystem-docs #66 c08oprkiua 2024-01-09 10:19:17 -0700
  • ac87c32f62 Added some function patch descriptions, etc. c08oprkiua 2024-01-09 10:19:05 -0700
  • 0a38878f2f
    Delete Doxyfile c08oprkiua 2024-01-05 17:18:20 -0700
  • ca17105ff8 Add documentation of StorageAPI Maschell 2023-12-20 19:51:28 +0100
  • 363048d98f StorageAPI improvements Maschell 2023-12-14 17:20:38 +0100
  • 25a2ac21fa Add documentation of StorageAPI #65 Maschell 2023-12-20 19:51:28 +0100
  • 6f41ffb3e6 StorageAPI improvements Maschell 2023-12-14 17:20:38 +0100
  • 104fdc3b7b Example: Update the existing example_plugin and add C++ example plugin Maschell 2023-12-16 17:16:43 +0100
  • 476cba8dd4 Change version to 0.8.0 Maschell 2023-12-16 17:10:59 +0100
  • eb6d03e967 ConfigAPI: Some more changes, added C++ Wrapper Maschell 2023-12-16 17:10:45 +0100
  • b75bdc4b53 Example: Update the existing example_plugin and add C++ example plugin #64 Maschell 2023-12-16 17:16:43 +0100
  • c9694ae0bd Change version to 0.8.0 Maschell 2023-12-16 17:10:59 +0100
  • f968739e24 ConfigAPI: Some more changes, added C++ Wrapper Maschell 2023-12-16 17:10:45 +0100
  • fabe4252a3 example_plugin: Update to use the new config api Maschell 2023-12-02 21:20:23 +0100
  • ce7ef44084 New config API Maschell 2023-10-01 13:00:55 +0200
  • e5fcf69e88 Free config items properly on early return Maschell 2023-11-17 13:50:27 +0100
  • 51e681efb3 example_plugin: Update to use the new config api #63 Maschell 2023-12-02 21:20:23 +0100
  • 171dfc1d23 New config API Maschell 2023-10-01 13:00:55 +0200
  • 0dc8ac5cfa Even more changes BuildTools 2023-11-26 10:50:33 -0700
  • 322d63d4d7 More stuff added BuildTools 2023-11-26 10:40:48 -0700
  • 5df11a7d22 Haphazardly adding stuff, #1 BuildTools 2023-11-26 09:39:02 -0700
  • ea25bb18c6 Free config items properly on early return Maschell 2023-11-17 13:50:27 +0100
  • d2997545fa Implement __assert_func and __assert, improve abort() Maschell 2023-11-23 12:16:21 +0100
  • d4278de762 Implement __assert_func and __assert, improve abort() #61 Maschell 2023-11-23 12:16:21 +0100
  • 45d17c5e37 Publish dev docker images Maschell 2023-11-05 17:15:43 +0100
  • 209cf7fa54 Add storage_test_plugin Maschell 2023-10-14 09:42:08 +0200
  • 2a76a17a28 Rewrite of the StorageAPI Maschell 2023-10-01 13:00:27 +0200
  • c4a40a907c Publish dev docker images #60 Maschell 2023-11-05 17:15:43 +0100
  • 48c9c4f8d8 Add storage_test_plugin Maschell 2023-10-14 09:42:08 +0200
  • bf75010123 Rewrite of the StorageAPI Maschell 2023-10-01 13:00:27 +0200
  • f0bf943f72 Add missing OSFatal declaration Maschell 2023-07-19 15:17:10 +0200
  • 3eb49c6968 Add missing OSFatal declaration #59 Maschell 2023-07-19 15:17:10 +0200
  • 80a9893f56 Make sure wut_get_thread_specific has been overriden properly Maschell 2023-07-19 14:55:33 +0200
  • 2ab03baa09 Make sure wut_get_thread_specific has been overriden properly #58 Maschell 2023-07-19 14:55:33 +0200
  • 0df3dd8066 Update Dockerfile Maschell 2023-06-21 18:16:28 +0200
  • b2ae19f572 Fix reent support Maschell 2023-06-21 18:16:12 +0200
  • 66f48504d3 Fix version in Makefile Maschell 2023-06-21 16:56:23 +0200
  • 788ed96ae3 Update Dockerfile #57 Maschell 2023-06-21 18:16:28 +0200
  • 397bfe31dc Fix reent support Maschell 2023-06-21 18:16:12 +0200
  • 40e892dd1c Fix version in Makefile Maschell 2023-06-21 16:56:23 +0200
  • 19d6ca3165 Change default branch to main Maschell 2023-04-07 19:58:08 +0200
  • 7c457f922a CI: Use actions/checkout@v3 Maschell 2023-04-07 19:57:49 +0200
  • 36773920d8 Update example to use ghcr.io registry Maschell 2023-04-07 19:57:40 +0200
  • 6452fb2433 Change default branch to main #56 Maschell 2023-04-07 19:58:08 +0200
  • 2c70e6dc55 CI: Use actions/checkout@v3 Maschell 2023-04-07 19:57:49 +0200
  • 10836d49be Update example to use ghcr.io registry Maschell 2023-04-07 19:57:40 +0200
  • a8376837a8 CI: Add missing "needs" for push image job Maschell 2023-03-16 12:51:41 +0100