Commit Graph

45591 Commits

Author SHA1 Message Date
Craig Carnell c89161eb63 libretro: set extra paths for webOS on gitlab CI 2026-04-06 20:20:05 +01:00
Henrik Rydgård be2e96fb16 Merge pull request #21526 from hrydgard/adhoc-update
Fix json parsing bugs, add data.json for Relay Brasiliero
2026-04-05 14:11:38 -06:00
Henrik Rydgård a20b26f02f Even more robust json parsing 2026-04-05 13:10:19 -06:00
Henrik Rydgård d9ee8cb538 Fix json parsing bugs, add data.json for Relay Brasiliero 2026-04-05 12:57:41 -06:00
Henrik Rydgård a351b8b279 Merge pull request #21517 from guidocella/focus-pause
Implement pause on lost focus on SDL
2026-04-05 12:55:59 -06:00
Henrik Rydgård 2b25a794a7 Merge pull request #21519 from cscd98/webos-ci
libretro: add webOS to libretro CI
2026-04-05 12:43:26 -06:00
Henrik Rydgård e3fda0d8e6 Merge pull request #21525 from hrydgard/dependabot-multi-merge
Dependabot: Rollup merge
2026-04-05 12:41:41 -06:00
Craig Carnell e4a193b12a libretro: add webOS to CI 2026-04-02 21:17:06 +01:00
Henrik Rydgård c2bd2131af Merge remote-tracking branch 'origin/dependabot/github_actions/softprops/action-gh-release-2.6.1' into dependabot-multi-merge 2026-04-02 09:48:38 -06:00
Henrik Rydgård 4c85ef2d10 Merge remote-tracking branch 'origin/dependabot/github_actions/microsoft/setup-msbuild-3.0.0' into dependabot-multi-merge 2026-04-02 09:48:27 -06:00
Henrik Rydgård 85d76c369c Merge remote-tracking branch 'origin/dependabot/github_actions/docker/login-action-4' into dependabot-multi-merge 2026-04-02 09:48:17 -06:00
Henrik Rydgård 2ea1c38eda Merge remote-tracking branch 'origin/dependabot/github_actions/docker/build-push-action-7' into dependabot-multi-merge 2026-04-02 09:48:03 -06:00
Guido Cella 4413c7b10f Implement pause on lost focus on SDL
This option was Windows exclusive and this commit implements it on SDL
as well.

