1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 19:29:56 +00:00
Commit graph

34306 commits

Author SHA1 Message Date
elsid
26233e082d
Optimize iteration over dialogue records 2024-05-10 10:38:18 +02:00
elsid
0233640124
Add simple tests for dialogues 2024-05-10 10:38:15 +02:00
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
2024-05-09 23:22:03 +00:00
elsid
020b31395b
Reserve arrays before merging 2024-05-09 17:21:56 +02:00
Alexei Kotov
29b25ffb26 Formatting 2024-05-09 17:52:34 +03:00
elsid
bad935ff34
Make a check for disabled parent recursive 2024-05-09 16:38:30 +02:00
Alexei Kotov
fd4d3b8a27 Fix item mod record loading 2024-05-09 17:29:47 +03:00
Alexei Kotov
7d979a2dfc Place ESM4 static collections to the scene 2024-05-09 17:26:27 +03:00
psi29a
99ac6c40e5 Merge branch 'wizard_update' into 'master'
UI fixes for Wizard

See merge request OpenMW/openmw!4069
2024-05-09 08:45:29 +00:00
Austin English
50b2edc121 components/crashcatcher: if OPENMW_FULL_MEMDUMP is set, generate a full memory crashdump
[Bug #7924](https://gitlab.com/OpenMW/openmw/issues/#7924)
2024-05-08 18:27:57 -05:00
AnyOldName3
56b685a9cc Merge branch 'fix_ci' into 'master'
Use proper tags to run linux jobs

See merge request OpenMW/openmw!4082
2024-05-08 23:12:36 +00:00
Alexei Kotov
5aa67abe47 Remove some more remnants of 'allow shadow map overlap' 2024-05-09 00:31:11 +03:00
elsid
e4a5eb1846
Use proper tags to run linux jobs 2024-05-08 23:14:42 +02:00
jvoisin
93aa887868 Merge branch 'itsemissivenotglow' into 'master'
Unbork glow maps

See merge request OpenMW/openmw!4077
2024-05-08 21:10:14 +00:00
Zackhasacat
8cd488b91f Add hidden to faction docs 2024-05-07 16:01:05 -05:00
Zackhasacat
921ee8ffe6 Merge branch 'master' of gitlab.com:openmw/openmw into doc_has_more_probls 2024-05-07 15:57:30 -05:00
Alexei Kotov
b9069835b2 Merge branch 'scriptedit' into 'master'
Improve appearance of script editor in the OpenMW-CS

See merge request OpenMW/openmw!4076
2024-05-07 13:22:58 +00:00
Alexei Kotov
c95bb4ce59 Merge branch 'split_esm_headers' into 'master'
Split ESM headers

See merge request OpenMW/openmw!4071
2024-05-07 11:57:32 +00:00
Alexei Kotov
c29ceb7f7f Unbork glow maps 2024-05-06 23:32:35 +03:00
trav5
d161dfdf66 ESM::Dialogue Lua bindings: updated AUTHORS and CHANGELOG with #7964 2024-05-06 20:54:55 +02:00
trav
fc6695a918 Merge branch openmw:master into mwdialogue-bindings 2024-05-06 18:27:19 +00:00
Andrei Kortunov
b56c255be2 Improve appearance of script editor in the OpenMW-CS 2024-05-06 12:22:30 +04:00
psi29a
2e971ec2e3 Merge branch 'appropriateammunition' into 'master'
Adjust Russian appropriate ammunition setting label/description

See merge request OpenMW/openmw!4062
2024-05-05 20:19:45 +00:00
psi29a
41a2a4082f Merge branch 'optimize_object_paging_refs_exclusion' into 'master'
Optimize object paging refs exclusion

See merge request OpenMW/openmw!4075
2024-05-05 20:15:15 +00:00
Alexei Kotov
d87d4b26f9 Merge branch 'ai-exposed-addendum' into 'master'
Idle is optional and could be nil

See merge request OpenMW/openmw!4074
2024-05-05 10:56:17 +00:00
trav5
5d683f7b36 ESM::Dialogue Lua bindings: API_REVISION updated to 62 2024-05-04 16:38:53 +02:00
trav
512b7e46e5 Merge branch openmw:master into mwdialogue-bindings 2024-05-04 14:35:31 +00:00
elsid
f83d388391
Iterate over smaller container when removing blacklisted refs 2024-05-04 13:22:32 +02:00
elsid
a920ca9070
Report loading screens to osg stats 2024-05-04 13:22:32 +02:00
Alexei Kotov
95cef34477 Bump the minimum launcher width to 775 2024-05-04 11:15:57 +03:00
Alexei Kotov
bee875e54d Adjust Russian appropriate ammunition setting label/description 2024-05-04 10:14:07 +03:00
Zackhasacat
112dfcaf8c Some fixes, and a broken change 2024-05-03 18:49:14 -05:00
Hristos N. Triantafillou
686fdb057d
Idle is optional and could be nil 2024-05-03 15:21:48 -05:00
Zackhasacat
d150a6611d Minor doc changes 2024-05-03 11:59:43 -05:00
psi29a
739ff70a82 Merge branch 'ai-exposed' into 'master'
Expose Wander option values to the Lua API (#7916)

See merge request OpenMW/openmw!4006
2024-05-03 09:40:30 +00:00
Hristos N. Triantafillou
63a27bbf99 Expose Wander option values to the Lua API (#7916) 2024-05-03 09:40:30 +00:00
psi29a
becc832b15 Merge branch 'attenuation' into 'master'
Deobfuscate lighting illumination calculation

See merge request OpenMW/openmw!4068
2024-05-03 09:39:06 +00:00
psi29a
ed116ebf04 Merge branch 'bounds-check' into 'master'
Add bounds check

See merge request OpenMW/openmw!4067
2024-05-03 09:38:31 +00:00
Alexei Kotov
50ab6c71c3 Merge branch 'english_translations' into 'master'
Add English translation files for Qt

Closes #7948

See merge request OpenMW/openmw!4066
2024-05-03 04:51:18 +00:00
elsid
01166b1f26
Split ESM headers 2024-05-03 01:55:20 +02:00
trav5
0e03b9bd32 ESM::Dialogue Lua bindings: filterActorGender returns string 2024-05-01 13:14:59 +02:00
trav5
9001ed1e2f ESM::Dialogue Lua bindings: rank filters start from 1 and filterActorCell->filterPlayerCell 2024-05-01 12:33:25 +02:00
Andrei Kortunov
9252879f0f UI fixes for Wizard 2024-05-01 08:56:35 +04:00
trav5
2cdfaa69b3 ESM::Dialogue Lua bindings: Fixes in speaker faction and DialogueRecordInfo docs [correction] 2024-04-30 21:46:20 +02:00
trav5
9743276332 ESM::Dialogue Lua bindings: Fixes in speaker faction and DialogueRecordInfo docs 2024-04-30 21:37:56 +02:00
Alexei Kotov
6b90d7f1da Deobfuscate lighting illumination calculation 2024-04-30 16:57:32 +03:00
AnyOldName3
b55a0fd32a || and && have different binding precedence 2024-04-30 13:50:50 +01:00
AnyOldName3
d148bd1cde Add bounds check 2024-04-30 13:41:48 +01:00
psi29a
a57c350c08 Merge branch 'paint_svg' into 'master'
Change SVG icons color in the editor

See merge request OpenMW/openmw!4060
2024-04-30 08:19:51 +00:00
psi29a
e00f643d08 Merge branch 'one-am-sunday-night-shadows-mr' into 'master'
Use CLAMP_TO_EDGE for shadows

See merge request OpenMW/openmw!4065
2024-04-30 08:18:46 +00:00