-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 80d183e9bbcd8dbb3bbd129b1551fff61da0bc01 Mon Sep 17 00:00:00 2001 | ||
From 11783d74a43b3b4f3c63341ae63f44259778c24b Mon Sep 17 00:00:00 2001 | ||
From: Ilya Zhuravlev <[email protected]> | ||
Date: Sun, 10 Feb 2019 19:11:34 -0500 | ||
Subject: [PATCH 1/4] loadingscreen: disable for now | ||
Subject: [PATCH 1/8] loadingscreen: disable for now | ||
|
||
--- | ||
apps/openmw/mwgui/loadingscreen.cpp | 2 ++ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
From f5c92393f41d6873ea34245207dd28466e6ebf13 Mon Sep 17 00:00:00 2001 | ||
From 8c70bbf13ebe03ae333b6de67201e4d4c163017c Mon Sep 17 00:00:00 2001 | ||
From: Ilya Zhuravlev <[email protected]> | ||
Date: Sun, 10 Feb 2019 19:12:00 -0500 | ||
Subject: [PATCH 2/4] scenemanager: disable state share / inc compile | ||
Subject: [PATCH 2/8] scenemanager: disable state share / inc compile | ||
|
||
--- | ||
components/resource/scenemanager.cpp | 4 ++++ | ||
1 file changed, 4 insertions(+) | ||
|
||
diff --git a/components/resource/scenemanager.cpp b/components/resource/scenemanager.cpp | ||
index 328a10cd1..ee68751a3 100644 | ||
index 61a40ee4b..dda385c73 100644 | ||
--- a/components/resource/scenemanager.cpp | ||
+++ b/components/resource/scenemanager.cpp | ||
@@ -526,9 +526,11 @@ namespace Resource | ||
@@ -515,9 +515,11 @@ namespace Resource | ||
// share state | ||
// do this before optimizing so the optimizer will be able to combine nodes more aggressively | ||
// note, because StateSets will be shared at this point, StateSets can not be modified inside the optimizer | ||
|
@@ -23,17 +23,18 @@ index 328a10cd1..ee68751a3 100644 | |
|
||
if (canOptimize(normalized)) | ||
{ | ||
@@ -540,8 +542,10 @@ namespace Resource | ||
@@ -529,9 +531,11 @@ namespace Resource | ||
optimizer.optimize(loaded, options); | ||
} | ||
|
||
+ #if 0 | ||
if (mIncrementalCompileOperation) | ||
mIncrementalCompileOperation->add(loaded); | ||
else | ||
+ #endif | ||
loaded->getBound(); | ||
|
||
mCache->addEntryToObjectCache(normalized, loaded); | ||
return loaded; | ||
-- | ||
2.19.2 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
From 864a22f03d6fb0440a07ebef25f4ab177f558eb2 Mon Sep 17 00:00:00 2001 | ||
From 31b2da5fa1bb9eace51beb53c053358965c52eaf Mon Sep 17 00:00:00 2001 | ||
From: Ilya Zhuravlev <[email protected]> | ||
Date: Sun, 10 Feb 2019 19:16:45 -0500 | ||
Subject: [PATCH 3/4] globalmap: fix race vs savegame load | ||
Subject: [PATCH 3/8] globalmap: fix race vs savegame load | ||
|
||
--- | ||
apps/openmw/mwrender/globalmap.cpp | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/apps/openmw/mwrender/globalmap.cpp b/apps/openmw/mwrender/globalmap.cpp | ||
index d1b6cd239..aacc6fc5a 100644 | ||
index 57137d415..e4a7facc8 100644 | ||
--- a/apps/openmw/mwrender/globalmap.cpp | ||
+++ b/apps/openmw/mwrender/globalmap.cpp | ||
@@ -267,6 +267,8 @@ namespace MWRender | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 8a071b2ef2fe6157d5f9a694f4fa4290ee874716 Mon Sep 17 00:00:00 2001 | ||
From 168b2229b2ec27104bae0b8e875e49f8bdabaec5 Mon Sep 17 00:00:00 2001 | ||
From: Ilya Zhuravlev <[email protected]> | ||
Date: Sun, 10 Feb 2019 19:31:34 -0500 | ||
Subject: [PATCH 4/4] getUVBuffer: pre-set array binding to avoid thread race | ||
Subject: [PATCH 4/8] getUVBuffer: pre-set array binding to avoid thread race | ||
|
||
--- | ||
components/terrain/buffercache.cpp | 1 + | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
From 66a3cf382fbabb7a909d6202d3f89c4b22c9c98e Mon Sep 17 00:00:00 2001 | ||
From: Ilya Zhuravlev <[email protected]> | ||
Date: Mon, 1 Apr 2019 13:32:32 -0400 | ||
Subject: [PATCH 5/8] android: Revert UI dimensions | ||
|
||
--- | ||
files/settings-default.cfg | 92 +++++++++++++++++++------------------- | ||
1 file changed, 46 insertions(+), 46 deletions(-) | ||
|
||
diff --git a/files/settings-default.cfg b/files/settings-default.cfg | ||
index 71a93d1a2c..6c2505f4e0 100644 | ||
index 353a3ac3d..6e7f31b4f 100644 | ||
--- a/files/settings-default.cfg | ||
+++ b/files/settings-default.cfg | ||
@@ -455,34 +455,34 @@ refraction scale = 1.0 | ||
@@ -477,34 +477,34 @@ refraction scale = 1.0 | ||
# screen size. (0.0 to 1.0). X & Y, Width & Height. | ||
|
||
# Stats window displaying level, race, class, skills and stats. | ||
|
@@ -53,7 +62,7 @@ index 71a93d1a2c..6c2505f4e0 100644 | |
|
||
# Alchemy window for crafting potions. | ||
alchemy x = 0.25 | ||
@@ -491,54 +491,54 @@ alchemy w = 0.5 | ||
@@ -513,54 +513,54 @@ alchemy w = 0.5 | ||
alchemy h = 0.5 | ||
|
||
# Console command window for debugging commands. | ||
|
@@ -138,3 +147,6 @@ index 71a93d1a2c..6c2505f4e0 100644 | |
|
||
[Navigator] | ||
|
||
-- | ||
2.19.2 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
From 3b848d7c0a20dafa3625a3c0ba0f23de62a08a12 Mon Sep 17 00:00:00 2001 | ||
From: Ilya Zhuravlev <[email protected]> | ||
Date: Mon, 1 Apr 2019 13:32:49 -0400 | ||
Subject: [PATCH 6/8] Add an option to enable simple bounding box | ||
|
||
--- | ||
apps/openmw/mwphysics/actor.cpp | 5 ++++- | ||
files/settings-default.cfg | 3 +++ | ||
2 files changed, 7 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/apps/openmw/mwphysics/actor.cpp b/apps/openmw/mwphysics/actor.cpp | ||
index 632d32c26..6b5c115d4 100644 | ||
index 0f8814aca..5bcf01508 100644 | ||
--- a/apps/openmw/mwphysics/actor.cpp | ||
+++ b/apps/openmw/mwphysics/actor.cpp | ||
@@ -8,6 +8,7 @@ | ||
|
@@ -29,10 +39,10 @@ index 632d32c26..6b5c115d4 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 db3d7e75b..3e08bbb0e 100644 | ||
index 6e7f31b4f..9293b6117 100644 | ||
--- a/files/settings-default.cfg | ||
+++ b/files/settings-default.cfg | ||
@@ -242,6 +242,9 @@ strength influences hand to hand = 0 | ||
@@ -258,6 +258,9 @@ strength influences hand to hand = 0 | ||
# Render holstered weapons (with quivers and scabbards), requires modded assets | ||
weapon sheathing = false | ||
|
||
|
@@ -42,3 +52,6 @@ index db3d7e75b..3e08bbb0e 100644 | |
# Allow non-standard ammunition solely to bypass normal weapon resistance or weakness | ||
only appropriate ammunition bypasses resistance = false | ||
|
||
-- | ||
2.19.2 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
From c5101e4c9ad30ec501a50e1866084f36dd1f2607 Mon Sep 17 00:00:00 2001 | ||
From: Ilya Zhuravlev <[email protected]> | ||
Date: Mon, 1 Apr 2019 13:33:12 -0400 | ||
Subject: [PATCH 7/8] android: Fix red sky after shadows merge | ||
|
||
--- | ||
components/sceneutil/shadow.cpp | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/components/sceneutil/shadow.cpp b/components/sceneutil/shadow.cpp | ||
index a69fd8090..aa94e14d0 100644 | ||
--- a/components/sceneutil/shadow.cpp | ||
|
@@ -10,3 +19,6 @@ index a69fd8090..aa94e14d0 100644 | |
int numberOfShadowMapsPerLight = Settings::Manager::getInt("number of shadow maps", "Shadows"); | ||
int baseShadowTextureUnit = 8 - numberOfShadowMapsPerLight; | ||
|
||
-- | ||
2.19.2 | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,26 @@ | ||||||
From 4f7acff35ec600280b083b5cc1edcea31e74222d Mon Sep 17 00:00:00 2001 | ||||||
From: Ilya Zhuravlev <[email protected]> | ||||||
Date: Mon, 1 Apr 2019 14:01:14 -0400 | ||||||
Subject: [PATCH 8/8] Revert "Merge pull request #2238 from | ||||||
Capostrophic/freetype" | ||||||
|
||||||
This reverts commit 1f3813a2301edc17c132f07d360d8f00fe596c4d. | ||||||
--- | ||||||
CMakeLists.txt | 1 - | ||||||
1 file changed, 1 deletion(-) | ||||||
|
||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||||||
index bf489d99c..6aff462a8 100644 | ||||||
--- a/CMakeLists.txt | ||||||
+++ b/CMakeLists.txt | ||||||
@@ -262,7 +262,6 @@ include_directories(SYSTEM ${OPENSCENEGRAPH_INCLUDE_DIRS}) | ||||||
set(USED_OSG_PLUGINS | ||||||
osgdb_bmp | ||||||
osgdb_dds | ||||||
- osgdb_freetype | ||||||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
xyzz
Author
Owner
|
-DJPEG_INCLUDE_DIR=${prefix}/include/ | |
-DPNG_INCLUDE_DIR=${prefix}/include/ |
This comment has been minimized.
This comment has been minimized.
Sorry, something went wrong.
xyzz
Mar 28, 2020
Author
Owner
I've added freetype back in f57c7c1, I don't see any difference in the profiler though...
Can you tell why you disabled the FreeType plugin, which is needed for in-game profiler to work properly? Is it just to speedup a build time a bit, or it is a workaround for a some kind of bug?