Commit Graph

42 Commits

Author SHA1 Message Date
Maschell
562c7490cf Fix move operator for WUPSConfigItem 2024-03-29 13:20:39 +01:00
Maschell
3b0e4bf4c5 Fix move operator for WUPSConfigCategory 2024-03-29 13:20:39 +01:00
Maschell
2262844544 StorageAPI: Add support for loading/storing empty strings/binaries 2024-02-24 13:21:35 +01:00
Maschell
46f4cf6496 StorageAPI: Avoid -Wunused-parameter 2024-02-23 11:55:05 +01:00
Maschell
a760e2f76e StorageAPI: Add different "modes" for reading binary and string data into an buffer (C++ API only) 2024-02-23 11:15:25 +01:00
Maschell
9664b8e0cf StorageAPI: Change WUPSStorageAPI_GetItemSize to add item type 2024-02-23 11:15:25 +01:00
Maschell
ca17105ff8 Add documentation of StorageAPI 2023-12-21 17:22:31 +01:00
Maschell
363048d98f StorageAPI improvements 2023-12-21 17:22:31 +01:00
Maschell
476cba8dd4 Change version to 0.8.0 2023-12-16 17:24:04 +01:00
Maschell
eb6d03e967 ConfigAPI: Some more changes, added C++ Wrapper 2023-12-16 17:24:04 +01:00
Maschell
ce7ef44084 New config API 2023-12-03 11:32:38 +01:00
Maschell
d2997545fa Implement __assert_func and __assert, improve abort() 2023-11-23 12:22:37 +01:00
Maschell
2a76a17a28 Rewrite of the StorageAPI 2023-11-05 17:18:49 +01:00
Maschell
f0bf943f72 Add missing OSFatal declaration 2023-07-19 15:20:26 +02:00
Maschell
80a9893f56 Make sure wut_get_thread_specific has been overriden properly 2023-07-19 15:08:42 +02:00
Maschell
b2ae19f572 Fix reent support 2023-06-22 16:27:58 +02:00
Maschell
e40d91fcec StorageAPI: Only proccess items for the last returned sub category or root item. 2023-02-15 19:46:29 +01:00
Maschell
7f76e31e70 Revert "Avoid reallocations of the parent data for WUPS_STORAGE_TYPE_ITEM items." 2023-02-15 19:46:29 +01:00
Maschell
90d1e51922 StorageAPI: Rename pending_delete to deleted 2023-01-26 14:42:31 +01:00
Maschell
933e676c52 StorageAPI: Avoid reallocations of the parent data for WUPS_STORAGE_TYPE_ITEM items. This is dirty workaround to keep outPtr of WUPS_CreateSubItem always valid. 2023-01-26 14:42:31 +01:00
Maschell
8306df96ae StorageAPI: Return an error if memory allocation fails 2023-01-26 14:42:31 +01:00
Maschell
98623f15ab Make the config API C compatible 2023-01-24 21:46:33 +01:00
Maschell
c867b01e4d ConfigItems: Use strdup for string duplication, rename configID to configId in WUPSConfigItemMultipleValues 2022-09-24 18:58:27 +02:00
Maschell
e649e4c93d ConfigItems: Add configId to all item structs 2022-09-24 18:58:27 +02:00
Maschell
51f627dc6e Define more WUPS_CONFIG_BUTTON_* values 2022-09-23 21:34:59 +02:00
Maschell
b1a9ffcb32 Adds a stub WUPSConfigItem for displaying data 2022-09-19 00:52:01 +02:00
Maschell
7b9868bd0e Fix potential memory leak when creating config items fails 2022-09-19 00:52:01 +02:00
Maschell
104e6e1249 Add WUPS_GetStorageStatusStr 2022-09-04 10:33:37 +02:00
Maschell
a2f75edfeb Return WUPSStorageError enum instead of int for storage API 2022-09-04 10:33:37 +02:00
Maschell
21d5951ef0 Override abort() with OSFatal and bump WUPS version to 0.7.1 2022-05-13 12:31:49 +02:00
Maschell
ac47ebc84e Remove ON_FUNCTIONS_PATCHED hook 2022-05-13 12:31:49 +02:00
Maschell
d3cf0691ef Add clang-format for formatting, check building the example in CI 2022-02-03 16:24:36 +01:00
Maschell
9d41a89c45 WUPS 0.7 - Add __init and __fini wrapper 2022-01-22 13:18:31 +01:00
Maschell
2721e7920b WUPS 0.6.1 2021-10-01 17:24:45 +02:00
Maschell
6510dd5c21 WUPS 0.6, add support for config and storage 2021-09-24 19:58:40 +02:00
Maschell
57bebfc265 Add WUPS_USE_WUT_SOCKETS hook 2021-04-17 13:40:42 +02:00
Maschell
4ea2588d14 Fix C support 2021-04-06 20:33:19 +02:00
Maschell
1fcd3b4b17 Clean up, remove some unused features, some refactoring, bump WUPS version to 0.4 2021-03-16 17:31:20 +01:00
GaryOderNichts
61e6f06649 Add plugin_id and config_revision meta fields 2020-12-16 14:51:35 +01:00
Maschell
41bfa32319 Add option to patch functions for a specific process 2020-06-19 13:16:40 +02:00
Maschell
f5398ee2e0 Only call __init_wut_stdcpp when it exists 2020-05-03 11:17:29 +02:00
Maschell
195e686a50 - Plugins now will be provided in RPX format and have the extension ".wps"
- Remove the fs function wrapper
2020-04-29 17:53:53 +02:00