1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-17 19:20:49 +00:00

Add the AiWander Lua API MR to changelog, fix Lua docs typo

This commit is contained in:
Hristos N. Triantafillou 2024-07-23 18:26:05 -05:00
parent 5d3aa62e56
commit fe18c279ac
No known key found for this signature in database
GPG Key ID: 5FC7664AD47AA1C5
2 changed files with 2 additions and 1 deletions

View File

@ -245,6 +245,7 @@
Feature #7860: Lua: Expose NPC AI settings (fight, alarm, flee)
Feature #7875: Disable MyGUI windows snapping
Feature #7914: Do not allow to move GUI windows out of screen
Feature #7916: Expose all AiWander options to Lua, extend other packages as well
Feature #7923: Don't show non-existent higher ranks for factions with fewer than 9 ranks
Feature #7932: Support two-channel normal maps
Feature #7936: Scalable icons in Qt applications

View File

@ -172,7 +172,7 @@ return {
-- local oldSkillGain = params.skillGain
-- params.skillGain = oldSkillGain * visibility
-- end
-- end
-- end)
--
interface = {
--- Interface version