14 Commits

Author SHA1 Message Date
github-actions
5b762b3ad0 v1.0.0 Build 5 1.0.0.5 2025-03-30 22:16:57 +00:00
Jacob Schmidt
3bd5a4a9bf feat: Implement store persistence and improve store interface
All checks were successful
Build / Build (push) Successful in 24s
This commit introduces store persistence and refactors the store interface for improved functionality. The changes include:

-   Adding a `save` function to persist store data.
-   Refactoring `createStore` to `create` and `getStore` to `get`.
-   Adding `set` function to create store if not exist.
-   Refactoring `set` to `hset` and `get` to `hget` for hash set and get operations.
-   Refactoring `delete` to `hdel` for hash delete operations.
-   Implementing store saving after each modification.
2025-03-30 17:15:28 -05:00
github-actions
767c95978e v1.0.0 Build 4 1.0.0.4 2025-03-28 14:46:30 +00:00
Jacob Schmidt
b4f30ef954 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/server
All checks were successful
Build / Build (push) Successful in 25s
2025-03-28 09:46:12 -05:00
Jacob Schmidt
bec0adcdbf feat: Update build environment and add XEH PREP
This commit includes the following changes:

-   Updates the build environment in the GitHub Actions workflow to use `ubuntu-latest` instead of `ubuntu-22.04`.
-   Adds `playerGroup2Server` to the XEH_PREP.hpp file.
-   Updates the picture path in CfgMods.hpp to include the file extension.
2025-03-28 09:46:08 -05:00
94043520a5 Update .github/workflows/build.yml 2025-02-22 13:55:18 -06:00
github-actions
53d0e2b8ab v1.0.0 Build 3 1.0.0.3 2025-01-05 01:48:29 +00:00
Jacob Schmidt
fbbfc031dc Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/server
All checks were successful
Build / Build (push) Successful in 52s
2025-01-04 19:48:14 -06:00
Jacob Schmidt
a9403504d1 Added Game Mode Types 2025-01-04 19:48:09 -06:00
github-actions
882b11c0d1 v1.0.0 Build 2 1.0.0.2 2025-01-05 01:26:26 +00:00
Jacob Schmidt
028227a590 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/server
All checks were successful
Build / Build (push) Successful in 1m3s
2025-01-04 19:26:10 -06:00
Jacob Schmidt
872857c257 Major Hotfix 01042025@1925 2025-01-04 19:25:56 -06:00
github-actions
c62dd0d51e v1.0.0 Build 1 1.0.0.1 2025-01-01 20:30:52 +00:00
Jacob Schmidt
48e3e15f71 Initial Repo Setup
Some checks failed
Build / Build (push) Failing after 51s
2025-01-01 14:30:34 -06:00