Skip to content

Releases: rkusa/dcs-scratchpad

0.7.1

16 Aug 07:30
b1e9ecf
Compare
Choose a tag to compare
  • Fix creation of first page if there is none

0.7.0

01 Jul 09:50
ac5a15b
Compare
Choose a tag to compare
  • Scratchpad can now be extended via extensions. A prominent use-case is to add a virtual keyboard. See instructions in the README (#35)
  • Set coordinate format for F-15E
  • Add optional hotkey to reload pages from disk (#55)

0.6.2

11 Jan 14:08
161bea1
Compare
Choose a tag to compare
  • Fix keyboard deadlock (#31)
  • Add support for Black Shark 3 (#50, thanks @chump29)
  • Change F14 coordinate format to DDM (with precision of 1, #48)
  • Set coordinate for Hercules (#52, thanks @aeronautes)

0.6.1

29 Oct 08:59
8c46eca
Compare
Choose a tag to compare
  • Fix inserting coordinates for DCS 2.8
  • Update M-2000C DDM coordinate format to match precision and leading zero of longitude to match how the coordinate is inserted into the aircraft
  • Improve button placement when there is only one single page
  • Fix insert coordinate keybinding not working if the keybinding for the previous page is not defined #40

0.6.0

04 Sep 13:18
d864542
Compare
Choose a tag to compare
  • Set coordinate format for AH-64D to DDM
  • Changed coordinate format of A10C II to DDM
  • Set coordinate format for A10C and AV-8B to DDM (thanks to @Wamwod #25)
  • Set coordinate format for F-14A/B to DMS
  • Updates F16 coordinates to include MGRS
  • Padded lon degrees with zeroes to a width of 3 for the F16 (to better match how you insert the coordinates)
  • Added NS430 FIX format (thanks to @Wamwod #27)
  • Set proper DDM format for the Ka-50 (thanks @chump29 #30)
  • Set coordinate format to DDM for all SA342 variants (thanks @chump29 #30)
  • Added DDM coordinates with proper precision to F/A-18C (used for precise coordinates; thanks to @Wamwod #25)
  • Added optional hotkeys to switch between pages and insert coordinates (hotkeyNextPage, hotkeyPrevPage, and hotkeyInsertCoordinates; thanks to @OloRatuj #29)
  • Updated Scratchpad to get blurred (remove focus) when clicking anywhere outside of it
  • Added automatic reset of the Scratchpad position and size when it got moved outside of the current viewport (easily happened when switching between VR and Desktop)

0.5.0

16 Oct 10:16
22dea08
Compare
Choose a tag to compare
  • Coordinates are now added in the formatted best suitable for the aircraft you are sitting in, or all formats (DDM, DMS and MGRS) are added if you are a spectator, or the aircraft you are sitting in hasn't been specifically added to the Scratchpad code.
  • Added a new method to add coordinates to the Scratchpad. This method also works on MP servers now (if they have Allow Player Export enabled). The new method is shown in this video: https://youtu.be/1NqaH3q31R8
  • Removed the old method of adding coordinates via marks on the F10 map.
  • Coordinates are now added below the cursor instead of always at the end of the text field.
  • The changes to your Scratchpad are not saved on every key stroke anymore, instead they are only saved when hiding the Scratchpad, changing the active Scratchpad page, or removing the focus from the text field.

0.4.1

14 Oct 15:38
b6a0b9c
Compare
Choose a tag to compare

Changed

  • +L/L adds coordinates in both DMS and DDM and altitude in both feet and meters now #16

0.4.0

20 Dec 08:54
Compare
Choose a tag to compare

Changed

  • Use monospaced font inside Scratchpad (allows easily formatting of tabular data) #8 (thanks @lucasclucasdo)

Fixed

  • Coords added via + L/L button #9

0.3.2

16 Nov 16:18
Compare
Choose a tag to compare

Fixed

  • Properly create a new Scratchpad if there isn't any yet

0.3.1

23 Aug 15:52
Compare
Choose a tag to compare

Fixed

  • Migration of content from the config into a separate file in DCS.openbeta/Scratchpad