libretroadmin
|
3c20e709ea
|
Move gfx_display_reset_textures_list_buffer to gfx_display.c
|
2022-07-06 13:11:44 +02:00 |
|
libretroadmin
|
3aafa40c69
|
Bugfix for previous commit - cosine/sine were wrong
|
2022-07-06 12:09:08 +02:00 |
|
libretroadmin
|
bb6937949d
|
gfx_widget_draw_icon optimization - if radians is 0, we know cosine and
sine already. Avoid sinf/cosf computation when possible
|
2022-07-06 11:40:59 +02:00 |
|
libretroadmin
|
bf5409881c
|
gfx_display_rotate_z optimizations - if radians is 0, we know cosine
and sine already. Avoid the computation with sinf/cosf and pass it as value to the
function when possible
|
2022-07-06 11:03:15 +02:00 |
|
libretroadmin
|
6607ff3aaa
|
rotate_draw - get rid of scale_x/y/enable - scaling is only done now
in XMB at two spots - refactor gfx_display_rotate_z so that it only
manipulates the input matrix' Z axis
|
2022-07-05 20:50:01 +02:00 |
|
libretroadmin
|
95db09d8c5
|
Move bundle_assets_{src/dst} to settings->paths
|
2022-07-05 19:15:29 +02:00 |
|
libretroadmin
|
fbd37f8926
|
Consistency in variable naming conventions - rename temp_path to tmp_path
for uniformity with rest of code
|
2022-07-05 19:06:38 +02:00 |
|
libretroadmin
|
f12ad9ed34
|
Simplify audio mixer functions
|
2022-07-05 18:57:56 +02:00 |
|
libretroadmin
|
69605b7c9c
|
(task_screenshot.c) Simplify code
|
2022-07-05 18:15:12 +02:00 |
|
libretroadmin
|
2d33c49b26
|
(FPGA Gfx) get rid of unused viewport_info/read_viewport functions
|
2022-07-05 18:02:52 +02:00 |
|
libretroadmin
|
336ca1a68c
|
Don't call gfx_display_rotate_z unless the display driver implementation's
'handles_transform' is set to false
|
2022-07-05 17:20:01 +02:00 |
|
libretroadmin
|
1798651041
|
(gfx_widgets) scale_enable can b set to false for widgets, scale_factor was always 1.0f
(XMB) set scale_enable to false when scale_factor is 1.0f
|
2022-07-05 14:18:20 +02:00 |
|
libretroadmin
|
681e1dea94
|
gfx_display_rotate_z - if scale_x/y/z are all 1.0f, then set
scale_enable to false
|
2022-07-05 14:02:38 +02:00 |
|
sonninnos
|
494c93df3e
|
Thumbnail aspect ratio fix (#14145)
|
2022-07-05 12:01:21 +02:00 |
|
libretroadmin
|
9dd1fb895b
|
- Turn rotation arrows static where possible
- Don't call matrix_4x4_rotate_z - inline the code instead
|
2022-07-04 15:28:54 +02:00 |
|
Cthulhu-throwaway
|
0b2be028ca
|
(Netplay) Fix client info devices index (#14142)
|
2022-07-04 04:00:55 +02:00 |
|
libretroadmin
|
794e088ae1
|
(C89_BUILD) Buildfix
|
2022-07-03 18:18:52 +02:00 |
|
sonninnos
|
7043873fba
|
Reformat rdb_entry_int (#14140)
|
2022-07-03 17:46:03 +02:00 |
|
libretroadmin
|
50873f7c38
|
Simplify gfx_display_rotate_z
|
2022-07-03 17:38:09 +02:00 |
|
sonninnos
|
91c8541e20
|
(Ozone+XMB) Savestate thumbnail aspect ratio (#14139)
|
2022-07-03 16:14:51 +02:00 |
|
libretroadmin
|
b021f96522
|
(PSL1GHT) Silence some warnings
|
2022-07-03 14:20:10 +02:00 |
|
libretroadmin
|
cd36af1d24
|
Use NAME_MAX_LENGTH for some char array variables that have a fixed
width of 256
|
2022-07-03 13:59:23 +02:00 |
|
Cthulhu-throwaway
|
b55fa28896
|
(Netplay/Menu) Localize relay servers (#14136)
|
2022-07-03 13:45:13 +02:00 |
|
Cthulhu-throwaway
|
42f75e7f72
|
(Netplay/Menu) Add client devices info to the kick sub-menu (#14138)
|
2022-07-03 13:44:46 +02:00 |
|
dependabot[bot]
|
61bf5fba91
|
Bump actions/checkout from 2 to 3 (#14130)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-07-02 14:09:29 +02:00 |
|
dependabot[bot]
|
602b3fc43f
|
Bump actions/upload-artifact from 2 to 3 (#14129)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-07-02 14:09:19 +02:00 |
|
dependabot[bot]
|
d69f1e46ab
|
Bump actions/setup-python from 2 to 4 (#14128)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-07-02 14:09:12 +02:00 |
|
dependabot[bot]
|
c97492f85c
|
Bump actions/setup-java from 1 to 3 (#14127)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-07-02 14:09:00 +02:00 |
|
sonninnos
|
ed83f0e7be
|
Fix and cleanup playlist last played 'Ago' (#14132)
|
2022-07-02 14:08:41 +02:00 |
|
sonninnos
|
ee8993c76a
|
Silence Linux snprintf warnings (#14131)
|
2022-07-02 14:08:27 +02:00 |
|
Naveen
|
df25f88432
|
chore: Included githubactions in the dependabot config (#14126)
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
|
2022-07-02 08:37:20 +02:00 |
|
github-actions
|
89048993ef
|
Fetch translations from Crowdin
|
2022-07-02 00:12:03 +00:00 |
|
aldebaran27
|
58decac935
|
Increase DEFAULT_MAX_PADS to 8 for ODROIDGO2, since that impacts the RG351[X] consoles. The RG351[X] have a USB host controller and can have an arbitrary number of USB gamepads. (#14122)
|
2022-07-02 01:06:46 +02:00 |
|
Cthulhu-throwaway
|
78bc42de68
|
(Netplay/Lobby) Add setting for filtering out rooms with non-installed cores (#14124)
|
2022-07-02 00:24:33 +02:00 |
|
Cthulhu-throwaway
|
e7b9ff1ff6
|
(Netplay) Minor tweaks to the find content task (#14125)
|
2022-07-02 00:24:16 +02:00 |
|
sonninnos
|
0232fc8e10
|
(Ozone+XMB) Savestate thumbnail fullscreen + dropdown (#14116)
* (Ozone+XMB) Savestate thumbnail fullscreen toggle
* (Ozone+XMB) Savestate thumbnail dropdown
|
2022-07-01 23:41:46 +02:00 |
|
libretroadmin
|
f4803b1023
|
Silence warning - video_shader_is_shader_chain_config
|
2022-07-01 14:16:13 +02:00 |
|
libretroadmin
|
126940a98b
|
Silence unused variable warnings for Emscripten
|
2022-07-01 13:49:49 +02:00 |
|
Naveen
|
6bc73ed8af
|
chore: Set permissions for GitHub actions (#14120)
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
|
2022-07-01 07:43:08 +02:00 |
|
Cthulhu-throwaway
|
ab208fca91
|
(Netplay) Ensure current content is reloaded before joining a host (#14117)
|
2022-07-01 01:02:04 +02:00 |
|
Cthulhu-throwaway
|
58fc77850c
|
(Netplay/Lobby) Hide older (incompatible) rooms (#14118)
|
2022-07-01 01:01:24 +02:00 |
|
barbudreadmon
|
e9d67f2bbe
|
savestates: implement an api call for context awareness (#14101)
|
2022-06-30 10:45:59 +02:00 |
|
Cthulhu-throwaway
|
a5ebfc442a
|
(Netplay) Disallow clients from loading states and resetting (#14114)
|
2022-06-30 09:48:51 +02:00 |
|
github-actions
|
8583038d7f
|
Fetch translations from Crowdin
|
2022-06-30 00:12:09 +00:00 |
|
Cthulhu-throwaway
|
5b6d11cc60
|
(Netplay) Special saves directory for clients (#14111)
|
2022-06-29 10:18:39 +02:00 |
|
github-actions
|
11101f23b1
|
Fetch translations from Crowdin
|
2022-06-28 00:12:59 +00:00 |
|
Anders Storhaug
|
8addb08250
|
(Win32) Remove black margins with borderless non-fullscreen window (#14098)
|
2022-06-27 07:30:51 +02:00 |
|
libretroadmin
|
0172d57ada
|
(CTR) Simply font_render_driver_bottom
|
2022-06-27 02:46:13 +02:00 |
|
github-actions
|
2fb55f86bd
|
Fetch translations from Crowdin
|
2022-06-27 00:11:56 +00:00 |
|
libretroadmin
|
ce1d1fd430
|
(font_driver.c) Simplify code - get rid of unneeded array loops
|
2022-06-27 01:04:14 +02:00 |
|