elsid
|
067957f57b
|
Use "" to quote apps/openmw includes and remove unused
Using "" makes clangd to find unused includes which makes it quite easy to
remove them.
|
2024-01-07 17:57:11 +01:00 |
|
Alexei Kotov
|
c5a3b516d6
|
Merge branch 'init_variables' into 'master'
Add missing initialization
See merge request OpenMW/openmw!3722
|
2024-01-04 20:31:55 +00:00 |
|
Andrei Kortunov
|
8d3efd27ba
|
Add missing initialization
|
2024-01-03 19:25:33 +04:00 |
|
Evil Eye
|
ef4e5b45e3
|
Don't add custom anim source if it's a default animation but keep the skeleton
|
2024-01-01 15:06:32 +01:00 |
|
Evil Eye
|
03c791e61a
|
Move animation handling to NpcAnimation
|
2024-01-01 13:58:55 +01:00 |
|
jvoisin
|
31ac993374
|
Merge branch 'allthatglitters' into 'master'
Use NAM9 for stack count
Closes #2566
See merge request OpenMW/openmw!3698
|
2023-12-31 17:12:46 +00:00 |
|
Evil Eye
|
e63933efa6
|
Use NAM9 for stack count
|
2023-12-31 17:12:46 +00:00 |
|
jvoisin
|
6180ad0e51
|
Merge branch 'sunlighting' into 'master'
Fix interior sun direction (bug #7585)
Closes #7585
See merge request OpenMW/openmw!3699
|
2023-12-31 17:12:32 +00:00 |
|
Alexei Kotov
|
640fa53bb8
|
Make rain and snow ripple settings global rather than per-weather (#7748)
|
2023-12-30 04:24:18 +03:00 |
|
psi29a
|
2fde1ef3d8
|
Merge branch 'bodypartanimation' into 'master'
NpcAnimation: Assign parent animation time sources to body part controllers (bug #4822)
Closes #4822
See merge request OpenMW/openmw!3653
|
2023-12-29 13:09:56 +00:00 |
|
Alexei Kotov
|
abbbd8cf69
|
Fix interior sun direction (bug #7585)
|
2023-12-29 02:21:39 +03:00 |
|
Alexei Kotov
|
f1782ad8df
|
Merge branch 'rm_unused_vfs' into 'master'
Remove unused vfs argument from correctMeshPath
See merge request OpenMW/openmw!3691
|
2023-12-27 17:23:16 +00:00 |
|
Alexei Kotov
|
ca5e7d1ccb
|
Merge branch 'fix_fallout3' into 'master'
Make traits and base data optional for ESM4 NPC
See merge request OpenMW/openmw!3682
|
2023-12-27 17:10:13 +00:00 |
|
elsid
|
13c8e04b27
|
Make traits and base data optional for ESM4 NPC
Fallout 3 is not fully supported and it causes failures to load NPCs. Log errors
and make sure there is no nullptr dereference.
|
2023-12-27 10:07:48 +01:00 |
|
jvoisin
|
291d19af48
|
Merge branch 'rm_ref_ptr' into 'master'
Avoid using osg::ref_ptr when reference is enough
See merge request OpenMW/openmw!3690
|
2023-12-27 08:03:16 +00:00 |
|
elsid
|
81a483fc7f
|
Remove unused vfs argument from correctMeshPath
|
2023-12-26 14:14:52 +01:00 |
|
elsid
|
145f7b5672
|
Avoid using osg::ref_ptr when reference is enough
|
2023-12-26 11:35:03 +01:00 |
|
psi29a
|
ff514df5a1
|
Merge branch 'distortion' into 'master'
Distortion
See merge request OpenMW/openmw!3536
|
2023-12-26 10:31:51 +00:00 |
|
Alexei Kotov
|
099c39ae87
|
Use fallback weather ripple settings (bug #7292)
|
2023-12-23 11:46:08 +03:00 |
|
Cody Glassman
|
187f63d3d3
|
support postprocess distortion
|
2023-12-21 10:56:38 -08:00 |
|
Alexei Kotov
|
2628b02b4e
|
NpcAnimation: Assign parent animation time sources to body part controllers (bug #4822)
|
2023-12-14 00:48:40 +03:00 |
|
Alexei Kotov
|
f269b25bd0
|
Remove unused field
|
2023-12-09 22:00:35 +03:00 |
|
Mads Buvik Sandvei
|
f6a6c278dd
|
More cleanup of scripted animations
|
2023-12-05 14:13:35 +00:00 |
|
jvoisin
|
2150e4cae6
|
Merge branch 'warningfixes' into 'master'
Fix warnings
See merge request OpenMW/openmw!3587
|
2023-11-17 23:41:47 +00:00 |
|
Andrei Kortunov
|
ba71eefbae
|
Fix GCC warnings
|
2023-11-16 18:53:46 +04:00 |
|
Cody Glassman
|
85fcfbafda
|
apply same logic to render targets, remove UB
|
2023-11-10 21:22:11 -08:00 |
|
Cody Glassman
|
dec120f38c
|
consistent average scene luminance
|
2023-11-10 21:00:47 -08:00 |
|
jvoisin
|
9fb5fe26e6
|
Merge branch 'render_target_fixes' into 'master'
[Postprocessing] Fix dirty flag and share luminance calculator between frames
See merge request OpenMW/openmw!3566
|
2023-11-08 22:50:51 +00:00 |
|
Cody Glassman
|
cdaa44f24c
|
[Postprocessing] Fix dirty flag and share luminance calculator between frames
|
2023-11-08 22:50:50 +00:00 |
|
Alexei Kotov
|
bdc019647a
|
Merge branch 'figure-skaters' into 'master'
Use accumulated movement when possible
Closes #5062
See merge request OpenMW/openmw!3549
|
2023-11-07 03:01:56 +00:00 |
|
Zackhasacat
|
231803c6ea
|
Merge branch 'sunvisibility' into 'master'
Make sun specularity behavior more intuitive (bug #6190)
Closes #6190
See merge request OpenMW/openmw!3535
|
2023-11-05 17:55:27 +00:00 |
|
Cody Glassman
|
9a5fa9b8d6
|
fix persistent buffers and glsl_version
|
2023-11-03 12:59:23 -07:00 |
|
AnyOldName3
|
e67135a517
|
Merge branch 'expiredborders' into 'master'
Fix #7621
Closes #7621
See merge request OpenMW/openmw!3533
|
2023-11-03 18:13:02 +00:00 |
|
AnyOldName3
|
07594037ca
|
Merge branch 'settings_values_shadows' into 'master'
Use settings values for Shadows settings (#6876)
See merge request OpenMW/openmw!3550
|
2023-11-03 11:35:58 +00:00 |
|
Alexei Kotov
|
410fc17159
|
Merge branch 'fo4_abc' into 'master'
Use correct template flags for FO4 NPCs
See merge request OpenMW/openmw!3544
|
2023-11-03 01:30:08 +00:00 |
|
Evil Eye
|
1e06d74f82
|
Fix #7621
|
2023-11-02 21:53:22 +01:00 |
|
elsid
|
f4efbcc1c4
|
Use settings values for Shadows settings
|
2023-11-02 16:36:44 +01:00 |
|
Mads Buvik Sandvei
|
93b723a066
|
Apply legs yaw to accumulated movement.
|
2023-11-01 20:30:26 +01:00 |
|
Petr Mikheev
|
4c6e081da3
|
Skip zero links to ArmorAddons
|
2023-11-01 10:30:19 +01:00 |
|
Cody Glassman
|
7e9690e531
|
[renderer] render scene exclusively to fbo
|
2023-10-31 14:45:31 -07:00 |
|
Alexei Kotov
|
629fe8ce81
|
Merge branch 'we-all-know-actors-cant-read' into 'master'
Some cleanup of scripted animation handling.
Closes #4742, #7637, and #7636
See merge request OpenMW/openmw!3522
|
2023-10-31 21:31:58 +00:00 |
|
Alexei Kotov
|
0b8739711e
|
Merge branch 'settings_values_video' into 'master'
Use settings values for Video settings (#6876)
See merge request OpenMW/openmw!3527
|
2023-10-31 21:24:53 +00:00 |
|
Mads Buvik Sandvei
|
afb9fa06d7
|
clang format
|
2023-10-29 14:54:01 +01:00 |
|
Mads Buvik Sandvei
|
70f41b22b6
|
Based on the reason for closing !1845, we *should* let a scripted animation get stuck forever if the animation was already playing.
|
2023-10-29 14:53:03 +01:00 |
|
Mads Buvik Sandvei
|
92a5e52407
|
rename "persisted" animations to "scripted", because that is what they actually are. And begin teaching the animation system to distinguish between a scripted and an unscripted animation.
|
2023-10-29 14:53:03 +01:00 |
|
Alexei Kotov
|
12abd30e9f
|
Make sun specularity behavior more intuitive (bug #6190)
Remove sun visibility influence on object specularity
Subdue sun visibility influence on water specularity
|
2023-10-29 04:11:40 +03:00 |
|
elsid
|
7e5a1cec04
|
Use settings values for Terrain settings
|
2023-10-27 22:32:20 +02:00 |
|
elsid
|
dcd81d026f
|
Use settings values for Video settings
* Convert window mode, vsync mode into enums, screenshot type into a struct.
* Add missing doc for screenshot type.
|
2023-10-27 14:31:23 +02:00 |
|
elsid
|
7ac402390a
|
Use settings values for Water settings
|
2023-10-15 23:24:46 +02:00 |
|
psi29a
|
de11bbc008
|
Merge branch 'settings_values_shaders' into 'master'
Use settings values for Shaders settings (#6876)
See merge request OpenMW/openmw!3489
|
2023-10-13 07:34:43 +00:00 |
|