trav5
238d68b691
Magic effects are updated once before applying when resting
...
Fixing #7970 .
When the player was resting, all their magic effects were applied throughout
the rest duration, including the effects for already removed spells, which
were applied once more before removal.
This commit calls an update before that applying, so that these removed
spells are executed and removed and only then the real duration-long
execution of remaining magic effects takes place.
8 months ago
trav5
d161dfdf66
ESM::Dialogue Lua bindings: updated AUTHORS and CHANGELOG with #7964
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
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
elsid
41d5d3bf09
Report osg stats for all frames showing loading screens
8 months ago
Andrei Kortunov
070327a259
Change SVG color in the editor
8 months ago
psi29a
ec8675ba6f
Merge branch 'scalable_launcher' into 'master'
...
Improve launcher appearance
See merge request OpenMW/openmw!4051
8 months ago
Andrei Kortunov
d97838def1
Improve launcher appearance
8 months ago
Alexei Kotov
1c1df996be
Allow running soulgem instructions on all actors ( #7943 )
8 months ago
Alexei Kotov
32d24e73fe
Update changelog ( #7777 , Bethesda material files)
8 months ago
AnyOldName3
04f1dc282b
Merge branch 'fix-osga-rotate-wildly' into 'master'
...
Fix OSGAnimation issues
See merge request OpenMW/openmw!3989
8 months ago
Alexei Kotov
d8f19c6e7b
Changelog (two-channel normal maps, #7932 )
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
Evil Eye
1ed82662ee
Don't show nameless higher ranks
9 months ago
Sam Hellawell
2288a691d2
Replace osgAnimation bone underscore naming at load time, map bone instances, reset root bone transform each frame
9 months ago
Andrei Kortunov
02e000ab5b
Add changelog entries
9 months ago
psi29a
99fa1278d2
Merge branch 'codenames' into 'master'
...
Make binding names layout-independent
See merge request OpenMW/openmw!3993
9 months ago
psi29a
46bf6c12b6
Merge branch 'equipunequipwhatsthedifference' into 'master'
...
Allow weapon equip/unequip animations to intersect (#7886 )
Closes #7886
See merge request OpenMW/openmw!3951
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
cb357997c9
Copy DIAL type to INFO when saving
9 months ago
Evil Eye
d08e47bc40
Expose AI stats to Lua
9 months ago
Andrei Kortunov
3d83585c46
Make binding names layout-independent (bug 7908)
9 months ago
Dave Corley
1360eeb839
Fix #7901 , make teleport fields non-interactive when mTeleport is false
9 months ago
Dave Corley
2e68786331
Fix(CS): Actually allow unlocking doors ( #7899 )
9 months ago
psi29a
58632218fb
Merge branch 'you-can-only-grow-up-to-be-so-big' into 'master'
...
FIX(CS): Limit scale for references to TES3 values (Close #7898 )
Closes #7898
See merge request OpenMW/openmw!3981
9 months ago
psi29a
c8560c63eb
Merge branch 'regressionfixesofdubiousauthenticity' into 'master'
...
Rendering regression fixes of dubious authenticity (#7587 , #7720 )
Closes #7587 and #7720
See merge request OpenMW/openmw!3979
9 months ago
Dave Corley
c59d097ab2
FIX( #7898 ): Limit scale for references TES3 values
9 months ago
Alexei Kotov
6515fdd73f
Handle zero length Lua storage files more gracefully ( #7823 )
9 months ago
Alexei Kotov
0f7b4fc6e6
Consistently avoid null pointer dereferencing in postprocessor ( #7587 )
9 months ago
Evil Eye
781e797810
Merge branch 'instanceselectionmode' into 'master'
...
Fix instance selection mode destruction (#7447 )
Closes #7447
See merge request OpenMW/openmw!3945
9 months ago
Alexei Kotov
974415addf
Allow weapon equip/unequip animations to intersect ( #7886 )
10 months ago
Dave Corley
fcff1a6739
Fix #7887 , use actual instead of reported size for script data
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
Evil Eye
f9da2b6b26
Roll for each region sound
10 months ago
Alexei Kotov
cdbe6adfc3
Fix instance selection mode destruction ( #7447 )
10 months ago
Andrei Kortunov
f7e5ef74c6
Partially revert 5dcac4c48f
10 months ago
AnyOldName3
f3b01973ce
c h a n g e l o g
10 months ago
Andrei Kortunov
5dcac4c48f
Do not treat Alt-Tab as resolution change (bug 7866)
10 months ago
psi29a
effb4fc383
Merge branch 'whoanotouchy' into 'master'
...
Properly calculate touch spell hit position (#6156 )
Closes #6156
See merge request OpenMW/openmw!3920
10 months ago
psi29a
9434f52c14
Merge branch 'fix/less-strict-ids' into 'master'
...
Fix(idvalidator): Allow any printable character in refIds
Closes #7721
See merge request OpenMW/openmw!3896
10 months ago
Alexei Kotov
7a84f27eeb
Properly calculate touch spell hit position ( #6156 )
...
Reorganize hit contact logic and remove dead code (distance checks, melee hit contact-relevant stuff)
10 months ago
Evil Eye
958f70736f
Implement auto calculated potion values
10 months ago
psi29a
e6f64f5e71
Merge branch 'fullhelp' into 'master'
...
Move full help text after everything else (#7623 )
Closes #7623
See merge request OpenMW/openmw!3907
10 months ago
Alexei Kotov
46f863a32e
Merge branch 'help-i-cant-swim' into 'master'
...
Fix(editor): Don't save dirty water height values
Closes #7841
See merge request OpenMW/openmw!3881
10 months ago
Alexei Kotov
65aa222efa
Move full help text after everything else ( #7623 )
10 months ago
Evil Eye
82c92a9a6c
Merge branch 'bookart-is-textures-too' into 'master'
...
Consider bookart a valid prefix for regular textures and vice versa
Closes #7535
See merge request OpenMW/openmw!3342
10 months ago
psi29a
e4a9e83609
Merge branch 'disable-shadows-properly-properly' into 'master'
...
Affect correct texture units when disabling shadows for stateset
Closes #7838
See merge request OpenMW/openmw!3891
10 months ago
Dave Corley
7f67d2e805
Add changelog entry for #7841
10 months ago
Dave Corley
9c5f269e52
Add changelog entry for #7721
10 months ago
AnyOldName3
fdd88fd295
c h a n g e l o g
10 months ago
Alexei Kotov
8ecf1a116a
Add missing .49 changelog entries
10 months ago
Andrei Kortunov
6f1710dee1
Fix viewing distance spinbox in the launcher (bug 7840)
10 months ago
psi29a
8545fb920e
Merge branch '9-ancestral-tenets' into 'master'
...
Fix(CS): Scale actors according to their race's stats
Closes #7753
See merge request OpenMW/openmw!3714
11 months ago
jvoisin
0db730825d
Merge branch 'drainmaximummagicka' into 'master'
...
Hide magnitude for Fortify Maximum Magicka when requested as well (#7832 )
Closes #7832
See merge request OpenMW/openmw!3868
11 months ago
Alexei Kotov
a0ba0d781a
Hide magnitude for Fortify Maximum Magicka when requested as well ( #7832 )
11 months ago
Dave Corley
b31664a78f
Fix(CS): Scale actors according to their race's stats
11 months ago
psi29a
fda47a6ebe
Merge branch 'flying-fish-straight-to-jail' into 'master'
...
Groundcover should ignore non-geometry Drawables
Closes #7633
See merge request OpenMW/openmw!3859
11 months ago
Epoch
6486f3f2cf
Add option to use camera as sound listener
11 months ago
psi29a
1c2fc59a6f
Merge branch 'water' into 'master'
...
Refraction fog based on water depth
See merge request OpenMW/openmw!3842
11 months ago
psi29a
d36583bdec
Merge branch 'nevercruelorcowardly' into 'master'
...
Correct activation behavior for actors in combat (#7794 )
Closes #7794
See merge request OpenMW/openmw!3822
11 months ago
AnyOldName3
8c591a0b44
Groundcover should ignore non-geometry Drawables
...
Fix https://gitlab.com/OpenMW/openmw/-/issues/7633
Untested - the issue didn't link to a mod using the mesh and I couldn't be bothered setting one up manually.
11 months ago
Alexei Kotov
a54d97669f
Merge branch 'imnotyourpalbuddy' into 'master'
...
Reset friendly hits at the end of combat and don't count hits while in combat
Closes #5755
See merge request OpenMW/openmw!3839
11 months ago
Andrei Kortunov
525dee00f1
Refraction fog based on water depth (feature 5926)
11 months ago
Alexei Kotov
c5564323e4
Correct activation behavior for actors in combat ( #7794 )
...
Stop battle music upon death animation end
11 months ago
Andrei Kortunov
66b2d428c8
Merge branch 'qt_localization' into 'master'
...
Localize Launcher and Wizard
See merge request OpenMW/openmw!3571
11 months ago
jvoisin
cdd73a1a19
Merge branch 'fix_far_away_navmesh_crash' into 'master'
...
Limit navmesh vertices coordinates values (#6574 )
Closes #6574
See merge request OpenMW/openmw!3825
11 months ago
jvoisin
838785d5a3
Merge branch 'sworc' into 'master'
...
Make StartCombat a no-op for dead targets and don't always play attack lines
Closes #7769 and #5413
See merge request OpenMW/openmw!3803
11 months ago
Evil Eye
6c2ddc635d
Reset friendly hits at the end of combat and don't count hits while in combat
11 months ago
elsid
e6196c782d
Limit navmesh vertices coordinates values
...
Float values with more than 22 significant fraction bits may cause out of bounds
access in recastnavigation on triangles rasterization. Prevent passing such
values there.
11 months ago
uramer
b988db9bda
Merge branch 'master' into menuscripts
11 months ago
uramer
130b634931
Changelog entries
11 months ago
Andrei Kortunov
7e345436f4
Localize Launcher and Wizard
11 months ago
psi29a
6136e3d8fc
Merge branch 'csspellarg' into 'master'
...
Editor: Reset effect arguments when the effect ID changes (#7785 )
Closes #7785
See merge request OpenMW/openmw!3802
11 months ago
psi29a
be6d063b94
Merge branch 'pointlessinisettings' into 'master'
...
Support Timescale Clouds and MaxNumberRipples INI settings (#7792 , #7795 )
Closes #7792 and #7795
See merge request OpenMW/openmw!3812
11 months ago
psi29a
b1a72330a4
Merge branch 'allow_muliselect_in_archives_tab' into 'master'
...
Allow multiselect in the archives tab (#7606 )
Closes #7606
See merge request OpenMW/openmw!3773
11 months ago
Yury Stepovikov
c90ebcc86b
Allow multiselect in the archives tab ( #7606 )
11 months ago
Alexei Kotov
b83b30f0dc
Editor: Reset effect arguments when the effect ID changes ( #7785 )
11 months ago
Alexei Kotov
bd84200d4e
Merge branch 'bumpbump' into 'master'
...
Base GetColliding script functions on collisions detected by the movement solver
Closes #7053
See merge request OpenMW/openmw!3794
11 months ago
Evil Eye
1d1ce2de7b
Use the correct id to absorb enchantments
11 months ago
Alexei Kotov
23e30eaaa5
Support MaxNumberRipples setting ( #7795 )
11 months ago
Alexei Kotov
2ea4013382
Correct base cloud speed, support Timescale Clouds fallback setting ( #7792 )
11 months ago
Evil Eye
bdc6119b31
Bring attack voice lines in line with research
...
Only play them when starting combat when not in combat or not in combat
with one of the target's allies.
Don't play them when casting spells whose first effect isn't ranged.
11 months ago
Evil Eye
4dfe6078c8
Make StartCombat a no-op for dead targets and don't play an attack line when already in combat
11 months ago
Evil Eye
467220e6d7
Base GetColliding script functions on collisions detected by the movement solver
11 months ago
psi29a
6b35ee68e1
Merge branch 'holdstill' into 'master'
...
Make scripted animations shut down pathfinding (bug #5065 )
Closes #5065
See merge request OpenMW/openmw!3711
11 months ago
psi29a
c23cd8e544
Merge branch 'umlautontherocks' into 'master'
...
Convert strings in nif files to utf8
Closes #7780
See merge request OpenMW/openmw!3783
11 months ago
psi29a
6ead5f9321
Merge branch 'touch_record' into 'master'
...
Fix Touch command
See merge request OpenMW/openmw!3778
12 months ago
psi29a
6ced0ab397
Merge branch 'sundirection' into 'master'
...
Fix exterior sun direction/position (bug #4898 )
Closes #4898
See merge request OpenMW/openmw!3733
12 months ago
Evil Eye
48db113149
Address feedback
12 months ago
Andrei Kortunov
a91e557c68
Fix Touch command (bug 7765)
12 months ago
psi29a
53e3dd0a70
Merge branch 'ondeath' into 'master'
...
Handle running stats extensions on non-actors gracefully (#7770 )
Closes #7770
See merge request OpenMW/openmw!3760
12 months ago
psi29a
4c88ab5e07
Merge branch 'thunderstorm' into 'master'
...
Interrupt thunder SFX indoors (bug #6402 )
Closes #6402
See merge request OpenMW/openmw!3741
12 months ago
Alexei Kotov
ccbc02abc3
Handle running stats extensions on non-actors gracefully ( #7770 )
12 months ago
psi29a
60d1262d61
Merge branch 'askloadnotreallyrecent' into 'master'
...
Replicate recent save loading prompt behavior (bug #7617 )
Closes #7617
See merge request OpenMW/openmw!3710
12 months ago
Evil Eye
672cefd594
Track checked EsmFile pointers instead of full paths
12 months ago
Evil Eye
521394d67b
Override launcher file info with higher priority info
12 months ago
Alexei Kotov
5043e67e06
Replicate recent save loading prompt behavior (bug #7617 )
12 months ago
Alexei Kotov
3af28439d6
Interrupt thunder SFX indoors (bug #6402 )
12 months ago
psi29a
7019405278
Merge branch 'rainloop' into 'master'
...
Support playing ambient and rain weather SFX at the same time (bug #7761 )
Closes #7761
See merge request OpenMW/openmw!3738
12 months ago