AnyOldName3
|
7ebb0cf577
|
Some warnings for Clang
|
2025-09-24 00:38:36 +01:00 |
|
AnyOldName3
|
536e7b8881
|
I think MSVC was right and GCC was wrong
|
2025-09-24 00:37:21 +01:00 |
|
AnyOldName3
|
372e5aa5f8
|
Format
|
2025-09-24 00:01:52 +01:00 |
|
AnyOldName3
|
eb81cc7908
|
More GCC Ubuntu warnings
|
2025-09-23 23:47:27 +01:00 |
|
AnyOldName3
|
f39ba9783a
|
Mark extern library includes as SYSTEM
With CMake 3.25, there's a target property we could use to deal with this with a little less mess, but we use 3.16 right now.
|
2025-09-23 01:13:47 +01:00 |
|
AnyOldName3
|
a433114937
|
Rearrange extern so includes don't need to start with extern/
|
2025-09-23 01:04:45 +01:00 |
|
AnyOldName3
|
b6f699d513
|
First batch of GCC/Ubuntu 24.04 warnings
|
2025-09-23 00:14:53 +01:00 |
|
Evil Eye
|
d2958a17fa
|
Make Absorb Skill safe for creatures
|
2025-09-22 22:13:03 +02:00 |
|
Evil Eye
|
4847995861
|
Bump cache keys
|
2025-09-22 21:28:52 +02:00 |
|
Evil Eye
|
b15ae08a07
|
Reduce type conversions in books
|
2025-09-22 20:59:13 +02:00 |
|
Evil Eye
|
5308e22f6d
|
Address more conversion warnings in the engine
|
2025-09-22 18:10:34 +02:00 |
|
Evil Eye
|
e77ce5a507
|
Fix KeywordSearch
|
2025-09-22 17:12:24 +02:00 |
|
Evil Eye
|
478df08433
|
Address more engine conversion warnings
|
2025-09-22 13:33:27 +02:00 |
|
Evil Eye
|
bcad4a7fd5
|
Address more conversion warnings in the engine
|
2025-09-21 17:45:38 +02:00 |
|
Evil Eye
|
fc700c61fd
|
Resolve various conversion warnings in mwgui
|
2025-09-21 15:58:38 +02:00 |
|
Evil Eye
|
39f17f5651
|
Remove scaled GlyphInfo copy
|
2025-09-21 12:32:31 +02:00 |
|
Evil Eye
|
1caac90e93
|
Add btVector3 -> osg::Vec3f helper
|
2025-09-21 12:14:50 +02:00 |
|
Evil Eye
|
b845e07ad6
|
Address various conversion warnings in openmw
|
2025-09-21 12:00:59 +02:00 |
|
Evil Eye
|
9523f46409
|
Address conversion warnings in opencs
|
2025-09-21 10:45:21 +02:00 |
|
elsid
|
91ccb0fe8d
|
Use proper naming for BSA File and Hash members
|
2025-09-20 19:21:17 +02:00 |
|
Evil Eye
|
712ea46537
|
Fix include order
|
2025-09-20 17:19:54 +02:00 |
|
Evil Eye
|
f181420cce
|
Address conversion warning in the launcher
|
2025-09-20 16:22:18 +02:00 |
|
Evil Eye
|
ddd614f815
|
Address conversion warnings in essimporter
|
2025-09-20 16:20:47 +02:00 |
|
Evil Eye
|
ea2ff63bf6
|
Address conversion warnings in esmtool
|
2025-09-20 16:16:01 +02:00 |
|
Evil Eye
|
3ba702690c
|
Require SOL_PROPAGATE_EXCEPTIONS to be off
|
2025-09-20 16:07:59 +02:00 |
|
Evil Eye
|
b0cf148393
|
Support wrapped arthimetic types
|
2025-09-20 12:58:37 +02:00 |
|
Petr Mikheev
|
bed84e209b
|
Merge branch 'saveaction' into 'master'
Turn menu.saveGame into a delayed action
See merge request OpenMW/openmw!4924
|
2025-09-20 10:39:43 +00:00 |
|
Evil Eye
|
ff79c2d826
|
Turn menu.saveGame into a delayed action
|
2025-09-20 10:39:43 +00:00 |
|
Evil Eye
|
71fa8c9f7d
|
Fix conversion warnings in components_tests
|
2025-09-20 12:12:31 +02:00 |
|
Evil Eye
|
cb82d37992
|
Address remaining conversion warnings in components
|
2025-09-20 11:39:31 +02:00 |
|
Alexei Kotov
|
7d4d3e3c73
|
Merge branch 'notnpcdating' into 'master'
Translate gamepad actions, part 4
See merge request OpenMW/openmw!4922
|
2025-09-20 00:17:05 +03:00 |
|
Alexei Kotov
|
e5b5869a21
|
Merge branch 'kampfpanzer' into 'master'
Add German translations for OMWCombat
See merge request OpenMW/openmw!4921
|
2025-09-20 00:15:54 +03:00 |
|
Evil Eye
|
a8831651bb
|
Swap arguments
|
2025-09-18 22:01:24 +02:00 |
|
Evil Eye
|
f7292680d6
|
Fix most conversion warnings in components
|
2025-09-18 22:00:55 +02:00 |
|
AnyOldName3
|
98291f1377
|
First batch of warning fixes
|
2025-09-18 00:38:08 +01:00 |
|
AnyOldName3
|
7520e86ab3
|
Don't treat the repo root as a system include directory
This is a regression from 99ba45a308 (9a2aa4db38d3115ed60da621e012c0efc0172aae_322_319), and caused many of our headers not to generate warnings.
It also combined with MSVC bug https://developercommunity.visualstudio.com/t/Including-a-header-with-pragma-system_h/10968424?port=1025&fsid=327e3050-e79a-41b0-8237-b262a60103e3 to prevent warnings in any TU that includes a CMake-generated precompiled header.
|
2025-09-17 19:02:51 +01:00 |
|
Alexei Kotov
|
2ea14570c8
|
Merge branch 'you-were-supposed-to-tell-me-about-this' into 'master'
CLEANUP: Document addTopic
See merge request OpenMW/openmw!4923
|
2025-09-15 22:54:43 +03:00 |
|
Dave Corley
|
9a4db2d65f
|
CLEANUP: Document addTopic
|
2025-09-14 15:32:38 -05:00 |
|
Alexei Kotov
|
1182004937
|
Use l10n for inventory gamepad actions
|
2025-09-14 15:46:02 +03:00 |
|
Alexei Kotov
|
b0055ec8e7
|
Use l10n for map gamepad actions
|
2025-09-14 03:23:48 +03:00 |
|
Alexei Kotov
|
baf575e594
|
Add Sex into OpenMW
...as well as the other lines required to expose the race menu gamepad actions to l10n and use them
|
2025-09-14 01:41:11 +03:00 |
|
Alexei Kotov
|
fbb726cee0
|
Merge branch 'shooting-at-macs-without-looking' into 'master'
Some MacOS tidying
See merge request OpenMW/openmw!4905
|
2025-09-14 01:18:50 +03:00 |
|
Alexei Kotov
|
0d260b3c8a
|
Add German translations for OMWCombat
|
2025-09-14 00:44:05 +03:00 |
|
psi29a
|
28a540d5fd
|
Merge branch 'googleenpassant' into 'master'
Add some missing French translations
See merge request OpenMW/openmw!4918
|
2025-09-13 13:22:16 +00:00 |
|
AnyOldName3
|
fe97e3c888
|
Move brew repair and update to architecture-independent script
It installs things now, so these commands are useful.
|
2025-09-12 18:09:12 +01:00 |
|
Alexei Kotov
|
0471b98436
|
Add French translations for Doppler factor lines
|
2025-09-12 12:59:20 +03:00 |
|
Alexei Kotov
|
e70eb1e2e1
|
Add French lines for OMWCombat
|
2025-09-12 12:59:20 +03:00 |
|
Kuyondo
|
4168b6d02e
|
less restrictive probes and lockpicks equipping too
|
2025-09-11 22:08:58 +08:00 |
|
psi29a
|
9257beea4e
|
Merge branch 'bmdhacks-controller-deslect-bug' into 'master'
Controller tooltip display preferences survive mouse movement
See merge request OpenMW/openmw!4858
|
2025-09-09 21:00:56 +00:00 |
|
Alexei Kotov
|
8074331637
|
Merge branch 'gamepadactionl10n' into 'master'
Translate gamepad actions, part 3
See merge request OpenMW/openmw!4916
|
2025-09-08 19:40:20 +03:00 |
|