22 Commits

Author SHA1 Message Date
Jacob Schmidt
04fb3c5c54 feat: Build artifacts update
All checks were successful
Build / Build (push) Successful in 29s
This commit updates the build artifacts for both Windows and Linux platforms. This includes the ArmaRAMDb_x64.dll and ArmaRAMDb_x64.so files, as well as the published versions in the extension/bin/Release/net8.0 directories.
2025-03-22 13:01:43 -05:00
github-actions
e561277d64 v1.0.0 Build 8 1.0.0.8 2025-03-22 17:55:21 +00:00
Jacob Schmidt
3bb2bec8d9 feat: Added list deletion functionality and improved parameter handling
All checks were successful
Build / Build (push) Successful in 30s
This commit introduces the ability to delete lists within the ArmaRAMDb extension.  It also refactors the parameter handling in several sqf functions to improve consistency and remove unnecessary data structures.

Specifically, the following changes were made:

*   **Extension (C#):**
    *   Added `ListDeleteAsync` to `ListStore.cs` to handle list deletion.
    *   Added a "listdel" case to `Main.cs` to call the new `HandleListDelOperation` function.
    *   Created `HandleListDelOperation` to call `ListStore.ListDeleteAsync`.
    *   Removed unused parameters from `HandleHDelOperation`.
*   **SQF Functions:**
    *   Updated `fnc_hashSetIdBulk.sqf`, `fnc_hashSetBulk.sqf`, `fnc_hashSetId.sqf`, `fnc_listSet.sqf`, `fnc_hashSet.sqf`, `fnc_listAdd.sqf`, and `fnc_set.sqf` to use a simpler parameter structure.  Specifically, the `_data` parameter is now expected to be a simple array instead of an array containing a default value.
*   **XEH_PREP.hpp:**
    *   Added a few new functions to register.
*   **Examples:**
    *   Updated examples in `fnc_hashSetIdBulk.sqf` and `fnc_hashSetBulk.sqf` to reflect the parameter changes.

This change enhances the functionality of ArmaRAMDb by providing a mechanism to remove lists and improves the overall code quality and consistency.
2025-03-22 12:55:09 -05:00
github-actions
3490bbf901 v1.0.0 Build 7 1.0.0.7 2025-03-22 04:41:55 +00:00
Jacob Schmidt
49bec97ea8 Added support for HashMap values
All checks were successful
Build / Build (push) Successful in 30s
2025-03-21 23:41:18 -05:00
github-actions
27fc15f30d v1.0.0 Build 6 1.0.0.6 2025-03-22 04:05:23 +00:00
Jacob Schmidt
ef28cd7ac6 Update 03212025@2305
All checks were successful
Build / Build (push) Successful in 30s
2025-03-21 23:05:12 -05:00
Jacob Schmidt
6e4bd093ee Update ArmaRAMDb with new features and improvements, including logging enhancements, support for ARDB file format, and various function updates. Added config.xml to project inclusion and modified function includes for better compatibility. Updated build files for both Windows and Linux platforms. 2025-03-21 23:01:39 -05:00
github-actions
95e5f86a48 v1.0.0 Build 5 1.0.0.5 2025-03-21 18:05:10 +00:00
Jacob Schmidt
8f51bb4ef0 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/ramdb
All checks were successful
Build / Build (push) Successful in 35s
2025-03-21 13:04:53 -05:00
Jacob Schmidt
fac86fcda7 Update 03212025@1305 2025-03-21 13:04:47 -05:00
324458a5fd Update .github/workflows/build.yml 2025-02-22 13:55:41 -06:00
github-actions
3f44f89099 v1.0.0 Build 4 1.0.0.4 2025-01-01 19:38:13 +00:00
Jacob Schmidt
6786ab5be5 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/ramdb
All checks were successful
Build / Build (push) Successful in 57s
2025-01-01 13:37:50 -06:00
Jacob Schmidt
595540350a Major Update 01012025@1335 2025-01-01 13:37:36 -06:00
github-actions
025c26551a v1.0.0 Build 3 1.0.0.3 2025-01-01 15:55:59 +00:00
Jacob Schmidt
f74d0f3191 Added linux .so file generation
All checks were successful
Build / Build (push) Successful in 56s
2025-01-01 09:55:46 -06:00
github-actions
1509988cfa v1.0.0 Build 2 1.0.0.2 2025-01-01 15:49:55 +00:00
Jacob Schmidt
2a19973ba4 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/ramdb
All checks were successful
Build / Build (push) Successful in 53s
2025-01-01 09:49:21 -06:00
Jacob Schmidt
08a17008cf Remove bin directory from git tracking 2025-01-01 09:49:15 -06:00
github-actions
f7fde44e7b v1.0.0 Build 1 1.0.0.1 2024-11-10 20:34:41 +00:00
Jacob Schmidt
885cc267c5 Initial Repo Setup
All checks were successful
Build / Build (push) Successful in 1m41s
2024-11-10 14:33:22 -06:00