Commit Graph

29873 Commits

Author SHA1 Message Date
Henrik Rydgård
69fa207449
Merge pull request #14492 from ANR2ME/adhoc_gamemode
[AdhocGameMode] Create GameMode's socket after Master and all Replicas have been created
2021-06-05 17:37:52 +02:00
Unknown W. Brackets
09bd12f6c9
Merge pull request #14502 from Kingcom/armips
Transform labels to lower case for armips
2021-06-04 23:59:32 -07:00
Unknown W. Brackets
5c9bb83e37
Build: Disable NEON png on non-Android too.
Just to be safe.  It's likely a problem on iOS, etc. too.
2021-06-04 20:30:57 -07:00
Unknown W. Brackets
ebfa1306a7
Merge pull request #14503 from twinaphex/patch-1
Update .gitlab-ci.yml for libretro
2021-06-04 13:54:39 -07:00
Autechre
d469a493dd
Update .gitlab-ci.yml 2021-06-04 20:12:57 +02:00
Kingcom
bb6f6051fc Transform labels to lower case for armips 2021-06-04 17:51:28 +02:00
Henrik Rydgård
4a48f80638
Merge pull request #14501 from LunaMoo/disableNEONforPNG
Disable NEON optimizations for libpng17 as a try to fix #14485
2021-06-04 10:58:11 +02:00
LunaMoo
c6b5eef347 Disable NEON optimizations for libpng17 as a try to fix android texture replacement. 2021-06-04 10:26:52 +02:00
Henrik Rydgård
0d96690188
Merge pull request #14496 from unknownbrackets/ios-buttons
iOS: Guard extended button selector access
2021-06-03 09:08:24 +02:00
Henrik Rydgård
138e3f7293
Merge pull request #14497 from unknownbrackets/atlastool
Tools: Correct AtlasTool in release builds
2021-06-03 09:07:46 +02:00
Unknown W. Brackets
2363b39ed5 Tools: Correct AtlasTool in release builds. 2021-06-02 22:21:41 -07:00
Unknown W. Brackets
62da29505a iOS: Guard extended button selector access.
See #14495.
2021-06-02 21:20:18 -07:00
Henrik Rydgård
914b4478b6
Merge pull request #14493 from unknownbrackets/replay
Add debugger APIs for replay recording
2021-05-31 11:45:39 +02:00
Henrik Rydgård
d5d25d3da5
Merge pull request #14494 from unknownbrackets/debugger
Debugger: Expose API to reset game
2021-05-31 11:44:42 +02:00
Unknown W. Brackets
6e128eb510 Debugger: Expose API to reset game.
This can be useful to put the game back to a known-good state before
setting up breakpoints, overwriting memory, and processing replay data.
2021-05-30 21:12:30 -07:00
Unknown W. Brackets
2af40d07bb Debugger: Fix websocket read silly mistake.
Surprised I didn't notice this before.
2021-05-30 15:25:41 -07:00
Unknown W. Brackets
ea59fa3562 Debugger: Add replay execute/flush APIs. 2021-05-30 15:25:07 -07:00
ANR2ME
7a06103cc6 Create GameMode's socket after Master and all Replicas have been created so we will know the largest buffer size. 2021-05-31 04:37:09 +07:00
Unknown W. Brackets
59322d3063
UI: Correct screenshot paths.
This was preventing screenshots from saving properly.
2021-05-30 10:29:16 -07:00
Unknown W. Brackets
01dc3c193a
Merge pull request #14489 from hrydgard/remove-multiple-config-search-paths
Remove multiple config search paths
2021-05-30 09:34:09 -07:00
Henrik Rydgård
239838b6c3 Remove the ability to have multiple search paths for config. 2021-05-30 12:45:12 +02:00
Henrik Rydgård
72915f88c8 Config: Remove the use of multiple search paths. 2021-05-30 12:39:16 +02:00
Henrik Rydgård
c803e9fc58 Remove createdPath_ from Config.cpp/h, seems pretty useless. 2021-05-30 11:10:20 +02:00
Unknown W. Brackets
1be11e8b4e
Merge pull request #14488 from hrydgard/some-path-cleanup
Rename g_Config.externalDirectory to defaultCurrentDirectory
2021-05-29 18:04:48 -07:00
Unknown W. Brackets
ec35e3c116
iOS: Correct Path assignment on init. 2021-05-29 17:32:22 -07:00
Henrik Rydgård
0328816870 Rename g_Config.externalDirectory to defaultCurrentDirectory - since that's what it was.
Also make currentDirectory a Path, and add support for Path config
parameters.

