Skip to content

Commit

Permalink
Update to version 1.0.9 (#349)
Browse files Browse the repository at this point in the history
Updated controls file as well.
Issue: #335
  • Loading branch information
chreden authored Oct 20, 2018
1 parent fe14025 commit 7cfe2e9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
26 changes: 22 additions & 4 deletions trview/Controls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@

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

0 comments on commit 7cfe2e9

Please sign in to comment.