Skip to content

Amalgam 47.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 15:26
f992b82

What's Changed

  • 18755: Fixes inconsistencies with null handling, primarily around string conversions and random number seeding by @howsohazard in #46
  • 18264: Adds radius support to SBFDS to greatly improve performance of queries with a specified radius by @howsohazard in #48
  • 18652: Improves performance by reducing lock contention via immediate return values, fixes rare bugs by @howsohazard in #47
  • 18826: Fixes segfault that can occur in a rare circumstance when calling an entity by @howsohazard in #50
  • 18781: Improves performance of accumulation opcodes, more preparation for entity write multithreading, fixes accum type bug where list would sometimes be used instead of original type by @howsohazard in #49
  • 18825: Adds NO_REENTRANCY_LOCKS to arm8a build by @calebwherry in #51
  • 18843: Improves efficiency of assign and accum opcodes and fixes issues with concurrent modifications to stack variables by @howsohazard in #52

Full Changelog: 47.0.1...47.0.2