-
2022-09-26
Hook validation run successfully for 3747 references :tada:
* recipes: https://github.com/conan-io/conan-center-index (`*/master`)
* hooks: https://github.com/conan-io/hooks.git@master
…
-
**Title**: Parameter direction for template parameter is ignored.
**Minimal reproducer** ():
```Cpp2
a: type = { }
b: type = { }
main: () = { }
```
**Commands**:
```bash
cppfront -c…
-
Suggesting `target_link_libraries(main PRIVATE flecs::flecs flecs::flecs_static)` only works in vcpkg. Outside vcpkg either one target will be missing, or the user will link two libs providing the sam…
-
In #9538 @cart has suggested that we could upstream [bevy_eventlistener](https://github.com/aevyrie/bevy_eventlistener). @aevyrie Is willing to do the work, but needs guidance and assurance that this …
-
cmake configuration is fine:
```
$ cmake ..
-- Building for: Ninja
-- The C compiler identification is GNU 13.1.0
-- The CXX compiler identification is GNU 13.1.0
-- Detecting C compiler ABI i…
-
```
typedef struct {
int base;
} Fruit;
typedef struct {
int a;
} Apple;
typedef struct {
int a;
} Banana;
ECS_COMPONENT(ecs, Fruit…
-
**Describe the bug**
`ecs_entity_init` can be called with an empty `desc.sep` to prevent tokenization of the given `desc.name` into a path. However, when the function is called while an entity with t…
-
Hello!
First off, nice work on `zflecs`, as well as the rest of `zig-gamedev`, I've enjoyed using it very much on my projects.
I'm currently looking to update my [second project](https://github.…
-
Can you please fix this and upgrade to the latest version of flecs?
error[E0425]: cannot find value `FLECS__EEcsRest` in this scope
--> src\world.rs:307:33
|
307 | let rest_comp_id…
-
**Describe the bug**
When using arbitraty id-s as targets of the relationship, corruptions occur in some scenarios, this is a 100% repro.
World destruction is not succesful, idr ref count reaches -1…