Skip to content

Commit

Permalink
Create version 1.7.0 (#840)
Browse files Browse the repository at this point in the history
Create version 1.7.0
Add some documentation about the context menu and static mesh bounds.
Closes #839
  • Loading branch information
chreden authored Oct 2, 2021
1 parent 8651a0d commit 626068b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions trview.app/Resources/trview.app.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 626068b

Please sign in to comment.