Andrew Lanzone
8c2ecc2a88
Allow LT and RT to toggle between open gui windows
2025-05-15 00:46:02 -07:00
Andrew Lanzone
f055ccf5ba
Update item view to allow controller support; test it in Container menu
2025-05-14 02:31:32 -07:00
psi29a
6d97ea01b2
Merge branch 'packageusage' into 'master'
...
Update can be used column
See merge request OpenMW/openmw!4670
2025-05-13 20:30:46 +00:00
psi29a
0251b7c820
Merge branch 'uneventful' into 'master'
...
Don't trigger cell change logic when the player isn't changing cells
Closes #8469
See merge request OpenMW/openmw!4657
2025-05-13 20:30:28 +00:00
Andrew Lanzone
77e17743f7
Only use bumpers to turn pages in books
2025-05-12 22:37:11 -07:00
Andrew Lanzone
65bab3858a
Add basic controller support to scrolls
2025-05-12 22:36:28 -07:00
Andrew Lanzone
9a72ecb61c
Don't close a book with A
2025-05-12 20:32:59 -07:00
Andrew Lanzone
9aff9cb48e
Swap Topics and Quests buttons
2025-05-12 20:31:15 -07:00
Andrew Lanzone
07be682b88
Better controller support for journal; mouse for topic index A-Z
2025-05-12 20:10:13 -07:00
Andrew Lanzone
fa52fea59b
Better joystick/mouse coordination in save game diaglog
2025-05-12 20:09:24 -07:00
Andrew Lanzone
a78bdee941
Reset selected button when confirmation dialog is reopened
2025-05-12 20:08:47 -07:00
Andrew Lanzone
4bad7a3074
Update character creation controller support to work better with gamepad mouse mode
2025-05-12 02:20:28 -07:00
Andrew Lanzone
83162477ec
Basic controller support for all character creation windows
2025-05-12 01:34:28 -07:00
Andrew Lanzone
c4a87cfe4d
Fix selecting saves with mouse controller
2025-05-11 22:59:11 -07:00
Andrew Lanzone
8f415ceab6
Convert UI widgets to local scrollbar implementation
2025-05-11 22:30:58 -07:00
Andrew Lanzone
b2620c861a
Add scrollbar override to capture mouse hover events
2025-05-11 22:24:05 -07:00
Andrew Lanzone
5e7761bef1
Add controller support to text input menu
2025-05-11 14:56:58 -07:00
Andrew Lanzone
1e200ed048
Add controller support to race menu
2025-05-11 14:48:42 -07:00
Andrew Lanzone
c9ce93a22f
Controller menus: don't wrap focus when only two buttons
2025-05-11 13:48:50 -07:00
Evil Eye
9756d3d84f
Update can be used column
2025-05-11 13:38:39 +02:00
Andrew Lanzone
4c5db612f0
Improve controller support for confirmation dialogs by highlighting selected choice
2025-05-11 00:32:29 -07:00
Andrew Lanzone
3b42d02cfc
Add controller support to message boxes
2025-05-11 00:20:31 -07:00
Andrew Lanzone
80166cddd0
Make main menu honor controller mouse clicks
2025-05-11 00:19:01 -07:00
Andrew Lanzone
be298f78cb
Basic controller support for the books
2025-05-10 23:17:23 -07:00
Andrew Lanzone
bb88becc2b
Basic controller support for the journal
2025-05-10 22:50:16 -07:00
Andrew Lanzone
58c4e0ddf7
Minimal controller bindings for save/load window
2025-05-10 01:41:53 -07:00
Andrew Lanzone
2970913d55
Minimal controller bindings for settings window
2025-05-09 23:44:06 -07:00
Andrew Lanzone
fc86878922
Allow exiting credits by pressing B
2025-05-09 23:43:29 -07:00
Andy Lanzone
b4e0590a10
Merge branch 'OpenMW:master' into master
2025-05-09 22:57:21 -07:00
Andrew Lanzone
a8824b46a8
Add first batch of controller-enabled windows
2025-05-09 22:56:04 -07:00
Evil Eye
9ea1afedcc
Merge branch 'baiki-isActive-kembalikan-bool' into 'master'
...
self:isActive() returns bool
See merge request OpenMW/openmw!4663
2025-05-09 15:17:08 +00:00
Kuyondo
087349a3e5
bump lua API_REVISION 72 to 73
2025-05-09 19:06:24 +08:00
Alexei Kotov
8966b5292b
Merge branch 'bug8465' into 'master'
...
Bug 8465: Fix anti-aliasing on macOS
Closes #8465
See merge request OpenMW/openmw!4665
2025-05-09 04:45:31 +03:00
thagberg
2bcbb2d01c
Update authors
2025-05-07 22:28:35 -04:00
thagberg
4297ef2f97
Add changelog
2025-05-07 21:55:58 -04:00
thagberg
883f9e5049
Fix anti-aliasing on macOS
...
Blitting to the resolve FBO in OSG::RenderStage was causing a GL_INVALID_FRAMEBUFFER_OPERATION due to a mismatch in attached colorbuffers between the FBOs bound in read and draw slots. This was because the normal attachment was invariantly attached to FBO_Interrupt, but not to other FBOs.
2025-05-07 16:31:22 -04:00
psi29a
1f724cc336
Merge branch 'postprocessingglslversion' into 'master'
...
Fix post-processing shader glsl_version bumping
See merge request OpenMW/openmw!4653
2025-05-07 17:57:15 +00:00
Kuyondo
77bd2250b0
isactive return bool now
2025-05-07 11:24:09 +08:00
Evil Eye
1d736bcf79
Merge branch 'fix_launcher_crash' into 'master'
...
Wait for the reloading cells thread on DataFilesPage destruction (#8445 )
Closes #8445
See merge request OpenMW/openmw!4661
2025-05-06 18:37:04 +00:00
Evil Eye
d1196ea667
Ignore resistances for base diseases
2025-05-06 20:09:48 +02:00
Andrew Lanzone
71aa11404c
Add checkbox to enable controller menus to openmw launcher.
2025-05-05 22:47:55 -07:00
elsid
4a18c23e2d
Wait for the reloading cells thread on DataFilesPage destruction
...
Run a single thread and notify it when it has to reload cells.
2025-05-04 21:59:49 +02:00
Alexei Kotov
0d27dc2336
Merge branch 'fognearisafloat' into 'master'
...
Tiny fix in omwfx docs
See merge request OpenMW/openmw!4656
2025-05-03 21:30:07 +03:00
Evil Eye
87014016a2
Stop postponing physics for objects that _don't_ have physics
2025-05-03 17:25:27 +02:00
Evil Eye
57c40bc052
Don't trigger cell change logic when the player isn't changing cells
2025-05-03 16:26:39 +02:00
epochwon
9e80c27002
changed fognear to a float instead of a vec2
2025-05-02 15:42:15 -04:00
psi29a
0e76a6edb5
Merge branch 'custom-config-directory-documentation' into 'master'
...
Add documentation for custom config directories
See merge request OpenMW/openmw!4633
2025-05-01 11:42:57 +00:00
Evil Eye
a37758a165
Merge branch 'jinja' into 'master'
...
Bump jinja2
See merge request OpenMW/openmw!4654
2025-04-30 18:43:29 +00:00
Evil Eye
36e34426bb
Merge branch 'fix_warnings' into 'master'
...
Fix warnings
See merge request OpenMW/openmw!4651
2025-04-30 18:43:14 +00:00
Alexei Kotov
7a0e3aaf11
Bump jinja2
2025-04-29 19:50:02 +03:00