psi29a
9bbd448f29
Merge branch 'vfs_normalized_path_7' into 'master'
...
Use normalized path for RetrieveAnimationsVisitor
See merge request OpenMW/openmw!4271
2024-07-24 07:32:18 +00:00
uramer
f15888f474
Lua docs: getRealFrameDuration not available in global
2024-07-24 09:28:51 +02:00
Anton Uramer
a5d1db2afd
Use new Context helpers for UI bindings
2024-07-24 09:28:51 +02:00
Anton Uramer
6851e6e56a
Context helpers for caching packages, split up core bindings into multiple caches, remove getRealFrameDuration in global context
2024-07-24 09:28:50 +02:00
Hristos N. Triantafillou
fe18c279ac
Add the AiWander Lua API MR to changelog, fix Lua docs typo
2024-07-23 18:26:05 -05:00
Dave Corley
c90af583b2
FEAT(CMakeLists): Increment API revision
2024-07-23 14:39:59 -05:00
Dave Corley
277f7d17e8
CLEANUP(animation.lua): Camelcase everything
2024-07-23 14:39:56 -05:00
Dave Corley
74ac706453
c h a n g e l o g
2024-07-23 13:59:31 -05:00
Dave Corley
9f8ebc7973
FIX: Correct keybind conflict with move submode and drop to terrain
2024-07-23 13:59:31 -05:00
Dave Corley
55ccec7ecc
FIX: Update settings declarations to newer standards
2024-07-23 13:59:31 -05:00
Dave Corley
5afdcddefa
Consistency fix in keybind names, simplify instancemode and remove some
...
dead code
2024-07-23 13:59:21 -05:00
Dave Corley
78c41d3eee
Feat(instancemode.cpp): Implement keybinds for axis locking & switching submodes
...
Cleanup(instancemode): Make the axis shortcut using std::string instead
of format
2024-07-23 13:58:43 -05:00
Dave Corley
98750a122d
Feat(worldspacewidget.cpp): store the camera mode tool & implement the
...
shortcut to cycle camera modes
2024-07-23 13:56:19 -05:00
Dave Corley
2e581c4d70
Feat(CS): Add shortcuts for axis locking, submode selection, and camera cycling
2024-07-23 13:56:14 -05:00
Dave Corley
86f33cb6fe
CLEANUP(animationbindings): Lowercase all input groupnames
2024-07-23 11:39:06 -05:00
Dave Corley
6eee6e9468
CLEANUP(animationbindings): camelCase all the things
2024-07-23 05:58:32 -05:00
uramer
80ced23a69
Lua Context: Replace exclusive bools with type enum
2024-07-23 10:39:58 +02:00
Andrei Kortunov
355dd0bccf
Do not store references to disposed objects
2024-07-23 10:27:23 +04:00
Petr Mikheev
4a56d39b41
Minor fix in extern/CMakeLists.txt: there is no variable BUILD_UNITTESTS anymore.
2024-07-23 00:44:39 +02:00
psi29a
5d3aa62e56
Merge branch 'fix_save_docs' into 'master'
...
Lua docs: correct save getters return types
See merge request OpenMW/openmw!4262
2024-07-22 22:16:01 +00:00
psi29a
6065dfda2d
Merge branch 'gaspthemenuisawerewolf' into 'master'
...
Update the menu video from a separate thread and respect window resizes
Closes #8063
See merge request OpenMW/openmw!4250
2024-07-22 22:11:17 +00:00
elsid
8cc744997f
Make path helpers constexpr and noexcept
2024-07-22 22:01:05 +02:00
elsid
7e1ecfc0ee
Pass normalized path to RetrieveAnimationsVisitor
2024-07-22 22:01:05 +02:00
elsid
616b033c36
Move parseTextKey and parseTimeSignature to unnamed namespace
2024-07-22 22:01:05 +02:00
elsid
6e97deb3f7
Use normalized path for text key files
2024-07-22 22:01:04 +02:00
Alexei Kotov
1f4ab3b668
Merge branch 'animationblending' into 'master'
...
Animation blending implementation. Flexible and moddable through .yaml blending config files.
See merge request OpenMW/openmw!3497
2024-07-22 13:16:06 +00:00
psi29a
2743c4920e
Merge branch 'vfs_normalized_view_string' into 'master'
...
Do not allow to construct NormalizedView from std::string
See merge request OpenMW/openmw!4263
2024-07-22 07:22:02 +00:00
psi29a
89e8514e00
Merge branch 'qvariant_usertype' into 'master'
...
Improve QVariant usage
See merge request OpenMW/openmw!4261
2024-07-22 07:21:45 +00:00
psi29a
f2aa30f7a5
Merge branch 'fix_nan_get_angles' into 'master'
...
Avoid getting nan in conversion to euler angles (#7772 )
Closes #7772
See merge request OpenMW/openmw!4258
2024-07-22 07:21:29 +00:00
Alexei Kotov
8fda238753
Merge branch 'correct-4260' into 'master'
...
Correct changelog for !4260 (close #8078 )
Closes #8078
See merge request OpenMW/openmw!4264
2024-07-21 20:18:11 +00:00
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