It is hidden on mobile devices because it makes no sense there.
2026-04-01 15:39:34 +02:00
dependabot[bot] 059474f512 Bump softprops/action-gh-release from 2.5.0 to 2.6.1
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/a06a81a03ee405af7f2048a818ed3f03bbf83c7b...153bb8e04406b158c6c84fc1615b65b24149a1fe)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-01 09:47:33 +00:00
dependabot[bot] 02350f8574 Bump actions/cache from 5.0.3 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5.0.3...v5.0.4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-01 09:47:28 +00:00
dependabot[bot] 7348bce448 Bump microsoft/setup-msbuild from 2.0.0 to 3.0.0
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Commits](https://github.com/microsoft/setup-msbuild/compare/6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce...30375c66a4eea26614e0d39710365f22f8b0af57)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-01 09:47:24 +00:00
dependabot[bot] b11c2baa02 Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-01 09:47:20 +00:00
dependabot[bot] 5c2f8e6f6d Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-01 09:47:17 +00:00
Henrik Rydgård 030c7a9e6b Merge pull request #21511 from hrydgard/ge-improvements
Depth raster: Handle triangles properly when backface culling is disabled
2026-03-31 18:41:44 -06:00
Henrik Rydgård 0b154ca6ef Depth raster: Handle triangles with culling disabled properly. 2026-03-31 18:17:01 -06:00
Henrik Rydgård 10b6c14a9e Avoid memory access functions that can cause memory exceptions in ImDebugger. Minor opt. 2026-03-31 17:53:00 -06:00
Henrik Rydgård 207a35f812 Merge pull request #21510 from hrydgard/chat-menu-improvements
Chat popup improvements
2026-03-31 17:40:09 -06:00
Henrik Rydgård ab9c318870 Minor tweaks 2026-03-31 16:31:46 -06:00
Henrik Rydgård 6e073bb53f More chat code cleanup. Make the virtual keyboard in TextInputPopup scrollable. 2026-03-31 16:22:24 -06:00
Henrik Rydgård e0b75ff7e6 Fix mouse focus for TextEdit 2026-03-31 15:33:51 -06:00
Henrik Rydgård 1f65b326a8 Make sure touch-gamepad components can't be focused by accident 2026-03-31 14:58:56 -06:00
Henrik Rydgård a94faabcd0 Correct focus issue with TextEdit boxes 2026-03-31 14:35:17 -06:00
Henrik Rydgård 6d49f9f260 Add a send button to the chat menu, increase padding 2026-03-31 14:25:15 -06:00
Henrik Rydgård 94f85ed689 TextEdit: Add internal padding to make it look nicer. 2026-03-31 14:13:42 -06:00
Henrik Rydgård 026aa9276b Add I_SEND image to images.svg 2026-03-31 14:04:39 -06:00
Henrik Rydgård 5f24cd8648 Merge pull request #21508 from hrydgard/auto-rotate-frameskip-fix
Analog stick autorotation now uses game timing
2026-03-31 11:40:05 -06:00
Henrik Rydgård 84ec502a03 Merge pull request #21507 from hrydgard/android-fixes
Android: Make the "Auto" rotation mode override user rotation lock (SENSOR mode)
2026-03-31 11:39:54 -06:00
Pasupuleti Dheeraj 5644d0d768 Fix typo in 'Move to trash' functionality description 2026-03-31 11:39:20 -06:00
Henrik Rydgård f703bc69c4 Analog stick autorotation now uses game timing.
Should fix frameskipping problem, where this didn't work in God of War
if frameskipping was on.
2026-03-31 11:14:48 -06:00
Henrik Rydgård 02a624075a Android: Make the "Auto" rotation mode override user rotation lock (SENSOR mode) 2026-03-31 10:43:27 -06:00
Henrik Rydgård e2f8db5e9f Merge pull request #21504 from Saramagrean/patch-4
Refine Thai translations in th_TH.ini
2026-03-31 07:05:36 -06:00
Benjamin Benda Gates af4e532644 Refine Thai translations in th_TH.ini
for 1.20.4.
2026-03-31 12:31:53 +07:00
Henrik Rydgård 8d39632f51 Add another relay server 2026-03-30 18:06:41 -06:00
Henrik Rydgård 46592f87a3 Merge pull request #21503 from warmenhoven/warmenhoven/pr/linux-aarch64
add linux-aarch64 build
2026-03-30 18:05:28 -06:00
Eric Warmenhoven f95d90f89c add linux-aarch64 build
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 19:41:42 -04:00
Henrik Rydgård 2402c62f37 Merge pull request #21502 from hrydgard/more-ui-refinement
Ad hoc: Fix a server list loading bug from the last PR
2026-03-30 16:23:34 -06:00
Henrik Rydgård c63d30508e GamesNexus also has data.json. Also, do an inventory of favicons. Not many usable... 2026-03-30 16:05:29 -06:00
Henrik Rydgård 6a977bd27f Fix bug preventing us from loading the server list from the server 2026-03-30 13:51:27 -06:00
Henrik Rydgård de228bd96c Merge pull request #21496 from hrydgard/server-status-live
WIP: Add live server status for servers supporting data.json
2026-03-30 13:08:11 -06:00
Henrik Rydgård 36b273841b Add a couple known status pages 2026-03-30 12:18:49 -06:00
Henrik Rydgård df7ebd38be More translation strings 2026-03-30 12:06:23 -06:00
Henrik Rydgård c2b6070c74 Add translation string for Players waiting 2026-03-30 11:34:24 -06:00
Henrik Rydgård cfc5d74602 Some progress with server status UI 2026-03-30 11:34:19 -06:00
Henrik Rydgård 5c082f8a2a Merge pull request #21499 from lrzlin/loong-handler
loongarch: Implement excepetion handler and JIT bug fix
2026-03-30 11:12:15 -06:00
Lin Runze 53338cf029 loongarch: Implement excepetion handler and JIT bug fix 2026-03-30 18:35:54 +08:00