Releases: ecsact-dev/ecsact_sdk
Releases · ecsact-dev/ecsact_sdk
0.4.6
What's Changed
- FIX: Ecsact RTB was getting incorrect source files and codegen causing errors in unity integration
0.4.5
What's Changed
- NEW: Ecsact Wasm Cleanup API ecsact-dev/ecsact_si_wasmer#27
- NEW: Minimal WASI compatibility ecsact-dev/ecsact_si_wasmer#28
- NEW: General rust support & rust codegen now available https://github.com/ecsact-dev/ecsact_lang_rust
- NEW: C++ events collector and execution options wrapper ecsact-dev/ecsact_runtime#140 ecsact-dev/ecsact_runtime#135
- NEW: Create/destroy fields in execution options ecsact-dev/ecsact_runtime#130 ecsact-dev/ecsact_runtime#139
- NEW: Async module ecsact-dev/ecsact_runtime#82 ecsact-dev/ecsact_runtime#131
0.4.4
What's Changed
- FIX: Actions with valid associated entity fields no longer cause system execution error ecsact-dev/ecsact_rt_entt#30 and ecsact-dev/ecsact_lang_cpp#122
- FIX: Update ecsact system implmentation wasm host due to accidental downgrade in last release
- FIX: crash when adding/removing components from a 'other' context ecsact-dev/ecsact_rt_entt#31
- FIX: Wasm system implementation host not probably managing memory for execution context ecsact-dev/ecsact_si_wasmer#25
- FIX: crash when entity had >1 associations ecsact-dev/ecsact_rt_entt#32
- FIX: some runtime C headers were using C-incompatible features ecsact-dev/ecsact_runtime#98
0.4.3
What's Changed
- NEW: Ecsact Language Server minimal implementation ecsact-dev/ecsact_lsp_server#1
- NEW: rt entt now reports a system execution error ecsact-dev/ecsact_rt_entt#26
- NEW: ecsact cli has new
install_dir
config key #178 - FIX: corrected entity association system execution in rt entt ecsact-dev/ecsact_rt_entt#27
- FIX: rt entt at best reporting remove events to wrong entities and at worse causing an access violation ecsact-dev/ecsact_rt_entt#29
Full Changelog: 0.4.2...0.4.3
0.4.2
What's Changed
- FIX: trivial systems now report remove events ecsact-dev/ecsact_rt_entt#24
- FIX: crash when
generates
was used in a Wasm system implementation - improved help message in
ecsact --help
0.4.1
0.4.0
Updated ecsact_rtb
0.3.20
New execution context entity fn
0.3.19
Updated deps
0.3.18
Updated lang_cpp