Releases: rkusa/dcs-scratchpad
Releases · rkusa/dcs-scratchpad
0.7.1
0.7.0
0.6.2
0.6.1
- 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
- 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
, andhotkeyInsertCoordinates
; 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
- 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.