Buildfixes

More Qt buildfixes

Oops, didn't mean to change zstd ver
2021-05-30 00:49:47 +02:00
Unknown W. Brackets
85c64d3ec3 Replay: Properly load RTC time on load file. 2021-05-29 14:50:57 -07:00
Unknown W. Brackets
64e007c0ce Debugger: Add stub API for replay functionality. 2021-05-29 14:50:57 -07:00
Unknown W. Brackets
ecc2f62688
Common: Zero initialize readlink buffer.
See #14483.
2021-05-27 23:12:40 -07:00
Henrik Rydgård
b10d90306f
Merge pull request #14484 from kotcrab/http-crash
Fix crash in HTTPServer when processing invalid request
2021-05-27 15:48:22 +02:00
kotcrab
312506a41b Fix crash in HTTPServer when processing invalid request 2021-05-27 14:10:40 +02:00
Henrik Rydgård
79e3d1c5f9 Buildfix (debug mode)
libpng isn't so happy if you force include the memory debug wrappers.

We should probably not have it in Common anyway, not sure how it ended
up there.
2021-05-27 01:02:02 +02:00
Unknown W. Brackets
7a28919ca7
Merge pull request #14481 from LunaMoo/fixCWCImportCrash
Fix UI import cheat crash if no cheat.db is present
2021-05-24 14:35:45 -07:00
LunaMoo
8e66239404 Fix UI import cheat crash. 2021-05-24 22:54:04 +02:00
Henrik Rydgård
abdf5ad60c compat.ini: Disable range culling for Star Wars: Lethal Alliance. See #11551 2021-05-24 22:40:59 +02:00
Henrik Rydgård
8d08991ad6
Merge pull request #14467 from unknownbrackets/texreplace-zim
Add support for ZIMs in texture replacements
2021-05-24 07:33:54 +02:00
Henrik Rydgård
dad7f208ea
Merge pull request #14479 from unknownbrackets/ctrl-analog
UI: Ignore duplicate axis events
2021-05-24 07:32:50 +02:00
Unknown W. Brackets
b0de7ee0e1 UI: Move to ScreenManager for mapping.
Otherwise we'll detect repeated axis for some devices and you won't be
able to map what you want.
2021-05-23 15:18:21 -07:00
Unknown W. Brackets
e1e5a8b49b UI: Ignore duplicate axis events.
We already ignore these on Windows, so this makes other platforms follow
the same logic.
2021-05-23 13:21:45 -07:00
Unknown W. Brackets
e67c6593f3
GibHub: Prompt build command in issue template. 2021-05-22 17:22:27 -07:00
Henrik Rydgård
e7bfb53522 Add gamecontrollerdb.txt entry for Switch controller.
See #14471
2021-05-22 08:14:02 +02:00
Henrik Rydgård
dce79a0dcb
Merge pull request #14478 from unknownbrackets/sdl-joystick
SDL: Ignore commas in joystick names
2021-05-21 23:11:20 +02:00
Unknown W. Brackets
af3d699d5e SDL: Ignore commas in joystick names.
Otherwise default mapping will break and parse wrong.
2021-05-21 09:13:15 -07:00
Henrik Rydgård
bac74b43d7
Merge pull request #14473 from trilkk/FixPathCase
Fix FixPathCase bug when constructing the full path.
2021-05-17 21:04:03 +02:00
trilkk
033d0c3f50 Fix FixPathCase bug when constructing the full path.
Swap the append order for / and the path component.
2021-05-17 21:18:24 +03:00
Henrik Rydgård
4ec3ce5ecc
Merge pull request #14470 from unknownbrackets/http
Fix remote disc browsing, support subfolders
2021-05-17 09:13:16 +02:00
Unknown W. Brackets
f712fecefe http: Show a more standard browser for remote.
This way if we add search or otherwise, it should work.
2021-05-16 18:34:02 -07:00
Unknown W. Brackets
ad5ef08f06 http: Improve navigating up within http:// paths.
This way, if you're browsing a remote path with dirs, or you press up,
things largely work.
2021-05-16 18:34:02 -07:00
Unknown W. Brackets
81f2184214 http: Fix remote disc browsing. 2021-05-16 17:48:25 -07:00
Henrik Rydgård
5fa1af6eff
Merge pull request #14468 from unknownbrackets/reporting-cancel
Reporting: Cancel requests on shutdown
2021-05-16 22:58:44 +02:00