Skip to content

Releases: nielsvaes/dcs_code_injector

DCS Code Injector 1.4.11

28 Aug 18:40
a6226a7
Compare
Choose a tag to compare
  • Use Python 3.12
  • PySide6 v.6.7.2

DCS Code Injector 1.4.10

16 Jun 07:17
Compare
Choose a tag to compare
  • Hook folder gets created if it doesn't exist

DCS Code Injector 1.4.9

08 Apr 17:37
Compare
Choose a tag to compare
  • Ctrl -L insert basic for-loop text in the editor

DCS Code Injector 1.4.7

07 Apr 12:24
Compare
Choose a tag to compare
  • Added keyboard shortcut Ctrl -X to delete the current line
  • Added keyboard shortcut Ctrl -D to duplicate the current line

DCS Code Injector 1.4.6

30 Mar 13:23
Compare
Choose a tag to compare
  • Added checkbox in the View menu to turn off the log view in case you're using an external log viewer

DCS Code Injector 1.4.5

21 Mar 09:04
Compare
Choose a tag to compare
  • Copying of hook file is now an option in the settings that defaults to False

DCS Code Injector 1.4.4

15 Mar 17:16
Compare
Choose a tag to compare
  • Various bug fixes
  • Hook file will be automatically copied every time the application starts
  • Stability improvements when executing code in the game. Whenever DCS needs to run code, there's a chance it will pause for a fraction of a second. Ideally the server runs in a separate thread, but I don't have the energy to research how to make a compiled C++ DLL right now to do that. Have to look into the Olympus guys' code maybe. Anyway, never eat yellow snow.

DCS Code Injector 1.4.3

04 Feb 21:18
Compare
Choose a tag to compare
  • Keeping indentation when pressing enter.
  • Backspace will remove any leading 4 x space to jump back an indentation level

DCS Code Injector 1.4.2

02 Feb 22:39
Compare
Choose a tag to compare
  • Added ability to pick font for log view
  • Added ability to pick font for code view
  • Added ability to change between Material Neon and Fusion Dark themes
  • Settings typo fix

DCS Code Injector 1.4.1

16 Jan 20:00
Compare
Choose a tag to compare
  • Fixed a bug where the code wasn't reliably sent to DCS. You need to do Tools > Copy Hook File to make sure it works.