Skip to content
Snippets Groups Projects
  1. Apr 18, 2023
  2. Apr 17, 2023
  3. Mar 06, 2023
  4. Mar 03, 2023
    • René Paris's avatar
      :beetle: Allow Acts and Events to trigger at different times · 7f8a55dc
      René Paris authored
      The StartTrigger implementation did not store its success state and fell
      back to `running` in every consecutive step. This prevented children to
      execute and consequently, StartTrigger of children (e.g. act -> events)
      could never succeed at the same time. If a trigger now succeeds, its
      state is stored and children can check their trigger independently (not
      only at the very same timestep).
      7f8a55dc
  5. Feb 27, 2023
  6. Feb 24, 2023
  7. Feb 21, 2023
  8. Feb 17, 2023
  9. Feb 08, 2023
  10. Feb 07, 2023
  11. Feb 06, 2023
  12. Feb 02, 2023
    • René Paris's avatar
      :sparkles: Interpret delay within Conditions · 78440bc8
      René Paris authored
      Conditions are now parsed into specialized ConditionNodes which properly
      deal with the attribute "delay", i.e. that the condition only succeeds
      when the underlying ByValueCondition or ByEntityCondition succeeds AND a
      period of time (= delay) is elapsed.
      
      Note that ConditionEdges are not interpreted yet.
      78440bc8
  13. Jan 27, 2023
  14. Jan 26, 2023
  15. Jan 24, 2023
  16. Jan 23, 2023
  17. Jan 20, 2023
    • Andreas Rauschert's avatar
    • René Paris's avatar
      605afeb8
    • René Paris's avatar
      :beetle:🗊 CMake: Several fixes · 99017278
      René Paris authored
      - Set target_include_directories for integration in projects using CMake
        prior to version 3.23
      - Fix install path to work with CMakes config mode search procedure
      - Adjust config script to forward dependencies
      - Add FindAntlr4Runtime and FindOpenScenarioAPI to installed files and
        fixed *_FOUND variable for correct usage within find_dependency
      - Renamed namespace from OSE to OpenScenarioEngine
        (use OpenScenarioEngine::OpenScenarioEngine as lib name)
      - Set CMAKE_INSTALL_RPATH to $ORIGIN
      - Copied .cmake-format file from MantleAPI and applied new format
      99017278
  18. Jan 19, 2023
Loading