103 Commits (main)
 

Author SHA1 Message Date
copygirl 2e36be7ad2 Add singleton API to World 6 months ago
copygirl 2a41366bd8 Have Entity.get return value instead of pointer 6 months ago
copygirl 13936d11bb Don't use @bitCast 6 months ago
copygirl 39bd61a66c Fix Pair.getRelation and .getTarget 6 months ago
copygirl 1a678d1f2f Add entity.get_mut function 6 months ago
copygirl ceb1f4cd80 Fix Iter.field for non-owned components 6 months ago
copygirl c8ec920290 Fix incorrect arg in Entity.init 6 months ago
copygirl 1b2bd5660e Add world.quit function 6 months ago
copygirl 81858267ab Add missing installHeader call 6 months ago
copygirl 4001570462 Add Entity.add and .remove functions 8 months ago
copygirl 09b018ecec Make Path parts sentinel terminated 8 months ago
copygirl f58c71016b Some doc changes regarding ownership 8 months ago
copygirl 899cf8c10e Add a couple more entity tests 8 months ago
copygirl efd821aa87 Get rid of empty files for now 8 months ago
copygirl f17fcb1329 Reset log level in tests that expect errors 8 months ago
copygirl e664ee4afd Add expect testing utility namespace 8 months ago
copygirl f04bc1b093 Use Path.buildParts and .fromParts in tests 8 months ago
copygirl f0a956318e Make Path.fromParts not return error 8 months ago
copygirl 8c897607b5 Add a whole lot more Entity tests 8 months ago
copygirl bd51b09ad6 Swap order of EntityPart.id and .name 8 months ago
copygirl 8d0edc12f3 Rename Entity.new to init, allow passing id 8 months ago
copygirl 50c5a83c90 Add Entity tests involving World.setScope 8 months ago
copygirl 680852f4f8 Add World.getScope and .setScope functions 8 months ago
copygirl 9faed20c54 Add Entity tests for adding and checking tags 9 months ago
copygirl f259c9b821 Add Entity.has to check if entity has a value 9 months ago
copygirl 67a5c566a4 Add World.tag to created Tag by type 9 months ago
copygirl a372768702 Implement Flecs' OS API alloc functions 9 months ago
copygirl cf60a43e10 Entity.init improvements 9 months ago
copygirl 8e4a99bfe5 Rename FormatOptions.prefix to root_sep 9 months ago
copygirl ab48fa440b Add Path.equals 9 months ago
copygirl edadf3e1df Fix Path.buildParts 9 months ago
copygirl 51f82576af Add Path.buildParts helper function 9 months ago
copygirl c397e3e7d2 Re-add Flecs as a submodule, v3.2.5 9 months ago
copygirl 82b57420a9 Add a basic README 9 months ago
copygirl d639e8e5a9 Add Entity.getPath 9 months ago
copygirl 4dbb7b84a8 Allow Path to handle numeric entity ids 9 months ago
copygirl edea471785 All-around improvements to Path 9 months ago
copygirl 9d0d30a608 Add WIP Path helper struct 9 months ago
copygirl 418bff8183 Add Pair to main.zig 9 months ago
copygirl 5ad3647da0 Add first Entity tests 9 months ago
copygirl 15640c1b56 Add way to get/set Entity name/symbol 9 months ago
copygirl 1632e53eae Add World.initMinimal 9 months ago
copygirl 4b7be3e1f7 Improved error handling 9 months ago
copygirl e3627fda0c Remove some duplicate code 9 months ago
copygirl 45b5fc20c4 Add World_progress_w_t test 9 months ago
copygirl 846f6d0a78 New entity initialization code 9 months ago
copygirl 1ee748cbbf Have Entity.set return itself 9 months ago
copygirl 82e2dbe2f2 Change Lookup field type to ecs_entity_t 9 months ago
copygirl 38baf0c54c Rename lookup to lookupByType, add lookupAlive 9 months ago
copygirl bb5f20e810 Add Pair, functions and docs to Id and Entity 9 months ago