Andrew Lanzone
abe0467915
Show count dialog when dropping stacks (cleans up the logic too)
2025-07-06 22:42:08 -07:00
epochwon
db22706e8e
I'm sorry clang, forgive me
2025-07-07 01:40:25 -04:00
epochwon
ba361302a1
cache physics framerate at start instead of checking every update
2025-07-07 01:40:25 -04:00
epochwon
ce666db34f
don't use EFX doppler, set doppler factor globally instead of per-sound
2025-07-07 01:40:25 -04:00
epochwon
f0e9df4de2
fix launcher ui and lang mess
2025-07-07 01:40:25 -04:00
epochwon
1206688494
language files maybe?
2025-07-07 01:40:25 -04:00
epochwon
d29c01be26
appease clang + docs
2025-07-07 01:40:24 -04:00
epochwon
c541cb96cc
doppler take 2
2025-07-07 01:37:18 -04:00
Aussiemon
67795543a2
Revert "Fix unneeded runtime errors"
...
This reverts commit d207c2251f
.
2025-07-06 20:51:53 -06:00
Sarah Sunday
6a9b2d3302
[CI] Brew cleanup/simplify
2025-07-06 17:28:23 -05:00
Kindi
c4a4c435f1
refactor opshowvars
2025-07-07 04:38:25 +08:00
Alexei Kotov
abbbeefdbd
Merge branch 'harvest' into 'master'
...
Do not recreate animation object when harvesting a plant
See merge request OpenMW/openmw!4744
2025-07-06 22:24:20 +03:00
Alexei Kotov
eb9096baf4
Merge branch 'eventful' into 'master'
...
[Lua] Some event handlers.
See merge request OpenMW/openmw!4738
2025-07-06 22:20:27 +03:00
Alexei Kotov
0b192c4485
Merge branch 'tidy-up-warnings' into 'master'
...
Apply warning flags consistently for all compilers
Closes #7882
See merge request OpenMW/openmw!4748
2025-07-06 22:18:22 +03:00
Alexei Kotov
a109052296
Merge branch 'no_water_blend' into 'master'
...
Fix disappearing normals with refraction disabled (#8490 )
Closes #8490
See merge request OpenMW/openmw!4746
2025-07-06 22:12:59 +03:00
Aussiemon
555721141d
Skip quest names (vanilla improvement)
2025-07-06 12:16:17 -06:00
Aussiemon
d207c2251f
Fix unneeded runtime errors
2025-07-06 12:16:17 -06:00
Aussiemon
0e1ed078e9
Clang format
2025-07-06 12:16:17 -06:00
Aussiemon
73a3033e0f
Get the dialogue manager once
2025-07-06 12:16:17 -06:00
Aussiemon
30140d9548
Get the journal only once
2025-07-06 12:16:17 -06:00
Aussiemon
565b199380
Clang format
2025-07-06 12:16:17 -06:00
Aussiemon
83903455f9
Address review comments
2025-07-06 12:16:17 -06:00
Aussiemon
4b98520266
Revert shared addJournalEntry
2025-07-06 12:16:17 -06:00
Aussiemon
34194f9c08
Add topics as known topics in addition to journal topics
2025-07-06 12:16:17 -06:00
Aussiemon
2e1f3d5d2c
Clang format
2025-07-06 12:16:17 -06:00
Aussiemon
6c70c403be
Implement FillJournal console command
2025-07-06 12:16:17 -06:00
Aussiemon
2db36c49b5
Move early out to better place
2025-07-06 11:51:44 -06:00
Aussiemon
09ed5bb234
Allow immobile actors to initiate combat when attacked
2025-07-06 11:51:44 -06:00
Aussiemon
3df695df4a
Found better place for early return
2025-07-06 11:51:44 -06:00
Aussiemon
23dc226dff
Revert autoformat changes
2025-07-06 11:51:44 -06:00
Aussiemon
a77a8904e5
Immobile creatures should enter combat, but not act
2025-07-06 11:51:44 -06:00
Aussiemon
266702e729
Remove obsolete combat block for immobile creatures and autoformat
2025-07-06 11:51:44 -06:00
AnyOldName3
89d6f59388
Use verbose status for ccache so we can see what caused hit failures
2025-07-06 15:58:12 +01:00
Mads Buvik Sandvei
45c187028f
Bump
2025-07-06 14:23:39 +02:00
Alexei Kotov
df5625a1e3
Unify creature/NPC armor autoequip
2025-07-06 13:58:25 +03:00
psi29a
c232ad55b4
Merge branch 'updateinventory' into 'master'
...
Update inventory window when item is added or removed into container by script
Closes #8431
See merge request OpenMW/openmw!4609
2025-07-06 10:20:52 +00:00
psi29a
86d81af199
Merge branch 'hairwidthcrosshair' into 'master'
...
Make the crosshair smaller
See merge request OpenMW/openmw!4608
2025-07-06 10:20:16 +00:00
psi29a
3405d5017e
Merge branch 'birthsigntooltip' into 'master'
...
Revise birthsign tooltip layout (#6792 )
Closes #6792
See merge request OpenMW/openmw!4558
2025-07-06 10:18:52 +00:00
psi29a
a5e23f5fd3
Merge branch 'portedesetoiles' into 'master'
...
Fix path handling for files in BSAs
Closes #8598 and #8599
See merge request OpenMW/openmw!4655
2025-07-06 10:17:55 +00:00
Evil Eye
3574cd552c
Make ExtraSpell undress less
2025-07-06 12:10:49 +02:00
Andrei Kortunov
d455ff5f5e
Treat formatting string arguments as UTF-8 string
2025-07-06 13:35:27 +04:00
Andrei Kortunov
779840deea
Print a more verbose message when we failed to write savegame
2025-07-06 11:27:03 +04:00
Alexei Kotov
9b8a383e8d
Merge branch 'sinalau-bakas' into 'master'
...
Respawning npc respawns in origin cell
See merge request OpenMW/openmw!4695
2025-07-06 07:06:47 +03:00
AnyOldName3
c253590338
Restore previous interpretation of OPENMW_CXX_FLAGS
...
It used to be copied as-is into the command-line options for the compiler, whereas add_compile_options expects a list of arguments.
separate_arguments can be used to split a string how the system would split a command line.
2025-07-05 22:56:42 +01:00
Mads Buvik Sandvei
7143115e57
Doc update
2025-07-05 21:30:51 +02:00
Mads Buvik Sandvei
1b9802472d
Doc updates
2025-07-05 21:30:51 +02:00
Mads Buvik Sandvei
c7e3f9b0cf
Add some events from the dehardcode spellcasting MR, that do not need to be specific to that MR.
2025-07-05 21:30:51 +02:00
AnyOldName3
da32ccee50
Apply warning flags consistently for all compilers
...
This avoids a problem where a bunch of our targets weren't having the right warning flags set up with MSVC.
It shouldn't make any difference for other compilers, except Clang in clang-cl mode, which wants MSVC warning flags, and will now get them.
It doesn't seem to resolve https://gitlab.com/OpenMW/openmw/-/issues/7882 , so you still have to disable precompiled headers to see warnings with MSVC.
2025-07-05 19:49:08 +01:00
Andrew Lanzone
b6f3b2760a
Use a new string for 'Select Character' controller button label
2025-07-05 10:27:45 -07:00
AnyOldName3
bf92e551a7
Eliminate reference to vestigial MT_BUILD variable
2025-07-05 18:09:36 +01:00