54 Commits (main)
 

Author SHA1 Message Date
copygirl 28d2b3e077 Fix link in README and some whitespace 1 year ago
copygirl 99174ece5c Use ecs_iter_is_true in Iterator.Any 1 year ago
copygirl 1607506e32 Remove ETX as Flecs now supports Empty 1 year ago
copygirl 5600a6f0ee Fix compile errors due to changes in flecs-cs 1 year ago
copygirl 063fb40c5c Update to newest flecs-cs 1 year ago
copygirl 3bea2a6ba0 Add Term, Filter, Query, Rule shorthands to World 1 year ago
copygirl ef00efd4bc Add Iterator<>.First() 1 year ago
copygirl 2c5d7f6c65 Add Iterator.Any() 1 year ago
copygirl 720a90549c Change $This variable to $this 1 year ago
copygirl 1dca1e7988 Add Entity<>.IsEnabled 1 year ago
copygirl c575046a61 Minimal world init, remove args constructor 1 year ago
copygirl 6cd699efbc Update README 1 year ago
copygirl eec968d636 Update flecs-cs and Flecs to fix missing functions 1 year ago
copygirl 5264ffdc5f Fix World not handling args correctly 1 year ago
copygirl 9eade0adb1 Add Entity<T>.Valid/AliveOrNull/Throw 1 year ago
copygirl 7830e72c29 Fix IsAlive throwing if entity is None 1 year ago
copygirl b85a533ca4 Throw in EntityPath.From if entity is None 1 year ago
copygirl 42f843e690 Update to newest flecs-cs 1 year ago
copygirl f7d17d46ab Fix Observer not using new generic Iterator 1 year ago
copygirl b93beed5ec Fix CreateLookup throwing on same lookup creation 1 year ago
copygirl 948268e9ba WIP 1 year ago
copygirl 1d1ba4fe4d Remove EntityBase 2 years ago
copygirl 60919ef1f6 Add EntityBuilder constructor with parent arg 2 years ago
copygirl 0527919d47 Make World implement IDisposable 2 years ago
copygirl c24052cfa7 Move EntityNotFoundException out of World class 2 years ago
copygirl dc776ace1f Remove LookupByType and related methods 2 years ago
copygirl e4f3020a87 Exclude flecs-cs from compile items 2 years ago
copygirl 2d72e87290 Many minor changes 2 years ago
copygirl 411f94c412 Fix IdFlags not being up-to-date with Flecs 2 years ago
copygirl 0ff026d639 Cleanup 2 years ago
copygirl 33bbd75fbc Rename Term.InOut and .Oper, add InOut property 2 years ago
copygirl 60c031a119 Don't add phase in InitSystem 2 years ago
copygirl d6c8129676 Allow passing multiple events to InitObserver 2 years ago
copygirl 6bc3ab8bfb Add SpanToRef.GetOrNull 2 years ago
copygirl 46e171940e Rename Iterator.FieldRef to .Field and more 2 years ago
copygirl 462039db79 Correctly handle reference types 2 years ago
copygirl 619e2b24c6 More IdentifierRef.Pair variants 2 years ago
copygirl 230d1abfe3 Rename Identifier to Id 2 years ago
copygirl 26b9ad3a6a Add IdentifierRef.Count to get count in-use 2 years ago
copygirl 1c844f00fd Add IdentifierRef.Pair<TRelation> method 2 years ago
copygirl f9fa808d68 Add support for iterator variables 2 years ago
copygirl 1fa1fa4a3c Minor cleanup, remove sealed modifier 2 years ago
copygirl 552022597f Add World.New(parent, path) method 2 years ago
copygirl ad9b3f6736 Add Entity.GetTargets which returns IEnumerable 2 years ago
copygirl c949257d1d Fix incorrect EntityPath.Lookup exception message 2 years ago
copygirl d2023961cc Rename .Get to .GetOrThrow 2 years ago
copygirl a58514d402 Add FlecsException and abort handling 2 years ago
copygirl f77d4e999b Small changes to README 2 years ago
copygirl 47090887ca Add Iterator.IsField(int, Identifier) method 2 years ago
copygirl 9ab42afb0b Add Identifier.AsEntity method 2 years ago