1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 06:53:53 +00:00
openmw/components/lua
2022-04-14 01:00:02 +02:00
..
configuration.cpp Cast to the unsigned char expected by cctype functions 2021-11-14 11:26:18 +01:00
configuration.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
l10n.cpp Lua i18n updates 2022-04-10 07:57:02 +00:00
l10n.hpp Lua i18n updates 2022-04-10 07:57:02 +00:00
luastate.cpp Fix getmetatable, fix pairsForReadonly, add util.loadCode, _G 2022-04-14 01:00:02 +02:00
luastate.hpp Use a separate instance of Lua i18n for every context 2022-01-02 09:58:51 +01:00
scriptscontainer.cpp Proper support of pairs and ipairs in Lua; fix bug in makeReadOnly. 2022-02-06 22:10:20 +00:00
scriptscontainer.hpp Pass unhandled Lua UI events to the parent 2022-03-14 19:07:23 +00:00
serialization.cpp Lua bindings for Colours 2022-01-17 22:35:06 +00:00
serialization.hpp A few small fixes + expose makeReadOnly to Lua + an option to apply makeReadOnly during deserialize 2021-12-15 02:38:54 +01:00
storage.cpp Fix heap use after free in components/lua/storage.cpp 2022-01-23 22:37:04 +01:00
storage.hpp Fix heap use after free in components/lua/storage.cpp 2022-01-23 22:37:04 +01:00
utilpackage.cpp Fix getmetatable, fix pairsForReadonly, add util.loadCode, _G 2022-04-14 01:00:02 +02:00
utilpackage.hpp Lua bindings for Colours 2022-01-17 22:35:06 +00:00