Cody Glassman
4e32e9f127
docs - chevron 7 locked
2025-06-17 21:01:03 -07:00
Cody Glassman
b7a1f76f4d
docs - make table headers real headers
2025-06-17 18:22:26 -07:00
Cody Glassman
cd1bd0eeaf
docs - enable scroll to top widget
2025-06-17 18:01:49 -07:00
Cody Glassman
d81c666a2c
docs - increase width of left TOC on large screens
2025-06-17 17:59:30 -07:00
Cody Glassman
45d73957c1
docs - style left TOC scroll
2025-06-17 17:55:52 -07:00
Cody Glassman
733631a771
docs - more styling
2025-06-17 17:39:10 -07:00
Cody Glassman
36941bf4e9
docs - add table hover highlight and increase max width
2025-06-17 16:31:18 -07:00
Cody Glassman
49a651761f
docs - clean up styles and add comments for each override
2025-06-17 16:14:19 -07:00
Cody Glassman
e649498f06
docs - adjust styling for em
2025-06-17 15:54:04 -07:00
Cody Glassman
4032f4e06c
docs - more restructuring
2025-06-17 11:42:13 -07:00
Cody Glassman
8439ac1b4e
docs - revert bump in sphinx version
2025-06-17 11:05:08 -07:00
Cody Glassman
766b8f3145
docs - more restructuring
2025-06-17 11:03:55 -07:00
Alexei Kotov
5cc5307c10
Merge branch 'upgrade-mac-qt6' into 'master'
...
[CI] Mac - use qt@6
See merge request OpenMW/openmw!4719
2025-06-17 19:12:37 +03:00
Alexei Kotov
4a6d2465b4
Remove Qt PATH adjustment (Qt6 is symlinked)
2025-06-17 19:11:39 +03:00
Cody Glassman
30b27c966f
docs - switch to awesome sphinx theme
2025-06-17 08:44:15 -07:00
psi29a
323e83784f
Merge branch 'master' into 'master'
...
Changed desktop files to appropriately use StartupWMClass. What this does is...
See merge request OpenMW/openmw!4714
2025-06-17 07:52:32 +00:00
Claire
f84983a5d4
Changed desktop files to appropriately use StartupWMClass. What this does is...
2025-06-17 07:52:31 +00:00
Cody Glassman
1de86f95ac
docs - slightly less ugly dark mode code blocks
2025-06-16 16:41:37 -07:00
Cody Glassman
f9af61f096
docs - use shortened context for player
2025-06-16 16:35:24 -07:00
Cody Glassman
21cf7bb397
docs - add context tags to interfaces and aux packages
2025-06-16 16:32:51 -07:00
AnyOldName3
2ce4571c3a
Handle paths passed on the command line properly
...
Fixes https://gitlab.com/OpenMW/openmw/-/issues/8567 .
Also maybe horribly breaks lots of things because it removes some insanity from https://gitlab.com/OpenMW/openmw/-/merge_requests/86 , which would set the CWD to the local directory just in case any local-relative paths were expressed relatively without the explicit base being the local path.
2025-06-17 00:26:06 +01:00
Cody Glassman
132ff5294c
docs - bump documentor commit
2025-06-16 16:19:20 -07:00
Cody Glassman
522a572032
docs - clean up styling for dark mode
2025-06-16 16:05:43 -07:00
Cody Glassman
49865b1aa1
docs - fix package version and logo
2025-06-16 15:55:59 -07:00
Cody Glassman
8d7bdc2e61
docs - remove unused sphinx theme from requirements.txt
2025-06-16 15:39:49 -07:00
Cody Glassman
302d92561d
docs - begin restructing docs
2025-06-16 15:36:43 -07:00
Sarah Sunday
6d89ae1a75
[CI] Mac - use qt@6
2025-06-14 16:09:07 -05:00
Andrew Lanzone
0a03403277
Fix closing dialogue when a choice is active; improve scrolling
2025-06-14 13:42:51 -07:00
Andrew Lanzone
8d545a43d5
Scrolll the list of quests in controller mode
2025-06-14 13:14:32 -07:00
Andrew Lanzone
ef651ee187
Update swedish translation for putting an item in a container
2025-06-14 13:13:36 -07:00
Alexei Kotov
e7305e7c97
Merge branch 'colorfullights' into 'master'
...
Use the Color type for Light colours in Lua
Closes #8558
See merge request OpenMW/openmw!4715
2025-06-14 00:36:45 +03:00
Alexei Kotov
780a4904bd
Handle implicitly checked files more consistently ( #8563 )
2025-06-13 22:14:08 +03:00
Andrew Lanzone
0502366be9
Merge branch openmw:master into master
2025-06-13 04:44:05 +00:00
Andrew Lanzone
b4ede02cce
Move hardcoded strings to i10n
2025-06-12 21:43:01 -07:00
Alexei Kotov
019af35278
Merge branch 'ESSImportRegression' into 'master'
...
Import ESS kill count / selected spell as RefIDs, handle old INFO records
Closes #8559
See merge request OpenMW/openmw!4712
2025-06-12 23:28:15 +03:00
Aussiemon
f085717aef
Import ESS kill count / selected spell as RefIDs, handle old INFO records
2025-06-12 23:28:14 +03:00
Evil Eye
45a51bceb2
Implement equal_to for Color
2025-06-12 17:48:11 +02:00
Evil Eye
be0cbb7277
Use the Color type for Light colours in Lua
2025-06-12 17:17:28 +02:00
Andrew Lanzone
e01b8d372c
In controller mode, make focused spell blue to match other menus
2025-06-11 23:16:08 -07:00
Alexei Kotov
b988190fba
Merge branch 'add-missing-line-break' into 'master'
...
Add missing line break
See merge request OpenMW/openmw!4713
2025-06-11 16:22:55 +03:00
AnyOldName3
d8c764ba5a
Add missing line break
...
The bullet points don't render correctly without it.
2025-06-11 14:02:58 +01:00
psi29a
5163214878
Merge branch 'readfileqlists' into 'master'
...
Optimize value deduping in Qt openmw.cfg loading
See merge request OpenMW/openmw!4708
2025-06-11 09:37:56 +00:00
psi29a
d2e7da0c19
Merge branch 'crash-catcher-errors' into 'master'
...
Emit visible errors when crash dump creation fails
See merge request OpenMW/openmw!4711
2025-06-11 07:26:11 +00:00
Andrew Lanzone
1e3ddee291
Remove default string when creating a potion that won't work
2025-06-10 21:42:51 -07:00
AnyOldName3
a179001052
Empty commit
2025-06-10 14:48:24 +01:00
Andrew Lanzone
47b3674bac
Update controller focus to use a message box's default focus if available
2025-06-09 22:03:12 -07:00
Andrew Lanzone
57ae097257
Add controller support to the companion window; also fix giving stacks
2025-06-09 19:23:49 -07:00
Andrew Lanzone
4e2e8d1a81
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Joakim Berg <zapp90@gmail.com>
2025-06-10 01:08:04 +00:00
AnyOldName3
7347f4f4e3
Some review stuff
2025-06-09 14:13:50 +01:00
AnyOldName3
9010a5bb32
Emit visible errors when crash dump creation fails
...
Also possibly fix the errors, as I was getting them when I started testing, and then wasn't by the time I'd got the code how I wanted it.
However, nothing in this commit looks like it *should* fix any errors.
2025-06-09 00:20:58 +01:00