Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-28 | ui: Update repository URLs to git.citron-emu.org | Zephyron | |
Updates all GitHub repository URLs to point to the new self-hosted Git instance at git.citron-emu.org. This includes: - Links in the About dialog UI and translations - Android app string resources - Documentation/wiki links - Source code comments The website URL (citron-emu.org) and support links remain unchanged. | |||
2025-01-17 | shader_recompiler: Add stubs for CSM/FCSM flow test conditions | Zephyron | |
Add stub implementations for previously unhandled flow test conditions in the shader recompiler's IR emitter. These conditions were previously throwing "Not Implemented" exceptions when encountered. The following flow test cases are now stubbed: - FCSM_TR (Fragment Shader Coarse/Fine Mode Test and Reject) - CSM_TA (Coarse/Fine Mode Test Accept) - CSM_TR (Coarse/Fine Mode Test and Reject) - CSM_MX (Coarse/Fine Mode Maximum) - FCSM_TA (Fragment Shader Coarse/Fine Mode Test Accept) - FCSM_MX (Fragment Shader Coarse/Fine Mode Maximum) Currently these stubs: 1. Return false (ir.Imm1(false)) as a placeholder value 2. Log a warning message indicating the stub 3. Allow shaders using these conditions to compile rather than fail This is a step toward proper implementation of coarse/fine mode shader operations. The stubs prevent crashes while making it clear which code paths need full implementation. Technical notes: - Removed the previous FCSM_TR implementation that used flag operations - Added consistent warning messages for tracking stub usage - Kept within the existing GetFlowTest switch statement structure | |||
2024-12-31 | chore: update project references and add Citron copyright | Zephyron | |
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. | |||
2024-03-01 | Remove trailing whitespaces | Pengfei Zhu | |
2024-03-01 | Update translations (2024-03-01) | The yuzu Community | |
2024-02-05 | .tx/config: Use language mappings for android "tx pull" | FearlessTobi | |
The language names we are using in the android resources differ from those on Transifex. We need to manually specify mappings for them, so Transifex is able to place the files in the correct folders. | |||
2024-02-01 | Update translations (2024-02-01) | The yuzu Community | |
2024-01-01 | Update translations (2024-01-01) | The yuzu Community | |
2023-12-01 | Update translations (2023-12-01) | The yuzu Community | |
2023-11-20 | translations: Add android translations to transifex config | t895 | |
2023-11-01 | Update translations (2023-11-01) | The yuzu Community | |
2023-10-01 | Update translations (2023-10-01) | The yuzu Community | |
2023-09-01 | Update translations (2023-09-01) | The yuzu Community | |
2023-08-01 | Update translations (2023-08-01) (#11198) | zhaobot | |
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org> | |||
2023-07-01 | Update translations (2023-07-01) (#10972) | zhaobot | |
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org> | |||
2023-06-01 | Update translations (2023-06-01) | The yuzu Community | |
2023-05-01 | Update translations (2023-05-01) (#10129) | zhaobot | |
Co-authored-by: The yuzu Community <noreply-fake@community.yuzu-emu.org> | |||
2023-04-04 | Update translations (2023-04-04) | The yuzu Community | |
2023-03-01 | Update translations (2023-03-01) | The yuzu Community | |
2023-02-01 | Update translations (2023-02-01) | The yuzu Community | |
2023-01-01 | Update translations (2023-01-01) | The yuzu Community | |
2022-12-01 | Update translations (2022-12-01) | The yuzu Community | |
2022-11-02 | Manually import Ukrainian language files | Kyle Kienapfel | |
I'm not sure if GillianMC and I can claim that yuzu is first emulator translated to Ukrainian until the language files are used in builds. | |||
2022-10-14 | Translations: new transifex client | Kyle Kienapfel | |
Currently we're using the python client which uses an API that they state will sunset Nov 30, 2022. `tx push -s` actually appears to work properly, some of the other commands require tweaking, like instead of suggesting `tx pull -a` in dist/languages we need to suggest `tx pull -t -a` | |||
2022-10-01 | Update translations (2022-10-01) | The yuzu Community | |
2022-09-01 | Update translations (2022-09-01) | The yuzu Community | |
2022-08-01 | Update translations (2022-08-01) | The yuzu Community | |
2022-07-01 | Update translations (2022-07-01) | The yuzu Community | |
2022-06-01 | Update translations (2022-06-01) | The yuzu Community | |
2022-05-09 | Update translations (2022-05-09) | The yuzu Community | |
2022-04-18 | yuzu: mention GPLv3.0+ in about dialog | Andrea Pappacoda | |
Follow-up to 284934ebfdf5e530c960cf69969172ff76f40bea Fixes #8218 | |||
2022-04-01 | Update translations (2022-04-01) | The yuzu Community | |
2022-03-01 | Update translations (2022-03-01) | The yuzu Community | |
2022-02-01 | Update translations (2022-02-01) | The yuzu Community | |
2022-01-05 | Update translations (2022-01-05) | The yuzu Community | |
2021-12-01 | Update translations (2021-12-01) | The yuzu Community | |
2021-11-01 | Update translations (2021-11-01) | The yuzu Community | |
2021-10-16 | Update translations (2021-10-16) | The yuzu Community | |
2020-09-11 | Update translations (2020-09-11) | The yuzu Community | |
2020-07-18 | yuzu: Port translation support from Citra | FearlessTobi | |
Co-Authored-By: Weiyi Wang <wwylele@gmail.com> |