55 Commits (0c6d63af21d086f71d1c46acda5ee4c1d0220914)
 

Author SHA1 Message Date
copygirl 0c6d63af21 Remove & operator for creating Identifier(Ref)s 1 year ago
copygirl 49ae2efc19 Create built-in Relation tag 1 year ago
copygirl b534d3db55 Update flecs-cs 1 year ago
copygirl 51aa3ee2fe Update EntityPath 1 year ago
copygirl 9b0b44d1e9 More minor style fixed 1 year ago
copygirl 3ef86f5fa3 Rename remaining first/second to relation/target 1 year ago
copygirl 1357906d64 Allow [System]s and [Observer]s can be non-public 1 year ago
copygirl ec7ddf4e5f Minor formatting / style changes 1 year ago
copygirl d24e517e7c Casting EntityRef to Entity supports nullable 1 year ago
copygirl ac8d8cea53 Non-public entities won't have symbols set 1 year ago
copygirl 871eb3c808 Add Module tag to module's parents 1 year ago
copygirl 3d9097b41b Simplify CreateComponent 1 year ago
copygirl 477f7deb23 Target .NET 7 1 year ago
copygirl dca2275c4d Input overhaul + ImGui 1 year ago
copygirl c559c40243 Add SingletonAttribute.AutoAdd 1 year ago
copygirl 3084e2ccfb Set global culture to invariant 2 years ago
copygirl c4067255e9 Support [Or] and other attributes 2 years ago
copygirl 129f75649c Improved Iterator cleanup? 2 years ago
copygirl 66724e4100 Support [Add<T>] for type T 2 years ago
copygirl 9e1ab326c7 Add EntityRef.GetTarget, .Parent and .GetChildren 2 years ago
copygirl 10d7210ff0 Fix big memory leak in TempAllocator 2 years ago
copygirl 2180790852 Add EntityRef.CreateOrNull 2 years ago
copygirl 14a70f5038 Add Entity.ID and EntityRef.ID 2 years ago
copygirl f399da3cf0 Remove IEnumerable from Filter / Query / Rule 2 years ago
copygirl 255352e7c4 Fix fixed queries once and for all (?) 2 years ago
copygirl a8107a6bf2 Split GetRef into multiple methods 2 years ago
copygirl 1015fa4399 Add .Lookup and .MaybeGet 2 years ago
copygirl cf6c050501 Fix iterator not working with fixed terms 2 years ago
copygirl db73b54d53 Allow specifying path in EntityAttribute 2 years ago
copygirl 18615fbb3f Allow attributes to be used on enums 2 years ago
copygirl 4a5494bfa3 Rework and introduce more attributes 2 years ago
copygirl 740d289ac8 Additional flecs types 2 years ago
copygirl 9683582d28 Add RegisterAll and RegisterAllFrom methods 2 years ago
copygirl 9e55bffac8 Empty systems run once per phase 2 years ago
copygirl de2159299e Add static Flecs.Pipeline module 2 years ago
copygirl dbddd6ee80 Fix parent names not using no separator 2 years ago
copygirl 6e17a525cd No more separators in EntityPath 2 years ago
copygirl 9fdd28fe5a Fix double-use of TempAllocator with observers 2 years ago
copygirl bb0ab53c06 Split Render system into 3 2 years ago
copygirl 8177ea24ef Rename ModuleInfo properties 2 years ago
copygirl 3777801c40 Fix modules with met dependencies not enabling 2 years ago
copygirl d0b4022c52 Convert MeshManager to module 2 years ago
copygirl ff9e376f27 EntityPath, allocator and resources refactor 2 years ago
copygirl c21726dd01 Move flecs built-ins to own namespace 2 years ago
copygirl 94bf1b4604 Suppress warnings in dependencies 2 years ago
copygirl fc2cfdc8b4 Move Rest and Monitor to separate module classes 2 years ago
copygirl 0e25265366 Fix flecs monitor 2 years ago
copygirl c859bd37a1 Additional refactors 2 years ago
copygirl b4a769e3a6 Full ECS wrapper refactor 2 years ago
copygirl 12f3ff451c Implement observers 2 years ago