Commit Graph

31070 Commits (simplify_debugging)
 

Author SHA1 Message Date
Bret Curtis 4578e4e6e1 oh tidy yourself 12 months ago
Bret Curtis 97fe5cab85 make sure unistd.h is only included if not windows 12 months ago
Bret Curtis d0077fba25 clang format run 1 12 months ago
Bret Curtis 31e90fb478 replace use of boost::iostreams::sink and tee 12 months ago
psi29a 05555947c3 Merge branch 'specialdedup' into 'master'
Deduplicate specialization code

See merge request OpenMW/openmw!3063
12 months ago
psi29a 6af3ddfb56 Merge branch 'another_assert' into 'master'
Replace another assert with a throw

See merge request OpenMW/openmw!3064
12 months ago
jvoisin 44a65512e8 Replace another assert with a throw 12 months ago
Evil Eye 877f6747be Deduplicate specialization code 12 months ago
jvoisin 2ab5b8e7b0 Merge branch 'cs_log' into 'master'
Make editor failure to load content files more detailed

See merge request OpenMW/openmw!3062
12 months ago
elsid dc8dfe81ce
Add more details to exceptions 12 months ago
elsid d852ac20f5
Log loading content file 12 months ago
psi29a fec74b7c41 Merge branch 'activeeffect-signature-fix' into 'master'
Fix signature of MWMechanics::MagicEffects::get

See merge request OpenMW/openmw!3061
12 months ago
Mads Buvik Sandvei 85a30c9ad0 Fix signature of MWMechanics::MagicEffects::get. Fix a mistake in the docs. 12 months ago
jvoisin 03ff03005d Merge branch 'missing_include' into 'master'
missing include in attr.cpp

See merge request OpenMW/openmw!3060
12 months ago
Pierre Mossler e6838cddc7 missing include in attr.cpp 12 months ago
psi29a c667d414d8 Merge branch '7275-follow-up-from-formatting-and-coverage-related-cmake-files-fixes-add-cmake-and-cmakelists-txt' into 'master'
Resolve "Follow-up from "Formatting and coverage related CMake files fixes" - add .cmake and CMakeLists.txt to .editorconfig"

Closes #7275

See merge request OpenMW/openmw!2827
12 months ago
Petr Mikheev 4ed283bb15 Merge branch 'create_record_types' into 'master'
Allow creating Activator, Armor, Clothing, Misc, Weapon records via lua

See merge request OpenMW/openmw!2944
12 months ago
Zackhasacat ef004e5eba Allow creating Activator, Armor, Clothing, Misc, Weapon records via lua 12 months ago
psi29a d3ed04c551 Merge branch 'lua-activeeffects' into 'master'
Lua: Actor api for active effects and active spells

See merge request OpenMW/openmw!3036
12 months ago
AnyOldName3 38823cb983 Merge branch 'ci_integration_tests_asan' into 'master'
Add CI job to run integration tests with AddressSanitizer

See merge request OpenMW/openmw!3056
12 months ago
Petr Mikheev e74161ea8e Merge branch 'slashrslashmarijuanaenthusiasts' into 'master'
Improve Skyrim tree loading (limited)

See merge request OpenMW/openmw!3054
12 months ago
jvoisin 218dd3c141 Merge branch 'fix_gcc_build' into 'master'
Add missing include

See merge request OpenMW/openmw!3058
12 months ago
elsid 89eccab7f1
Add missing include
In file included from /home/elsid/dev/openmw/apps/openmw_test_suite/settings/testvalues.cpp:1:
/home/elsid/dev/openmw/components/misc/strings/conversion.hpp: In function ‘std::string Misc::StringUtils::toHex(std::string_view)’:
/home/elsid/dev/openmw/components/misc/strings/conversion.hpp:139:87: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
  139 |             const std::ptrdiff_t space = static_cast<std::ptrdiff_t>(static_cast<std::uint8_t>(v) <= 0xf);
      |                                                                                       ^~~~~~~
      |                                                                                       wint_t
/home/elsid/dev/openmw/components/misc/strings/conversion.hpp:140:97: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
  140 |             const auto [ptr, ec] = std::to_chars(out + space, out + space + 2, static_cast<std::uint8_t>(v), 16);
      |                                                                                                 ^~~~~~~
      |                                                                                                 wint_t
12 months ago
Mads Buvik Sandvei 40170d8953 is_automagical false line for ActorStore 12 months ago
elsid 7a20af6d9d Merge branch 'asanstats' into 'master'
Fix invalid memory usage in stats tooltip

See merge request OpenMW/openmw!3057
12 months ago
Evil Eye 17c8e63d3a Fix invalid memory usage in stats tooltip 12 months ago
Mads Buvik Sandvei 97ea626ba2 Clang'd 12 months ago
Mads Buvik Sandvei 4f88988131 Moved check for actor/non-actor to ActorStore constructor. Refactor ActorSpells type to be an ActorStore type. 12 months ago
Mads Buvik Sandvei 410e8b100a Elsid comments 12 months ago
Mads Buvik Sandvei b5aefc872b Document the optional attribute/skill parameter of getEffect. 12 months ago
Mads Buvik Sandvei 5a8c6df633 clang'd 12 months ago
Mads Buvik Sandvei 5f6bd5466f #number -> #string in documentation 12 months ago
Mads Buvik Sandvei 4bf23f152b Revert use of string_view to std::string for effectIdTo* methods. 12 months ago
Mads Buvik Sandvei 6cfc06d7d8 There is no typo 12 months ago
Mads Buvik Sandvei 9a59330561 refactor effect names in loadmgef. Added a map from effect index to non-gmst effect name for use in lua scripts. 12 months ago
Mads Buvik Sandvei 151521bb68 Unused function 12 months ago
Mads Buvik Sandvei 8ac7b04770 ActiveEffects / ActiveSpells documentation 12 months ago
Mads Buvik Sandvei c03c3c40d5 documentation of MagicEffectId enum 12 months ago
Mads Buvik Sandvei b791ce9132 Remove redundant qualifiers 12 months ago
Mads Buvik Sandvei 448658ce5b Check class validity before using it. 12 months ago
Mads Buvik Sandvei 87250bfabf clang warnings/errors 12 months ago
Mads Buvik Sandvei 7ba43c9426 actor.ActiveEffects and actor.ActiveSpells 12 months ago
elsid 6521cb4d7c
Add CI job to run integration tests with AddressSanitizer 12 months ago
psi29a 55b2ce4a09 Merge branch 'fix_macos_build' into 'master'
Add missing include

See merge request OpenMW/openmw!3055
12 months ago
elsid 2f18da08d7
Add missing include 12 months ago
psi29a 01705485b8 Merge branch 'grow_limit' into 'master'
[Needs testing] Migrate Grow Limit editor feature to a more modern code

See merge request OpenMW/openmw!2637
12 months ago
psi29a 87b15c22f3 Merge branch 'fixcolladaregression' into 'master'
Fix regression with Collada-animated creatures

See merge request OpenMW/openmw!2882
12 months ago
Nelsson Huotari 4abd47f430 Fix regression with Collada-animated creatures 12 months ago
psi29a 2545185d52 Merge branch 'cs_show_magic_effect_name' into 'master'
Show magic effect name instead of IndexRefId (#7366)

Closes #7366

See merge request OpenMW/openmw!3049
12 months ago
psi29a 30305d7bea Merge branch 'topicloop' into 'master'
Detect service refusal in constant time

See merge request OpenMW/openmw!3053
12 months ago