psi29a
|
71e4e5ceec
|
Merge branch 'lua_activate' into 'master'
[Lua] Fix the bug that object:activate() doesn't trigger mwscripts
See merge request OpenMW/openmw!1834
|
2022-05-08 08:30:50 +00:00 |
|
Petr Mikheev
|
2d1d7e644c
|
[Lua] Fix the bug the object:activate() doesn't trigger mwscripts
|
2022-05-06 23:46:36 +02:00 |
|
Petr Mikheev
|
70c7f1880d
|
[Lua] pairs and ipairs for ObjectList (resolves #6732)
|
2022-05-06 23:11:47 +02:00 |
|
Petr Mikheev
|
a65f8ebbc6
|
Reorganize delayed Lua actions
|
2022-04-11 22:19:51 +02:00 |
|
Petr Mikheev
|
fa115418eb
|
[Lua] Remove queries
|
2022-03-15 23:35:36 +01:00 |
|
Petr Mikheev
|
43bed7f0d2
|
[Lua] Split obj.inventory into Actor.inventory(obj) and Container.content(obj)
|
2022-03-15 23:35:36 +01:00 |
|
Petr Mikheev
|
d251c4e2a1
|
[Lua] Change behavior of obj.type
|
2022-03-15 23:35:36 +01:00 |
|
Petr Mikheev
|
af93ebf433
|
[Lua] Move class-specific functions to openmw.types
|
2022-03-15 19:23:26 +01:00 |
|
Petr Mikheev
|
a294adcdaf
|
Proper support of pairs and ipairs in Lua; fix bug in makeReadOnly .
|
2022-02-06 22:10:20 +00:00 |
|
Petr Mikheev
|
6e4f628866
|
Replace inventory:get<Type>() with inventory:getAll(<Type>)
|
2022-02-03 02:05:49 +01:00 |
|
Petr Mikheev
|
47c37e5849
|
Lua command object:activateBy(actor) and handler onActivate
|
2022-02-01 23:42:56 +00:00 |
|
Petr Mikheev
|
c7d6620c35
|
Add error checking in MWLua::Action
|
2021-11-15 01:17:53 +01:00 |
|
Petr Mikheev
|
9adc190209
|
Redesign LuaUtil::ScriptsContainer to work with ScriptsConfiguration
|
2021-10-26 21:32:48 +02:00 |
|
Petr Mikheev
|
6aab246879
|
Add ESM records that are needed to store Lua scripts configuration;
Use ptr.getType() (i.e. esm record names) instead of typeid(ptr.getClass()) in apps/openmw/mwlua.
|
2021-10-26 21:32:02 +02:00 |
|
Petr Mikheev
|
3771e523f1
|
More object bindings
|
2021-08-21 17:18:11 +02:00 |
|
Petr Mikheev
|
702eb19271
|
Fixes and refactoring
|
2021-07-09 20:48:54 +02:00 |
|
Petr Mikheev
|
c463f52390
|
Add Cell Lua bindings
|
2021-07-09 20:48:54 +02:00 |
|
Petr Mikheev
|
9d09ecf8ca
|
Add mwlua/actions
|
2021-07-09 20:24:56 +02:00 |
|
Petr Mikheev
|
f5722f9ba0
|
Inventory bindings
|
2021-07-09 20:24:56 +02:00 |
|
Petr Mikheev
|
bdccf161c4
|
Add lua package 'openmw.query'
|
2021-07-09 20:24:56 +02:00 |
|
Petr Mikheev
|
32218f6dd5
|
More Lua bindings
|
2021-07-09 20:24:56 +02:00 |
|
Petr Mikheev
|
3d7e306064
|
Add apps/openmw/mwlua
|
2021-07-09 20:03:27 +02:00 |
|