From 7cfe2e92b5b3e1e57e6b5cdf987d42198e9f5c38 Mon Sep 17 00:00:00 2001 From: chreden <4263940+chreden@users.noreply.github.com> Date: Sat, 20 Oct 2018 17:45:38 +0100 Subject: [PATCH] Update to version 1.0.9 (#349) Updated controls file as well. Issue: #335 --- trview/Controls.txt | 26 ++++++++++++++++++++++---- trview/trview.rc | 10 +++++----- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/trview/Controls.txt b/trview/Controls.txt index 252979515..1493e2212 100644 --- a/trview/Controls.txt +++ b/trview/Controls.txt @@ -4,6 +4,8 @@ CTRL + O Open file CTRL + R Show 'go to room' box +CTRL + T New Triggers window +CTRL + I New Items window F1 Toggle settings window ENTER Toggle room highlighting INSERT Reset camera @@ -11,6 +13,7 @@ F Free camera O Orbit camera X Axis camera P Toggle flipmap +T Toggle trigger visibility Left mouse Click on a room to go to that room == Free View == @@ -69,13 +72,28 @@ Movement Speed How fast the camera moves in free mode == Items Window == Track Room Whether to show the items that are in the currently selected room +Sync Item Whether an the item selected in the window will be synced with the item selected in the view (bidirectional) The column headers can be clicked to sort the items by that column. Clicking an item in the list will focus the camera on it in the viewer. The details of the item will be displayed in the Item Details panel. +The 'Triggered By' list shows the triggers that can trigger the item. Clicking a trigger in the list will select that trigger. + +<> This button collapses or expands the side panel. Multiple Item windows can be active at once. -=== Weird old stuff === +== Triggers Window == + +Track Room Whether to show the triggers that are in the currently selected room +Sync Item Whether an the trigger selected in the window will be synced with the item selected in the view (bidirectional) + +The column headers can be clicked to sort the items by that column. Clicking a trigger in the list will focus the camera on it in the viewer. The details of the trigger will be displayed in the Trigger Details panel. +The 'Commands' list shows the commands carried out when the trigger executes. Clicking on 'Object' or 'Look at Item' commands will select the item. + +<> This button collapses or expands the side panel. + +Multiple Trigger windows can be active at once. + +== Minimap == -F2 = Toggle texture window -PAGE UP = Previous texture (in texture window) -PAGE DOWN = Next texture (in texture window) \ No newline at end of file +Left click If a trigger square, will select the trigger. If not a trigger (or control is pressed) it will follow a portal, or go to the room below. +Right click Goes to the room above, if one is present. \ No newline at end of file diff --git a/trview/trview.rc b/trview/trview.rc index 84589d6bf..69a0e8370 100644 --- a/trview/trview.rc +++ b/trview/trview.rc @@ -90,7 +90,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.0.8",IDC_STATIC,42,14,114,8,SS_NOPREFIX + LTEXT "trview, Version 1.0.9",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 @@ -179,8 +179,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,8,0 - PRODUCTVERSION 1,0,8,0 + FILEVERSION 1,0,9,0 + PRODUCTVERSION 1,0,9,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -196,12 +196,12 @@ BEGIN BLOCK "080904b0" BEGIN VALUE "FileDescription", "TRView" - VALUE "FileVersion", "1.0.8.0" + VALUE "FileVersion", "1.0.9.0" VALUE "InternalName", "trview.exe" VALUE "LegalCopyright", "Copyright (C) chreden 2018" VALUE "OriginalFilename", "trview.exe" VALUE "ProductName", "TRView" - VALUE "ProductVersion", "1.0.8.0" + VALUE "ProductVersion", "1.0.9.0" END END BLOCK "VarFileInfo"