Skip to content

1.0.2

Choose a tag to compare

@AlexanderGatesDev AlexanderGatesDev released this 31 Dec 20:10
· 12 commits to Master since this release

BiosimRust v1.0.2

Bug Fixes

  • KillForward action: Implemented complete kill functionality to match C++ version. The action now properly queues target individuals for death when conditions are met.
  • SET_LONGPROBE_DIST action: Fixed to use hardcoded maximum distance of 32, matching C++ behavior.
  • EMIT_SIGNAL0 action: Added missing probability check using prob2bool(), ensuring signal emission matches C++ implementation.
  • Movement validation: Fixed to check if target location is empty before queuing movement, matching C++ behavior and improving efficiency.

Code Quality

  • Cleaned up comments throughout the codebase, removing implementation details while preserving high-level descriptions of what the code does.