Commit graph

27347 commits

Author SHA1 Message Date
Henrik Rydgård
406c06ccaf
Merge pull request #12972 from unknownbrackets/gl-step-debug
Label steps using GL debug groups
2020-07-12 23:27:09 +02:00
Henrik Rydgård
153f00041e
Merge pull request #12979 from unknownbrackets/android-size
Android: Request stable layout and update on focus
2020-07-12 23:25:55 +02:00
Henrik Rydgård
7d9be24c5f
Merge pull request #13131 from unknownbrackets/travis
Travis: Use the default macOS image
2020-07-12 23:21:56 +02:00
Unknown W. Brackets
f6dfd5bda8 Travis: Use the default macOS image.
We don't need to try to build and cache bottles since brew still supports
this version with new binaries.
2020-07-12 10:07:48 -07:00
Henrik Rydgård
80386ca191
Merge pull request #13130 from iota97/readme-link
Update v1.10.3 readme link
2020-07-12 18:49:12 +02:00
iota97
d81452c60c Update v1.10.3 readme link 2020-07-12 17:22:14 +02:00
Henrik Rydgård
087de849bd Update version for 1.10.3 2020-07-12 13:04:16 +02:00
Henrik Rydgård
17f2e6e892 Update lang submodule 2020-07-12 13:04:09 +02:00
Henrik Rydgård
550aef0eef Update README for 1.10.3 2020-07-12 12:56:45 +02:00
Henrik Rydgård
0a956b3fe3
Merge pull request #13129 from hrydgard/disable-osx-travis
Disable MacOS/iOS Travis builds
2020-07-12 11:34:30 +02:00
Henrik Rydgård
90dc94a7b3 Travis: Disable OSX/iOS until we can fix them 2020-07-12 11:21:02 +02:00
Henrik Rydgård
2e19d7aa0a Touch control layout screen: Make the expanded click zone around the controls symmetrical.
Just a minor tweak.
2020-07-12 10:39:25 +02:00
Henrik Rydgård
e184ed368d Kernel: Add a little paranoia check on chained mipscalls.
See #13057
2020-07-12 10:39:25 +02:00
Henrik Rydgård
f38aa9f9bb
Merge pull request #13127 from iota97/grid-minor
Fix decimal part in grid snap
2020-07-12 10:22:30 +02:00
iota97
23f7f27c45 Fix decimal part 2020-07-12 09:47:44 +02:00
Henrik Rydgård
7fc8bad8e7
Merge pull request #13125 from hrydgard/refactor-touch-control-layout-screen
Refactor and fix touch control layout screen for notch
2020-07-12 09:33:46 +02:00
Henrik Rydgård
8e9061539f Touch control layout: Make dragging a lot less "jumpy" 2020-07-12 09:15:31 +02:00
Henrik Rydgård
1df9a84213 TouchControlLayoutScreen: Reorder functions in the file to make more sense. 2020-07-12 00:21:46 +02:00
Henrik Rydgård
1f7fcc1b5a Refactor TouchControlLayoutScreen - break out the actual editor into a separate view.
This solves most or all offset issues.
2020-07-12 00:21:30 +02:00
Henrik Rydgård
e66742153d
Merge pull request #13121 from twinaphex/master
(Libretro) Makefile build fixes
2020-07-10 22:13:44 +02:00
twinaphex
d203f30445 (Libretro) Makefile build fixes 2020-07-10 20:12:06 +02:00
Henrik Rydgård
7f09311dee
Merge pull request #13117 from twinaphex/master
(Libretro) Buildfixes for Windows
2020-07-10 15:38:37 +02:00
twinaphex
649f12f8ab (Libretro) Buildfixes 2020-07-10 06:48:20 +02:00
Henrik Rydgård
143d54aa12 Change wording of camera notch ignore setting 2020-07-06 23:43:55 +02:00
Henrik Rydgård
9ec2c2baff Update version for 1.10.2 2020-07-06 21:31:26 +02:00
Henrik Rydgård
70edcf1a06 Update README.md for 1.10.2 2020-07-06 21:30:52 +02:00
Henrik Rydgård
893d26b679 Add some paranoid checks in AfterMatchingMipsCall::run().
Might work around a crash in #13057
2020-07-06 21:24:48 +02:00
Henrik Rydgård
7ac67ebd04
Merge pull request #13100 from hrydgard/screen-size-ignore-notch
Android: Add option to ignore camera notches when sizing the game display
2020-07-06 21:24:31 +02:00
Henrik Rydgård
2a288421db
Merge pull request #13099 from iota97/readme-issues
Link PR and issues in README
2020-07-06 12:41:49 +02:00
iota97
c76a72ba93 Add automated script for link on readme 2020-07-06 12:02:10 +02:00
Henrik Rydgård
73046239e3 Android: Add option to ignore camera notches when sizing the display.
This is generally what you want, at least on phones with small notches.

