Eric-Paul Ickhorn epickh
epickh renamed repository from Maintree-B to epickh/MainTree 2024-03-02 14:48:16 +00:00
epickh pushed to main at epickh/MainTree 2024-03-02 07:17:05 +00:00
3d73718aee Added shadow entity lookup, registry and pool.
epickh transferred repository Technetium/Maintree-B to epickh/MainTree 2024-03-01 10:36:21 +00:00
epickh pushed to main at libRR/Base 2024-02-22 06:47:39 +00:00
682f83da16 Deleted the platform module and rewrote the arena allocator
epickh pushed to main at epickh/MainTree 2024-02-20 06:36:27 +00:00
726c231561 Added shadow tag registry
epickh renamed repository from Core to libRR/Base 2024-02-18 13:14:22 +00:00
epickh created branch main in epickh/MainTree 2024-02-09 15:14:44 +00:00
epickh pushed to main at epickh/MainTree 2024-02-09 15:14:44 +00:00
324d5e427c Added build system
epickh created repository epickh/MainTree 2024-02-09 15:14:18 +00:00
epickh pushed to main at Technetium/MainTree 2024-02-01 23:51:31 +00:00
96a9d2e2f1 Added Various Memory Optimizations
epickh pushed to main at Technetium/MainTree 2024-02-01 01:09:33 +00:00
0776499c6f Added retrievable type field to tags
epickh pushed to main at Technetium/MainTree 2024-02-01 00:56:44 +00:00
4f549290ab Added entity queries by tag, tests for queries and tests for tagging.
53a63e61db General codebase improvements and a fix for a bug in the tag registry
Compare 2 commits »
epickh pushed to main at Technetium/MainTree 2024-01-30 23:00:39 +00:00
275dbdc748 Added a test for the entity lookup and fixed a bug found through that test.
cea20bdaa2 Implemented but didn't test the entity-untagging function and fixed a potentially unwanted behaviour when getting a tag's value.
Compare 2 commits »
epickh pushed to main at Technetium/MainTree 2024-01-30 21:48:38 +00:00
2fa120c024 Made pointers to structs visible more clearly, not hidden in the typedefs
epickh pushed to main at Technetium/MainTree 2024-01-30 21:32:12 +00:00
b4846569bb Added entity creation and a test for it; fixed memory leaks.
epickh pushed to main at Technetium/MainTree 2024-01-29 18:50:07 +00:00
6979728a96 Added but didn't test state-struct and entity lookup, entity tagging and entity registry functionality
epickh pushed to main at Technetium/MainTree 2024-01-28 16:58:22 +00:00
3f7da48836 Fixed some memory-management related bugs and a crash bug.
epickh pushed to main at Technetium/MainTree 2024-01-28 16:15:41 +00:00
573438eb6a Added the previously forgotten test list
epickh pushed to main at Technetium/MainTree 2024-01-28 16:14:10 +00:00
6538b038e7 Added a basic testing infrastructure and found a bug through it.
c0c17f6641 Added but didn't test the registry for tag names and fixed a bug in the action.bash
3236dc2984 Fixed some thinking mistakes in the core API and removed the core API exports from the import paths of its own implementation
Compare 3 commits »
epickh pushed to main at Technetium/MainTree 2024-01-27 22:22:32 +00:00
3a38d8341b Changed the API to be more generic and to have fewer different functions.