7 Commits

Author SHA1 Message Date
Jacob Schmidt
3af3adeec6 feat: Updated file paths and build artifacts
All checks were successful
Build / Build (push) Successful in 30s
This commit updates file paths and build artifacts for the ArmaRAMDb extension.

Specifically, the following changes were made:

*   **Main.cs:**
    *   Defined `DEFAULT_ARDB_PATH` to store the default path for the ARDB file.
    *   Updated `ARDB_LOGFOLDER` to use `Path.DirectorySeparatorChar` for cross-platform compatibility.
    *   Used `DEFAULT_ARDB_PATH` when checking for the existence of the ARDB file.
*   **RAMDb.cs:**
    *   Removed the `DEFAULT_ARDB_PATH` constant.
    *   Modified the constructor to accept an optional `ardbPath` parameter and use `Main.DEFAULT_ARDB_PATH` as the default if none is provided.
*   **Build Artifacts:**
    *   Updated the `ArmaRAMDb_x64.dll` and `ArmaRAMDb_x64.so` files in the extension/bin/Release/net8.0/win-x64/publish and extension/bin/Release/net8.0/linux-x64/publish directories, as well as the root directory.
2025-03-22 13:40:21 -05:00
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
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
Jacob Schmidt
fac86fcda7 Update 03212025@1305 2025-03-21 13:04:47 -05:00
Jacob Schmidt
595540350a Major Update 01012025@1335 2025-01-01 13:37:36 -06: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
Jacob Schmidt
08a17008cf Remove bin directory from git tracking 2025-01-01 09:49:15 -06:00