1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-02-03 21:08:40 +00:00
openmw/components/lua
Andrzej Głuszak c4b28a39c3 Lua: Return nil instead of empty strings for optional RefId fields
Implement sol_lua_push for ESM::RefId to automatically convert empty
RefIds to nil in Lua. This fixes cell.region and cell.worldSpaceId
returning empty strings, and applies the same pattern consistently
across all Lua bindings.

Removes LuaUtil::serializeRefId as it's no longer needed.

Fixes #8718
2025-11-02 05:08:25 +03:00
..
shapes
asyncpackage.cpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
asyncpackage.hpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
configuration.cpp Check length before dereferencing 2025-08-26 18:08:38 +02:00
configuration.hpp
inputactions.cpp Address feedback 2025-08-25 16:46:04 +02:00
inputactions.hpp
l10n.cpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
l10n.hpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
luastate.cpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
luastate.hpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
luastateptr.hpp
scriptscontainer.cpp Turn menu.saveGame into a delayed action 2025-09-20 10:39:43 +00:00
scriptscontainer.hpp Turn menu.saveGame into a delayed action 2025-09-20 10:39:43 +00:00
scripttracker.cpp
scripttracker.hpp
serialization.cpp
serialization.hpp
storage.cpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
storage.hpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
utf8.cpp Merge branch 'formatcomponents' into 'master' 2025-08-31 17:59:35 +00:00
utf8.hpp
util.hpp Lua: Return nil instead of empty strings for optional RefId fields 2025-11-02 05:08:25 +03:00
util.lua pressing enter for newline 2025-07-08 05:02:53 +08:00
utilpackage.cpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
utilpackage.hpp Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
yamlloader.cpp Replace StringUtils::format in components/lua 2025-08-24 14:28:17 +02:00
yamlloader.hpp