Yukino Song
542c4e315b
misc
2025-05-26 17:33:00 +08:00
Yukino Song
1e71cc0662
Make clang happy
2025-05-26 17:24:41 +08:00
Yukino Song
a1ecd25700
Bump boost to 1.88.0
2025-05-26 11:37:40 +08:00
Yukino Song
a94e8ec4f9
Merge remote-tracking branch 'sunshine/master'
2025-05-25 19:45:07 +08:00
ReenigneArcher
673e0fa4f4
fix(installer/windows): ensure service_bin is properly quoted ( #3904 )
2025-05-24 23:34:45 -04:00
ReenigneArcher
3ad90cd7f1
fix(installer/windows): remember service start type ( #3902 )
2025-05-24 23:40:07 +00:00
dependabot[bot]
ef5253a61d
build(deps): bump third-party/build-deps from b567d3c to d60197e ( #3900 )
...
build(deps): bump third-party/build-deps from `b567d3c` to `3a4ec78`
Bumps [third-party/build-deps](https://github.com/LizardByte/build-deps ) from `b567d3c` to `3a4ec78`.
- [Commits](b567d3c479...3a4ec7840a )
---
updated-dependencies:
- dependency-name: third-party/build-deps
dependency-version: 3a4ec7840a03fc1d297e943a070cca6c6de5d5b5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-24 19:54:57 +00:00
dependabot[bot]
0bdc9188c3
build(deps): bump vue from 3.5.13 to 3.5.14 ( #3881 )
...
Bumps [vue](https://github.com/vuejs/core ) from 3.5.13 to 3.5.14.
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.5.13...v3.5.14 )
---
updated-dependencies:
- dependency-name: vue
dependency-version: 3.5.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-24 14:41:38 +00:00
dependabot[bot]
ae1ee8fb45
build(deps): bump the lizardbyte-actions group with 2 updates ( #3822 )
...
Bumps the lizardbyte-actions group with 2 updates: [LizardByte/homebrew-release-action](https://github.com/lizardbyte/homebrew-release-action ) and [LizardByte/update-changelog-action](https://github.com/lizardbyte/update-changelog-action ).
Updates `LizardByte/homebrew-release-action` from 2024.1115.14934 to 2025.426.194543
- [Release notes](https://github.com/lizardbyte/homebrew-release-action/releases )
- [Commits](https://github.com/lizardbyte/homebrew-release-action/compare/v2024.1115.14934...v2025.426.194543 )
Updates `LizardByte/update-changelog-action` from 2024.919.152649 to 2025.426.173858
- [Release notes](https://github.com/lizardbyte/update-changelog-action/releases )
- [Commits](https://github.com/lizardbyte/update-changelog-action/compare/v2024.919.152649...v2025.426.173858 )
---
updated-dependencies:
- dependency-name: LizardByte/homebrew-release-action
dependency-version: 2025.426.194543
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lizardbyte-actions
- dependency-name: LizardByte/update-changelog-action
dependency-version: 2025.426.173858
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: lizardbyte-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-24 13:41:55 +00:00
Clutchnp
5e049e3c61
build(cmake): export compile commands ( #3894 )
2025-05-23 23:49:09 -04:00
ReenigneArcher
9effeba5fe
ci(homebrew): fix python for macOS-13 ( #3899 )
2025-05-23 22:16:24 -04:00
Andy Grundman
3092471be5
fix(rtp): improve timestamp accuracy for video ( #3883 )
...
Instead of using now() when the RTP packet is created, use the earlier packet->frame_timestamp that we're already collecting for host latency stats. This timestamp is more accurate to when we captured the frame, and the same timestamp value is shared by all RTP packets that make up the same video frame. Duplicate frames without capture timestamps use the ratecontrol timestamp.
2025-05-21 19:56:41 -04:00
Yukino Song
6571c11098
Various webui fix
...
fixes #742
Add save button for reordering instead of auto saving
2025-05-21 00:44:38 +08:00
Yukino Song
056c6f4693
Merge remote-tracking branch 'sunshine/master'
2025-05-19 15:01:27 +08:00
thesystemcoder168
12f3ba2d4b
Add the option to always have the virtual display be an isolated display - Windows only ( #662 )
...
* Isolated display - web and backend
Isolated display - web and backend
* Moved settings outside of the advanced display
* Update virtual_display.cpp with isolated setting for better maintenance
Update virtual_display.cpp with isolated setting for better maintenance. The isolated routine becomes an additional routine instead of a replacement for the original one.
* Changed source formatting, removed English in non-English languages, removed test code
Changed source formatting, removed English in non-English languages, removed test code
* change blank/unused lines in config.cpp
change blank/unused lines in config.cpp
* Change blank lines in DisplayDeviceOptions.vue
Change blank lines in DisplayDeviceOptions.vue
* Change line spacing in config.h
Change line spacing in config.h
* Changed line spacing in config.cpp
Changed line spacing in config.cpp
* Changed lines/line spacing in virtual_display.cpp
Changed lines/line spacing in virtual_display.cpp
* Fix spaceing on virtual_display.cpp
Fix spaceing on virtual_display.cpp
* Added check to not do anything if the virtual display is not active.
Added check to not do anything to the order of the displays if the isolated checkbox is set and if the virtual display is not active.
* Minor formatting fix w/ add Chinese locale
* Expose `matchDisplay` though not used for now
---------
Co-authored-by: Yukino Song <nutosservice@gmail.com >
2025-05-19 15:00:11 +08:00
Yukino Song
b0871a9a5b
Add gamepad override for each app
2025-05-19 14:22:17 +08:00
ReenigneArcher
9c08c75a44
build(cmake): remove unused python tests option ( #3879 )
2025-05-14 13:37:08 -04:00
Yukino Song
98a35b81f6
Don't show apps without UUID in the WebUI
2025-05-14 23:23:38 +08:00
Yukino Song
93540b97fe
Update tray message from no apps running to reload apps
2025-05-14 23:23:10 +08:00
Yukino Song
bcb3e0c81d
Fix #724
2025-05-14 20:25:20 +08:00
Jaime J. Denizard
8ca976f2d0
fix(web-ui): Change Pin to PIN ( #3872 )
2025-05-13 20:27:02 +00:00
grgergo
2ca2ea435f
docs(website): Add Nintendo 3DS client ( #3876 )
2025-05-13 14:51:59 -04:00
Yukino Song
2b86bc541d
Support Reordering apps(requires Artemis)
2025-05-14 02:43:08 +08:00
Yukino Song
47686b5136
Add some verbose logs
2025-05-13 23:10:33 +08:00
Yukino Song
8298149d1c
Fix the missing locale
2025-05-13 19:43:58 +08:00
Yukino Song
08eee86819
Use DXGI methods to get HDR state
2025-05-13 19:43:57 +08:00
Yukino Song
1798887e86
Support launching app with UUID
2025-05-13 18:17:44 +08:00
Yukino Song
96968b8bb2
Add app index
2025-05-13 01:21:20 +08:00
Yukino Song
00c2528778
Make sure to use the desired GPU when probing encoders with virtual display
2025-05-12 23:00:59 +08:00
Yukino Song
6b45f75dc5
Create a temporary virtual display to probe encoders when no active display is present
2025-05-12 22:56:27 +08:00
Yukino Song
071f500f06
Ensure virtual display is removed even when we failed to get its name
2025-05-12 22:55:01 +08:00
Yukino Song
8aff38cf7c
Automatically use virtual display if no active display is detected
2025-05-12 21:31:14 +08:00
Yukino Song
e231803ec2
Update apps loading logic
2025-05-12 21:18:41 +08:00
Yukino Song
6c7962b6da
Add APOLLO_APP_UUID envvar
2025-05-11 22:39:29 +08:00
ReenigneArcher
7b873e9ea4
docs(contributing): update CLion description ( #3863 )
2025-05-09 18:45:04 +00:00
dependabot[bot]
8f6cd37a62
build(deps): bump packaging/linux/flatpak/deps/flatpak-builder-tools from bf91cb0 to fe89c19 ( #3862 )
...
build(deps): bump packaging/linux/flatpak/deps/flatpak-builder-tools
Bumps [packaging/linux/flatpak/deps/flatpak-builder-tools](https://github.com/flatpak/flatpak-builder-tools ) from `bf91cb0` to `fe89c19`.
- [Commits](bf91cb0bee...fe89c19b14 )
---
updated-dependencies:
- dependency-name: packaging/linux/flatpak/deps/flatpak-builder-tools
dependency-version: fe89c19b147432d896f7c1c686630a992132d583
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-09 08:10:03 -04:00
Yukino Song
6ee5f4ed0b
Update envvars
2025-05-09 04:35:15 +08:00
ReenigneArcher
1a5f5e59de
build(deps): bump vite from 4.5.9 to 4.5.14 ( #3858 )
2025-05-08 04:53:32 +00:00
jbellionjourdan
e9b39e4c15
fix(linux/input): improve input rules ( #3857 )
2025-05-07 14:41:01 +00:00
Yukino Song
69e999d245
Add option to toggle envvar compatibility mode
2025-05-07 04:38:28 +08:00
Yukino Song
91467d50b6
BREAKING: SUNSHINE_CLIENT_FPS is now float (for better integration with Special-K)
2025-05-07 03:57:54 +08:00
Yukino Song
9c4e0a0f5e
Fix default apps.json
2025-05-07 03:52:34 +08:00
Yukino Song
6d5c2ca723
Merge remote-tracking branch 'origin/master'
2025-05-07 03:11:13 +08:00
Yukino Song
253203f954
Merge remote-tracking branch 'sunshine/master'
2025-05-07 03:10:11 +08:00
dependabot[bot]
e81a3f029f
build(deps): bump third-party/inputtino from fd136cf to 17a9b9c ( #3853 )
...
Bumps [third-party/inputtino](https://github.com/games-on-whales/inputtino ) from `fd136cf` to `17a9b9c`.
- [Commits](fd136cfe49...17a9b9ce85 )
---
updated-dependencies:
- dependency-name: third-party/inputtino
dependency-version: 17a9b9ce85c6b8e711f777146d3c706c1a2a9fd9
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 08:22:20 -04:00
Clutchnp
c435d0fe56
build(linux): fix gcc version and disable docs for build on arch ( #3846 )
2025-05-05 13:06:01 -04:00
dependabot[bot]
a846ea909a
build(deps): bump packaging/linux/flatpak/deps/flatpak-builder-tools from aac65cf to bf91cb0 ( #3850 )
...
build(deps): bump packaging/linux/flatpak/deps/flatpak-builder-tools
Bumps [packaging/linux/flatpak/deps/flatpak-builder-tools](https://github.com/flatpak/flatpak-builder-tools ) from `aac65cf` to `bf91cb0`.
- [Commits](aac65cf44c...bf91cb0bee )
---
updated-dependencies:
- dependency-name: packaging/linux/flatpak/deps/flatpak-builder-tools
dependency-version: bf91cb0bee7ce0c8021e223e3ea9c5110ebb82de
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 12:29:49 +00:00
Vladimir Romashchenko
0a942437e2
feat(docs): Suggest using displayconfig-mutter for Gnome Wayland resolution change ( #3845 )
2025-05-05 02:09:18 +00:00
Yukino Song
94feb2bdb4
Update README.md
2025-05-05 00:26:30 +08:00
ReenigneArcher
808a862952
ci(codecov): add bundle analysis ( #3843 )
2025-05-04 09:38:34 -04:00