Not sure about the most intuitive polarity and name of the setting.. bit
of a shame to create another setting with a negation. But most people
should probably ignore this.
2020-07-05 22:46:25 +02:00
Henrik Rydgård
036191cf34 Remove unnecessary logging of preview formats
See comment in #13094
2020-07-05 22:24:32 +02:00
iota97
11e5f8653b Link PR and issues in README 2020-07-05 22:00:37 +02:00
Henrik Rydgård
7e5527285d Screen: Unlock the inputLock_ mutex slightly earlier in processFinishDialog
It's really just there to protect the stack.
2020-07-05 11:56:04 +02:00
Henrik Rydgård
586dd6a962
Merge pull request #13096 from hrydgard/revert-remove-io-on-thread
Revert "Remove the I/O on Thread option - treat it as always on."
2020-07-05 11:53:24 +02:00
Henrik Rydgård
177d697a15 Revert "Remove the I/O on Thread option - treat it as always on."
This reverts commit 9c40381db0.
2020-07-05 10:37:44 +02:00
Henrik Rydgård
f2ca7b7266
Merge pull request #13095 from unknownbrackets/downloads
http: Check cancel flag more often
2020-07-05 09:44:59 +02:00
Unknown W. Brackets
4d47715e41 http: Check cancel flag more often.
Would be better to use non-blocking sockets, but this code is working,
so not planning to rewrite it right now.
2020-07-04 21:18:41 -07:00
Henrik Rydgård
ef250e30d7
Merge pull request #13094 from hrydgard/camera-crash-fix
Camera initialization crash fix
2020-07-05 01:52:57 +02:00
Henrik Rydgård
3cc20e5550 Sneak in some paranoia in InstallZipScreen.cpp (another one from #13057) 2020-07-05 01:49:34 +02:00
Henrik Rydgård
7bb524810d Check that we actually got a preview size. 2020-07-05 01:33:27 +02:00
Henrik Rydgård
b5053b947c CameraHelper: Do a better job of choosing an appropriate preview size.
Add sanity checks so we get a black image instead of crash if we would
still fail.
2020-07-05 01:31:28 +02:00
Henrik Rydgård
5fc83eb50f
Merge pull request #13093 from hrydgard/android-camera-try-catch
Add a try/catch to Android camera device listing.
2020-07-05 00:27:37 +02:00
Henrik Rydgård
7a58c8afbf Add a try/catch to Android camera device listing. Might help #13091 and the issue seen in #13057. 2020-07-04 23:21:05 +02:00
Henrik Rydgård
1bf241d826
Merge pull request #13087 from TotalCaesar659/patch-3
Change default rendering resolution on Linux to auto
2020-07-04 16:13:28 +02:00
TotalCaesar659
833e91516d
Change default rendering resolution on Linux to auto 2020-07-04 01:16:36 +03:00
Henrik Rydgård
b2106f15c3
Merge pull request #13085 from TotalCaesar659/patch-2
Fix radio button in "Window size" menu
2020-07-03 23:34:54 +02:00
TotalCaesar659
5f073d24ba
Fix radio button in "Window size" menu 2020-07-03 21:03:14 +03:00
Henrik Rydgård
2e68f6f365
Merge pull request #13084 from TotalCaesar659/patch-1
Update submodule URL
2020-07-03 17:02:08 +02:00
TotalCaesar659
fd81c123b0
Update submodule URL 2020-07-03 16:43:31 +03:00