jvoisin
826553f2be
Merge branch 'more_silencer' into 'master'
...
Silence `apt-get install` even more
See merge request OpenMW/openmw!1499
2021-12-22 22:43:24 +00:00
jvoisin
c9fb4ee2ed
Silence apt-get install
even more
2021-12-22 22:43:23 +00:00
jvoisin
bf019bf280
Merge branch 'factorise_apt' into 'master'
...
Factorise `add-apt-repository -y ppa:openmw/openmw`
See merge request OpenMW/openmw!1494
2021-12-21 14:53:31 +00:00
jvoisin
766cb52523
Factorise add-apt-repository -y ppa:openmw/openmw
2021-12-21 14:53:31 +00:00
psi29a
da3c718fe2
Merge branch 'i_am_the_caster_now' into 'master'
...
Preserve the original caster if classic reflected absorb spells behaviour is on
Closes #6511
See merge request OpenMW/openmw!1497
2021-12-21 12:01:09 +00:00
Evil Eye
55b066d2bd
Preserve the original caster if classic reflected absorb spells behaviour is on
2021-12-21 10:50:28 +01:00
psi29a
ef60f2d191
Merge branch 'doc-static-models' into 'master'
...
Documentation: how to get a static model from Blender to OpenMW.
See merge request OpenMW/openmw!1496
2021-12-20 23:23:12 +00:00
Matjaž Lamut
c0d0972379
Some more tweaks and hook up the .rst file so it will show everything properly once on readthedocs.
2021-12-20 20:20:56 +00:00
jvoisin
f057713bcb
Fix coverity submission.
2021-12-20 21:03:36 +01:00
psi29a
64c8ef4228
Merge branch 'master' into 'master'
...
Add Ubuntu build Docker image
See merge request OpenMW/openmw!1272
2021-12-20 07:56:51 +00:00
Matjaž Lamut
02ef6c858d
Tutorial on how to get a static model from Blender to OpenMW. The existing article on Blender-OpenMW pipeline via COLLADA will be split into more in-depth articles for static and animated models respectively.
2021-12-19 21:27:00 +00:00
Alexei Kotov
46564f08ad
Merge branch 'wet_and_sneaky' into 'master'
...
Don't consider underwater sneaking to be sneaking
See merge request OpenMW/openmw!1490
2021-12-18 16:43:55 +00:00
Evil Eye
a2964f2244
Don't consider underwater sneaking to be sneaking
2021-12-18 15:16:37 +01:00
psi29a
97d285d1c1
Merge branch 'macos12_pipeline' into 'master'
...
Add support for macOS12 with XCode13 in our CI/CD
See merge request OpenMW/openmw!1488
2021-12-17 12:52:56 +00:00
Wassim DHIF
43b2114444
Add Ubuntu build Docker image
2021-12-17 12:26:38 +01:00
psi29a
85a52606cf
Add support for macOS12 with XCode13 in our CI/CD
2021-12-17 09:33:13 +00:00
psi29a
6bd89cb6ef
Merge branch 'im_walking_on_water_whoa_oh' into 'master'
...
Move target checking code so it applies to all sources
Closes #6486
See merge request OpenMW/openmw!1472
2021-12-17 09:11:30 +00:00
psi29a
f699d74057
Merge branch 'sdl' into 'master'
...
Upgrade to SDL 2.0.18
Closes #4295
See merge request OpenMW/openmw!1481
2021-12-17 08:09:12 +00:00
psi29a
0aa103c6d8
Merge branch 'fix_build' into 'master'
...
Fix build on ubuntu 18.04
See merge request OpenMW/openmw!1487
2021-12-17 07:36:31 +00:00
psi29a
844266b58e
Merge branch 'restrict_navmesh_cache_writes' into 'master'
...
Do not write shapes to navmeshdb when writing is disabled (#6498 )
Closes #6498
See merge request OpenMW/openmw!1486
2021-12-17 07:28:53 +00:00
psi29a
307bc57cde
Merge branch 'launcher_navmesh_cache_progress' into 'master'
...
Fix navmesh cache progress bar jumps (#6499 )
Closes #6499
See merge request OpenMW/openmw!1485
2021-12-17 07:23:08 +00:00
psi29a
2f7b98cecb
Merge branch 'require-3.4-mygui' into 'master'
...
Raise required MyGUI version to 3.4.1
See merge request OpenMW/openmw!1484
2021-12-17 07:14:41 +00:00
elsid
b0c2317d34
Fix build on ubuntu 18.04
...
/<<BUILDDIR>>/openmw-0.47.0+git202112160802~ubuntu18.04.1/apps/navmeshtool/worldspacedata.cpp:213:109: error: class template argument deduction failed:
heightfields.emplace_back(std::vector(std::begin(landData.mHeights), std::end(landData.mHeights)));
^
/<<BUILDDIR>>/openmw-0.47.0+git202112160802~ubuntu18.04.1/apps/navmeshtool/worldspacedata.cpp:213:109: error: no matching function for call to ‘vector(float*, float*)’
In file included from /usr/include/c++/7/vector:64:0,
from /<<BUILDDIR>>/openmw-0.47.0+git202112160802~ubuntu18.04.1/components/esm/loadpgrd.hpp:5,
from /<<BUILDDIR>>/openmw-0.47.0+git202112160802~ubuntu18.04.1/components/misc/convert.hpp:5,
from /<<BUILDDIR>>/openmw-0.47.0+git202112160802~ubuntu18.04.1/components/bullethelpers/collisionobject.hpp:4,
from /<<BUILDDIR>>/openmw-0.47.0+git202112160802~ubuntu18.04.1/apps/navmeshtool/worldspacedata.hpp:4,
from /<<BUILDDIR>>/openmw-0.47.0+git202112160802~ubuntu18.04.1/apps/navmeshtool/worldspacedata.cpp:1:
/usr/include/c++/7/bits/stl_vector.h:411:2: note: candidate: template<class _Tp, class _Alloc, class _InputIterator, class> vector(_InputIterator, _InputIterator, const _Alloc&)-> std::vector<_Tp, _Alloc>
vector(_InputIterator __first, _InputIterator __last,
^~~~~~
2021-12-17 00:06:38 +01:00
elsid
aaf6c82e33
Do not write shapes to navmeshdb when writing is disabled
2021-12-16 22:57:35 +01:00
elsid
8fedca5780
Fix navmesh cache progress bar jumps
...
When initial approximation of maximum progress based on numer of cells is too
high comparing to real number of navmesh tiles.
2021-12-16 21:48:50 +01:00
uramer
3f52ede9cb
Remove unnecessary myguicompat
2021-12-16 19:48:10 +01:00
uramer
2bc81e47a6
Remove all MyGUI version checks
2021-12-16 19:22:07 +01:00
uramer
94b2bde48a
Raise required MyGUI version to 3.4.1
2021-12-16 16:59:20 +01:00
psi29a
cc97c4450a
Merge branch 'which-gpu-are-you' into 'master'
...
Log OpenGL Vendor, Renderer and Version on startup
See merge request OpenMW/openmw!1482
2021-12-16 08:02:24 +00:00
psi29a
dc4d73e76c
Merge branch 'msgboxvanillastyle' into 'master'
...
Vanilla style encumbrance messagebox
Closes #6191
See merge request OpenMW/openmw!1437
2021-12-16 07:59:43 +00:00
kuyondo
651b79d34e
Update changelog.md
2021-12-16 12:53:28 +08:00
AnyOldName3
d66907ba67
Log OpenGL Vendor, Renderer and Version on startup
2021-12-15 22:17:38 +00:00
Evil Eye
e967e0544f
Upgrade to SDL 2.0.18
2021-12-15 21:13:22 +01:00
psi29a
7d3c5f529a
Update .gitlab-ci.yml file to allow failure of static deps build
2021-12-15 13:19:00 +00:00
psi29a
92c9ae3eb7
Merge branch 'locked_and_loaded' into 'master'
...
Change the legalities of opening unlocked objects
Closes #6493
See merge request OpenMW/openmw!1479
2021-12-15 13:13:24 +00:00
psi29a
a57df67d09
Merge branch 'include' into 'master'
...
Add missing include
Closes #6357
See merge request OpenMW/openmw!1480
2021-12-15 13:11:48 +00:00
psi29a
78daf638ef
Merge branch 'lua' into 'master'
...
A few lua-related fixes
Closes #6456
See merge request OpenMW/openmw!1478
2021-12-15 06:27:23 +00:00
Petr Mikheev
db72380ba9
Allow Lua scripts to handle input actions when UI is opened. Also fixes #6456 .
2021-12-15 02:38:54 +01:00
Petr Mikheev
7549496162
A few small fixes + expose makeReadOnly to Lua + an option to apply makeReadOnly during deserialize
2021-12-15 02:38:54 +01:00
Evil Eye
b834527813
Add missing include
2021-12-14 21:36:11 +01:00
Evil Eye
a204b4da96
Change the legalities of opening unlocked objects
2021-12-14 21:06:40 +01:00
Petr Mikheev
e188f042d9
Merge branch 'lua_ui_layers' into 'master'
...
Lua UI Layers
See merge request OpenMW/openmw!1406
2021-12-14 17:38:06 +00:00
uramer
c865114b9b
Lua UI Layers
2021-12-14 17:38:06 +00:00
kuyondo
2fce89e64f
changes
2021-12-14 22:40:05 +08:00
psi29a
029eb1ade6
added !1471
2021-12-14 09:21:41 +00:00
psi29a
a71bda2bf9
Merge branch 'a_bit_faster' into 'master'
...
Speed up the pipeline a teensy bit
See merge request OpenMW/openmw!1471
(cherry picked from commit 0dff3042d0af6256aba74dc905dd44c723529845)
2b026cad Speed up the pipeline a teensy bit
2021-12-14 09:20:37 +00:00
psi29a
0f17f14cec
Merge branch 'no_more_i_yield' into 'master'
...
Explicitely add the initial actor to the set of its allies
See merge request OpenMW/openmw!1474
2021-12-11 16:36:54 +00:00
psi29a
2988ab55d5
Merge branch 'navmeshtool' into 'master'
...
Navmesh disk cache (#6189 )
Closes #6189
See merge request OpenMW/openmw!1058
2021-12-11 16:32:08 +00:00
psi29a
6c866f4980
Merge branch 'nif' into 'master'
...
Some NIF cleanup
See merge request OpenMW/openmw!1473
2021-12-11 15:47:25 +00:00
Evil Eye
ff9f010d99
Explicitely add the initial actor to the set of its allies
2021-12-11 15:30:57 +01:00