Skip to content

Releases: makspll/bevy_mod_scripting

v0.11.1

30 Mar 14:32
ba14095
Compare
Choose a tag to compare

Added

  • bump bevy to 0.15.3 (#401)

Contributors

v0.3.1-ladfile_builder

30 Mar 14:22
c3b50fb
Compare
Choose a tag to compare

Added

  • bump bevy to 0.15.3 (#401)

Contributors

v0.1.1-bevy_system_reflection

30 Mar 14:14
c3b50fb
Compare
Choose a tag to compare
chore: Release package bevy_system_reflection version 0.1.1

v0.11.0

29 Mar 19:48
83c29b6
Compare
Choose a tag to compare

Added

  • allow the conversion of lua functions into ScriptValue via DynamicScriptFunction (#396)
  • improve tracing spans, add more benchmarks (#394)
  • add profile_with_tracy feature which plays nicely with bevy's bevy/trace_tracy feature (#393)
  • Add initial benchmarks, integrate them into CI & add getters/settters for Scripts resource (#381)
  • ✨ Dynamic Script Components, register_new_component binding, remove_component no longer requires ReflectComponent data (#379)
  • [breaking] optimize get and set functions, add MagicFunctions sub-registry (#397)
  • optimize access map (#395)
  • add ScriptValue override for printing opaque values (#380)
  • overhaul mdbook preprocessor, prettify generated docs, support dummy globals (#377)

Fixed

  • fix global type cache not containing generic types (#388)

Other

  • switch to hashbrown hashmap in the function registry (#399)
  • try play with hashing for access maps (#398)
  • allow check creation for bencher

Contributors

v0.5.0-ladfile

29 Mar 19:36
f20698e
Compare
Choose a tag to compare

Added

  • overhaul mdbook preprocessor, prettify generated docs, support dummy globals (#377)

Contributors

v0.3.0-ladfile_builder

29 Mar 19:38
f20698e
Compare
Choose a tag to compare

Added

  • overhaul mdbook preprocessor, prettify generated docs, support dummy globals (#377)

Contributors

v0.1.6-mdbook_lad_preprocessor

29 Mar 22:47
378ea84
Compare
Choose a tag to compare

Fixed

  • types links being broken again

v0.1.5-mdbook_lad_preprocessor

29 Mar 19:36
f20698e
Compare
Choose a tag to compare

Added

  • overhaul mdbook preprocessor, prettify generated docs, support dummy globals (#377)

Fixed

  • make all links in the mdbook preprocessor relative (#392)
  • mdbook preprocessor links not taking into account root url (#391)

Contributors

v0.10.0

16 Mar 22:05
dc504f8
Compare
Choose a tag to compare

Added

  • add global types cache making get_type_by_name redundant (#370)
  • ✨ Parallelizable Script Systems with Res and Query parameters & Schedule debugging utilities (#361)
  • Add missing luau extension, improve extension configuration options (#366)
  • (ladfile) improve globals in LAD format (#372)
  • [breaking] re-design GetTypeDependencies trait & add GetTypeDependencies derive macro (#369)
  • shorten import paths (#367)
  • allow lua scripts to insert ScriptComponent's (#359)

Fixed

  • [breaking] script contexts being completely overwritten on a re-load (#345)
  • unit enum variants other than Option::None being converted into ScriptValue::Unit (#360)

Other

  • [breaking] Merge ScriptContexts<T> into Scripts<T> + Remove Sync bound from Contexts (#350)

Contributors

v0.4.0-ladfile

16 Mar 21:53
dc504f8
Compare
Choose a tag to compare

Added

  • (ladfile) improve globals in LAD format (#372)

Contributors