Commit Graph

151 Commits (e1665f39450dd9b70fa67a47bd3b26f4d9bdb9e9)

Author SHA1 Message Date
Evil Eye 5534aeb30e Only set use when holding a weapon 2 months ago
uramer ad1c2a0e9f Fix table-valued settings 2 months ago
Calandiel Elende 9248e37156 add OFFENSE_TYPE and commitCrime to lua 2 months ago
Evil Eye 82cd151b4c Start combat music for fleeing actors that haven't drawn a weapon 4 months ago
psi29a 527fa053c5 Merge branch 'actions_patchup' into 'master'
Lua Actions patchup

See merge request OpenMW/openmw!4311
5 months ago
Mads Buvik Sandvei 7f0f2373ea Use sol::optional for optional table instead of function overloading. 5 months ago
Mads Buvik Sandvei 09f6daf155 Rewrite addvfx and spawnvfx to take a model path instead of a static. Mode vfx from core to world. Add event handlers for AddVfx and SpawnVfx. 5 months ago
uramer 2df8c13525 Lua triggers to cover remaining deprecated actions 5 months ago
psi29a 488a05d14c Merge branch 'lua-add-is-fleeing' into 'master'
lua - add isFleeing() to AI interface

See merge request OpenMW/openmw!4256
5 months ago
Sebastian Fieber 234476bdae lua - add isFleeing() to lua AI interface 5 months ago
Hristos N. Triantafillou fe18c279ac
Add the AiWander Lua API MR to changelog, fix Lua docs typo 5 months ago
Kindi 576850279b add missing package to lua console 6 months ago
psi29a bfcdc16ca5 Merge branch 'move360-fix-no-zoom' into 'master'
Add Camera.isZoomEnabled check to move360 zooming

Closes #8064

See merge request OpenMW/openmw!4247
6 months ago
psi29a a0e3b2ce85 Merge branch 'cleanup_logs' into 'master'
Clean up a debug log

See merge request OpenMW/openmw!4246
6 months ago
trav 0d14464fdf Merge branch openmw:master into move360-fix-no-zoom 6 months ago
trav5 d4e6dd9f8c Add Camera.isZoomEnabled check to move360 zooming
Early return in the processZoom3rdPerson function at move360.lua
extended with a check for disabled zoom in the Camera interface.

This fixes #8064 - prevents from switching between 1st and 3rd person
camera by pressing zoom in/out inputs when zooming is disabled.
6 months ago
uramer dbbcbaa4c5 Clean up a debug log 6 months ago
Evil Eye 0342a299cc Require Pursue packages to target a player 6 months ago
Evil Eye 91bcd0a556 Add a showInDialogue parameter to ui.showMessage and use it for level up messages 6 months ago
Alexei Kotov 950d65a382 Merge branch 'rollback_music_interface' into 'master'
Rollback a Muisc interface

See merge request OpenMW/openmw!4129
7 months ago
Andrei Kortunov aa07dc0312 Rollback a Muisc interface 7 months ago
Alexei Kotov 462818c304 Make paralysis cancel camera mode changes (#7997) 7 months ago
Andrei Kortunov 5a1ec8ce87 Implement Lua-based music 8 months ago
Zackhasacat 921ee8ffe6 Merge branch 'master' of gitlab.com:openmw/openmw into doc_has_more_probls 8 months ago
Hristos N. Triantafillou 686fdb057d
Idle is optional and could be nil 8 months ago
Zackhasacat d150a6611d Minor doc changes 8 months ago
Hristos N. Triantafillou 63a27bbf99 Expose Wander option values to the Lua API (#7916) 8 months ago
psi29a 3980bb15cc Merge branch 'lua_controller_cursor' into 'master'
Add lua bindings for controller cursor mode

See merge request OpenMW/openmw!3623
8 months ago
psi29a 9db56c8bc4 Merge branch 'usedontactivate' into 'master'
Disallow Lua activation of inventory objects

See merge request OpenMW/openmw!4009
9 months ago
Zackhasacat a51b6c7392 Remove menu select 9 months ago
Zackhasacat a29be8909d Add bindings to select the next menu element 9 months ago
Zackhasacat 6491bb4910 Merge branch 'master' of gitlab.com:openmw/openmw into lua_controller_cursor 9 months ago
Evil Eye d68d20eb1a Disallow Lua activation of inventory objects 9 months ago
trav5 b0008d22e6 Attempt to fix openmw issue #7906
l10n name is taken not from the ActionInfo/TriggerInfo's 'key' param,
but from the 'l10n' param when making the inputBinding setting renderer
9 months ago
psi29a d746918563 Merge branch 'yaml_parse' into 'master'
Load YAML files via Lua

Closes #7590

See merge request OpenMW/openmw!3924
10 months ago
Andrei Kortunov 715efe892f Load YAML files via Lua (feature 7590) 10 months ago
psi29a b5b6744321 Merge branch 'hotfix_ui_update' into 'master'
Fix Lua UI updates

See merge request OpenMW/openmw!3936
10 months ago
psi29a 0557a649ce Merge branch 'skill-used-rework' into 'master'
Rewrite SkillProgression.skillUsed to allow directly adding xp

See merge request OpenMW/openmw!3927
10 months ago
uramer eba4ae94b0 Fix re-rendering of settings on value changes 10 months ago
Mads Buvik Sandvei 57d7f5977c Bump interface version 10 months ago
Mads Buvik Sandvei 7cb316f3c9 Docu fix 10 months ago
uramer a11e553de4 Optimize setting group rendering by rendering them as separate elements, support element-rendered setting renderers 10 months ago
uramer 7a5493796f Update setting page elements when possible 10 months ago
Mads Buvik Sandvei 312f6c90e0 Rewrite SkillProgression.skillUsed to allow directly adding xp instead of going via useType. 10 months ago
psi29a 03d5872a55 Merge branch 'drop_on_exit' into 'master'
Add a storage mode to drop section on game exit

See merge request OpenMW/openmw!3905
10 months ago
Andrei Kortunov 2a4f12b96e Use a new life time API 10 months ago
Mads Buvik Sandvei c82c111ee1 Use correct index for Athletics_SwimOneSecond 10 months ago
psi29a a6c9e63520 Merge branch 'nojumpallowed' into 'master'
Reduce false-positive jumping events (#7833)

Closes #7833

See merge request OpenMW/openmw!3869
10 months ago
uramer d7bd50e45f Only set controls.jump to true for one frame when jumping 11 months ago
Zackhasacat d73c1c8590 Merge branch 'master' of gitlab.com:openmw/openmw into lua_controller_cursor 11 months ago