Skip to content

Releases: DCS-Skunkworks/dcs-insight

Bugfix and more

11 Apr 09:35
e316da1
Compare
Choose a tag to compare
  • Polling from LuaConsole possible
  • Bugfix, polling didn't work
  • Client communication changed and should handle JSON parse problems better

What's Changed

Full Changelog: v1.9.3...v1.10.0

Various fixes

06 Apr 09:04
e350330
Compare
Choose a tag to compare
  • Modal dialogs shows properly, before hidden behind main GUI
  • Channel => ConqurrentQueue for storing commands

GUI keeps user data between connects (mission)

05 Mar 09:13
e76eae8
Compare
Choose a tag to compare

Dialog ask what behaviour user wants in this regard.

2024-03-05_110746

Reloading is useful if you are doing changes in the server side.

What's Changed

Full Changelog: v1.9.0...v.1.9.2

v1.9.0

28 Jan 12:41
f98367b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.7...v1.9.0

Lua Console added

25 Jan 17:29
1b4f225
Compare
Choose a tag to compare

Lua Console is disabled by default.
To enable it open file ServerSettings.lua and set ServerSettings.EnableLuaConsole = true.

DCS-BIOS lua window added

21 Jan 14:47
73e76bb
Compare
Choose a tag to compare

Easy way to read command_id, device_id and argument_id for controls while testing.
Shows Module:function signature in same window.

Only client changes.

Polling shows changes only

14 Jan 13:16
efc610d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.8.4...v1.8.5

v1.8.4

01 Jan 10:17
91a353d
Compare
Choose a tag to compare

What's Changed

  • CockpitDevice:performClickableAction corrected by @jdahlblom in #56

Bugfix, polling caused errors

03 Dec 17:45
ad87a2e
Compare
Choose a tag to compare

What's Changed

  • Bugfix polling sent request before previous result was received by @jdahlblom in #55

Full Changelog: v1.8.2...v1.8.3

Small fixes

02 Dec 12:58
f7fdafd
Compare
Choose a tag to compare

What's Changed