diff --git a/README.md b/README.md index 68ced95ff..0f6c97bf3 100644 --- a/README.md +++ b/README.md @@ -89,23 +89,24 @@ Key|Action Right mouse + move | Rotate around target Mouse wheel | Zoom in/out -### Rooms +### View Options Input|Action ---|------ Highlight | Highlight the currently selected room +Triggers | Toggle trigger visibility +Geometry | Toggle hidden geometry visibility +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. Flip | Toggle the level flipmap (if present in the level) + +### Room + Room Selector | Go up/down through room numbers X | X coordinate of the room Z | Z coordinate of the room -### Neighbours - -Input|Action ----|------ -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. - ### Camera Input|Action @@ -114,8 +115,6 @@ Reset | Reset the orbit camera Orbit | Use orbit mode - this orbits a room or item Free | Use free mode Axis | Use axis mode - this is like free, but the controls map to X/Z/Y axis (rotation is ignored) -Sensitivity | How sensitive looking around is -Movement Speed | How fast the camera moves in free mode ## Windows diff --git a/trview/trview.rc b/trview/trview.rc index 7292e06c7..fbf2675d9 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.2.2",IDC_STATIC,42,14,114,8,SS_NOPREFIX + LTEXT "trview, Version 1.3.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX LTEXT "Copyright (C) 2018 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,2,2,0 - PRODUCTVERSION 1,2,2,0 + FILEVERSION 1,3,0,0 + PRODUCTVERSION 1,3,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -208,12 +208,12 @@ BEGIN BLOCK "080904b0" BEGIN VALUE "FileDescription", "TRView" - VALUE "FileVersion", "1.2.2.0" + VALUE "FileVersion", "1.3.0.0" VALUE "InternalName", "trview.exe" VALUE "LegalCopyright", "Copyright (C) chreden 2018" VALUE "OriginalFilename", "trview.exe" VALUE "ProductName", "TRView" - VALUE "ProductVersion", "1.2.2.0" + VALUE "ProductVersion", "1.3.0.0" END END BLOCK "VarFileInfo" diff --git a/trview/trview.vcxproj b/trview/trview.vcxproj index ce67d6e86..bd2c77604 100644 --- a/trview/trview.vcxproj +++ b/trview/trview.vcxproj @@ -265,12 +265,6 @@ - - true - true - true - true - diff --git a/trview/trview.vcxproj.filters b/trview/trview.vcxproj.filters index e308f76bf..83830d807 100644 --- a/trview/trview.vcxproj.filters +++ b/trview/trview.vcxproj.filters @@ -186,7 +186,6 @@ - Win\Resource Files