François Mockers

Results 41 issues of François Mockers

# Objective - Fix disabling features in bevy_ecs (broken by #5630) - Add tests in CI for bevy_ecs, bevy_reflect and bevy as those crates could be use standalone

# Objective - Taking the API improvement out of #5431 - `iter_instance_entities` used to return an option of iterator, now it just returns an iterator --- ## Changelog - If...

# Objective - add more checks on plugin and app startup ## Solution - ~~allow the same plugin to be added only once to an application (can be changed by...

C-Usability
S-Ready-For-Final-Review
A-App
C-Breaking-Change
hacktoberfest-accepted
S-Controversial

# Objective - shaders defs can now have a `bool` or `int` value - `#if SHADER_DEF 3` - ok if `SHADER_DEF` is defined, has the correct type and pass the...

A-Rendering
C-Usability
C-Breaking-Change

- Rust version : rustc 1.37.0 (eae3437df 2019-08-13) - nom version : 5.0.0 - nom compilation features used: either default, or with default feature disabled for context, I'm trying to...

# Objective - Fix a panic in wasm when using globals in a shader ## Solution - Similar to #6460

C-Bug
A-Rendering
O-Web
S-Ready-For-Final-Review

# Objective - Fixes #7949 - don't panic ## Solution - #7949 happens because the `exit_on_all_closed` system is used to declare an ambiguity with another, but it isn't added if...

A-ECS
C-Crash

# Objective - When looping animations, there are some cases with a small difference between the last frame and the first. This can result in a small jump. It is...

A-Animation

# Objective - #7966 introduces an unfixable warning on some platforms (wasm, mobile, ...) ## Solution - Do not set the window hit test if it's the default value

C-Bug
A-Windowing
O-Web
O-Android
O-iOS
S-Ready-For-Final-Review