psi29a
|
0ab79c4370
|
Merge branch 'formatcomponents' into 'master'
Remove StringUtils::format from components
See merge request OpenMW/openmw!4880
|
2025-08-31 17:59:35 +00:00 |
|
elsid
|
0f36b7fc97
|
Fix and enforce parameter naming
|
2025-08-27 12:45:09 +02:00 |
|
Evil Eye
|
79a1f1c3d2
|
Address feedback
|
2025-08-25 16:46:04 +02:00 |
|
Evil Eye
|
44fe703827
|
Use correct string types in SettingsWindow
|
2025-08-24 16:05:41 +02:00 |
|
Evil Eye
|
2321086876
|
Replace StringUtils::format in components/misc
|
2025-08-24 16:01:17 +02:00 |
|
Evil Eye
|
a085036a92
|
Resolve a number of Coverity defects
|
2025-08-06 19:52:09 +02:00 |
|
Andrew Lanzone
|
dc2ff4bfa2
|
Rename ControllerButtonStr struct and its internal fields
|
2025-07-27 13:14:31 -07:00 |
|
Andy Lanzone
|
c015599356
|
Merge branch openmw:master into master
|
2025-07-26 00:17:39 -07:00 |
|
Jared Davenport
|
324bdf8f7a
|
Save user settings when closing windows
|
2025-07-23 09:32:04 +00:00 |
|
Andrew Lanzone
|
9e2927f734
|
Use the localized strings from Interface l10n module where possible
|
2025-07-14 17:45:03 -07:00 |
|
Andrew Lanzone
|
9a637563cd
|
Fix getIndexSelected typing
|
2025-07-08 19:46:24 -07:00 |
|
Alexei Kotov
|
38efdd2fd8
|
Revert "Merge branch 'master' into 'master'"
This reverts merge request !4710
|
2025-07-05 01:00:26 +03:00 |
|
Andrew Lanzone
|
b4ede02cce
|
Move hardcoded strings to i10n
|
2025-06-12 21:43:01 -07:00 |
|
Andrew Lanzone
|
c35e0d7336
|
Add menu click sounds to some menus when activated by the controller
|
2025-06-03 21:57:43 -07:00 |
|
Andrew Lanzone
|
23c733ef94
|
Use wrap helper function to simplify some controller handler logic
|
2025-05-20 00:27:14 -07:00 |
|
Andrew Lanzone
|
e01291ec4a
|
Add whole set of button icons
|
2025-05-17 22:32:03 -07:00 |
|
Andrew Lanzone
|
c0694d3c0e
|
Add overlay showing what controller buttons do
|
2025-05-16 21:41:28 -07:00 |
|
Andrew Lanzone
|
2970913d55
|
Minimal controller bindings for settings window
|
2025-05-09 23:44:06 -07:00 |
|
Alexei Kotov
|
4eb5b24af5
|
Fix localized checkbox toggling behavior
|
2025-01-06 09:43:44 +03:00 |
|
Alexei Kotov
|
aa277c0934
|
Add an option to match sunlight to the sun (#8032)
|
2024-12-28 18:29:35 +03:00 |
|
Alexei Kotov
|
176dec45a7
|
Make light attenuation fade optional
This also makes Force Per Pixel Lighting caption shorter to provide more space for the new button
|
2024-08-30 10:03:37 +03:00 |
|
Alexei Kotov
|
593d4ff714
|
Move per-pixel lighting to the in-game settings
|
2024-06-06 05:19:33 +03:00 |
|
Sam Hellawell
|
d3c1aa6653
|
Fix incorrect texture filtering GUI for nearest, allow to disable nearest from GUI
|
2024-05-23 04:11:29 +01:00 |
|
elsid
|
e11a5a4352
|
Use normalized path for SoundManager::playPlaylist
|
2024-04-19 22:43:20 +02:00 |
|
Alexei Kotov
|
76105cc2d1
|
Make sunlight scattering and wobbly shores optional
|
2024-03-29 10:41:04 +03:00 |
|
Alexei Kotov
|
6232b4f9e8
|
Reimplement the Settings window as a normal window (#7845, #7870)
|
2024-03-11 23:48:44 +03:00 |
|
jvoisin
|
ec6ac8058b
|
Merge branch 'vfs_normalized_path' into 'master'
Add type for normalized VFS path and use for VFS::Manager file map key
See merge request OpenMW/openmw!3781
|
2024-01-23 20:42:48 +00:00 |
|
Andrei Kortunov
|
a340b49cbc
|
Enhance light settings tweaking
|
2024-01-16 10:23:13 +04:00 |
|
elsid
|
a2147d70cc
|
Use forward declaration for some VFS types
This will allow to save on preprocessed code size in the future changes.
|
2024-01-16 01:32:11 +01:00 |
|
Alexei Kotov
|
7310418984
|
Downgrade Settings GUI mode to a modal (bug #6758)
|
2024-01-02 22:32:52 +03:00 |
|
Andrei Kortunov
|
623510c073
|
Use multiplication character in the launcher instead of 'x'
|
2023-11-28 22:47:27 +04:00 |
|
Andrei Kortunov
|
81a6a7cd2f
|
Rework resolution selection (feature 7709)
|
2023-11-28 22:22:34 +04:00 |
|
Evil Eye
|
81b8328bdd
|
Include UString
|
2023-11-23 19:52:18 +01:00 |
|
Evil Eye
|
da9b0c5119
|
Use MyGUI::UString's new string_view support
|
2023-11-22 22:02:06 +01:00 |
|
Alexei Kotov
|
0b8739711e
|
Merge branch 'settings_values_video' into 'master'
Use settings values for Video settings (#6876)
See merge request OpenMW/openmw!3527
|
2023-10-31 21:24:53 +00:00 |
|
elsid
|
7e5a1cec04
|
Use settings values for Terrain settings
|
2023-10-27 22:32:20 +02:00 |
|
elsid
|
dcd81d026f
|
Use settings values for Video settings
* Convert window mode, vsync mode into enums, screenshot type into a struct.
* Add missing doc for screenshot type.
|
2023-10-27 14:31:23 +02:00 |
|
Evil Eye
|
97009f1e23
|
Merge Assumeru/mystringvui
|
2023-10-17 23:53:04 +02:00 |
|
Bret Curtis
|
43a931d3c4
|
[#7528] Fix MyGUI 3.4.3 issues
|
2023-10-17 23:53:04 +02:00 |
|
elsid
|
7ac402390a
|
Use settings values for Water settings
|
2023-10-15 23:24:46 +02:00 |
|
elsid
|
08902371b4
|
Use settings values for Shaders settings
|
2023-10-12 20:43:53 +02:00 |
|
Andrei Kortunov
|
1ac0a3b25b
|
Update canvas size every frame when it is visible (bug 7603)
|
2023-09-29 13:34:04 +04:00 |
|
elsid
|
d113f0fc44
|
Use settings values for GUI settings
|
2023-07-16 20:46:54 +02:00 |
|
elsid
|
ebb8fdc698
|
Use settings values for General settings
|
2023-07-04 21:40:04 +02:00 |
|
Petr Mikheev
|
718d5e4a71
|
Add setting "gmst overrides l10n"
|
2023-06-13 10:06:59 +02:00 |
|
Evil Eye
|
492e336c0c
|
Use string_view in more UI code
|
2023-05-21 18:14:12 +02:00 |
|
Evil Eye
|
5491512905
|
Use string_view in more places and reduce the number of empty string literals
|
2023-05-21 16:39:32 +02:00 |
|
elsid
|
4be43a2dca
|
Map SettingValueType Cell to float setting type
|
2023-05-20 15:00:00 +02:00 |
|
elsid
|
c5ab0c8b73
|
Avoid using Settings::Manager::set* functions directly
|
2023-05-03 22:11:44 +02:00 |
|
elsid
|
39e867781e
|
Avoid using Settings::Manager::mDefaultSettings directly
|
2023-04-22 21:02:16 +02:00 |
|