elsid
|
d400c0959c
|
Hide main menu on new and loading game from menu scripts
|
2025-02-28 18:11:22 +01:00 |
|
Alexei Kotov
|
ec2c031792
|
Make powers immune to silence (#8371)
|
2025-02-27 18:27:10 +03:00 |
|
uramer
|
3a98b945a8
|
Keep MENU-registered input actions between games
|
2025-02-26 16:56:41 +01:00 |
|
Alexei Kotov
|
a6676fd6f3
|
Merge branch 'actionshaveeffects' into 'master'
Turn ActorActiveEffects:remove into a delayed action
Closes #8317, #8350, and #8366
See merge request OpenMW/openmw!4553
|
2025-02-24 22:49:52 +00:00 |
|
Alexei Kotov
|
73bb281f34
|
Merge branch 'toscrollornottoscroll' into 'master'
Don't create a scrollbar that cannot be scrolled
Closes #8364
See merge request OpenMW/openmw!4552
|
2025-02-24 21:35:19 +00:00 |
|
Evil Eye
|
f891a7c3b3
|
Turn ActorActiveEffects:remove into a delayed action
|
2025-02-24 17:07:32 +01:00 |
|
psi29a
|
614ca25d3b
|
Merge branch 'changelog' into 'master'
Move #6097 from 0.49.0 to 0.48.0 changelog
See merge request OpenMW/openmw!4544
|
2025-02-24 08:34:56 +00:00 |
|
psi29a
|
74018162c7
|
Merge branch 'deordmitri-master-patch-83688' into 'master'
Update install-game-files.rst
See merge request OpenMW/openmw!4269
|
2025-02-24 08:33:13 +00:00 |
|
Evil Eye
|
3e3dfac4e0
|
Don't create a scrollbar that cannot be scrolled
|
2025-02-23 10:48:13 +01:00 |
|
Alexei Kotov
|
dad22cb672
|
Apply jvoisin's suggestion to install-game-files.rst
|
2025-02-22 22:37:58 +00:00 |
|
Alexei Kotov
|
cf7e276a6a
|
Remove file name exceptions (#7249)
|
2025-02-23 00:18:07 +03:00 |
|
Alexei Kotov
|
72cbf61b43
|
Rename apps/openmw/mwsound files and classes to follow naming conventions
|
2025-02-23 00:18:07 +03:00 |
|
Alexei Kotov
|
fc850cfe69
|
Rename components/crashcatcher files to follow naming conventions
|
2025-02-23 00:18:07 +03:00 |
|
Alexei Kotov
|
ac9505b536
|
Rename components/to_utf8 directory and files to follow naming conventions
|
2025-02-23 00:18:07 +03:00 |
|
Alexei Kotov
|
89426af94a
|
Rename apps/components_tests files to follow naming conventions
|
2025-02-22 23:47:12 +03:00 |
|
Alexei Kotov
|
a3e19f9bb7
|
Rename apps/openmw_tests files to follow naming conventions
|
2025-02-22 23:47:12 +03:00 |
|
Alexei Kotov
|
dd16c87080
|
Rename components/platform files to follow naming conventions
|
2025-02-22 23:47:11 +03:00 |
|
Alexei Kotov
|
b997386cd3
|
Rename android-main.cpp to follow naming conventions
|
2025-02-22 23:47:09 +03:00 |
|
Alexei Kotov
|
7df74664e4
|
Rename gl4es-init.cpp/h to follow naming conventions
|
2025-02-22 21:49:49 +03:00 |
|
Alexei Kotov
|
3793ff8be8
|
Standardize components/fx file include guards
|
2025-02-22 21:14:58 +03:00 |
|
Alexei Kotov
|
5d5595cc5b
|
Standardize components/bsa file include guards and order
|
2025-02-22 21:12:28 +03:00 |
|
Alexei Kotov
|
8b911ce3eb
|
Rename components/fx files to follow naming conventions
|
2025-02-22 21:00:40 +03:00 |
|
Alexei Kotov
|
0254feefe3
|
Rename bsa_file.cpp/hpp to follow naming conventions
|
2025-02-22 20:52:39 +03:00 |
|
Evil Eye
|
07cc2a72bb
|
Merge branch 'automove' into 'master'
Don't disable automove when the player can't move (#8358)
Closes #8358
See merge request OpenMW/openmw!4547
|
2025-02-22 11:18:39 +00:00 |
|
Alexei Kotov
|
835ad09657
|
Move #6097 from 0.49.0 to 0.48.0 changelog
|
2025-02-21 11:39:54 +03:00 |
|
Alexei Kotov
|
cd53cbbea2
|
Don't disable automove when the player can't move (#8358)
|
2025-02-21 01:38:08 +03:00 |
|
psi29a
|
5b788baa35
|
Merge branch 'screening' into 'master'
Editor: Fall back to the closest screen when necessary (#8354)
Closes #8354
See merge request OpenMW/openmw!4542
openmw-49-rc5
|
2025-02-19 11:27:33 +00:00 |
|
Alexei Kotov
|
04689334c5
|
Editor: Use the first/primary screen as last resort
|
2025-02-18 22:28:54 +03:00 |
|
Alexei Kotov
|
d71e4ec9f0
|
Editor: Fall back to the closest screen when necessary (#8354)
|
2025-02-18 13:31:13 +03:00 |
|
psi29a
|
6ede5635b3
|
Merge branch 'edgelord' into 'master'
Fix UB when pathgrid geometry is generated and all pathgrid edges are invalid
See merge request OpenMW/openmw!4541
|
2025-02-17 15:01:15 +00:00 |
|
Alexei Kotov
|
602a429a68
|
Fix UB when pathgrid geometry is generated and all pathgrid edges are invalid
|
2025-02-16 17:46:52 +03:00 |
|
psi29a
|
3b05ec0ab1
|
Merge branch 'countteleportula' into 'master'
Include Ptrs with a count of 0 in cell unloading
Closes #8311
See merge request OpenMW/openmw!4536
|
2025-02-14 18:25:14 +00:00 |
|
Alexei Kotov
|
1a9e29844b
|
Implement TCB interpolation for vectors and scalars (#2379)
|
2025-02-13 13:41:34 +03:00 |
|
Evil Eye
|
ad8f6e5eb6
|
Include Ptrs with a count of 0 in cell unloading
|
2025-02-12 22:07:30 +01:00 |
|
psi29a
|
63e3b8f41b
|
Merge branch 'levelledcreatures' into 'master'
Avoid reference to temporary in levelled creatures bindings (#8347)
Closes #8347
See merge request OpenMW/openmw!4535
|
2025-02-11 20:34:20 +00:00 |
|
psi29a
|
19793c21b4
|
Merge branch 'menucrash' into 'master'
Clear queued scripts when clearing the Lua manager
Closes #8346
See merge request OpenMW/openmw!4537
|
2025-02-11 20:33:11 +00:00 |
|
Evil Eye
|
86d56a0b1a
|
Clear queued scripts when clearing the Lua manager
|
2025-02-10 20:04:24 +01:00 |
|
psi29a
|
782c274d86
|
Merge branch 'shutupsdl' into 'master'
Silence SDL3 window/display events coming from SDL2-compat
See merge request OpenMW/openmw!4531
|
2025-02-10 16:58:28 +00:00 |
|
psi29a
|
d2610973dd
|
Merge branch 'shutupssg' into 'master'
Add a dummy serializer for billboards
See merge request OpenMW/openmw!4532
|
2025-02-10 16:58:21 +00:00 |
|
psi29a
|
3405dbab6d
|
Merge branch 'nifboolvectors' into 'master'
Optimize NIF boolean list reading
See merge request OpenMW/openmw!4534
|
2025-02-10 16:57:53 +00:00 |
|
Alexei Kotov
|
5626d925e3
|
Avoid reference to temporary in levelled creatures bindings (#8347)
|
2025-02-10 13:07:31 +03:00 |
|
Alexei Kotov
|
c1960635d2
|
Optimize NIF boolean vector reading
|
2025-02-07 04:55:06 +03:00 |
|
Alexei Kotov
|
eaf9488ba0
|
Silence SDL3 window/display events coming from SDL2-compat
|
2025-02-04 20:30:19 +03:00 |
|
Alexei Kotov
|
cfa1ad0b33
|
Add a dummy serializer for billboards
|
2025-02-04 20:22:14 +03:00 |
|
Alexei Kotov
|
0f9be64904
|
Use the final effect cost to calculate enchantment price (#8340)
|
2025-02-04 09:21:13 +03:00 |
|
AnyOldName3
|
1aa4ef029c
|
Merge branch 'lessborkedprecipocclusion' into 'master'
Fix invisible rain when occlusion is enabled and sky blending isn't (#7273)
Closes #7273
See merge request OpenMW/openmw!4520
openmw-49-rc4
|
2025-02-01 15:19:07 +00:00 |
|
Alexei Kotov
|
fe571c1a4d
|
Fix invisible rain when occlusion is enabled and sky blending isn't (#7273)
|
2025-01-31 18:13:29 +03:00 |
|
Alexei Kotov
|
a17bffda26
|
Merge branch 'blencludes' into 'master'
Remove superfluous includes from animblendrules.cpp
See merge request OpenMW/openmw!4523
|
2025-01-31 14:46:12 +00:00 |
|
Alexei Kotov
|
c04cd2dfa4
|
Merge branch '49_multiview' into 'master'
.49 stereo fixes
See merge request OpenMW/openmw!4527
|
2025-01-31 14:35:33 +00:00 |
|
Alexei Kotov
|
81287034fc
|
Merge branch 'pin-awscli' into 'master'
Pin awscli to 2.22.35
See merge request OpenMW/openmw!4524
|
2025-01-31 14:30:03 +00:00 |
|