Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Update openmw
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed May 4, 2019
1 parent a10d6f9 commit 8656f9a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions buildscripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ set(OSG_VERSION 3.6.2)
set(OSG_HASH SHA256=762c6601f32a761c7a0556766097558f453f23b983dd75bcf90f922e2d077a34)

# https://github.com/OpenMW/openmw/commits/master
set(OPENMW_VERSION f194a9552263c39eefbedfe627d1ce6163f016b2)
set(OPENMW_HASH SHA256=6127770b173e2fc2bcadf10af7547b92d549269e0a6bf6d0d99a36dbe74f7970)
set(OPENMW_VERSION 4f74d09179bf3a9540d58887adc3a6e8ca76b0e5)
set(OPENMW_HASH SHA256=63c1b77b57f18e4ac2886c0b91a9961707b4e9460dba3e2daa0a527b093e27e2)

# End of configurable options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ index 61a40ee4b..7b46058c5 100644
else
loaded->getBound();
diff --git a/files/settings-default.cfg b/files/settings-default.cfg
index 7e7e04b78..61fcfebe2 100644
index 40a84f1c1..fb5862fad 100644
--- a/files/settings-default.cfg
+++ b/files/settings-default.cfg
@@ -454,6 +454,8 @@ gamma = 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Subject: [PATCH] android: Revert UI dimensions
1 file changed, 49 insertions(+), 46 deletions(-)

diff --git a/files/settings-default.cfg b/files/settings-default.cfg
index 61fcfebe2..effab2876 100644
index fb5862fad..1675261d5 100644
--- a/files/settings-default.cfg
+++ b/files/settings-default.cfg
@@ -482,42 +482,45 @@ refraction scale = 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ index 0f8814aca..5bcf01508 100644
mShape.reset(new btCapsuleShapeZ(mHalfExtents.x(), 2*mHalfExtents.z() - 2*mHalfExtents.x()));
mRotationallyInvariant = true;
diff --git a/files/settings-default.cfg b/files/settings-default.cfg
index effab2876..fad0947f9 100644
index 1675261d5..87f5a299d 100644
--- a/files/settings-default.cfg
+++ b/files/settings-default.cfg
@@ -255,6 +255,9 @@ strength influences hand to hand = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Subject: [PATCH] android: Update default settings for android
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/files/settings-default.cfg b/files/settings-default.cfg
index fad0947f9..aadf26c89 100644
index 87f5a299d..895930b6a 100644
--- a/files/settings-default.cfg
+++ b/files/settings-default.cfg
@@ -23,7 +23,7 @@ small feature culling pixel size = 2.0

# Maximum visible distance (e.g. 2000.0 to 6666.0). Caution: this setting
# Maximum visible distance. Caution: this setting
# can dramatically affect performance, see documentation for details.
-viewing distance = 6666.0
+viewing distance = 2000.0
-viewing distance = 6656.0
+viewing distance = 2048.0

# Camera field of view in degrees (e.g. 30.0 to 110.0).
# Does not affect the player's hands in the first person camera.
Expand Down

0 comments on commit 8656f9a

Please sign in to comment.