Commit Graph

27859 Commits (db84d9e6490ccf01d6a32106255c91611490397f)
 

Author SHA1 Message Date
Bret Curtis 32fd6f297a static_cast bitwise operation between different enumeration types 3 years ago
Bret Curtis 6601274992 constify weakcache overloaded operators 3 years ago
Bret Curtis 1927b1c6d9 use static cast to handle: deprecated between enumerations of different types 3 years ago
Bret Curtis ad11cc8d8a reinstall fontconfig as needed; const an imbigious == operator 3 years ago
Bret Curtis 4b742dd461 explicit capture for lamda 3 years ago
psi29a 3558196098 Merge branch 'Newer-Bsa-formats-no-longer-load' into 'master'
#6651 Newer bsa formats no longer load

Closes #6651

See merge request OpenMW/openmw!1703
3 years ago
psi29a a59ee1ec50 Merge branch 'absorb_self' into 'master'
Prevent write to empty vector element

Closes #6655

See merge request OpenMW/openmw!1704
3 years ago
Evil Eye 25feea9b16 Prevent write to empty vector element 3 years ago
psi29a ceae2d664d Merge branch 'refactor/stdlist' into 'master'
Use std::vector instead of std::list for some functions

See merge request OpenMW/openmw!1699
3 years ago
Cédric Mocquillon ff7ad93bac Avoid missusing of CompressedBSAFile with private inheritance 3 years ago
Petr Mikheev c2da4a5d49 Merge branch 'fix_messagebox_layer' into 'master'
Update hardcoded layers (hotfix for https://gitlab.com/OpenMW/openmw/-/merge_requests/1681)

See merge request OpenMW/openmw!1701
3 years ago
uramer 6845d681f2 Update hardcoded layers (hotfix for https://gitlab.com/OpenMW/openmw/-/merge_requests/1681) 3 years ago
psi29a 2d4e9b38ae Merge branch 'lua_ui_image' into 'master'
Document the Lua Image widget, add UI texture resources

See merge request OpenMW/openmw!1637
3 years ago
uramer 67879bac55 MR feedack 3 years ago
Petr Mikheev 6afafbbe30 Merge branch 'refactor_layers' into 'master'
Refactor UI layers

See merge request OpenMW/openmw!1681
3 years ago
uramer 21a363d96f Refactor UI layers 3 years ago
Cédric Mocquillon fe13fa850e Fix bug on memorystream 3 years ago
jvoisin f8c57770c5 Merge branch 'strv_esmtool' into 'master'
Use toStringView in esmtool instead of toString

See merge request OpenMW/openmw!1700
3 years ago
uramer a7bb87d8a1 Use StringUtils::format 3 years ago
uramer e7474490a1 Document using ui.texture to create atlases 3 years ago
uramer 94cc090f73 PR feedack for documentation 3 years ago
uramer e7ed709e5e Fix Lua TextEdit skin 3 years ago
uramer fc50724f5c Render text and images correctly in templates with slots 3 years ago
uramer e092ee2624 Document the Lua Image widget, add UI texture resources 3 years ago
jvoisin 7f3058d501 Use toStringView in esmtool instead of toString 3 years ago
ζeh Matt eca405e5c7
Use std::vector instead of std::list 3 years ago
psi29a 58e794414a Merge branch 'c++20_fixes' into 'master'
Support compilation with c++20

See merge request OpenMW/openmw!1698
3 years ago
elsid 42d6032c8b
Support compilation with c++20 3 years ago
psi29a 7e4e78b1a7 Merge branch 'engarde' into 'master'
Always reduce weapon condition by the raw damage (bug #6559)

Closes #6559

See merge request OpenMW/openmw!1694
3 years ago
psi29a 9ca0c7144c Merge branch 'minor_docs_fixes' into 'master'
Minor docs fixes

See merge request OpenMW/openmw!1697
3 years ago
psi29a 3e37d37504 Merge branch 'fix_esm3_levelled_list_init' into 'master'
Fix coverity issue about uninitialized members of LevelledListBase

See merge request OpenMW/openmw!1696
3 years ago
uramer 62aac3cc77 Fix Lua Camera module declaration 3 years ago
uramer 4a0b784699 Use reasonable Luadoc comment headers 3 years ago
uramer c0f095a462 Fix typos 3 years ago
elsid 3c66a927d8
Fix coverity issue about uninitialized members of LevelledListBase
* Remove explicit constructor.
* Use static constexpr where possible.
* Use CRTP to get RecName.
3 years ago
Alexei Dobrohotov fdd9e6a793 Always reduce weapon condition by the raw damage (bug #6559) 3 years ago
psi29a 34be9329eb Merge branch 'ascivilaspossible' into 'master'
Increase the base actor angular velocity to 900°/sec (#5192)

Closes #5192

See merge request OpenMW/openmw!1690
3 years ago
psi29a 15613c5af1 Merge branch 'osg_stats_regexp' into 'master'
Support regexp_match for hist_threshold and hist

See merge request OpenMW/openmw!1692
3 years ago
psi29a dd281e1e93 Merge branch 'fix_collision_boxes' into 'master'
Fix #6616: Fix incorrect collision box calculations

Closes #6616

See merge request OpenMW/openmw!1687
3 years ago
psi29a bb2a7d7996 Merge branch 'coverage' into 'master'
Provide unit tests and coverage reports from CI

See merge request OpenMW/openmw!1675
3 years ago
Alexei Kotov 38a0659b7f Merge branch 'weak_ptr' into 'master'
Store std::weak_ptr into mUpdateAabb.

See merge request OpenMW/openmw!1578
3 years ago
Alexei Kotov 4a3d7a1ff7 Merge branch 'esm3_ai_package' into 'master'
Use unique_ptr to manage AiPackage lifetime

See merge request OpenMW/openmw!1691
3 years ago
Alexei Kotov 087084abdc Merge branch 'projectilefix' into 'master'
Fix for projectile movement simulation (#6526 and probably #6434)

See merge request OpenMW/openmw!1518
3 years ago
elsid 5f71afa274
Fix matlab deprecation warning
scripts/osg_stats.py:163: MatplotlibDeprecationWarning:
The set_window_title function was deprecated in Matplotlib 3.4 and will be removed two minor releases later. Use manager.set_window_title or GUI-specific methods instead.
  fig.canvas.set_window_title('timeseries')
3 years ago
elsid b6bddbfae2
Support regexp_match for hist_threshold and hist 3 years ago
elsid 595c2e0a8e
Use unique_ptr to manage AiPackage lifetime 3 years ago
Alexei Dobrohotov 1a15ad216d Increase the base angular velocity to 900°/sec (#5192) 3 years ago
psi29a 09b1aca9bd Merge branch 'fix_esm4_init_coverity_issues' into 'master'
Remove used-defined constructors from ESM4 types

See merge request OpenMW/openmw!1688
3 years ago
elsid f516e34688
Remove used-defined constructors from ESM4 types
To avoid explicit initialization. It should happen in the load functions anyway.

* Move all non-zero initializations to corresponding class definition.
* Replace std::vector by std::array when it has constant size.
3 years ago
Abdu Sharif de3092f014 Revert "Merge branch 'offset_the_deads' into 'master'"
This reverts commit 7dd02076f5
3 years ago