95 Commits (85fa141d4d54cc9a14b5f4cd968782e342c8cab3)
 

Author SHA1 Message Date
copygirl 85fa141d4d Hook into Flecs log and abort (potentially WIP) 11 months ago
copygirl 0797eff416 Test to check reusing components 11 months ago
copygirl fa89eca82d Update REST API test 11 months ago
copygirl c992fa2f2f Test to check multiple contexts work 11 months ago
copygirl 99ae978f20 Ensure EntityHolder is unique 11 months ago
copygirl bde3ec33e5 Fix missing newlines in errors in Context.lookupAndRegister 12 months ago
copygirl 8719bfeebe Add world.pair function 12 months ago
copygirl 90e1fba5fd Fix Pair.init and add .fromRaw constructor 12 months ago
copygirl dbfe13af58 Fix Flecs OS API, move to separate file 12 months ago
copygirl 12280219cb Change World.enableRest to only take port 1 year ago
copygirl b170082b51 Support Flecs REST API 1 year ago
copygirl 2b7c8528d3 Panic when Context.lookup returns 0 1 year ago
copygirl 2cf56693e2 Use builtin Flecs types 1 year ago
copygirl d9882bf86e Add lookups for (some) builtin Flecs types 1 year ago
copygirl e728e47136 Fix and rename lookupType 1 year ago
copygirl ffddcdf9b9 Fix Entity.name / symbol not returning null, add tests 1 year ago
copygirl ae34763f71 Add lookupSymbol, lookupChild, rename lookupPath 1 year ago
copygirl 96e511bfc1 Add Entity formatting 1 year ago
copygirl b20caf4e36 Fix use of invalidFmtError 1 year ago
copygirl 846b738bf5 Use default field values for Probe struct 1 year ago
copygirl e0bdf5f182 Don't use zeroes and zeroInit for C structs 1 year ago
copygirl 12864ba14a Let Iter hold onto its own allocator 1 year ago
copygirl c9bf64a34c Remove reference to main.zig where possible 1 year ago
copygirl 7f3e79781e Move Context to its own file 1 year ago
copygirl ea93c6026a Don't usingnamespace all of errors.zig 1 year ago
copygirl 2bc8f54a83 Use "flecszigble" name when important this lib 1 year ago
copygirl deb1104944 Split Context.lookup into lookup and lookupMut 1 year ago
copygirl 33dfbe8a9e Use defer in Path tests 1 year ago
copygirl 7fc5dbba4d Remove Path from Context 1 year ago
copygirl c092465fce Add tests for Entity get/set functions 1 year ago
copygirl 01d5ed7e48 Allow specifying pairs in Entity get/set functions 1 year ago
copygirl 5273084f99 Add doc comments for Entity.get / getRef / getMut 1 year ago
copygirl 1c44cf61c7 Make Entity.getMut return non-nullable pointer 1 year ago
copygirl 1b303d0b3a Add Entity.getRef function 1 year ago
copygirl e695213f65 Rename getX() functions to simply x() 1 year ago
copygirl e3ce7b52f2 Improve README example 1 year ago
copygirl 248f0af204 Rename Iter.count and .deltaTime 1 year ago
copygirl 772908b3c1 Update Zig and Flecs, big refactor 1 year ago
copygirl 10ce815c2a Add Entity.getChildren 1 year ago
copygirl 1c9c65d8d2 Add world.term (temporary?) 1 year ago
copygirl 4e101a1643 Add Entity.getTargets 1 year ago
copygirl 2ff2579d87 Add World.lookupByPath 1 year ago
copygirl 2e36be7ad2 Add singleton API to World 1 year ago
copygirl 2a41366bd8 Have Entity.get return value instead of pointer 1 year ago
copygirl 13936d11bb Don't use @bitCast 1 year ago
copygirl 39bd61a66c Fix Pair.getRelation and .getTarget 1 year ago
copygirl 1a678d1f2f Add entity.get_mut function 1 year ago
copygirl ceb1f4cd80 Fix Iter.field for non-owned components 1 year ago
copygirl c8ec920290 Fix incorrect arg in Entity.init 1 year ago
copygirl 1b2bd5660e Add world.quit function 1 year ago