Skip to content
Snippets Groups Projects
  1. Apr 09, 2019
  2. Apr 05, 2019
  3. Mar 29, 2019
  4. Mar 28, 2019
  5. Mar 27, 2019
  6. Mar 24, 2019
    • Rhys Jacob's avatar
      Known stats hover implemented · 5f3c592f
      Rhys Jacob authored
      added a hover panel that shows when you hover a witness and shows their known stats. the sliders assets haven't been changed so it looks kinda weird right now, but it works as intended i believe. only issue is the witness is active under the selection menu, so the panel can pop up if you mouse over that area.
      5f3c592f
  7. Mar 22, 2019
    • Karim Ajouz's avatar
      Basic case solution system implemented. · 3a118535
      Karim Ajouz authored
       - New object in the level called "ResolutionList" that stores the ID's of the 'Exact Match' solutions.
       - New Script called "CaseResult" that handles the storage of the resolutions and the math to calculate the score.
       - Updated the EvidenceHandler script to have the following functions:
           * Add a new piece of Evidence to the end of the timeline;
           * Add a new piece of Evidence to somewhere in the middle of the Timeline;
      3a118535