mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 21:06:41 +00:00
Merge branch 'remember-remember-the-point-of-my-mr-and-fix-a-typo' into 'master'
Add the AiWander Lua API MR to changelog, fix Lua docs typo See merge request OpenMW/openmw!4275
This commit is contained in:
commit
11c21c28bf
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -172,7 +172,7 @@ return {
|
|||
-- local oldSkillGain = params.skillGain
|
||||
-- params.skillGain = oldSkillGain * visibility
|
||||
-- end
|
||||
-- end
|
||||
-- end)
|
||||
--
|
||||
interface = {
|
||||
--- Interface version
|
||||
|
|
Loading…
Reference in a new issue