Skip to content

Commit

Permalink
Update to version 1.3.4 (#583)
Browse files Browse the repository at this point in the history
Update version number and document new features
Issue: #582
  • Loading branch information
chreden authored Sep 14, 2019
1 parent e6a43bc commit a2bf094
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit a2bf094

Please sign in to comment.