Commit f864eed
committed
Update flecs to v4.1.2
1 parent 6326011 commit f864eed
29 files changed
Lines changed: 285 additions & 165 deletions
File tree
- src-java/org/vybe/flecs
- README.md+3
- distr/flecs.c+649-372
- distr/flecs.h+33-4
- docs/cfg/Doxyfile+1-1
- docs/img/projects/rescue_ops_wildfire.png
- include/flecs.h+18-1
- include/flecs/addons/cpp/mixins/module/impl.hpp+2
- include/flecs/private/api_flags.h+3-3
- include/flecs/private/api_internals.h+10
- src/addons/module.c+1
- src/bootstrap.c+67-52
- src/component_actions.c+1-1
- src/entity.c+14-6
- src/entity_name.c+22-16
- src/entity_name.h+1
- src/instantiate.c+2-2
- src/observable.c+1-1
- src/observable.h+1-1
- src/observer.c+3-27
- src/private_api.h+4
- src/query/api.c+6-15
- src/query/engine/eval_sparse.c+6
- src/query/validator.c+83-95
- src/storage/component_index.c+254-108
- src/storage/component_index.h+5-5
- src/storage/table.c+29
- src/type_info.c+62-43
- src/world.c+71
- src/world.h+16
- test/addons/project.json+2-1
- test/addons/src/Modules.c+25
- test/addons/src/main.c+6-1
- test/core/project.json+32-5
- test/core/src/Internals.c+19
- test/core/src/Observer.c+5-3
- test/core/src/OrderedChildren.c+61
- test/core/src/Pairs.c+1-1
- test/core/src/Prefab.c+1
- test/core/src/Sparse.c+123-1
- test/core/src/World.c+335-3
- test/core/src/WorldInfo.c+2-2
- test/core/src/main.c+144-9
- test/cpp/project.json+2-1
- test/cpp/src/Module.cpp+20-2
- test/cpp/src/main.cpp+6-1
- test/query/src/ComponentInheritance.c+2-8
- test/query/src/Validator.c+15-15
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments