Commit Graph

33041 Commits (69cf507db85845446b394129dc8955f3803dfde0)
 

Author SHA1 Message Date
Evil Eye 532a330aac mac plz 1 year ago
Evil Eye 3e101ab409 Add a variadic getHNOT 1 year ago
elsid 66b1745520
Use settings values to declare int settings 1 year ago
Evil Eye 1223d12b29 Make ingredient order affect effect order 1 year ago
Alexei Kotov 78a8f9d692 Merge branch 'skating-olympics' into 'master'
De-jank stationary animations

Closes #3330

See merge request OpenMW/openmw!3631
1 year ago
Alexei Kotov d97563c830 Merge branch 'csicorruption' into 'master'
Allow ModPCCrimeLevel to clear crimes and cap bounties

Closes #7416

See merge request OpenMW/openmw!3664
1 year ago
Alexei Kotov 7074ea02b7 Merge branch 'qt_fix' into 'master'
Register language selector properly

Closes #7727

See merge request OpenMW/openmw!3666
1 year ago
Evil Eye 8a1ca870eb Stop infighting when gaining new allies 1 year ago
Andrei Kortunov e6690bbcc7 Use CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 1 year ago
Evil Eye 36b61d7074 Merge branch 'copy-that' into 'master'
Feat(CS): Implement Instance Cloning

See merge request OpenMW/openmw!3654
1 year ago
Andrei Kortunov 2e041073fc Move *.ui files for different applications to different folders 1 year ago
Andrei Kortunov 8d06a99507 Register language selector properly 1 year ago
Mads Buvik Sandvei 00b1cd8c08 Replace movement() with eraseMovementIf() 1 year ago
Mads Buvik Sandvei 5a6dbf8714 Comments 1 year ago
Evil Eye 94b129cc62 Stop combat when stacking a new AI package 1 year ago
Evil Eye 77cf9284b7 Allow ModPCCrimeLevel to clear crimes and cap bounties 1 year ago
Alexei Kotov 7922f0e7f8 Merge branch 'editor_modifier_settings' into 'master'
Use settings values to declare modifier settings (#6876)

See merge request OpenMW/openmw!3656
1 year ago
Evil Eye 9f38ee82f4 Fix misaligned address 1 year ago
jvoisin fc5f917b1a Merge branch 'discolighting' into 'master'
Consolidate shader lighting

See merge request OpenMW/openmw!3660
1 year ago
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