psi29a
877f5c445e
Add librecast-dev to deps that needed for Debian/Ubuntu
2022-01-10 19:38:55 +00:00
psi29a
c9d7eac883
Merge branch 'serialize_transforms' into 'master'
...
Add serialization for TransformM and TransformQ
Closes #6506
See merge request OpenMW/openmw!1543
2022-01-10 12:42:04 +00:00
Josquin Frei
d9672f7d46
Add serialization for TransformM and TransformQ
2022-01-10 12:42:03 +00:00
psi29a
a1f8db7600
Merge branch 'bright_spells' into 'master'
...
Replicate Morrowind spell lighting (#4949 )
Closes #4949
See merge request OpenMW/openmw!1544
2022-01-09 11:07:14 +00:00
psi29a
d48f072b97
Merge branch 'readbuffer_save' into 'master'
...
Fix black save game screenshots under certain settings (#6543 )
Closes #6543
See merge request OpenMW/openmw!1546
2022-01-09 10:57:50 +00:00
Evil Eye
d767ed99cf
Merge branch 'changelog_stuff' into 'master'
...
Update changelog and remove an unused setting from settings-default.cfg
See merge request OpenMW/openmw!1548
2022-01-09 09:13:38 +00:00
Abdu Sharif
cd1bea080f
Update changelog and remove an unused setting from settings-default.cfg
2022-01-09 09:13:38 +00:00
cody glassman
8216410e7d
add white ambient to spell VFX as in Morrowind
2022-01-08 16:19:42 -08:00
cody glassman
e32d3d11ce
ensure readbuffer is bound before using glReadPixels
2022-01-08 16:12:24 -08:00
psi29a
99e4cbf513
Merge branch 'coverity_artifacts' into 'master'
...
Keep coverity logs as artifacts instead of deploying them
See merge request OpenMW/openmw!1542
2022-01-08 21:12:15 +00:00
jvoisin
5d7db94a23
Keep coverity logs as artifacts instead of deploying them
2022-01-08 22:08:05 +01:00
psi29a
a50662f7db
Merge branch 'friendshipismagic' into 'master'
...
Fix multilayer parallax parameter reading in BSLightingShaderProperty
See merge request OpenMW/openmw!1541
2022-01-08 16:39:38 +00:00
Alexei Dobrohotov
b5a7ad6d62
Fix multilayer parallax parameter reading
2022-01-08 01:58:52 +03:00
psi29a
ceaa141cdf
Merge branch 'this_and_that' into 'master'
...
make this great again
See merge request OpenMW/openmw!1539
2022-01-07 15:43:04 +00:00
psi29a
011a26684a
Merge branch 'fix_wizard_dialogs' into 'master'
...
Fix wizard dialogs
See merge request OpenMW/openmw!1519
2022-01-07 14:35:12 +00:00
Josquin Frei
63a8bc5f9b
Fix wizard dialogs
2022-01-07 14:35:11 +00:00
psi29a
69319cea31
Merge branch 'no_more_twerking_pls' into 'master'
...
Heavily mitigate jittery objects far from origin
See merge request OpenMW/openmw!1540
2022-01-06 22:01:28 +00:00
Cody Glassman
cdae1c4c97
Heavily mitigate jittery objects far from origin
2022-01-06 22:01:28 +00:00
Bret Curtis
6672014a51
make this great again
2022-01-06 15:02:24 +01:00
psi29a
d8d7a3b372
Merge branch 'softparticles_patch' into 'master'
...
Shadervisitor adjustments and Mac OS fix for soft particles
See merge request OpenMW/openmw!1380
2022-01-06 13:13:52 +00:00
psi29a
6a2cf2e358
Merge branch 'task/#6088_ffmpeg_api_deprecation_warnings' into 'master'
...
#6088 ffmpeg api deprecation warnings
Closes #6088
See merge request OpenMW/openmw!1504
2022-01-06 13:08:45 +00:00
psi29a
1d4de71d35
Merge branch 'fix2' into 'master'
...
Fixes in components/lua
Closes #6535
See merge request OpenMW/openmw!1538
2022-01-06 08:49:17 +00:00
psi29a
555e0b1f53
Merge branch 'brainfreeze' into 'master'
...
Attempt to catch freezes on Windows
See merge request OpenMW/openmw!1493
2022-01-06 08:47:23 +00:00
Petr Mikheev
6a19a66ae5
Fix #6535
2022-01-05 20:08:03 +01:00
Petr Mikheev
5eca122f04
Avoid creating multiple i18n contexts with the same name.
2022-01-05 19:50:52 +01:00
jvoisin
b56406b0ad
Merge branch 'deadcode' into 'master'
...
Remove dead code
See merge request OpenMW/openmw!1537
2022-01-05 18:29:23 +00:00
Evil Eye
cd6edb961a
Remove dead code
2022-01-05 17:22:22 +01:00
Bret Curtis
f0db576611
removed redundant get on smart pointer; made pictq_[r|w]index unsigned longs to be type compatible with std::array pictq.size(); fixes assert issue
2022-01-05 12:19:22 +01:00
psi29a
bafde5c9c4
Merge branch 'cleanup' into 'master'
...
Remove constant conditions
See merge request OpenMW/openmw!1527
2022-01-05 10:48:13 +00:00
psi29a
8355153047
Merge branch 'const_looop' into 'master'
...
Fix "warning: loop variable is copied but only used as const reference;...
See merge request OpenMW/openmw!1530
2022-01-05 10:44:44 +00:00
jvoisin
1a6be08149
Fix "warning: loop variable is copied but only used as const reference;...
2022-01-05 10:44:44 +00:00
psi29a
e0612db01c
Merge branch 'viewport_update' into 'master'
...
Use updated resolutions when setting projection matrix
See merge request OpenMW/openmw!1533
2022-01-05 10:43:30 +00:00
Cody Glassman
a7166aa05c
Use updated resolutions when setting projection matrix
2022-01-05 10:43:30 +00:00
psi29a
24b9c91ef8
Merge branch 'fix_copy_init' into 'master'
...
Fix unnecessary-copy-initialization
See merge request OpenMW/openmw!1531
2022-01-05 09:05:57 +00:00
psi29a
5eba352c98
Merge branch 'correct_depth_function' into 'master'
...
Use correct depth functions (#6537 )
Closes #6537
See merge request OpenMW/openmw!1534
2022-01-05 08:38:05 +00:00
psi29a
d8cc08a7a0
Merge branch 'ripple_fix' into 'master'
...
Fix persistent ripples (#6531 )
Closes #6531
See merge request OpenMW/openmw!1535
2022-01-05 08:37:27 +00:00
Bret Curtis
bae8713998
make use of std::array pictq.size()
instead of VIDEO_PICTURE_ARRAY_SIZE; remove redundant smart-pointer .get calls; fix typos
2022-01-05 09:29:10 +01:00
Bret Curtis
4eea734551
Resolves #6088 by rolling our own PacketList that replaces the deprecated AVPacketList; initial work done by akortunov in 60aec04606
; adapted and cleaned up some old cruft along the way.
2022-01-05 09:29:10 +01:00
glassmancody.info
909aa43ba1
update sky particle node correctly
2022-01-04 14:10:39 -08:00
Evil Eye
c3d3535ffd
Merge branch 'double_float_conv' into 'master'
...
Fix unnecessary float-to-double promotion
See merge request OpenMW/openmw!1532
2022-01-04 22:01:53 +00:00
jvoisin
27af776735
Fix unnecessary float-to-double promotion
2022-01-04 22:01:52 +00:00
glassmancody.info
2c52695361
fix regression where LEQUAL was used instead of LESS for depth function
2022-01-04 12:23:37 -08:00
jvoisin
421e6629ad
Fix unnecessary-copy-initialization
...
> warning: the variable 'key' is copy-constructed from a const reference but is
only used as const reference; consider making it a const reference
[performance-unnecessary-copy-initialization]
Found by clang-tidy.
2022-01-04 20:42:09 +01:00
psi29a
0eed275b74
Merge branch 'spammy' into 'master'
...
Remove -bugprone-narrowing-conversions from clang-tidy
See merge request OpenMW/openmw!1529
2022-01-04 19:32:50 +00:00
jvoisin
40faf54250
Remove -bugprone-narrowing-conversions from clang-tidy
2022-01-04 19:32:49 +00:00
psi29a
b6572fbe42
Merge branch 'warning' into 'master'
...
Silence a signed/unsigned mismatch warning
See merge request OpenMW/openmw!1528
2022-01-04 17:13:01 +00:00
Evil Eye
5a7a3a0d2d
Silence a signed/unsigned mismatch warning
2022-01-04 17:11:55 +01:00
Evil Eye
bdfad27e05
Remove constant conditions
2022-01-04 16:50:04 +01:00
psi29a
d482766fe2
Merge branch 'full_coverity' into 'master'
...
Update .gitlab-ci.yml
See merge request OpenMW/openmw!1526
2022-01-04 14:28:35 +00:00
psi29a
e743f896ef
Update .gitlab-ci.yml
2022-01-04 10:48:25 +00:00