1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-31 06:06:39 +00:00
openmw/apps
elsid 1a39ef07c8
Fix build with Lua 5.4.6
/home/elsid/dev/openmw/apps/openmw/mwlua/luamanagerimp.cpp: In member function ‘void MWLua::LuaManager::update()’:
/home/elsid/dev/openmw/apps/openmw/mwlua/luamanagerimp.cpp:127:19: error: use of deleted function ‘Settings::SettingValue<T>::SettingValue(const Settings::SettingValue<T>&) [with T = int]’
  127 |             lua_gc(mLua.sol(), LUA_GCSTEP, Settings::lua().mGcStepsPerFrame);
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/elsid/dev/openmw/components/settings/categories/camera.hpp:5,
                 from /home/elsid/dev/openmw/components/settings/values.hpp:4,
                 from /home/elsid/dev/openmw/apps/openmw/mwlua/luamanagerimp.cpp:16:
/home/elsid/dev/openmw/components/settings/settingvalue.hpp:355:9: note: declared here
  355 |         SettingValue(const SettingValue& other) = delete;
      |         ^~~~~~~~~~~~
2023-12-08 00:46:15 +01:00
..
benchmarks Use concepts for some argument types 2023-11-16 22:22:46 +01:00
bsatool bsatool: Support extracting files with forward slash paths 2023-11-27 03:09:38 +03:00
bulletobjecttool Avoid redundant copies 2023-12-06 23:45:25 +04:00
esmtool Avoid redundant copies 2023-12-06 23:45:25 +04:00
essimporter Avoid redundant copies 2023-12-06 23:45:25 +04:00
launcher Merge branch 'highlight_color' into 'master' 2023-12-03 20:29:25 +00:00
mwiniimporter Simplify strings construction 2023-08-02 17:59:40 +04:00
navmeshtool Avoid redundant copies 2023-12-06 23:45:25 +04:00
niftest Make niftest exceptions more informative 2023-11-30 22:35:46 +03:00
opencs Avoid redundant copies 2023-12-06 23:45:25 +04:00
opencs_tests Add missing array include 2023-07-29 00:29:03 +02:00
openmw Fix build with Lua 5.4.6 2023-12-08 00:46:15 +01:00
openmw_test_suite Drop support for save game format 0 (pre 0.37) 2023-12-01 16:37:29 +01:00
wizard Do not include formatting spaces to localizable strings 2023-11-30 13:06:50 +04:00
doc.hpp