summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-06make this great againthis_and_thatBret Curtis
2022-01-06Merge branch 'softparticles_patch' into 'master'psi29a
Shadervisitor adjustments and Mac OS fix for soft particles See merge request OpenMW/openmw!1380
2022-01-06Merge branch 'task/#6088_ffmpeg_api_deprecation_warnings' into 'master'psi29a
#6088 ffmpeg api deprecation warnings Closes #6088 See merge request OpenMW/openmw!1504
2022-01-06Merge branch 'fix2' into 'master'psi29a
Fixes in components/lua Closes #6535 See merge request OpenMW/openmw!1538
2022-01-06Merge branch 'brainfreeze' into 'master'psi29a
Attempt to catch freezes on Windows See merge request OpenMW/openmw!1493
2022-01-05Fix #6535Petr Mikheev
2022-01-05Avoid creating multiple i18n contexts with the same name.Petr Mikheev
2022-01-05Merge branch 'deadcode' into 'master'jvoisin
Remove dead code See merge request OpenMW/openmw!1537
2022-01-05Remove dead codeEvil Eye
2022-01-05removed redundant get on smart pointer; made pictq_[r|w]index unsigned longs ↵Bret Curtis
to be type compatible with std::array pictq.size(); fixes assert issue
2022-01-05Merge branch 'cleanup' into 'master'psi29a
Remove constant conditions See merge request OpenMW/openmw!1527
2022-01-05Merge branch 'const_looop' into 'master'psi29a
Fix "warning: loop variable is copied but only used as const reference;... See merge request OpenMW/openmw!1530
2022-01-05Fix "warning: loop variable is copied but only used as const reference;...jvoisin
2022-01-05Merge branch 'viewport_update' into 'master'psi29a
Use updated resolutions when setting projection matrix See merge request OpenMW/openmw!1533
2022-01-05Use updated resolutions when setting projection matrixCody Glassman
2022-01-05Merge branch 'fix_copy_init' into 'master'psi29a
Fix unnecessary-copy-initialization See merge request OpenMW/openmw!1531
2022-01-05Merge branch 'correct_depth_function' into 'master'psi29a
Use correct depth functions (#6537) Closes #6537 See merge request OpenMW/openmw!1534
2022-01-05Merge branch 'ripple_fix' into 'master'psi29a
Fix persistent ripples (#6531) Closes #6531 See merge request OpenMW/openmw!1535
2022-01-05make use of std::array `pictq.size()` instead of VIDEO_PICTURE_ARRAY_SIZE; ↵Bret Curtis
remove redundant smart-pointer .get calls; fix typos
2022-01-05Resolves #6088 by rolling our own PacketList that replaces the deprecated ↵Bret Curtis
AVPacketList; initial work done by akortunov in https://github.com/akortunov/openmw/commit/60aec0460604b32c5e84ecb0cff922d5f6db9855; adapted and cleaned up some old cruft along the way.
2022-01-04update sky particle node correctlyglassmancody.info
2022-01-04Merge branch 'double_float_conv' into 'master'Evil Eye
Fix unnecessary float-to-double promotion See merge request OpenMW/openmw!1532
2022-01-04Fix unnecessary float-to-double promotionjvoisin
2022-01-04fix regression where LEQUAL was used instead of LESS for depth functionglassmancody.info
2022-01-04Fix unnecessary-copy-initializationjvoisin
> 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-04Merge branch 'spammy' into 'master'psi29a
Remove -bugprone-narrowing-conversions from clang-tidy See merge request OpenMW/openmw!1529
2022-01-04Remove -bugprone-narrowing-conversions from clang-tidyjvoisin
2022-01-04Merge branch 'warning' into 'master'psi29a
Silence a signed/unsigned mismatch warning See merge request OpenMW/openmw!1528
2022-01-04Silence a signed/unsigned mismatch warningEvil Eye
2022-01-04Remove constant conditionsEvil Eye
2022-01-04Merge branch 'full_coverity' into 'master'psi29a
Update .gitlab-ci.yml See merge request OpenMW/openmw!1526
2022-01-04Update .gitlab-ci.ymlpsi29a
2022-01-04Merge branch 'fix_asan_error' into 'master'psi29a
Fix ASAN error: heap-use-after-free See merge request OpenMW/openmw!1495
2022-01-04Merge branch 'lunacy' into 'master'psi29a
Don't touch base stats when turning into a werewolf Closes #6333 See merge request OpenMW/openmw!1511
2022-01-04Merge branch 'lit_ur' into 'master'psi29a
Fix Dagoth Ur's Fire Shield not being visible See merge request OpenMW/openmw!1514
2022-01-04Merge branch 'cpp17_on_mac' into 'master'psi29a
Update CI/before_script.osx.sh to allow full use of c++17 on macOS See merge request OpenMW/openmw!1523
2022-01-04Update CI/before_script.osx.sh to allow full use of c++17 on macOSpsi29a
2022-01-04Merge branch 'moralizing' into 'master'psi29a
Fix demoralize and rally being swapped Closes #6532 See merge request OpenMW/openmw!1524
2022-01-04Merge branch 'recast_my_friends' into 'master'psi29a
Only prevent recasting by the actor who cast the spell See merge request OpenMW/openmw!1525
2022-01-03Merge branch 'blendtec_tures' into 'master'Petr Mikheev
Shader-based object texture blending See merge request OpenMW/openmw!977
2022-01-03Only prevent recasting by the actor who cast the spellEvil Eye
2022-01-03Fix demoralize and rally being swappedEvil Eye
2022-01-03Merge branch 'lua_on_mac' into 'master'Petr Mikheev
Update extern/i18n.lua/CMakeLists.txt to be like the rest... (make i18n work on macOS) See merge request OpenMW/openmw!1522
2022-01-03Update extern/i18n.lua/CMakeLists.txt to be like the rest... (make i18n work ↵psi29a
on macOS)
2022-01-03Merge branch 'lua_i18n' into 'master'psi29a
Lua i18n Closes #6504 See merge request OpenMW/openmw!1520
2022-01-02Use a separate instance of Lua i18n for every contextPetr Mikheev
2021-12-30shader-based object texture blendingglassmancody.info
2021-12-30Add extern/i18n.luaPetr Mikheev
2021-12-29ShaderVisitor improvementsAnyOldName3
* Adds comments explaining the less-than-obvious aspects. * Adds comments explaining what to do when adding new stuff. * Some fixes caused by those comments not historically existing. * Add a TODO comment to something which may catch fire in the future.
2021-12-29Merge branch 'darling_violetta' into 'master'jvoisin
Replace magic numbers with enums Closes #6523 See merge request OpenMW/openmw!1512