Skip to content

Commit

Permalink
Create version 1.3.0 (#531)
Browse files Browse the repository at this point in the history
Update to version 1.3.0
Update readme
Remove reference to controls.txt in project
Issue: #524
  • Loading branch information
chreden authored Mar 23, 2019
1 parent 9a780bf commit 430f796
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 22 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
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.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
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down
6 changes: 0 additions & 6 deletions trview/trview.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Text Include="Controls.txt">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
</Text>
<Text Include="fontlist.txt" />
<Text Include="resources\type_names.txt" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion trview/trview.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
</Image>
</ItemGroup>
<ItemGroup>
<Text Include="Controls.txt" />
<Text Include="fontlist.txt">
<Filter>Win\Resource Files</Filter>
</Text>
Expand Down

0 comments on commit 430f796

Please sign in to comment.