Commit Graph

33022 Commits (828c40c710f798ea60937bdd6045809b6c2362ec)
 

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
1 year ago
Evil Eye 88731f864e Add imports 1 year ago
Evil Eye 37415b0382 Don't use getExact to read structs 1 year ago
Evil Eye c10b9297f0 Remove Sized methods from ESMReader 1 year ago
Evil Eye dbf9d42cc5 Remove sized reads from essimporter 1 year ago
Evil Eye a9e6e63c4e Remove fixed size reads 1 year ago
Alexei Kotov 82982bbc05 Outlaw vampires and werewolves (bugs #7723, #7724) 1 year 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
1 year ago
Alexei Kotov 93ea9dbc3b Do all lighting calculations in one place, support per-vertex specularity
Force PPL when specular maps are used
1 year ago
Alexei Kotov d1274fd3db Deduplicate lambert calculations, consolidate doLighting 1 year ago
Alexei Kotov 46dc290b75 Merge branch 'more_localizable' into 'master'
Make hardcoded strings in Launcher and Wizard localizable

See merge request OpenMW/openmw!3630
1 year 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
1 year 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
1 year ago
jvoisin 3b1df3dd07 Merge branch 'tangentspace' into 'master'
Untangle tangent space handling and parallax

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

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

See merge request OpenMW/openmw!3645
1 year ago
Evil Eye a0694d4134 Don't assert that spells have a school 1 year 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 1 year 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
1 year ago
jvoisin abbb620ea2 Merge branch 'nifogproperty' into 'master'
Handle NiFogProperty (feature #5173)

Closes #5173

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

See merge request OpenMW/openmw!3633
1 year 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
1 year ago
Alexei Kotov 21ca9ba34b Merge branch 'crashtainer' into 'master'
Use the right getContainerStore

Closes #7658

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

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

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

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