Skip to content

Trick Simulation Environment 19.5.0

Compare
Choose a tag to compare
@jdeans289 jdeans289 released this 17 Nov 22:03
· 263 commits to master since this release
  • New variable server command: var_send_once
  • Interface change: differentiate turning on/off sim objects from turning on/off jobs within sim objects.
    • set_sim_object_onoff: Command to turn on/off the sim_object. If sim object is disabled then enabled, jobs retain their status from before.
    • set_sim_object_jobs_onoff: Command to turn all the individual jobs on/off. Does not set overall sim object status. (old behavior of set_sim_object_onoff)
    • get_sim_object_onoff: Command to get sim object on/off status. 1 for on, 0 for off, -1 if object not found.
    • Sim object functions enable and disable are unchanged, but adds deprecation message to prefer enable_all_jobs and disable_all_jobs
  • Improve testing and documentation for STL checkpointing
  • Migrate integration testing to TrickOps
  • Added test coverage metrics
  • Fixed bug in Memory Manager coordinating destructor and deletion
  • Fix Executive::set_time_tic_value segmentation fault
  • Refactoring of autoconf.ac script
  • Fix race condition in Monte Carlo Timeouts (thanks @irowebbn !)
  • Improved documentation
  • 32 bit support and better install instructions for RHEL 8
  • Various stability improvements and minor bugfixes