69 Commits (deb1104944e35c966a1ec61e508c6cc987cfc4f6)
 

Author SHA1 Message Date
copygirl deb1104944 Split Context.lookup into lookup and lookupMut 7 months ago
copygirl 33dfbe8a9e Use defer in Path tests 7 months ago
copygirl 7fc5dbba4d Remove Path from Context 7 months ago
copygirl c092465fce Add tests for Entity get/set functions 7 months ago
copygirl 01d5ed7e48 Allow specifying pairs in Entity get/set functions 7 months ago
copygirl 5273084f99 Add doc comments for Entity.get / getRef / getMut 7 months ago
copygirl 1c44cf61c7 Make Entity.getMut return non-nullable pointer 7 months ago
copygirl 1b303d0b3a Add Entity.getRef function 7 months ago
copygirl e695213f65 Rename getX() functions to simply x() 7 months ago
copygirl e3ce7b52f2 Improve README example 7 months ago
copygirl 248f0af204 Rename Iter.count and .deltaTime 7 months ago
copygirl 772908b3c1 Update Zig and Flecs, big refactor 7 months ago
copygirl 10ce815c2a Add Entity.getChildren 10 months ago
copygirl 1c9c65d8d2 Add world.term (temporary?) 10 months ago
copygirl 4e101a1643 Add Entity.getTargets 10 months ago
copygirl 2ff2579d87 Add World.lookupByPath 10 months ago
copygirl 2e36be7ad2 Add singleton API to World 10 months ago
copygirl 2a41366bd8 Have Entity.get return value instead of pointer 10 months ago
copygirl 13936d11bb Don't use @bitCast 10 months ago
copygirl 39bd61a66c Fix Pair.getRelation and .getTarget 10 months ago
copygirl 1a678d1f2f Add entity.get_mut function 10 months ago
copygirl ceb1f4cd80 Fix Iter.field for non-owned components 10 months ago
copygirl c8ec920290 Fix incorrect arg in Entity.init 10 months ago
copygirl 1b2bd5660e Add world.quit function 10 months ago
copygirl 81858267ab Add missing installHeader call 10 months ago
copygirl 4001570462 Add Entity.add and .remove functions 1 year ago
copygirl 09b018ecec Make Path parts sentinel terminated 1 year ago
copygirl f58c71016b Some doc changes regarding ownership 1 year ago
copygirl 899cf8c10e Add a couple more entity tests 1 year ago
copygirl efd821aa87 Get rid of empty files for now 1 year ago
copygirl f17fcb1329 Reset log level in tests that expect errors 1 year ago
copygirl e664ee4afd Add expect testing utility namespace 1 year ago
copygirl f04bc1b093 Use Path.buildParts and .fromParts in tests 1 year ago
copygirl f0a956318e Make Path.fromParts not return error 1 year ago
copygirl 8c897607b5 Add a whole lot more Entity tests 1 year ago
copygirl bd51b09ad6 Swap order of EntityPart.id and .name 1 year ago
copygirl 8d0edc12f3 Rename Entity.new to init, allow passing id 1 year ago
copygirl 50c5a83c90 Add Entity tests involving World.setScope 1 year ago
copygirl 680852f4f8 Add World.getScope and .setScope functions 1 year ago
copygirl 9faed20c54 Add Entity tests for adding and checking tags 1 year ago
copygirl f259c9b821 Add Entity.has to check if entity has a value 1 year ago
copygirl 67a5c566a4 Add World.tag to created Tag by type 1 year ago
copygirl a372768702 Implement Flecs' OS API alloc functions 1 year ago
copygirl cf60a43e10 Entity.init improvements 1 year ago
copygirl 8e4a99bfe5 Rename FormatOptions.prefix to root_sep 1 year ago
copygirl ab48fa440b Add Path.equals 1 year ago
copygirl edadf3e1df Fix Path.buildParts 1 year ago
copygirl 51f82576af Add Path.buildParts helper function 1 year ago
copygirl c397e3e7d2 Re-add Flecs as a submodule, v3.2.5 1 year ago
copygirl 82b57420a9 Add a basic README 1 year ago