Commit Graph

34073 Commits (26233e082dd7c431f5dc7848f10ca95b3e22ff10)
 

Author SHA1 Message Date
elsid 26233e082d
Optimize iteration over dialogue records 8 months ago
elsid 0233640124
Add simple tests for dialogues 8 months ago
Zackhasacat 0e1678b3b8 Merge branch 'mwdialogue-bindings' into 'master'
Add Lua bindings for ESM::Dialogue record stores to openmw.core

Closes #7964

See merge request OpenMW/openmw!4034
8 months ago
psi29a 99ac6c40e5 Merge branch 'wizard_update' into 'master'
UI fixes for Wizard

See merge request OpenMW/openmw!4069
8 months ago
AnyOldName3 56b685a9cc Merge branch 'fix_ci' into 'master'
Use proper tags to run linux jobs

See merge request OpenMW/openmw!4082
8 months ago
elsid e4a5eb1846
Use proper tags to run linux jobs 8 months ago
jvoisin 93aa887868 Merge branch 'itsemissivenotglow' into 'master'
Unbork glow maps

See merge request OpenMW/openmw!4077
8 months ago
Alexei Kotov b9069835b2 Merge branch 'scriptedit' into 'master'
Improve appearance of script editor in the OpenMW-CS

See merge request OpenMW/openmw!4076
8 months ago
Alexei Kotov c95bb4ce59 Merge branch 'split_esm_headers' into 'master'
Split ESM headers

See merge request OpenMW/openmw!4071
8 months ago
Alexei Kotov c29ceb7f7f Unbork glow maps 8 months ago
trav5 d161dfdf66 ESM::Dialogue Lua bindings: updated AUTHORS and CHANGELOG with #7964 8 months ago
trav fc6695a918 Merge branch openmw:master into mwdialogue-bindings 8 months ago
Andrei Kortunov b56c255be2 Improve appearance of script editor in the OpenMW-CS 8 months ago
psi29a 2e971ec2e3 Merge branch 'appropriateammunition' into 'master'
Adjust Russian appropriate ammunition setting label/description

See merge request OpenMW/openmw!4062
8 months ago
psi29a 41a2a4082f Merge branch 'optimize_object_paging_refs_exclusion' into 'master'
Optimize object paging refs exclusion

See merge request OpenMW/openmw!4075
8 months ago
Alexei Kotov d87d4b26f9 Merge branch 'ai-exposed-addendum' into 'master'
Idle is optional and could be nil

See merge request OpenMW/openmw!4074
8 months ago
trav5 5d683f7b36 ESM::Dialogue Lua bindings: API_REVISION updated to 62 8 months ago
trav 512b7e46e5 Merge branch openmw:master into mwdialogue-bindings 8 months ago
elsid f83d388391
Iterate over smaller container when removing blacklisted refs 8 months ago
elsid a920ca9070
Report loading screens to osg stats 8 months ago
Alexei Kotov 95cef34477 Bump the minimum launcher width to 775 8 months ago
Alexei Kotov bee875e54d Adjust Russian appropriate ammunition setting label/description 8 months ago
Hristos N. Triantafillou 686fdb057d
Idle is optional and could be nil 8 months ago
psi29a 739ff70a82 Merge branch 'ai-exposed' into 'master'
Expose Wander option values to the Lua API (#7916)

See merge request OpenMW/openmw!4006
8 months ago
Hristos N. Triantafillou 63a27bbf99 Expose Wander option values to the Lua API (#7916) 8 months ago
psi29a becc832b15 Merge branch 'attenuation' into 'master'
Deobfuscate lighting illumination calculation

See merge request OpenMW/openmw!4068
8 months ago
psi29a ed116ebf04 Merge branch 'bounds-check' into 'master'
Add bounds check

See merge request OpenMW/openmw!4067
8 months ago
Alexei Kotov 50ab6c71c3 Merge branch 'english_translations' into 'master'
Add English translation files for Qt

Closes #7948

See merge request OpenMW/openmw!4066
8 months ago
elsid 01166b1f26
Split ESM headers 8 months ago
trav5 0e03b9bd32 ESM::Dialogue Lua bindings: filterActorGender returns string 8 months ago
trav5 9001ed1e2f ESM::Dialogue Lua bindings: rank filters start from 1 and filterActorCell->filterPlayerCell 8 months ago
Andrei Kortunov 9252879f0f UI fixes for Wizard 8 months ago
trav5 2cdfaa69b3 ESM::Dialogue Lua bindings: Fixes in speaker faction and DialogueRecordInfo docs [correction] 8 months ago
trav5 9743276332 ESM::Dialogue Lua bindings: Fixes in speaker faction and DialogueRecordInfo docs 8 months ago
Alexei Kotov 6b90d7f1da Deobfuscate lighting illumination calculation 8 months ago
AnyOldName3 b55a0fd32a || and && have different binding precedence 8 months ago
AnyOldName3 d148bd1cde Add bounds check 8 months ago
psi29a a57c350c08 Merge branch 'paint_svg' into 'master'
Change SVG icons color in the editor

See merge request OpenMW/openmw!4060
8 months ago
psi29a e00f643d08 Merge branch 'one-am-sunday-night-shadows-mr' into 'master'
Use CLAMP_TO_EDGE for shadows

See merge request OpenMW/openmw!4065
8 months ago
psi29a bb89717886 Merge branch 'droppinglikeflies' into 'master'
Fix Drop behavior for creatures that don't have an inventory

See merge request OpenMW/openmw!4063
8 months ago
psi29a fa5c8f4a13 Merge branch 'fix_cell_preloading' into 'master'
Fix exterior cell preloading (#7954)

Closes #7954

See merge request OpenMW/openmw!4064
8 months ago
Andrei Kortunov f69ab506b2 Add English translation files for Qt 8 months ago
AnyOldName3 ee3d012a6a Use CLAMP_TO_EDGE for shadows
Partially mitigates https://gitlab.com/OpenMW/openmw/-/issues/7944

The border was necessary in the olden days when the FFP might have shadows, but they require shaders now.
8 months ago
elsid 404940b6e0
Make sure proper number of cells is preloaded
Limit the number of exterior cells around a cell to be preloded based on current
and max cache size not just max cache size. Avoid doing break from inner loop
only.

Log when truncation happens but only once during process lifetime to warn a user.
8 months ago
elsid 2220868fa9
Preload surrounding exterior cells for the teleport door destination
When player teleports to the exterior cell, multiple cells are loaded not only
the target so better to have them preloaded too.
8 months ago
Alexei Kotov cc4b2e5c58 Fix Drop behavior for creatures that don't have an inventory 8 months ago
psi29a 5b25435260 Merge branch 'fix_osg_stats_report' into 'master'
Report osg stats for frames with loading screens (#7737)

Closes #7737

See merge request OpenMW/openmw!4053
8 months ago
psi29a 1e1fd28136 Merge branch 'fix_anim_state' into 'master'
Fix AnimState initialization

See merge request OpenMW/openmw!4061
8 months ago
psi29a 24fca82f2c Merge branch 'faction_relations' into 'master'
Take in account faction reaction changes

See merge request OpenMW/openmw!4015
8 months ago
trav c6807465f6 Merge branch openmw:master into mwdialogue-bindings 8 months ago