bubel-ecs/source/bubel/ecs
Mergul 70a5388820 -move code from templates to ECS side:
*sendEvent - using EventRef (alias to ComponentRef)
 *ListenerCallData now contain entities count and pointer to EntityInfo
 *Remove system_pointer from SystemCallData (use context instead)
 *Register event
-Now all BECS functinality can be used without templates
-clean code
2021-03-24 18:35:03 +01:00
..
atomic.d Mostly bugfix update + empty components support and remove EntityID from Event structure 2020-05-27 17:03:44 +02:00
attributes.d Mostly bugfix update + empty components support and remove EntityID from Event structure 2020-05-27 17:03:44 +02:00
block_allocator.d Fixed issues and bugs 2020-07-17 13:34:08 +02:00
core.d -code cleanup 2021-03-06 22:02:49 +01:00
entity.d -update README code example (to one that compile) 2021-03-02 19:44:18 +01:00
events.d -move code from templates to ECS side: 2021-03-24 18:35:03 +01:00
hash_map.d Added more tests 2020-05-27 19:46:11 +02:00
id_manager.d ECS core imprevement 2020-06-06 22:26:59 +02:00
manager.d -move code from templates to ECS side: 2021-03-24 18:35:03 +01:00
package.d Mostly bugfix update + empty components support and remove EntityID from Event structure 2020-05-27 17:03:44 +02:00
simple_vector.d Fixed issues and bugs 2020-07-17 13:34:08 +02:00
std.d Fixed issues and bugs 2020-07-17 13:34:08 +02:00
system.d -remove "SIMD" option from "compile_wasm.py" (new Emscripten hasn't that option) 2021-03-18 19:56:25 +01:00
traits.d -change ecsID to becsID 2021-02-27 17:25:13 +01:00
vector.d Added more tests 2020-05-27 19:46:11 +02:00