Henrik Rydgård
|
349e64fe31
|
Improve the touchscreen test screen with some numbers.
Getting closer to finding out what's wrong on the MOQI I7S when
using the system fullscreen button...
|
2019-10-03 18:31:20 +02:00 |
|
Henrik Rydgård
|
0b9353b1dc
|
Touchscreen: Apply weihouya's fix, add a touchscreen test screen. See #12381.
|
2019-10-02 22:05:34 +02:00 |
|
Henrik Rydgård
|
6a1676413e
|
Don't assert if Discord not shut down properly. Possible workaround for #12140.
|
2019-09-30 09:57:32 +02:00 |
|
Unknown W. Brackets
|
5871ab0538
|
UI: Stop caching the draw context in coreParam.
This is possibly getting outdated in some paths of graphics reinit, and
then causing crashes. Let's just always get it from the graphicsContext.
|
2019-09-28 21:58:15 -07:00 |
|
Unknown W. Brackets
|
029dd07c8e
|
UI: Minor assert fix.
|
2019-09-28 21:10:26 -07:00 |
|
Unknown W. Brackets
|
e639dc801f
|
http: Ensure webserver shutdown on exit.
|
2019-09-28 11:12:12 -07:00 |
|
Unknown W. Brackets
|
2db8c89607
|
http: Avoid detaching threads, join instead.
|
2019-09-28 10:48:07 -07:00 |
|
M4xw
|
30fc4c7869
|
Switch: Configure base paths.
|
2019-09-28 09:23:18 -07:00 |
|
Henrik Rydgård
|
22ee875ffc
|
Fix nasty race condition with menu background audio. Fixes #12365
|
2019-09-27 23:53:31 +02:00 |
|
Henrik Rydgård
|
701d740207
|
Add a comment. See issue #12365
|
2019-09-27 23:34:36 +02:00 |
|
Henrik Rydgård
|
9c4649d3ac
|
Assorted cleanup
|
2019-09-27 23:25:30 +02:00 |
|
Henrik Rydgård
|
a461dbeecb
|
Fix crash in Zip UI. Make another crash happen earlier.
|
2019-09-27 22:56:37 +02:00 |
|
Henrik Rydgård
|
87ee8029a3
|
Another fix for AnalogTestScreen rendering (it broke again somehow?)
|
2019-09-22 10:31:20 +02:00 |
|
Henrik Rydgård
|
4cebea6a14
|
Don't let a delayed config load mess with the GPU backend option. Fixes #12284.
|
2019-09-17 10:50:25 +02:00 |
|
vnctdj
|
faeffef693
|
Make style more consistent
|
2019-09-16 22:53:30 +02:00 |
|
Henrik Rydgård
|
90de634d1e
|
Analog test screen: Fix drawing of the X marks
|
2019-09-03 00:05:18 +02:00 |
|
Henrik Rydgård
|
c8730c933d
|
Remove deleted GE dumps from Recent. Fixes a part of #11904 (the recent list wasn't updated properly).
|
2019-08-26 23:56:42 +02:00 |
|
Henrik Rydgård
|
653afeb7ab
|
Vulkan: Implement basic integrated GPU profiling.
Currently simply measures the total GPU time of the frame. Will later be
extended to get the execution time of individual render passes.
|
2019-08-21 00:03:00 +02:00 |
|
Unknown W. Brackets
|
30dcc2a13a
|
UI: Validate address entered in settings.
|
2019-08-18 10:12:22 -07:00 |
|
Unknown W. Brackets
|
3bc2cad31b
|
IO: Use TextEdit for hostnames on more platforms.
|
2019-08-17 17:38:29 -07:00 |
|
Unknown W. Brackets
|
f52afb48ac
|
UI: Cleanup hostname entry to use a dialog.
|
2019-08-17 17:18:43 -07:00 |
|
Bigpet
|
8e59343c40
|
UI: Make IP/hostname dialog more generic.
|
2019-08-17 16:42:58 -07:00 |
|
Unknown W. Brackets
|
fdc28b16fb
|
UI: Respect loop info for menu music.
A good example for this is Wipeout Pure, which sounds much better when it
loops using the sample looping data.
|
2019-08-17 13:39:11 -07:00 |
|
Henrik Rydgård
|
7811b596b2
|
Rename "Immersive Mode" to Full Screen. We can reuse the FullScreen translation from desktop. Fixes #12229
|
2019-08-14 10:10:01 +02:00 |
|
Henrik Rydgård
|
96a15cf525
|
Fix the indirect postprocessing path. Fixes #12133 (but see the issue for a secondary bug).
|
2019-08-04 18:01:36 +02:00 |
|
Henrik Rydgård
|
734658b80c
|
Merge pull request #12182 from LunaMoo/touchRA
Add right analog for touch controls.
|
2019-07-25 10:58:47 +02:00 |
|
LunaMoo
|
8bb267727e
|
Make things clear for people that never saw real PSP.
|
2019-07-18 15:27:59 +02:00 |
|
Unknown W. Brackets
|
5e2b4d9f1d
|
Config: Specify/save game title on load too.
Needed when we load and then save, of course.
|
2019-07-17 21:28:21 -07:00 |
|
LunaMoo
|
5e09d57b6c
|
Add right analog for touch controls.
|
2019-07-18 03:18:15 +02:00 |
|
Henrik Rydgård
|
3f134606e4
|
Merge pull request #12175 from unknownbrackets/texreplace-install
UI: Allow installing texture packs from zips
|
2019-07-15 22:03:31 +02:00 |
|
Henrik Rydgård
|
eeb3491214
|
Merge pull request #12176 from LunaMoo/mouseImprovements
Mouse improvements
|
2019-07-15 22:01:12 +02:00 |
|
Henrik Rydgård
|
82930ff3e4
|
Merge pull request #12174 from unknownbrackets/ini-comment
Config: Add game name to game-specific inis
|
2019-07-15 22:00:13 +02:00 |
|
Henrik Rydgård
|
80b6d88bfb
|
Merge pull request #12173 from LunaMoo/mouseUIworkaround
Ignore mapped mouse input for UI
|
2019-07-15 21:56:22 +02:00 |
|
LunaMoo
|
b87e958693
|
Replace mouse control with device ID mouse check for threshold.
|
2019-07-15 03:47:19 +02:00 |
|
LunaMoo
|
3f77bb1da5
|
Reduce in-game axis bind threshold for mouse control.
|
2019-07-15 03:30:53 +02:00 |
|
Unknown W. Brackets
|
8aed212952
|
UI: Allow installing texture packs from zips.
Requires the textures.ini to have a [games] section.
|
2019-07-14 17:43:51 -07:00 |
|
Unknown W. Brackets
|
ecf509c362
|
Config: Add game name to game-specific inis.
|
2019-07-14 15:07:03 -07:00 |
|
LunaMoo
|
b7a49be184
|
Ignore mouse mappings for UI
|
2019-07-14 21:32:44 +02:00 |
|
Henrik Rydgård
|
66c3f31ff9
|
More GameManager improvements.
|
2019-07-13 18:19:44 +02:00 |
|
Henrik Rydgård
|
0e978ba2e3
|
Pre-check the contents of ZIP files before allowing install.
|
2019-07-13 18:19:43 +02:00 |
|
Unknown W. Brackets
|
c3ae97e237
|
Travis: Build Windows on Travis too.
|
2019-07-06 14:56:29 -07:00 |
|
Henrik Rydgård
|
e284d9f00d
|
Remove Google Cardboard support. Fixes #11668
|
2019-07-01 14:47:42 +02:00 |
|
Henrik Rydgård
|
6cf97c4cee
|
Merge pull request #12123 from unknownbrackets/http-redirect
Support HTTP redirects in downloads
|
2019-06-24 12:28:09 +02:00 |
|
Unknown W. Brackets
|
fb2ce46eca
|
UI: Add a note for HTML link parsing.
It's a bit messy but should probably do this eventually.
|
2019-06-23 13:34:54 -07:00 |
|
Unknown W. Brackets
|
e4e0cdd0f7
|
Audio: Add volume for alternate speed.
Fixes #11605.
|
2019-06-23 13:34:08 -07:00 |
|
Henrik Rydgård
|
22b7349a70
|
Merge pull request #12119 from hrydgard/travis-mac
Fix macOS Travis builds
|
2019-06-23 06:54:02 +02:00 |
|
Unknown W. Brackets
|
732d344328
|
Common: Fix some unused ident and case warnings.
|
2019-06-22 13:22:12 -07:00 |
|
Unknown W. Brackets
|
504acf15de
|
Core: Allow for disabling graphics backends.
Mainly for Vulkan, since sometimes even mobile drivers crash when we ask.
This at least provides options.
Also centralizes support checks.
|
2019-06-22 12:49:01 -07:00 |
|
Unknown W. Brackets
|
df6c5f38dc
|
Core: Use readable names for failed backends.
|
2019-06-22 12:48:56 -07:00 |
|
driver1998
|
8fab38ecdd
|
TextDrawerUWP based on DirectWrite
|
2019-06-07 05:20:21 +08:00 |
|