From a2bf094d745a3308085058e3d60fac4bb606b214 Mon Sep 17 00:00:00 2001 From: chreden <4263940+chreden@users.noreply.github.com> Date: Sat, 14 Sep 2019 15:49:19 +0100 Subject: [PATCH] Update to version 1.3.4 (#583) Update version number and document new features Issue: #582 --- README.md | 12 +++++++++--- trview/trview.rc | 10 +++++----- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f51072e6f..49d995f08 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,10 @@ Right mouse + move | Change look direction Key|Action ---|------ -Right mouse + move | Rotate around target -Mouse wheel | Zoom in/out +Left mouse + move | Pan camera +Right mouse + move | Rotate around target +Left + Right mouse + move | Vertical panning +Mouse wheel | Zoom in/out ### View Options @@ -182,4 +184,8 @@ A path will appear between the two points with a distance label. This is the dis ### Compass -At the bottom right of the screen is the 3D compass. This shows the current direction of each axis, relative to the current camera view. Each of the nodes at the end of the axis lines can be clicked on to align the camera to that direction. \ No newline at end of file +At the bottom right of the screen is the 3D compass. This shows the current direction of each axis, relative to the current camera view. Each of the nodes at the end of the axis lines can be clicked on to align the camera to that direction. + +### Coordinates + +At the bottom left of the screen are the current camera coordinates. You can click on X, Y, or Z and enter camera coordinates to go that location. Tab will cycle from X to Y to Z and enter will confirm the change. \ No newline at end of file diff --git a/trview/trview.rc b/trview/trview.rc index 2f1c42357..ccd1530c4 100644 --- a/trview/trview.rc +++ b/trview/trview.rc @@ -102,7 +102,7 @@ CAPTION "About trview" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_TRVIEW,IDC_STATIC,14,14,21,20 - LTEXT "trview, Version 1.3.3",IDC_STATIC,42,14,114,8,SS_NOPREFIX + LTEXT "trview, Version 1.3.4",IDC_STATIC,42,14,114,8,SS_NOPREFIX LTEXT "Copyright (C) 2019 trview team",IDC_STATIC,42,26,127,17 DEFPUSHBUTTON "OK",IDOK,186,124,50,14,WS_GROUP LTEXT "Licensed under the MIT license",IDC_STATIC,42,38,127,17 @@ -191,8 +191,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,3,0 - PRODUCTVERSION 1,3,3,0 + FILEVERSION 1,3,4,0 + PRODUCTVERSION 1,3,4,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -208,12 +208,12 @@ BEGIN BLOCK "080904b0" BEGIN VALUE "FileDescription", "TRView" - VALUE "FileVersion", "1.3.3.0" + VALUE "FileVersion", "1.3.4.0" VALUE "InternalName", "trview.exe" VALUE "LegalCopyright", "Copyright (C) chreden 2019" VALUE "OriginalFilename", "trview.exe" VALUE "ProductName", "TRView" - VALUE "ProductVersion", "1.3.3.0" + VALUE "ProductVersion", "1.3.4.0" END END BLOCK "VarFileInfo"