Henrik Rydgård
|
1a35a42b2d
|
Minor code modernization
|
2026-07-08 18:25:08 +02:00 |
|
Henrik Rydgård
|
a2b2d819b0
|
Merge pull request #21896 from hrydgard/fix-crash-on-leave
Revert "Implement exit callbacks. Attempt to solve #21828"
|
2026-07-08 18:25:03 +02:00 |
|
Henrik Rydgård
|
d5cec86933
|
Revert "Implement exit callbacks. Attempt to solve #21828"
This reverts commit e4d3cc841c.
|
2026-07-08 18:09:09 +02:00 |
|
Henrik Rydgård
|
141b21a133
|
Merge pull request #21894 from hrydgard/misc-fixes
Fix hang on "More settings", improve file access error checking
|
2026-07-08 12:41:07 +02:00 |
|
Henrik Rydgård
|
8e2b775967
|
Reorganize shader uniforms struct to make room for fogCoef[2] later
|
2026-07-08 12:17:40 +02:00 |
|
Henrik Rydgård
|
32fa86f6aa
|
Simplify fog calculation in fragment shader slightly
|
2026-07-08 12:11:09 +02:00 |
|
Henrik Rydgård
|
2d8de4c1bf
|
Improve error checking on game launch.
See #21886
|
2026-07-08 12:04:15 +02:00 |
|
Henrik Rydgård
|
640a46588d
|
Fix hang on "More settings...".
Fixes #21893
|
2026-07-08 11:16:09 +02:00 |
|
Henrik Rydgård
|
9a03ab6f15
|
Merge pull request #21892 from tclamb/master
Improve debugger assemble/disassemble compatiblity
|
2026-07-08 10:40:00 +02:00 |
|
Thomas Lamb
|
d1656d425a
|
Improve debugger assemble/disassemble compatiblity
Update armips for VFPU instruction parsing changes:
- Kingcom/armips#255
- Kingcom/armips#256
Remove brackets from VFPU instruction `vpfx*` params
Rename VFPU instruction `vuc2i.s` to `vuc2ifs.s`
Add brackets to VFPU instruction `vpfxd` saturation operations (i.e. [0:1] & [-1:1])
Rename FPU instructions `c.$OP` to `c.$OP.s`
Fix VFPU instruction `vuc2ifs.s` `vd` size in disassembly
Replace `CC[imm3]` with `imm3` in VFPU instructions `vcmov*` & `bv*` disassembly
|
2026-07-07 20:30:51 -04:00 |
|
Henrik Rydgård
|
04aeef1180
|
Merge pull request #21889 from hrydgard/assorted-cleanups
Assorted cleanups, reorganize Shader Id bits
|
2026-07-07 21:56:07 +02:00 |
|
Henrik Rydgård
|
cc6c46790c
|
Fix translation typo in de_DE.ini
|
2026-07-07 20:16:37 +02:00 |
|
Henrik Rydgård
|
2e9ee49679
|
Reorganize the FS shader bits too, for a better sort order in the shader viewer
|
2026-07-07 20:16:37 +02:00 |
|
Henrik Rydgård
|
d07ade200e
|
Convert FragmentShaderDesc to use ShaderWriter, add missing bit Fog
|
2026-07-07 20:16:37 +02:00 |
|
Henrik Rydgård
|
93b570f8c7
|
Reverse the bits so we actually get the desired shader sorting order in the debug shader viewer
|
2026-07-07 20:16:37 +02:00 |
|
Henrik Rydgård
|
e78a46407b
|
Add new relay "Jeddah", minor update
|
2026-07-07 20:16:32 +02:00 |
|
Henrik Rydgård
|
6508ae0aae
|
Reorganize the vertex ShaderId bits, better sorting order
|
2026-07-07 20:16:32 +02:00 |
|
Henrik Rydgård
|
fdd6da77c0
|
Only show Z-raster stats in debug stats if z raster is on
|
2026-07-07 20:16:32 +02:00 |
|
Henrik Rydgård
|
d82b795f6a
|
Merge pull request #21888 from Sencaid/master
de aktualisiert (German translation updated)
|
2026-07-06 19:10:06 +02:00 |
|
Patrick
|
e4fd1ce548
|
Aktualisiert
|
2026-07-06 02:16:46 +02:00 |
|
Patrick
|
4174a424c7
|
Aktualisiert
|
2026-07-06 02:09:52 +02:00 |
|
Henrik Rydgård
|
56c694d88b
|
Merge pull request #21882 from hrydgard/remove-bgra-shader-support
D3D11: Remove support for BGRA textures and preferred framebuffer formats
|
2026-07-03 16:43:26 +02:00 |
|
Henrik Rydgård
|
90c48671d7
|
D3D11: Remove support for BGRA textures and preferred framebuffer formats
|
2026-07-03 16:20:22 +02:00 |
|
Henrik Rydgård
|
171db92e7f
|
Merge pull request #21881 from hrydgard/render-code-cleanup
Misc render code cleanup - remove cached UVScale, etc
|
2026-07-03 13:48:06 +02:00 |
|
Henrik Rydgård
|
6d2948a09b
|
Remove the cached UVScale in gstate_c. Conversion is cheap enough to do directly from gstate, no point in caching.
|
2026-07-03 13:17:35 +02:00 |
|
Henrik Rydgård
|
e2fbf295cf
|
Spline: Avoid having to modify and restore gstate_c.uv
|
2026-07-03 12:55:34 +02:00 |
|
Henrik Rydgård
|
8804042a9d
|
NormalizeVertices: Take UV scale as a parameter
|
2026-07-03 12:55:34 +02:00 |
|
Henrik Rydgård
|
50970153c9
|
Minor cleanup
|
2026-07-03 12:55:23 +02:00 |
|
Henrik Rydgård
|
a681ed6256
|
Merge pull request #21880 from City-busz/patch-1
Add Comment field to desktop entry
|
2026-07-03 12:43:57 +02:00 |
|
Balló György
|
0f48685bb9
|
Add Comment field to desktop entry
This is usually displayed as a tooltip by application launchers.
|
2026-07-03 12:22:14 +02:00 |
|
Henrik Rydgård
|
1b2f87bf1a
|
Rename GPUgstate to GEState
|
2026-07-02 20:34:09 +02:00 |
|
Henrik Rydgård
|
35e21dead8
|
Merge pull request #21879 from hrydgard/update-deps
Rollup of dependabot PRs, etc
|
2026-07-01 23:49:18 +02:00 |
|
Henrik Rydgård
|
3b731afdb7
|
Merge remote-tracking branch 'origin/dependabot/github_actions/softprops/action-gh-release-3.0.1' into more-adhoc
|
2026-07-01 23:15:19 +02:00 |
|
Henrik Rydgård
|
93e3c9c49b
|
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-6.1.0' into more-adhoc
|
2026-07-01 23:15:02 +02:00 |
|
Henrik Rydgård
|
dcaa8de052
|
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-7' into more-adhoc
|
2026-07-01 23:14:52 +02:00 |
|
Henrik Rydgård
|
a6325cecef
|
Bump rcheevos to latest develop
|
2026-07-01 22:39:53 +02:00 |
|
dependabot[bot]
|
6c9235f5ae
|
Bump actions/cache from 5.0.5 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0.
- [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.5...v6.1.0)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-07-01 08:48:37 +00:00 |
|
dependabot[bot]
|
7fbe0c8efa
|
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-07-01 08:48:33 +00:00 |
|
dependabot[bot]
|
d5fc0805b6
|
Bump softprops/action-gh-release from 3.0.0 to 3.0.1
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.0 to 3.0.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/b4309332981a82ec1c5618f44dd2e27cc8bfbfda...718ea10b132b3b2eba29c1007bb80653f286566b)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-07-01 08:48:27 +00:00 |
|
Henrik Rydgård
|
69950489c3
|
Another adhoc server by bichano
|
2026-07-01 10:30:04 +02:00 |
|
Henrik Rydgård
|
2cc8142f9a
|
Merge pull request #21870 from hrydgard/more-input-refactor
Add ugly hack to prevent double-trigger of ESC to close the pause screen
|
2026-06-30 10:23:16 +02:00 |
|
Henrik Rydgård
|
0652e6fe19
|
Merge pull request #21872 from hrydgard/sdl-control-fix
SDL controls: Don't apply pad numbering to pad ID
|
2026-06-30 10:23:01 +02:00 |
|
Henrik Rydgård
|
bb32eb2987
|
Revert checking for padId. Should fix #21869
|
2026-06-30 09:57:28 +02:00 |
|
Henrik Rydgård
|
cfd9c62f17
|
Ubuntu/cmake: Improve error messages when SDL3 is missing
|
2026-06-29 23:23:58 +02:00 |
|
Henrik Rydgård
|
48068384fe
|
Add ugly hack to prevent double-trigger of ESC to close the pause screen
|
2026-06-28 12:21:51 +02:00 |
|
Henrik Rydgård
|
3b31969931
|
Merge pull request #21866 from hrydgard/x11-build-fix
Tries to fix X11 build issue reported in #21863
|
2026-06-28 11:55:14 +02:00 |
|
Henrik Rydgård
|
bc41338293
|
Tries to fix X11 build issue reported in #21863
Fixes #21863
|
2026-06-27 14:17:58 +02:00 |
|
Henrik Rydgård
|
26c20c1613
|
Merge pull request #21865 from hrydgard/misc-cleanup
Some code cleanup. Add a compat flag for range culling
|
2026-06-27 14:15:55 +02:00 |
|
Henrik Rydgård
|
ebc564a465
|
Centralize handling of another GPU flag
|
2026-06-27 13:50:03 +02:00 |
|
Henrik Rydgård
|
d2f1193afc
|
Remove another unused GPU_USE_* flag
|
2026-06-27 13:19:13 +02:00 |
|