Skip to content

Commit

Permalink
Reverted change to line 317 in MuMechModuleHullCamera, caused issues…
Browse files Browse the repository at this point in the history
… with cameras

 Fixed cameras for the inline docking ports to match the navball when the docking port is the active control point
 New feature, holding down Alt (on Windows) when hitting + or - will change the control point to the docking port with the camera, only works on docking ports and the original controlling part
  • Loading branch information
linuxgurugamer committed Nov 30, 2018
1 parent e5fd305 commit 63c6edb
Show file tree
Hide file tree
Showing 6 changed files with 666 additions and 581 deletions.
7 changes: 6 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,9 @@

0.1.9.10
Fixed nullref when using the equals sign and at the end of the list of cameras.
Added code to allow a docking node to be a target and have the docking info displayed on the docking camera
Added code to allow a docking node to be a target and have the docking info displayed on the docking camera

0.1.9.11
Reverted change to line 317 in MuMechModuleHullCamera, caused issues with cameras
Fixed cameras for the inline docking ports to match the navball when the docking port is the active control point
New feature, holding down Alt (on Windows) when hitting + or - will change the control point to the docking port with the camera, only works on docking ports and the original controlling part
2 changes: 1 addition & 1 deletion GameData/HullCameraVDS/HullcamVDSContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 9,
"BUILD": 10
"BUILD": 11
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
7 changes: 5 additions & 2 deletions GameData/HullCameraVDS/MM_Scripts/DockingPortCameraPatch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
name = MuMechModuleHullCameraZoom
cameraName = NavCam
cameraForward = 0, 0, -1
cameraUp = 0, 1, 1
//cameraUp = 0, 1, 1
cameraUp = 0, 0, 1
cameraPosition = 0, 0.0, -0.4
cameraFoVMax = 60
cameraFoVMin = 60
Expand Down Expand Up @@ -82,7 +83,9 @@ MODULE
name = MuMechModuleHullCameraZoom
cameraName = NavCam
cameraForward = 0, 0, -1
cameraUp = 0, 1, 1
//cameraUp = 0, 1, 1
cameraUp = 0, 0, 1

cameraPosition = 0, 0.0, -0.51
cameraFoVMax = 60
cameraFoVMin = 60
Expand Down
2 changes: 1 addition & 1 deletion HullCamera/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

using System.Reflection;

[assembly: AssemblyVersion("0.1.9.10")]
[assembly: AssemblyVersion("0.1.9.11")]
Loading

0 comments on commit 63c6edb

Please sign in to comment.