Commit Graph

34724 Commits (20e3eeddde72026e500fe6fd42fdece599c1d53e)
 

Author SHA1 Message Date
elsid 20e3eeddde
Fix libavformat version check
2a68d945cd
added const version of a callback functions but didn't enable them. They were
guarded by a version check:

2a68d945cd/libavformat/version_major.h (L48)

So for anything LIBAVFORMAT_VERSION_MAJOR < 61 they are not enabled therefore
they are enabled for everything >= 61.0.100.

See https://github.com/elsid/openmw/actions/runs/10255993574/job/28374152796 as
example of failure when building with 60.16.100.
5 months ago
psi29a 9f2d8b6405 Merge branch 'esm4_init_on_read' into 'master'
Init potentially unread fields for HDPT record

See merge request OpenMW/openmw!4301
5 months ago
psi29a 5d57ad7e85 Merge branch 'fix-ffmpeg-latest-version' into 'master'
Support compiling with FFMpeg 5 and greater

See merge request OpenMW/openmw!4281
5 months ago
psi29a 27ea613293 Merge branch 'mac-build-compiler-flags' into 'master'
[TWEAK] Set cxx c compiler flags as cmake vars in mac build script

See merge request OpenMW/openmw!4300
5 months ago
elsid d2d7d77d86 Merge branch 'revert-77b30877' into 'master'
Revert "Merge branch 'swizzle_bop_boom_bazingle' into 'master'"

See merge request OpenMW/openmw!4303
5 months ago
elsid ec02e2ba1d Revert "Merge branch 'swizzle_bop_boom_bazingle' into 'master'"
This reverts merge request !4288
5 months ago
psi29a 77b3087766 Merge branch 'swizzle_bop_boom_bazingle' into 'master'
lua - add swizzling to vector types (#8092)

See merge request OpenMW/openmw!4288
5 months ago
psi29a a93e7b7d01 Merge branch 'built-in-CI-timestamps' into 'master'
Use built-in FF_TIMESTAMPS in CI

See merge request OpenMW/openmw!4299
5 months ago
Cody Glassman 9951fd8a1a support 0/1 constant swizzles 5 months ago
Cody Glassman 7186b8febc generate all swizzle bindings at API initialization 5 months ago
Cody Glassman 4d58d4ef85 remove unecassary switch case 5 months ago
Cody Glassman 19c0cebb27 lua - add swizzling to vector types 5 months ago
elsid d85130c4c0
Init potentially unread fields for HDPT 5 months ago
Sarah Sunday ef0a5247b3 [TWEAK] Set cxx c compiler flags as cmake vars 5 months ago
psi29a 91d37c16af Merge branch 'mac-build-dep-fix' into 'master'
Update Mac build flow for new dep version and Build RelWithDebInfo

Closes #7934

See merge request OpenMW/openmw!4255
5 months ago
psi29a 35f60cef62 Merge branch 'test_memory_limit' into 'master'
Add test to check Lua memory limit

See merge request OpenMW/openmw!4298
5 months ago
psi29a 6cc2b8de27 Merge branch 'distortion_clear' into 'master'
distortion - make sure color mask is enabled for clear to have an effect (#8082)

See merge request OpenMW/openmw!4294
5 months ago
psi29a ec6f6e2c90 Merge branch '8094-improve-advanced-settings-configuration-doc' into 'master'
Add rebalance soul gem values doc

Closes #8094

See merge request OpenMW/openmw!4292
5 months ago
psi29a 8d290dd581 Merge branch 'launcher' into 'master'
Don't check subdirectories of valid content directories (#8085)

Closes #8085

See merge request OpenMW/openmw!4279
5 months ago
Sam Hellawell 61cb5b4da6 Support compiling with ffmpeg 5 and greater 5 months ago
psi29a d45d251fae Merge branch 'master' into 'master'
fix sourcetype

See merge request OpenMW/openmw!4290
5 months ago
Jared Davenport 6946d22505 fix sourcetype 5 months ago
AnyOldName3 68800eec40 Use FF_TIMESTAMPS 5 months ago
elsid 0c0d544e38
Add test to check Lua memory limit 5 months ago
Sarah Sunday 3e8a815e57 [TWEAK] Remove extraneous osg check 5 months ago
Sarah Sunday 4cb3987df1 [TWEAK] Remove FOR_RELEASE check 5 months ago
Sarah Sunday 7d4a6c4f26 Update zip 5 months ago
psi29a 07c89c4f84 Merge branch 'integration_tests_built_in' into 'master'
Enable built-in script in the integration tests

See merge request OpenMW/openmw!4289
5 months ago
Armand Golpaygani 987262a08b Split sentences to improve wording 5 months ago
Cody Glassman 24452e2c3a distortion - make sure color mask is enabled for clear to have an effect 5 months ago
Armand Golpaygani 7c310d5fc5 Add rebalance soul gem values doc 5 months ago
Sarah Sunday e7d7ebd9d0 [TWEAK] Change to 13.6 target 5 months ago
Sarah Sunday ce11cc16af [TWEAK] Use system recast 5 months ago
Sarah Sunday 10a3b329cb [TWEAK] Use system bullet 5 months ago
Sarah Sunday 4243d79896 [CI] PR feedback about release info 5 months ago
Sarah Sunday 6ce9979172 [CI] Add note to update zip 5 months ago
Sarah Sunday 0858fa439d [CI] Tweak mac build script for new deps 5 months ago
psi29a e8fcdae99e Merge branch 'no-more-oversized-demons' into 'master'
Don't apply scale in RotateController

See merge request OpenMW/openmw!4284
5 months ago
psi29a 488a05d14c Merge branch 'lua-add-is-fleeing' into 'master'
lua - add isFleeing() to AI interface

See merge request OpenMW/openmw!4256
5 months ago
psi29a 028ac2354e Merge branch 'controller_tab_type' into 'master'
Allow shoulder buttons to work in menus when text input is active

See merge request OpenMW/openmw!4010
5 months ago
elsid 397518e3e7
Remove redundant line 5 months ago
elsid a416125cdf
Format Lua code 5 months ago
elsid f5b24efdca
Enable built-in script in the integration tests 5 months ago
Sebastian Fieber 234476bdae lua - add isFleeing() to lua AI interface 5 months ago
psi29a 54c76203a7 Merge branch 'fix_crash_catcher_print' into 'master'
Use proper order for printf arguments

See merge request OpenMW/openmw!4285
5 months ago
Dave Corley a4f1e7d918 FIX(rotatecontroller): Actually accounting for scale breaks biped creatures 5 months ago
psi29a 317aee134f Merge branch 'half_float_docs' into 'master'
Add half_float to the post processing documentation

See merge request OpenMW/openmw!4283
5 months ago
psi29a 30a844ae71 Merge branch 'how-do-you-ambulate' into 'master'
FEAT(types): Expose creature flags

See merge request OpenMW/openmw!4280
5 months ago
psi29a 765d55208f Merge branch 'axis-lock' into 'master'
Feat(CS): Add shortcuts for axis locking, submode selection, switching camera, and fix render arrows

See merge request OpenMW/openmw!3675
5 months ago
Abdu Sharif 885ab3cfc2 Make show post processing enabled as the context says 5 months ago