Commit Graph

34451 Commits (89bb04e8fd7c807e534781e6f19dab5386ebcccf)
 

Author SHA1 Message Date
Alexei Kotov 26d776c44f Merge branch 'sv-2024-05' into 'master'
Some minor updates to an sv yaml file

See merge request OpenMW/openmw!4132
7 months ago
Alexei Kotov 340783e3a1 Merge branch 'modernprometheus' into 'master'
Make torches held by creatures emit light

Closes #8002

See merge request OpenMW/openmw!4134
7 months ago
Andrei Kortunov 204267d211 React to scale or color changes in editor tables 7 months ago
Alexei Kotov 131bb510e4 Merge branch 'operation_fixes' into 'master'
Improve operations widget formatting, part 2

See merge request OpenMW/openmw!4119
7 months ago
Alexei Kotov 7274d825a3 Hide the settings window when any main menu button is pressed 7 months ago
Evil Eye 9027af426b Toggle the vanity camera off before toggling to the saved camera mode 7 months ago
Evil Eye a7026ae3e9 Make torches held by creatures emit light 7 months ago
elsid 71369be796
Log caught exceptions 7 months ago
AnyOldName3 c65f5adfba Merge branch 'revert_focus' into 'master'
Revert button focus change

See merge request OpenMW/openmw!4133
7 months ago
Alexei Kotov c92d016e43 Don't sort scene light list by camera distance if the limit isn't reached and PP doesn't need it
Also don't clip it to the single UBO scene light limit if the lighting method isn't actually single UBO
7 months ago
Alexei Kotov 916706c6c1 Make object light lists (mostly) view-independent
Remove frustum culling
Sort lights by object proximity
Restore multiple camera rendering optimization
7 months ago
Andrei Kortunov 2749d2a6cb Revert "Make sure that Open button becomes focused after enabling"
This reverts commit d5bbd75828.
7 months ago
Joakim Berg fcc29eeefe duh, found more post processing mistranslations 7 months ago
Joakim Berg 60e8275bb9 Fixed some small translation errors 7 months ago
Alexei Kotov 7d9d377575 Update CONTRIBUTING.md 7 months ago
Alexei Kotov 950d65a382 Merge branch 'rollback_music_interface' into 'master'
Rollback a Muisc interface

See merge request OpenMW/openmw!4129
7 months ago
Evil Eye 11e8e1eeb5 Include creatures 7 months ago
psi29a 62930cb8db Merge branch 'fix_archives_selection' into 'master'
Fix archive selection when switching profiles (#7956)

See merge request OpenMW/openmw!4118
7 months ago
Yury Stepovikov 80d2b289e7 Fix archive selection when switching profiles (#7956) 7 months ago
psi29a 6e0606b55b Merge branch 'paralysisagainagain' into 'master'
Make paralysis cancel camera mode changes (#7997)

Closes #7997

See merge request OpenMW/openmw!4122
7 months ago
psi29a 16572109fc Merge branch 'restoringthelightfacingthedark' into 'master'
Lighting fixes, non-exciting part

See merge request OpenMW/openmw!4126
7 months ago
psi29a c8567e96fd Merge branch 'itsover32767' into 'master'
Use more appropriate types in terrain storage

See merge request OpenMW/openmw!4125
7 months ago
psi29a 157a5a4489 Merge branch 'l10n' into 'master'
Many localization fixes

See merge request OpenMW/openmw!4108
7 months ago
Evil Eye cdfd305ac3 Convert constant effect equipment slots to refnums 7 months ago
Andrei Kortunov aa07dc0312 Rollback a Muisc interface 7 months ago
elsid d6af9305ae
Exclude debug rendering from toggleworld 7 months ago
elsid 10e14a3c21
Replace release by assigning nullptr
release does not call a destructor if it's the last reference. This is not a
right choice here. Even though the functions accept raw pointers they convert
them into osg::ref_ptr. So it's ok to share the ownership.
7 months ago
elsid 4b8897e33e
Use state sets without transparency support for recast mesh and agents paths 7 months ago
elsid 98d530d8cb
Share state sets for recast mesh tiles and actors paths 7 months ago
Alexei Kotov fd9361f62c Some attenuation setup fool-proofing 7 months ago
Alexei Kotov e0e4b84e40 Disable specularity for negative lights 7 months ago
Alexei Kotov debc37d93a Fade out specularity according to light fade settings as well 7 months ago
Evil Eye 6a10311ae5 Use more appropriate types in terrain storage 7 months ago
Alexei Kotov f87aa02390 Don't clamp individual light contribution in shaders as FFP doesn't do this 7 months ago
psi29a d15be7a685 Merge branch 'fix-nearest-gui-options' into 'master'
Fix incorrect texture filtering GUI for nearest, allow to disable nearest from GUI

See merge request OpenMW/openmw!4114
7 months ago
psi29a db27543ea1 Merge branch 'uniform_choice' into 'master'
Add choice widget type to postprocessing uniforms

See merge request OpenMW/openmw!3969
7 months ago
psi29a b0aa19dc07 Merge branch 'msvc_crash_fix' into 'master'
Avoid MSVC crash in Visual Studio 17.10.0

See merge request OpenMW/openmw!4116
7 months ago
Alexei Kotov 462818c304 Make paralysis cancel camera mode changes (#7997) 7 months ago
Alexei Kotov ae7861abe4 Move paralysis god mode checks to CreatureStats 7 months ago
psi29a 9d39e971c7 Merge branch 'feature/7016_add_additional_docs_macos_windows' into 'master'
[#7016] Add additional docs to macos dmg and windows release

See merge request OpenMW/openmw!4115
7 months ago
Sam Hellawell a7991f9988 Update german translation 7 months ago
Sam Hellawell d3c1aa6653 Fix incorrect texture filtering GUI for nearest, allow to disable nearest from GUI 7 months ago
psi29a 2be6116ef6 Merge branch 'fix_recastmesh' into 'master'
Limit number of cached tiles with recast meshes

See merge request OpenMW/openmw!4112
7 months ago
Andrei Kortunov 52de6177d1 Avoid MSVC crash in Visual Studio 17.10.0 7 months ago
Andrei Kortunov 6c83451b15 Improve operations widget formatting 7 months ago
Alexei Kotov 67c47b8603 Merge branch 'operation_fixes' into 'master'
Improve operation widget appearance

See merge request OpenMW/openmw!4110
7 months ago
Bret Curtis 3c04e9f77e [#7016] Add additional docs to macos dmg and windows release 7 months ago
Dave Corley c87eaefd17 Merge branch 'theeditorisjustanotherengine' into 'master'
Use ESM::ReadersCache in the editor

Closes #7896

See merge request OpenMW/openmw!4111
7 months ago
psi29a cd116ebe5f Merge branch 'dark_mode' into 'master'
Support dark mode on Windows

Closes #7985

See merge request OpenMW/openmw!4101
7 months ago
Andrei Kortunov 9f470b45fa Improve size grip appearance 7 months ago