jtoppins / dct

Dynamic Campaign Tools - mission scripting framework for large persistent DCS missions
https://jtoppins.github.io/dct/
GNU Lesser General Public License v3.0
28 stars 14 forks source link

add support for new events added to DCS #239

Closed jtoppins closed 1 year ago

jtoppins commented 2 years ago

Hoggit is reporting a few additional events. We should add support for these in the shim layer as well as seeing if anything can be updated to utilize these events instead of polling.

  S_EVENT_LANDING_QUALITY_MARK = 36,
  S_EVENT_BDA = 37, 
  S_EVENT_AI_ABORT_MISSION = 38, 
  S_EVENT_DAYNIGHT = 39, 
  S_EVENT_FLIGHT_TIME = 40, 
  S_EVENT_PLAYER_SELF_KILL_PILOT = 41, 
  S_EVENT_PLAYER_CAPTURE_AIRFIELD = 42, 
  S_EVENT_EMERGENCY_LANDING = 43,
  S_EVENT_UNIT_CREATE_TASK = 44,
  S_EVENT_UNIT_DELETE_TASK = 45, 
  S_EVENT_MAX = 46
jtoppins commented 1 year ago

With commit ee577e04ad97, closing this bug.