1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-23 02:56:36 +00:00
openmw/apps/openmw/mwlua
Bo Svensson d6613d3677
mostly reverts MWLua changes (#3170)
We just can no longer use the former ptr.getTypeName() as a fallback, but I do not suppose it matters. This value was an implementation defined string that usually contained a garbled mess.
Probably we should additionally refactor Lua types completely now that we have Ptr::getType(). I will leave this up to MWLua developers.
2021-10-11 16:56:26 +02:00
..
actions.cpp Resolve unused-lambda-capture warnings 2021-09-28 13:02:45 +02:00
actions.hpp Add mwlua/actions 2021-07-09 20:24:56 +02:00
asyncbindings.cpp Lua callbacks 2021-09-28 09:36:23 +02:00
camerabindings.cpp Move LuaState::makeReadOnly(sol::table) out of the class because it doesn't need to access LuaState internals. 2021-09-19 14:38:27 +02:00
cellbindings.cpp Add Cell Lua bindings 2021-07-09 20:48:54 +02:00
context.hpp Add lua package 'openmw.query' 2021-07-09 20:24:56 +02:00
eventqueue.cpp Add LocalScripts::LocalEngineEvent. Add OnConsume engine handler. 2021-07-09 20:48:54 +02:00
eventqueue.hpp Add LocalScripts::LocalEngineEvent. Add OnConsume engine handler. 2021-07-09 20:48:54 +02:00
globalscripts.hpp Add apps/openmw/mwlua 2021-07-09 20:03:27 +02:00
inputbindings.cpp Move LuaState::makeReadOnly(sol::table) out of the class because it doesn't need to access LuaState internals. 2021-09-19 14:38:27 +02:00
localscripts.cpp Remove Lua command "self:setDirectControl" 2021-08-03 14:36:51 +03:00
localscripts.hpp Fixes and refactoring 2021-07-09 20:48:54 +02:00
luabindings.cpp 3D transforms in Lua 2021-09-28 20:37:47 +02:00
luabindings.hpp Lua callbacks 2021-09-28 09:36:23 +02:00
luamanagerimp.cpp Lua callbacks 2021-09-28 09:36:23 +02:00
luamanagerimp.hpp Lua callbacks 2021-09-28 09:36:23 +02:00
nearbybindings.cpp Resolve unused-lambda-capture warnings 2021-09-28 13:02:45 +02:00
object.cpp mostly reverts MWLua changes (#3170) 2021-10-11 16:56:26 +02:00
object.hpp mostly reverts MWLua changes (#3170) 2021-10-11 16:56:26 +02:00
objectbindings.cpp More object bindings 2021-08-21 17:18:11 +02:00
playerscripts.hpp Lua package 'openmw.input' 2021-08-10 19:00:52 +03:00
query.cpp Fixes and refactoring 2021-07-09 20:48:54 +02:00
query.hpp Add Cell Lua bindings 2021-07-09 20:48:54 +02:00
settingsbindings.cpp Move LuaState::makeReadOnly(sol::table) out of the class because it doesn't need to access LuaState internals. 2021-09-19 14:38:27 +02:00
uibindings.cpp Move LuaState::makeReadOnly(sol::table) out of the class because it doesn't need to access LuaState internals. 2021-09-19 14:38:27 +02:00
userdataserializer.cpp Saving/loading for Lua scripts (saves format is changed) 2021-07-09 20:24:56 +02:00
userdataserializer.hpp Saving/loading for Lua scripts (saves format is changed) 2021-07-09 20:24:56 +02:00
worldview.cpp Add Cell Lua bindings 2021-07-09 20:48:54 +02:00
worldview.hpp Add Cell Lua bindings 2021-07-09 20:48:54 +02:00