Skip to content

Commit

Permalink
1.2.0.0 Release
Browse files Browse the repository at this point in the history
* ArmA Armed Assualt support
* Fix UI settings for Cold War Assault
* Decrement lowest fov to 65°
  • Loading branch information
rex706 committed Dec 3, 2016
1 parent 2bfa55e commit d602cfc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ARMA FOV Changer/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ private void refreshMath()
double uiBottomRightX = 1.0;
double uiBottomRightY = 1.0;

// If chosen game was Cold War Assault, set up ui scaling based on resolution per http://ofp-faguss.com/files/ofp_aspect_ratio.pdf
if (button == 0 /*|| button == 4*/)
// If chosen game was Cold War Assault, set up ui scaling based on aspect ratio per http://ofp-faguss.com/files/ofp_aspect_ratio.pdf
if (button == 0)
{
uiTopLeftXLabel.IsEnabled = true;
uiTopLeftYLabel.IsEnabled = true;
Expand Down
2 changes: 1 addition & 1 deletion ARMA FOV Changer/Splash.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private void ArmaAAButton_Click(object sender, RoutedEventArgs e)

// Set filter for file extension and initial directory
dlg.DefaultExt = ".ArmAProfile";
dlg.Filter = "Arma Profile (*.ArmAProfile)|*.ArmAProfile|All files (*.*)|*.*";
dlg.Filter = "ArmA Profile (*.ArmAProfile)|*.ArmAProfile|All files (*.*)|*.*";
dlg.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "\\ArmA";

// Display OpenFileDialog by calling ShowDialog method
Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Field of Views

**Easily change your field of view for Arma, Arma 2, Arma 3, and DayZ!**
![alt tag](http://i.imgur.com/TiOgsy3.png) ![alt tag](http://i.imgur.com/OrmuCYP.png)

![alt tag](http://i.imgur.com/2FMY0Dh.png) ![alt tag](http://i.imgur.com/40HWRCN.png)


[**Download**](https://github.com/rex706/ArmA-FOV-Changer/releases/download/1.1.0.1/Field.of.Views.rar)
[**Download**](https://github.com/rex706/ArmA-FOV-Changer/releases/download/1.2.0.0/Field.of.Views.rar)

**Features**

Expand All @@ -16,15 +14,21 @@

**CHANGELOG**

Latest: 1.1.0.1
Latest: 1.2.0.0

* ArmA Armed Assualt support
* Fix UI settings for Cold War Assault
* Decrement lowest fov to 65°

1.1.0.1

* Adjust game window color
* Fix profile name for Cold War Assault

1.1.0.0

* DayZ Standalone support
* Arma Cold War Assualt support
* ArmA Cold War Assualt support
* Bundle updater

1.0.0.0
Expand Down

0 comments on commit d602cfc

Please sign in to comment.