1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-03 13:34:30 +00:00
openmw/apps/openmw/mwlua
elsid e910dd7a25
Rename CellRef::getRefIdPtr -> getRefIdRef and return reference
Return value can't be nullptr. Pointer complicates the code because has to be
dereferenced.

Also move function definition to hpp to make it easier for compiler to optimize
calls.
2021-09-06 22:52:08 +02:00
..
actions.cpp Rename CellRef::getRefIdPtr -> getRefIdRef and return reference 2021-09-06 22:52:08 +02:00
actions.hpp Add mwlua/actions 2021-07-09 20:24:56 +02:00
asyncbindings.cpp Fixes and refactoring 2021-07-09 20:48:54 +02:00
camerabindings.cpp More Lua bindings 2021-07-09 20:24:56 +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 Lua package 'openmw.input' 2021-08-10 19:00:52 +03: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 More object bindings 2021-08-21 17:18:11 +02:00
luabindings.hpp Lua package 'openmw.input' 2021-08-10 19:00:52 +03:00
luamanagerimp.cpp Rename CellRef::getRefIdPtr -> getRefIdRef and return reference 2021-09-06 22:52:08 +02:00
luamanagerimp.hpp Lua package 'openmw.input' 2021-08-10 19:00:52 +03:00
object.cpp Rename CellRef::getRefIdPtr -> getRefIdRef and return reference 2021-09-06 22:52:08 +02:00
object.hpp Refactoring and minor fixes related to active/inactive object state 2021-07-09 20:48:54 +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 Add Lua package 'openmw.settings' 2021-07-27 20:06:04 +02:00
uibindings.cpp More Lua bindings 2021-07-09 20:24:56 +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