Skip to content

Simple fix for BlackICE program selection sort

Norman Briggs requested to merge cruxis/blackice_program_sort_883 into hotfix-0.88.2

Intent

Fix BlackICE program sorting when assigning program to BlackICE actor.


  • This is meant for a hotfix
  • This is meant for the next release (see milestone)
  • This needs more reviewers than normal; there may be controversy or high complexity
  • This intentionally introduces regressions that will be addressed later
  • There is/will be documentation changes on the wiki
  • Please do not send commits here without coordinating closely with the owner
  • This is a Build System change

Related Issues

Steps to Test

  1. Build/Load/Open
  2. Create 4 folders for programs with two BlackICE programs per folder, be sure to randomly name the programs or use templates with different alphabetical order in each folder, with some potential sort overlaps between folders
  3. Create BlackICE actor and apply to a scene
  4. Open BlackICE actor and click update for BlackICE to program
  5. Review dropdown and observe BlackICE programs in order

Future Work

None

Additional Notes

Should match to the UUIDs (I tested this by setting stats differently for each one and made sure they matched when updated) but may have missed something.

Merge request reports