Dave Corley
bb3467272f
Cleanup: Update changelog.md for #4260 ( close !8078 )
2024-07-21 11:12:48 -05:00
Dave Corley
ac498cf382
Revert "Update CHANGELOG.md"
...
This reverts commit 4ffea31448
.
2024-07-21 10:56:18 -05:00
psi29a
376e8a6e1f
Merge branch 'bounding_box' into 'master'
...
lua - use loaded node when possible when calculating bounding box (#7580 )
Closes #7580
See merge request OpenMW/openmw!4073
2024-07-21 09:31:22 +00:00
psi29a
7026bfd78f
Merge branch 'cs-terrain-equalize-mode' into 'master'
...
Add OpenMW-CS Terrain Equalize tool
See merge request OpenMW/openmw!4260
2024-07-21 09:30:45 +00:00
elsid
34f5bc6fce
Use std math functions
...
To avoid implicit conversions from float to double and back.
2024-07-21 02:06:05 +02:00
elsid
041b3b233a
Normalize forward and up vectors
...
To avoid having any of their components to be out of the range [-1, 1].
2024-07-21 01:26:57 +02:00
elsid
ad428bd23b
Add unit tests for conversion to euler angles
2024-07-21 01:26:51 +02:00
Alexei Kotov
f65f9c15f9
Merge branch 'distorion_alpha_diffuse' into 'master'
...
Do not replace alpha in distortion shaders
See merge request OpenMW/openmw!4259
2024-07-20 22:21:25 +00:00
elsid
a49de4b9f1
Do not allow to construct NormalizedView from std::string
...
To avoid implicit conversion via Normalized which creates NormalizedView from a
temporary Normalized. Mark constructors explicit on purpose so there is no
ambiguity on implicit conversion when there is an overloaded function like:
void f(const Normalized&);
void f(NormalizedView);
2024-07-20 23:58:48 +02:00
Sam Hellawell
96db8e94bd
Fix forgot game section for test settings
2024-07-20 22:56:55 +01:00
Sam Hellawell
b9a7bdc0c7
Dont use NormalizedView for yamlpath, use changeExtension, add setting to tests script
2024-07-20 20:15:17 +01:00
uramer
e8d7c2a257
Correct save getters return types
2024-07-20 20:34:41 +02:00
cykoder
4ffea31448
Update CHANGELOG.md
2024-07-20 18:34:24 +00:00
Andrei Kortunov
54271b872c
Improve QVariant usage
2024-07-20 14:32:56 +04:00
Sam Hellawell
a7a105dfdd
Copy by ref, fix unable to find rules warning garbage
2024-07-20 03:10:05 +01:00
Sam Hellawell
78e365f382
Add OpenMW-CS Terrain Equalize tool
2024-07-20 02:30:46 +01:00
Cody Glassman
8105c62a02
handle potentially empty ptrs
2024-07-19 16:10:36 -07:00
Cody Glassman
21377ee4f3
shaders - multiply instead of replace alpha in distortion
2024-07-19 15:58:49 -07:00
Sam Hellawell
4bd078a6db
Return offset/angle by reference
2024-07-19 01:29:24 +01:00
Sam Hellawell
ecb5616b36
Use std::sin/std::cos, clarify floating point types, update comment
2024-07-19 01:29:15 +01:00
Sam Hellawell
380d357d02
Fix compilation after master merge
2024-07-19 00:06:01 +01:00
Sam Hellawell
277c179fe9
Translation fix
2024-07-19 00:05:59 +01:00
Sam Hellawell
0b3ab23e50
Russian update suggested by Andrei
2024-07-19 00:05:35 +01:00
Sam Hellawell
0bcd872561
Clang format
2024-07-19 00:05:35 +01:00
Sam Hellawell
ddbd87e2a1
Fix blending with additional offsets (sneaking issue)
2024-07-19 00:05:31 +01:00
Sam Hellawell
9beb380c7d
Remove M_PI, documenation cleanup
2024-07-19 00:05:16 +01:00
Sam Hellawell
5deacb82ff
Use M_PI as osg::PIf is not constant
2024-07-19 00:05:16 +01:00
Sam Hellawell
1317434ac0
CI fix
2024-07-19 00:05:03 +01:00
Sam Hellawell
bce97f49b4
spring function clarification
2024-07-19 00:04:16 +01:00
Sam Hellawell
340252007b
fitsRuleString dont reference string_view
2024-07-19 00:04:16 +01:00
Sam Hellawell
014cba807b
Refactor easings, serialize per-line items, constexpr path
2024-07-19 00:04:16 +01:00
Sam Hellawell
72c95a51df
Default mEasingFn in constructor
2024-07-19 00:04:16 +01:00
Sam Hellawell
231af7b1ae
fr/sv translations
2024-07-19 00:04:16 +01:00
Sam Hellawell
eb290bebbb
Refactor AnimBlendControllers
2024-07-19 00:04:16 +01:00
Sam Hellawell
4040bd9231
FIx GCC debug build error
2024-07-19 00:04:16 +01:00
Sam Hellawell
b1b2cceec6
Update translation capitalization
2024-07-19 00:04:16 +01:00
Sam Hellawell
00a7d0281f
Cleanup, refactor, rename AnimBlendControllerBase -> AnimBlendController
2024-07-19 00:04:16 +01:00
Sam Hellawell
42406ed0af
Use META_Object, ignore for serialize
2024-07-19 00:04:16 +01:00
Sam Hellawell
13e1df3bf0
Grammar cleanup, code cleanup, reduce logging, revert mRotation change
2024-07-19 00:04:16 +01:00
Sam Hellawell
22229dd674
Cleanup, use string_view comparison
2024-07-19 00:04:16 +01:00
Sam Hellawell
a2a4d222a7
Localization fixes
2024-07-19 00:04:16 +01:00
Sam Hellawell
28c8e6b1fe
Cleanup loadRules method, smooth animation transitions game.rst docuemntation
2024-07-19 00:04:16 +01:00
Sam Hellawell
07e6ebdea1
Update english translation, add ruski translation
2024-07-19 00:04:16 +01:00
Sam Hellawell
1282be9d29
Fix stats reporting
2024-07-19 00:04:15 +01:00
Sam Hellawell
da542fcf67
Translation updates
2024-07-19 00:04:15 +01:00
Sam Hellawell
95112f78b9
Authors and changelog
2024-07-19 00:04:15 +01:00
Abdu Sharif
aca091c2fc
Documentation
...
Signed-off-by: Sam Hellawell <sshellawell@gmail.com>
2024-07-19 00:04:15 +01:00
Max Yari
136be62146
Launcher checkbox
...
Signed-off-by: Sam Hellawell <sshellawell@gmail.com>
2024-07-19 00:04:15 +01:00
Max Yari
55ffb6d7d2
Animation blending implementation for NIF and osgAnimation through YAML files
...
Signed-off-by: Sam Hellawell <sshellawell@gmail.com>
2024-07-19 00:04:15 +01:00
elsid
323a8355d5
Add test to make sure player rotation does not lead to nan
2024-07-17 23:36:51 +02:00