Commit Graph

33022 Commits (qt6_macos)
 

Author SHA1 Message Date
jvoisin 2c1810c6db Merge branch 'hoteltransylvania' into 'master'
Outlaw vampires and werewolves (bugs #7723, #7724)

Closes #7723 and #7724

See merge request OpenMW/openmw!3661
5 months ago
Evil Eye 88731f864e Add imports 5 months ago
Evil Eye 37415b0382 Don't use getExact to read structs 5 months ago
Evil Eye c10b9297f0 Remove Sized methods from ESMReader 5 months ago
Evil Eye dbf9d42cc5 Remove sized reads from essimporter 5 months ago
Evil Eye a9e6e63c4e Remove fixed size reads 5 months ago
Alexei Kotov 82982bbc05 Outlaw vampires and werewolves (bugs #7723, #7724) 5 months ago
jvoisin ec480db9ac Merge branch 'constanteffect' into 'master'
For constant enchantments, allow on-self range for any effect (bug #7643)

Closes #7643

See merge request OpenMW/openmw!3657
5 months ago
Alexei Kotov 93ea9dbc3b Do all lighting calculations in one place, support per-vertex specularity
Force PPL when specular maps are used
5 months ago
Alexei Kotov d1274fd3db Deduplicate lambert calculations, consolidate doLighting 5 months ago
Alexei Kotov 46dc290b75 Merge branch 'more_localizable' into 'master'
Make hardcoded strings in Launcher and Wizard localizable

See merge request OpenMW/openmw!3630
5 months ago
Alexei Kotov ba7932f21c Merge branch 'fix_cs_settings_key_bindings_page' into 'master'
Fix CS Key Binding settings page

See merge request OpenMW/openmw!3655
5 months ago
jvoisin c969aa42b7 Merge branch 'aifollow' into 'master'
Base AiFollow activation range on follow distance (bug #7685)

Closes #7685

See merge request OpenMW/openmw!3652
5 months ago
jvoisin 3b1df3dd07 Merge branch 'tangentspace' into 'master'
Untangle tangent space handling and parallax

See merge request OpenMW/openmw!3648
5 months ago
Alexei Kotov 27bd70a976 For constant enchantments, allow on-self range for any effect (bug #7643) 5 months ago
elsid a29ae07957
Fix CS Key Binding settings page
This got broken by e07d8f3066. Creating QGridLayout with parent and setting it
later has not the same effect.
5 months ago
elsid 11db9eec1d
Use settings values to declare modifier settings 5 months ago
Dave Corley bc662aeb63 Fix(CS): Fix minor issue in deleteSelectedInstances impl which caused it
to run twice
5 months ago
Dave Corley 7069a970ae Feat(CS): Implement instance cloning 5 months ago
Dave Corley 2bb8ceef56 Fix(CS): Correct invalid refNum for cloned objects so they actually
appear ingame
5 months ago
Dave Corley 2a747529bb Feat(CS): Add new shortcut for duplicating instances 5 months ago
Alexei Kotov 2628b02b4e NpcAnimation: Assign parent animation time sources to body part controllers (bug #4822) 5 months ago
Alexei Kotov 5b02b77a39 Base AiFollow activation range on follow distance (bug #7685) 5 months ago
Alexei Kotov 4dfd2b0f46 Merge branch 'lessassertiveschooling' into 'master'
Don't assert that spells have a school

See merge request OpenMW/openmw!3651
5 months ago
Alexei Kotov 7e3270abc9 Merge branch 'unsave' into 'master'
Drop support for saves made prior to 0.40

See merge request OpenMW/openmw!3645
5 months ago
Evil Eye a0694d4134 Don't assert that spells have a school 5 months ago
Evil Eye f80cd06256 Don't count the actor we're following as siding with us if we're in combat with them but they aren't in combat with us 5 months ago
Alexei Kotov 4a96885323 Untangle normals and parallax handling
Move tangent space generation to the vertex shaders
Support diffuse parallax when no normal map is present
Don't use diffuse parallax if there's no diffuse map
Generalize normal-to-view conversion
Rewrite parallax
5 months ago
jvoisin abbb620ea2 Merge branch 'nifogproperty' into 'master'
Handle NiFogProperty (feature #5173)

Closes #5173

See merge request OpenMW/openmw!3642
5 months ago
Evil Eye 78da1eb41f Merge branch 'settings_values_editor_2' into 'master'
Use settings values for editor (#6876)

See merge request OpenMW/openmw!3633
5 months ago
Alexei Kotov ad8392b7d1 Merge branch 'awholelottanothing' into 'master'
Don't crash on spells or enchantments without effects

Closes #7712

See merge request OpenMW/openmw!3643
5 months ago
Alexei Kotov 21ca9ba34b Merge branch 'crashtainer' into 'master'
Use the right getContainerStore

Closes #7658

See merge request OpenMW/openmw!3644
5 months ago
Andrei Kortunov ca19f7006c Make hardcoded strings in Launcher and Wizard localizable 5 months ago
jvoisin e3e9b39a16 Merge branch 'skinning' into 'master'
Streamline passing influence data to skinning

See merge request OpenMW/openmw!3641
5 months ago
jvoisin 47b87f1ff2 Merge branch 'reanimaterescaling' into 'master'
Restore animated collision shape rescaling (take 3)

See merge request OpenMW/openmw!3635
5 months ago
Evil Eye 623a610c5e Merge branch 'globalmap' into 'master'
Remove unused global map field

See merge request OpenMW/openmw!3646
5 months ago
Mads Buvik Sandvei 76232c49df clang format 5 months ago
Alexei Kotov f269b25bd0 Remove unused field 5 months ago
Evil Eye 7b8c0d1d88 Remove dropped formats from tests 5 months ago
Evil Eye 41dc409238 Don't consider empty effect lists exceptional 5 months ago
Evil Eye b0ef42ae3c Drop support for save game format 3 5 months ago
Evil Eye becc5ef8fa Drop support for save game format 2 5 months ago
Evil Eye 521cff08f8 Drop support for save game format 1 5 months ago
Mads Buvik Sandvei c79446818e Add a flag for jump when queueing movement, so inertia can be added accurately. 5 months ago
Evil Eye 4062f0225b Use the right getContainerStore 5 months ago
Mads Buvik Sandvei 32d391f548 Revert accumulating movement in the reset accum root callback. 5 months ago
Evil Eye 0da620b3f9 Don't crash on spells or enchantments without effects 5 months ago
Alexei Kotov 9cdaf2c29b Handle NiFogProperty (feature #5173) 5 months ago
Mads Buvik Sandvei af9312d869 clang format 5 months ago
Mads Buvik Sandvei 15c143e272 Comment 5 months ago