Releases: DCS-Skunkworks/dcs-insight
Releases · DCS-Skunkworks/dcs-insight
Bugfix and more
- Polling from LuaConsole possible
- Bugfix, polling didn't work
- Client communication changed and should handle JSON parse problems better
What's Changed
- Polling possible via LuaConsole by @jdahlblom in #78
- Major changes to comms by @jdahlblom in #79
Full Changelog: v1.9.3...v1.10.0
Various fixes
- Modal dialogs shows properly, before hidden behind main GUI
- Channel => ConqurrentQueue for storing commands
GUI keeps user data between connects (mission)
Dialog ask what behaviour user wants in this regard.
Reloading is useful if you are doing changes in the server side.
What's Changed
- lua console check via id not syntax by @jdahlblom in #66
- Identify lua console based on id everywhere by @jdahlblom in #67
- Moved creation of UI controls to base class for UserControlAPI by @jdahlblom in #68
- gitignore wildcard dev settings by @jdahlblom in #69
- Environment.ExpandEnvironmentVariables by @jdahlblom in #70
- DCS API def added by @jdahlblom in #71
- Add setting whether to reload APIs from server by @jdahlblom in #72
- Version bump by @jdahlblom in #73
Full Changelog: v1.9.0...v.1.9.2
v1.9.0
What's Changed
- Update README.md by @jdahlblom in #61
- Update README.md by @jdahlblom in #62
- Better handling of dev settings by @jdahlblom in #63
- Functions renamed for cursor handling by @jdahlblom in #64
- Lua console adapting cleanup UI tweaks by @jdahlblom in #65
Full Changelog: v1.8.7...v1.9.0
Lua Console added
Lua Console is disabled by default.
To enable it open file ServerSettings.lua
and set ServerSettings.EnableLuaConsole = true
.
DCS-BIOS lua window added
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
v1.8.4
Bugfix, polling caused errors
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
What's Changed
- server debugging off by @jdahlblom in #50
- Possible to check for new release by @jdahlblom in #51