Commit Graph

37574 Commits

Author SHA1 Message Date
Henrik Rydgård
fc6879674e Refactor overlays into an enum 2023-08-02 13:03:04 +02:00
Henrik Rydgård
7538807ee7
Merge pull request #17831 from hrydgard/no-inflight-no-multithreading
Vulkan: Don't use multithreaded rendering if buffer commands (frames in flight) is set to 1
2023-08-01 21:47:16 +02:00
Henrik Rydgård
3c41420d25
Merge pull request #17830 from Felipefpl/master
Updated brazilian portuguese translation
2023-08-01 21:46:02 +02:00
Felipe
0beec83a06
Fixed previous mistakes
My previous submission was incorrect because several strings were missing although i'm sure i got the english file for comparison correctly. Weird...

Thanks @hrydgard for showing the problem to me.
2023-08-01 16:26:52 -03:00
Henrik Rydgård
ffd5e57a20 Vulkan: Don't use multithreaded rendering if frames-in-flight is set to 1
It has no benefit, and loses by a few percent in simple benchmarking.
2023-08-01 21:08:07 +02:00
Felipe
99c44a6d59
Updated brazilian portuguese translation
Included the latest changes.
2023-08-01 12:58:40 -03:00
Henrik Rydgård
25de32b7d3
Merge pull request #17828 from hrydgard/leaderboard-choose-range
Leaderboard: Choose whether to see top players, or "around me"
2023-08-01 14:26:56 +02:00
Henrik Rydgård
d998824381 Add missing strings 2023-08-01 13:52:20 +02:00
Henrik Rydgård
29c606f5d8 Allow choosing to see leaderboard entries "Near me". Highlight current user. 2023-08-01 13:52:20 +02:00
Henrik Rydgård
ff72d13932
Merge pull request #17827 from hrydgard/more-achievement-ui-work
More achievement UI work - allow choosing screen positions for notifications
2023-08-01 13:51:37 +02:00
Henrik Rydgård
9f11784c7b Add more missing strings 2023-08-01 13:16:59 +02:00
Henrik Rydgård
9a8919810b Translation cleanups 2023-08-01 13:04:52 +02:00
Henrik Rydgård
f45176fd25 Allow configuring in which corner achievement notifications can show up. 2023-08-01 12:52:09 +02:00
Henrik Rydgård
1071e1f248 Move towards separate types for leaderboard events 2023-08-01 11:57:28 +02:00
Henrik Rydgård
f4b345bf7a
Merge pull request #17823 from hrydgard/more-achievement-ui-work
More achievement UI work
2023-08-01 10:34:08 +02:00
Unknown W. Brackets
6c4268c8be
Merge pull request #17824 from noabody/master
Link fail on case sensitive filesystem SDL2_ttf
2023-07-31 20:26:05 -07:00
noabody
d0f5159e88 Link fail on case sensitive filesystem SDL2_ttf 2023-07-31 19:02:53 -06:00
Henrik Rydgård
d268dd639a Move the ScreenEdgePosition enum to a more appropriate location 2023-08-01 01:01:57 +02:00
Henrik Rydgård
a28ae79ef7 Safer handling of NONE 2023-08-01 00:28:54 +02:00
Henrik Rydgård
3563d625b9 Allow configuring the location on-screen of leaderboard trackers. 2023-08-01 00:28:54 +02:00
Henrik Rydgård
48d577014a Refactor the on-screen display to be more customizable 2023-08-01 00:28:54 +02:00
Henrik Rydgård
1475fcb065 Fix a comment 2023-08-01 00:28:54 +02:00
Henrik Rydgård
01191ff23a Extract ApplyAnchorLayoutParams from the anchor viewgroup 2023-08-01 00:28:54 +02:00
Henrik Rydgård
f39b9640b7 Rename the ChatPosition enum to a ScreenEdgePosition enum class (for future use) 2023-08-01 00:28:54 +02:00
Henrik Rydgård
aca739d8eb
Merge pull request #17822 from hrydgard/update-naett
Switch the naett submodule back to the upstream repo
2023-08-01 00:15:02 +02:00
Henrik Rydgård
cf97038a2d Switch the naett submodule back to the upstream repo
All my PRs are in now.
2023-07-31 23:33:24 +02:00
Henrik Rydgård
5f0980c1d8
Merge pull request #17821 from hrydgard/move-some-translations
Translation: Move the corner position strings from Networking (for Chat) to Dialog (general)
2023-07-31 23:33:15 +02:00
Henrik Rydgård
42ae0fd85c Update the sv_SE translation 2023-07-31 23:29:38 +02:00
Henrik Rydgård
b1751f8b41 Move the corner position strings from Networking (for Chat) to Dialog (general)
These strings will be used to configure positions for notifications.
2023-07-31 23:18:23 +02:00
Henrik Rydgård
deba52487b
Merge pull request #17819 from hrydgard/devscreens-collapsible-header
Experiment with the collapsible header thingy, increase ItemHeader font size
2023-07-31 13:30:02 +02:00
Henrik Rydgård
3861e97a94 Experiment with the collapsible header thingy. Slightly increase the font size of headers. 2023-07-31 11:48:50 +02:00
Henrik Rydgård
434aab9e69
Merge pull request #17817 from unknownbrackets/riscv-disas
riscv: Add bitmanip ops to disasm
2023-07-31 07:50:12 +02:00
Unknown W. Brackets
0d0029fc9d riscv: Add bitmanip ops to disasm. 2023-07-30 17:45:36 -07:00
Henrik Rydgård
50ac61f362
Merge pull request #17816 from unknownbrackets/riscv-android
Build: Fix link issue for rv64 disasm
2023-07-31 01:32:21 +02:00
Unknown W. Brackets
c24dca12bb Build: Fix link issue for rv64 disasm. 2023-07-30 16:06:55 -07:00
Unknown W. Brackets
b03398a46c
Merge pull request #17815 from unknownbrackets/riscv-jit
riscv: Spill registers more intelligently
2023-07-30 14:49:37 -07:00
Henrik Rydgård
fa2b831dbc
Merge pull request #17814 from unknownbrackets/riscv-jit-debug
riscv: Implement block debug interface
2023-07-30 23:42:14 +02:00
Henrik Rydgård
fa558b5b71
Merge pull request #17813 from unknownbrackets/riscv-jit-fixes
Fix some typos and mistakes in RISC-V jit
2023-07-30 23:41:13 +02:00
Henrik Rydgård
100f7c838e
Merge pull request #17812 from unknownbrackets/irjit-floats
Cleanup IR cond move flag, fmov to self
2023-07-30 23:36:37 +02:00
Unknown W. Brackets
f870271011 riscv: Spill registers more intelligently. 2023-07-30 14:24:12 -07:00
Unknown W. Brackets
020706f545 riscv: Implement float saturate clamping. 2023-07-30 14:24:12 -07:00
Unknown W. Brackets
45d44c1d4f riscv: Implement block debug interface.
This gives us the target disasm in jit compare, bloat, etc.
2023-07-30 14:21:43 -07:00
Unknown W. Brackets
5ef4b2b5fa riscv: Fix assert when flushing not mapped reg. 2023-07-30 14:19:28 -07:00
Unknown W. Brackets
9f917488c3 riscv: Fix PC in disassembly. 2023-07-30 14:19:28 -07:00
Unknown W. Brackets
e34736fbb2 riscv: Reduce norms in Slt/Sltu overlap cases.
We can skip an SEXT.W in common cases where the dest and src overlap.
2023-07-30 14:19:28 -07:00
Unknown W. Brackets
d1dc346899 riscv: Fix pointer add/sub. 2023-07-30 14:19:28 -07:00
Unknown W. Brackets
09f3842a32 riscv: Fix VFPU compare typos. 2023-07-30 14:19:28 -07:00
Unknown W. Brackets
f3240393fa irjit: Use vf for vfpu regs, v0 is a gpr. 2023-07-30 14:16:17 -07:00
Unknown W. Brackets
6819acd29f irjit: Fix flag on float cond move. 2023-07-30 14:16:17 -07:00
Unknown W. Brackets
5db6b11ef2 irjit: Cleanup self-fmovs.
These were sometimes getting emitted.
2023-07-30 14:16:17 -07:00