From 626068b2b3a61234a7478b3b3803c594c95f81e1 Mon Sep 17 00:00:00 2001 From: chreden <4263940+chreden@users.noreply.github.com> Date: Sat, 2 Oct 2021 14:42:56 +0100 Subject: [PATCH] Create version 1.7.0 (#840) Create version 1.7.0 Add some documentation about the context menu and static mesh bounds. Closes #839 --- README.md | 18 ++++++++++++++++++ trview.app/Resources/trview.app.rc | 10 +++++----- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a83ea7d4..0539d1e90 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Water | Toggle water in water rooms Depth | Toggle depth mode. This will show the currently selected depth of neighbours of the current room. Depth Selector | Choose the depth of neighbours to show Wireframe | Enable wireframe rendering mode +Bounds | Show static mesh bounding boxes Flip | Toggle the level flipmap (if present in the level). In TR4+ this will be a flipmap group selector. ### Room @@ -208,6 +209,23 @@ At the bottom left of the screen are the current camera angles. You can click on 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. +## Context Menu +The context menu is opened by right clicking in the 3D view. + +### Add Waypoint +Add a new route waypoint at this position. This is only available when a surface was clicked. + +### Add Mid-Waypoint +Add a new route waypoint at the centre of the square that was clicked. This is only available when a floor was clicked. + +### Remove Waypoint +Remove the clicked waypoint from the route. This is only available when a waypoint was clicked. + +### Orbit Here +Switch the camera to orbit mode and orbit around the position that was right clicked when the context menu was opened. This is only available when a surface was clicked on. + +### Hide +Hide the clicked entity or trigger. This can be unhidden from the view menu or the items or triggers window. This is only available if an item or trigger was clicked. ## Menus diff --git a/trview.app/Resources/trview.app.rc b/trview.app/Resources/trview.app.rc index 425c3a932..026f332f4 100644 --- a/trview.app/Resources/trview.app.rc +++ b/trview.app/Resources/trview.app.rc @@ -105,7 +105,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.6.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX + LTEXT "trview, Version 1.7.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX LTEXT "Copyright (C) 2021 trview team",IDC_STATIC,42,26,127,17 LTEXT "Licensed under the MIT license\r\n\ Uses DirectXTK (MIT)\r\n\ @@ -196,8 +196,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,6,0,0 - PRODUCTVERSION 1,6,0,0 + FILEVERSION 1,7,0,0 + PRODUCTVERSION 1,7,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -213,12 +213,12 @@ BEGIN BLOCK "080904b0" BEGIN VALUE "FileDescription", "TRView" - VALUE "FileVersion", "1.6.0.0" + VALUE "FileVersion", "1.7.0.0" VALUE "InternalName", "trview.exe" VALUE "LegalCopyright", "Copyright (C) chreden 2021" VALUE "OriginalFilename", "trview.exe" VALUE "ProductName", "TRView" - VALUE "ProductVersion", "1.6.0.0" + VALUE "ProductVersion", "1.7.0.0" END END BLOCK "VarFileInfo"