Commit Graph

2636 Commits (d6f3d34f2f75078d8b897a89484dc5fcbc1ea546)

Author SHA1 Message Date
elsid a1438f65fe
Set proper max tiles on initializing navmesh settings 9 months ago
Arnaud Dochain b34dac1a27 Launcher and Wizard french localisation 9 months ago
psi29a 8037a6e765 Merge branch 'portable-launcher' into 'master'
Portable Launcher (plus a whole slew of bugs fixes for problems I found that I suspect aren't on the tracker)

Closes #6846

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

See merge request OpenMW/openmw!4009
9 months ago
psi29a 3942d7fb7e Merge branch 'lua_crime_bounty' into 'master'
Lua: Add setCrimeLevel to types.Player

See merge request OpenMW/openmw!4008
9 months ago
AnyOldName3 a179e9c001 The rest of the merge conflict
I didn't notice it as GitLab didn't highlight the diff properly.
9 months ago
AnyOldName3 0d547c5438 Resolve merge conflicts from https://gitlab.com/OpenMW/openmw/-/merge_requests/3893 9 months ago
psi29a c29816f67e Merge branch 'sv-translatation-2024-04-04' into 'master'
Update Swedish translations

See merge request OpenMW/openmw!4004
9 months ago
Joakim Berg c485726046 Update Swedish translations 9 months ago
Andrei Kortunov e8c3c8115a Capitalize captions in Launcher and Wizard 9 months ago
Andrei Kortunov edb9da5a67 Capitalize in-game setting 9 months ago
AnyOldName3 810e2c44a6 Merge conflict resolution part II 9 months ago
AnyOldName3 f8224b29d4 Resolve merge conflicts
These were caused by https://gitlab.com/OpenMW/openmw/-/merge_requests/4005

I've had to cherry-pick parts of that MR into this commit, otherwise the CI would yell at me when it noticed the location tags had gone.
9 months ago
Alexei Kotov 8027c1e662 Merge branch 'l10n-input-binding' into 'master'
Attempt to fix #7906: l10n name for inputBinding setting renderer taken from action/trigger l10n, not key

Closes #7906

See merge request OpenMW/openmw!4007
9 months ago
Evil Eye d68d20eb1a Disallow Lua activation of inventory objects 9 months ago
Zackhasacat b859fc10e2 Add doc note 9 months ago
Zackhasacat 5856bc8a0e Add setCrimeLevel 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
Alexei Kotov 239d8f49d8 Merge branch 'consistent-translations' into 'master'
Do not store 'location' tags in translation files

See merge request OpenMW/openmw!4005
9 months ago
psi29a 8e1d790919 Merge branch 'widgets_rework' into 'master'
Make widgets more vanilla-friendly

Closes #7875 and #7914

See merge request OpenMW/openmw!3941
9 months ago
Andrei Kortunov 8fecbb55ff Do not store 'location' tags in translation files 9 months ago
Alexei Kotov f2e0129436 Convert water/ripple defines to camelCase 9 months ago
Alexei Kotov 612177be09 Improve some cryptic naming in the water shader 9 months ago
Alexei Kotov 0be7d7fa4c Reduce the amount of redundant code in the water shader 9 months ago
Alexei Kotov fbe84f4668 Remove underwater fog radialization remnants
The fog is now view-independent so this is not something to concern ourselves as with anymore
9 months ago
Andrei Kortunov b3188b593c Disable MyGUI windows snapping 9 months ago
Alexei Kotov aa447a9c68 Merge branch 'localisation-update-fr' into 'master'
French localisation update

See merge request OpenMW/openmw!3999
9 months ago
Arnaud Dochain 36ca3b8bd9 French localisation update 9 months ago
psi29a a7c6297240 Merge branch 'sorewaai' into 'master'
Expose AI stats to Lua

Closes #7860

See merge request OpenMW/openmw!3997
9 months ago
Evil Eye d08e47bc40 Expose AI stats to Lua 9 months ago
Alexei Kotov 76105cc2d1 Make sunlight scattering and wobbly shores optional 9 months ago
psi29a 3fcf3aca77 Merge branch 'modalsettingsmodal' into 'master'
Reimplement the Settings window as a normal window (#7845, #7870)

Closes #7845 and #7870

See merge request OpenMW/openmw!3895
9 months ago
psi29a 012d10703f Merge branch 'spellcast-refactor' into 'master'
Spellcast related Lua API + spellcasting/activespell refactor

See merge request OpenMW/openmw!3922
9 months ago
Mads Buvik Sandvei 320d8ef014 Spellcast related Lua API + spellcasting/activespell refactor 9 months ago
psi29a e62089d102 Merge branch 'lua_records_fix' into 'master'
Lua: Standardize record stores

See merge request OpenMW/openmw!3523
9 months ago
Zackhasacat 6d529835ae Lua: Standardize record stores 9 months ago
Andrei Kortunov 009ccca978 Modify sound API permissions 10 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
Alexei Kotov 6232b4f9e8 Reimplement the Settings window as a normal window (#7845, #7870) 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
psi29a 61d01f3b62 Merge branch 'openmw-sv-2024-03' into 'master'
Bring sv translations up to date

See merge request OpenMW/openmw!3926
10 months ago
Joakim Berg 709c12053a Bring sv translations up to date 10 months ago
AnyOldName3 baab28440e Russian translations from Capo 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