1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:59:54 +00:00
openmw/components/lua
psi29a 456ac2a85b Merge branch 'were_engineers_not_salt_miners' into 'master'
FEAT: Lua Engine Handler for MWScript `startscript` functionality

See merge request OpenMW/openmw!4178
2024-06-24 07:09:24 +00:00
..
shapes Expose game object's bounding box in lua api 2023-05-18 11:10:10 -07:00
asyncpackage.cpp Move local variables 2024-02-23 17:10:55 +04:00
asyncpackage.hpp Simplify and fix the storage subscribe test 2024-02-13 00:56:14 +01:00
configuration.cpp Draft: add new type of Lua scripts - menu scripts 2023-10-31 10:29:24 +01:00
configuration.hpp Draft: add new type of Lua scripts - menu scripts 2023-10-31 10:29:24 +01:00
inputactions.cpp Coverity defects 2024-01-02 13:54:02 +01:00
inputactions.hpp Coverity defects 2024-01-02 13:54:02 +01:00
l10n.cpp Use LuaUtil::cast for casting sol::object to prevent crashing on type mismatch in Lua scripts. 2023-04-25 22:11:04 +02:00
l10n.hpp Update Lua profiler; add ability to run OpenMW with old LuaJit that doesn't allow custom allocator (Lua profiler will be disabled in this case) 2022-12-03 16:58:03 +01:00
luastate.cpp Fix loadVFS error handling 2024-02-14 09:49:32 +01:00
luastate.hpp Don't assume execution of an internal Lua script can't fail 2024-06-22 11:26:32 +02:00
scriptscontainer.cpp Fixes for a whole bunch of warnings 2024-03-14 23:39:33 +00:00
scriptscontainer.hpp FEAT: Lua Engine Handler for MWScript startscript functionality 2024-06-24 07:09:23 +00:00
serialization.cpp Use LuaUtil::cast for casting sol::object to prevent crashing on type mismatch in Lua scripts. 2023-04-25 22:11:04 +02:00
serialization.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
storage.cpp Handle zero length Lua storage files more gracefully (#7823) 2024-03-24 20:05:37 +03:00
storage.hpp Add a storage mode to drop section on game exit 2024-02-27 23:26:22 +04:00
utf8.cpp test utf8 2024-06-10 18:15:07 +08:00
utf8.hpp utf8.char 2023-08-13 23:37:31 +08:00
util.hpp Move Lua index helpers to components and make owner.factiooRank match other ranks 2024-06-18 21:32:16 +02:00
utilpackage.cpp Move Lua index helpers to components and make owner.factiooRank match other ranks 2024-06-18 21:32:16 +02:00
utilpackage.hpp Lua: change obj.rotation from Euler angles to Quaternion 2023-06-12 00:16:42 +02:00
yamlloader.cpp Do not use an inner namespace 2024-03-17 18:15:23 +04:00
yamlloader.hpp Do not use an inner namespace 2024-03-17 18:15:23 +04:00