Commit graph

3748 commits

Author SHA1 Message Date
Croden1999
b94c5f5dff gui/main_menubar: Add the Open Texture Path menuitem.
gui/app_context_menu: Add the Open/Delete Textures Folder menuitem.
2023-11-26 16:10:33 +01:00
oltolm
572c2a8def
util: Fix static initialization in tracy.cpp (#3097) 2023-11-26 14:45:55 +01:00
Pedro Montes Alcalde
aab4d82164
appimage: Fix desktop integration 2023-11-23 15:30:44 -03:00
Pedro Montes Alcalde
201777fac6
io/appimage: Correctly handle appdir for static and shared assets 2023-11-22 12:17:44 -03:00
Macdu
072e9192ea
renderer/vulkan: Disable the fragment shader when it has no effect (#3089) 2023-11-21 19:22:54 +01:00
Macdu
acb2b776cf
ngs: Duplicate info buffers (#3090) 2023-11-21 15:55:12 +01:00
Macdu
20668605e9
renderer/vulkan, vkutil: Refractoring of the Vulkan renderer (#3081) 2023-11-21 14:49:23 +01:00
Macdu
5c10122530
util: Improve float_to_half code (#3082) 2023-11-21 14:28:49 +01:00
nishinji
07e2350801
gui: add welcome_park as a commercial_app (#3080) 2023-11-21 14:12:04 +01:00
Zangetsu
7674912063
lang: Add support of user custom language. (#3083) 2023-11-21 12:43:13 +01:00
EXtremeExploit
dfe65ccd18 shader/ogl: Fix typo between frag and vert 2023-11-20 10:13:19 +01:00
Seungyun Lee
77ffb423be
io: set default static assets path with base path 2023-11-20 03:30:01 -03:00
Macdu
4cc0cbf965 modules/SceNpBasic: Tell games that I have no friends 2023-11-19 23:28:34 +01:00
Pedro Montes Alcalde
1bf9a0fbc5
io: Fix export/import textures path being same place as exec in linux 2023-11-19 18:00:32 -03:00
redpolline
d5da999da7 ci: Fix copying AppImage build in create-release 2023-11-17 13:23:02 +01:00
Macdu
f49ef10e50 modules/SceGxm, display, renderer: Implement frame prediction 2023-11-16 11:28:36 +01:00
Macdu
21c4c537df modules/SceGxm, renderer/vulkan: Improve sync object accuracy 2023-11-16 11:28:36 +01:00
Seungyun Lee
4a6e79aa91 ci: fix failing create-release 2023-11-15 15:07:00 +01:00
redpolline
ae08826fed build: Add support for building AppImages under linux 2023-11-15 13:24:10 +01:00
Croden
ecdeb625d6
gui/lang: Improve dialog for some lang strings. (#3067)
- gui/lang: Update lang strings in Settings Dialog and Initial Setup.
- Other fixes and translation update.

Co-authored-by: HuanJiCanShang <HuanJiCanShang@users.noreply.github.com>
2023-11-14 23:09:31 +01:00
Croden
b17dc3473f vita3k/script/update-windows: Fixed version to 0.1.9. 2023-11-13 20:50:48 +01:00
Macdu
6030dae6be modules/SceJpeg: Fix buffer sizes value 2023-11-12 16:37:20 +01:00
Pedro Montes Alcalde
e419facdca
cmake: Enable XXH_X86DISPATCH_ALLOW_AVX by default 2023-11-12 11:54:31 -03:00
redpolline
f4202ef9b5 cmake: Fix VITA3K_FORCE_CUSTOM_BOOST usage and compilation of Boost submodule 2023-11-11 12:31:04 +01:00
redpolline
11e351a994 renderer/texture: Build fix for Boost 1.74. 2023-11-11 12:31:04 +01:00
Macdu
6e75edfc6b
renderer/texture: Fix texture dumping 2023-11-08 22:23:20 -03:00
Macdu
ca39e6dffc display: Limit the refresh rate of the UI/common dialog 2023-11-08 22:43:18 +01:00
Macdu
e0d0196b1b renderer/texture: Fix texture state modification before loading a game 2023-11-08 21:11:18 +01:00
Macdu
ef7e635496 renderer, gui: Add keyboard shortcut to toggle texture replacement 2023-11-08 18:34:22 +01:00
Macdu
1f02750964 ci: Switch to builtin curl for linux 2023-11-08 18:01:25 +01:00
Pedro Montes Alcalde
0f4559ca67
ci: Bundle curl gnutils lib
Co-authored-by: Macdu <Macdu@users.noreply.github.com>
2023-11-08 13:05:40 -03:00
Pedro Montes Alcalde
9d23a76621
https: use CURL instead of raw hand made http 2023-11-08 10:46:49 -03:00
Seungyun Lee
0edae4cd4b vita3k: raise macOS deployment target to monterey 2023-11-06 19:32:34 +01:00
Pedro Montes Alcalde
f98ef6aa61
util: Split into multiple files 2023-11-06 14:13:33 -03:00
Macdu
fb24695b9f renderer/vulkan: Enable depth clamping 2023-11-02 18:08:33 +01:00
Macdu
09de94c216 mem: Improve accuracy of virtual memory 2023-11-02 06:10:22 +01:00
Macdu
784f55e46e modules/SceJpeg: Improve Jpeg decoding 2023-11-01 23:41:02 +01:00
Creeot
ca02a186a4 gui: Fix 12-hour time display.
At midnight, GUI displays 0:[MM] AM.
At noon, GUI displays 12:[MM] AM.

This is incorrect; midnight should be rendered as 12:[MM] AM,
and noon should be rendered as 12:[MM] PM.
2023-10-31 14:23:20 +01:00
Macdu
03eb12dbf1 renderer/vulkan: Improve support of MSAA without a color surface 2023-10-31 10:51:14 +01:00
Macdu
c196c7d79c renderer/vulkan: Move pipeline save refresh timer 2023-10-30 23:58:49 +01:00
Macdu
e39889c930 external: Use dispatch version of xxhash 2023-10-30 09:20:34 +01:00
Macdu
1dc392dda3 renderer/vulkan, gui: Replace shaders compiled by pipelines compiled on Vulkan 2023-10-29 17:11:37 +01:00
Macdu
be28a54867 ci: Switch to a recent version of ccache on Windows 2023-10-29 10:37:20 +01:00
Pedro Montes Alcalde
3e2bd7594c
cmake: Static link stdc++ 2023-10-28 14:13:45 -03:00
Samuel
41e181517b
gui/lang: Welcome message translated to spanish 2023-10-28 12:23:52 -03:00
Macdu
fccfd20e2f renderer: Add subfolder support for imported textures 2023-10-28 17:04:56 +02:00
Macdu
c062cad083 renderer: Add support for importing BC6/BC7 textures 2023-10-28 17:04:56 +02:00
Macdu
c318e598ee renderer/texture: Fix importing and exporting BCn mips 2023-10-28 17:04:56 +02:00
Macdu
33f72c7b2f renderer: Fix dds dumping and importation of some formats 2023-10-28 17:04:56 +02:00
Macdu
aba665fb1f modules/SceGxm: revert "Rewrite sceGxmSetUniformDataF"
This reverts commit b083094cc3.
2023-10-28 15:35:11 +02:00