NukeBird
  • Joined on 2025-02-10
NukeBird pushed to main at NukeBird/zecsy 2025-02-15 20:15:15 +03:00
12f2bf3474 Remove useless test (there are no limits for amount of entities)
NukeBird pushed to main at NukeBird/zecsy 2025-02-15 20:13:50 +03:00
70e1d0bad4 Add queries/systems support
NukeBird pushed to main at NukeBird/zecsy 2025-02-15 18:24:28 +03:00
586f7b224e std::set might work better for systems (?)
NukeBird pushed to main at NukeBird/zecsy 2025-02-15 17:52:46 +03:00
11ff925149 Farewell, my zecsy_bits 😭
NukeBird pushed to main at NukeBird/zecsy 2025-02-15 13:16:49 +03:00
379973a224 Remove useless concepts
NukeBird pushed to main at NukeBird/zecsy 2025-02-15 01:55:49 +03:00
8df572aadb Remove multiple components at once
NukeBird pushed to main at NukeBird/zecsy 2025-02-15 01:47:22 +03:00
6861e87c61 Set multiple components at once
672d27a6a3 Test multiple components at once
Compare 2 commits »
NukeBird pushed to main at NukeBird/zecsy 2025-02-15 00:36:24 +03:00
6737ffb2eb Addresses of removed components should be reused
NukeBird pushed to main at NukeBird/zecsy 2025-02-15 00:23:08 +03:00
84b132f853 Ability to remove components
NukeBird pushed to main at NukeBird/zecsy 2025-02-14 23:56:06 +03:00
a0f09710b0 Component retrieval
NukeBird pushed to main at NukeBird/zecsy 2025-02-14 23:42:25 +03:00
21c7e416ec Attach simple components to an entity
NukeBird pushed to main at NukeBird/zecsy 2025-02-14 22:28:09 +03:00
f1f965a284 No entity_id reusage yet
4e3ae245b8 World should throw on id overflow
c77948c441 Reserve entity #0
Compare 3 commits »
NukeBird pushed to main at NukeBird/zecsy 2025-02-14 21:41:41 +03:00
c9a4e27630 Destroy an entity and ensure it no longer exists
1962e97cf9 Make entity and verify its existence
Compare 2 commits »
NukeBird pushed to main at NukeBird/zecsy 2025-02-14 21:01:57 +03:00
f27b99f929 init
NukeBird created branch main in NukeBird/zecsy 2025-02-14 20:40:53 +03:00
NukeBird pushed to main at NukeBird/zecsy 2025-02-14 20:40:53 +03:00
fdae60012c Add README.md
NukeBird created repository NukeBird/zecsy 2025-02-14 20:35:03 +03:00
NukeBird pushed to main at NukeBird/dinkyecs_sandbox 2025-02-14 19:16:27 +03:00
NukeBird pushed to main at NukeBird/dinkyecs_sandbox 2025-02-14 19:14:27 +03:00
6b07f40c1f Add catch2
NukeBird pushed to main at NukeBird/dinkyecs_sandbox 2025-02-13 22:25:27 +03:00
5665b1de6e Store components in vector