100 Commits

Author SHA1 Message Date
cat
67df059f59 Append data at the end of the shared binary 2026-03-23 03:54:34 +02:00
cat
82f56f70a9 Added FunctionTraits 2026-03-16 09:31:09 +02:00
cat
b8c21ebbde Removed LogLevel being enum class 2026-03-16 09:30:29 +02:00
cat
9a684ae93d Added a pointless throw to stop GCC complaining 2026-03-09 20:30:27 +02:00
cat
2256c633d3 Switched to Corrade's arrays on MultiQueryResult@DualKey Map 2026-03-09 18:23:52 +02:00
cat
7c92cde143 Tweaked LogFormatted to squash fake clangd errors 2026-03-08 01:00:18 +02:00
cat
88d4695596 Switched to Corrade's string over STL 2026-03-07 14:44:29 +02:00
cat
55f12fcd69 Fixing quoting on xohiro 2026-03-07 14:43:59 +02:00
cat
27f50ffb35 Decided to dynamically link and ship corrade with tourmaline 2026-03-07 14:43:20 +02:00
cat
ab6841ab85 Testing Corrade on Logging 2026-03-06 16:35:21 +02:00
cat
a06140187d Made the paths absolute, added CMAKE_EXPORT_COMPILER_COMMANDS to CMakeLists.txt 2026-03-06 16:34:39 +02:00
cat
ce9ea6752d Added Corrade as a dependency and also Fetchscript 2026-03-06 16:33:30 +02:00
cat
58c69e4aa5 Added how to compile to README 2026-03-06 16:32:43 +02:00
cat
beab60fcd2 Made includes relative addresses 2026-03-05 02:12:55 +02:00
aafd2c05d2 Update README.md 2026-03-04 06:22:15 +01:00
b18e1b9970 Update README.md 2026-03-04 06:21:27 +01:00
cat
a19776b930 Added Container Options for fine tuning, fine tuned hashmap for DKM 2026-03-03 00:22:22 +02:00
cat
30cbc7cd1c Fixed DualKeyMap MultiQuery not recording how many found properly 2026-03-02 18:20:11 +02:00
cat
cecea2eaff Upped the load factor to reduce allocations 2026-03-02 17:28:14 +02:00
cat
e185c77cb8 Fixed speeeling miskate :) 2026-03-02 17:27:06 +02:00
cat
084eb8266b Changed hashmaps to not use pointers, saving on allocations 2026-03-02 16:57:52 +02:00
cat
c388f20429 Started adding hashmap instead of std::vector as QueryWithMany return 2026-03-02 09:13:04 +02:00
cat
5112f2a3a3 Bugfix: Hash position was calculated before rehash 2026-03-02 08:59:42 +02:00
cat
7fd71ab0ac Added rehashing for growing and shrinking 2026-03-02 07:56:34 +02:00
cat
73ddc307eb Added noexcepts and nodiscards 2026-03-02 04:08:25 +02:00
cat
ffe6dd83ca Hashmap added Count() 2026-03-02 04:02:46 +02:00
cat
07c9ed49c7 Hashmap added checking for insertion and fixed remove 2026-03-02 03:55:23 +02:00
cat
2326ddfee7 Fix guard's position 2026-03-01 05:07:50 +02:00
cat
fdb84b30b7 Added a Hashmap (WIP) 2026-03-01 05:07:12 +02:00
cat
af8b68ca46 Added checks for tombstones 2026-02-27 09:16:29 +02:00
cat
0014ce0602 First RC of QueryWithAll, needs its erase logic improved 2026-02-27 09:06:16 +02:00
cat
09b58fe1f5 addded .cache to gitignore 2026-02-27 09:06:04 +02:00
cat
4eb846f215 const std::string& to std::string_view and static output buffer on Log 2026-02-26 20:34:23 +02:00
cat
3d17902844 Tweaking DualKey Map to new Concept.hpp, and doing better templating 2026-02-26 19:24:06 +02:00
cat
3910827805 Moved concepts out of containers and several tweaks on concepts.hpp 2026-02-26 01:32:16 +02:00
cat
b67b042be3 Reorganised DualkeyMap.hpp and added MultiKeyResult 2026-02-23 06:31:32 +02:00
cat
31b3f2033d Added Either concept also moved Hashing.hpp to Concept.hpp 2026-02-23 06:30:37 +02:00
cat
3c2744854b Second iter of MultiQuery, splitted the logic to queryWithMany 2026-02-15 17:55:33 +02:00
cat
f20e75a9ee Added more proper fails and QueryWithAll first iteration (not fully impl) 2026-02-15 04:15:59 +02:00
cat
bd3be51abd Errors throw, while criticals terminate. 2026-02-03 13:19:59 +02:00
cat
f2d429109b Changing casing of dualkey map to PascalCase 2026-02-01 00:54:25 +02:00
2f84b47fec Update README.md 2026-01-31 14:50:29 +02:00
ec58bb7990 Showing appreciation
you can cry now (lol)
2026-01-31 13:30:08 +01:00
cat
0ac8d26578 Allow moving for DualKeyMap 2026-01-31 14:14:57 +02:00
cat
7cd43a2215 World should be movable only 2026-01-31 14:11:48 +02:00
cat
edb0055224 UUID has been updated to use a better hash and no unnecessary allocations (Big thanks to mosra!) 2026-01-31 13:45:15 +02:00
cat
ff062567d8 Renamed BaseComponent to ECS::Component, removed enabled, renamed Position to Base 2026-01-30 18:46:49 +02:00
cat
16c1a2c620 Added a scan with hash function and labeled the arguments 2026-01-30 16:42:28 +02:00
cat
baa8cc351d Simplified DualKeyHash 2026-01-30 16:27:03 +02:00
cat
3fc4f3ec84 Added basics of the ECS world's life cycle 2026-01-30 15:58:53 +02:00