Skip to content

Releases: makspll/bevy_mod_scripting

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

v0.2.6-ladfile_builder

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

Added

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

Contributors

v0.1.4-mdbook_lad_preprocessor

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

Added

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

Contributors

v0.1.0-bevy_system_reflection

12 Mar 09:07
aba94e4
Compare
Choose a tag to compare
chore: Release package bevy_system_reflection version 0.1.0

v0.9.11

03 Mar 16:44
1d79876
Compare
Choose a tag to compare

Fixed

  • plugin registration order affecting which globals are exported (#346)

Contributors

v0.9.10

03 Mar 16:02
8939b01
Compare
Choose a tag to compare

Added

  • add map_get function for cloning and returning values on a map (#343)
  • (bms,ladfile_builder) introduce app global instance registry and export them in ladfile_builder (#340)

Contributors

v0.2.5-ladfile_builder

03 Mar 16:35
1d79876
Compare
Choose a tag to compare

Added

  • (bms,ladfile_builder) introduce app global instance registry and export them in ladfile_builder (#340)

Contributors

v0.2.4-ladfile_builder

03 Mar 15:52
8939b01
Compare
Choose a tag to compare

Added

  • (bms,ladfile_builder) introduce app global instance registry and export them in ladfile_builder (#340)

Contributors

v0.9.9

28 Feb 22:16
ba2ee38
Compare
Choose a tag to compare

Added

  • Add GlobalNamespace::system_builder, World::add_system and allow dynamic system creation (#335)
  • add WithWorldGuard and HandlerContext system parameters (#327)
  • add test for construct using unit struct (#328)
  • support setting hashmaps via reflection (#330)
  • allow hashmap FromScript from list of tuples (#332)