7253 Commits

Author SHA1 Message Date
UnknownShadow200
b24e2cb56b Linux: Try adding AltGr support 2024-05-19 08:14:00 +10:00
UnknownShadow200
9d7bde7218 Windows/Linux: Add more special keys support 2024-05-18 20:19:11 +10:00
UnknownShadow200
a9929e52b0 Saturn: Double performance and fix timing sort of 2024-05-17 23:14:59 +10:00
UnknownShadow200
1e765919ea More multimedia keys 2024-05-17 18:31:59 +10:00
UnknownShadow200
0ad6d4e8ba Windows: Add support for binding to some media keys 2024-05-17 17:53:36 +10:00
UnknownShadow200
a5dfd2ef8b All graphics backends can now see if in 2D mode or not 2024-05-16 21:28:10 +10:00
UnknownShadow200
2d5e0e2edf Fix NetBSD workflow 2024-05-16 18:47:09 +10:00
UnknownShadow200
a3e559add9 Linux/macOS: Support 4 extra buttons, partially addresses #1186 2024-05-16 17:20:17 +10:00
UnknownShadow200
29859ca9ab Dreamcast: Unify assembly 2024-05-15 22:00:24 +10:00
UnknownShadow200
9a69e3fac6 Fix order of buttons in PauseScreen to work better for gamepad input 2024-05-15 20:17:06 +10:00
UnknownShadow200
8621415f50 Dreamcast: Move clipflag calculation into vertex transform code 2024-05-14 17:52:02 +10:00
UnknownShadow200
1151eb473d Fix can't manually run workflows on non-master branches 2024-05-13 22:24:47 +10:00
UnknownShadow200
6b089ccb22 Xbox: Use proper way of infinite timeout when waiting for a signal 2024-05-13 21:10:49 +10:00
UnknownShadow200
e0970e1c9f Xbox: Add support for disabling stuff that doesn't work in cxbx-reloaded 2024-05-12 21:52:10 +10:00
UnknownShadow200
8a3f02dc0c Xbox: Don't pointlessly create unused index buffer 2024-05-12 11:27:47 +10:00
UnknownShadow200
4a96f653bf Direct3D11: Fix 3D anaglyph not working 2024-05-11 11:12:03 +10:00
UnknownShadow200
43a49d48cc Xbox: Be a little more efficient in draw calls 2024-05-11 11:12:02 +10:00
UnknownShadow200
0bcc2c09c0 Allow triggering workflows manually 2024-05-10 12:49:51 +10:00
Goodlyay
df3e6834d6 Fix setting spawn with -noclip sometimes allowing clipping through blocks 2024-05-09 19:38:40 -07:00
UnknownShadow200
7fd7d489f1 VirtualKeyboard: L/R append @ and /, also fFix accidentally initing with placeholder instead of initial text 2024-05-09 23:08:46 +10:00
UnknownShadow200
c4e20e94f4 Avoid pointer sign conversion warning when parsing content length, should also fix DS build 2024-05-09 21:43:50 +10:00
UnknownShadow200
0035ffc9cd Upload .bin/.cue for Saturn build 2024-05-09 21:30:46 +10:00
UnknownShadow200
5bd2d6848a Saturn: Try to fix chunk building insta crashing the game 2024-05-09 20:53:46 +10:00
UnknownShadow200
3ee1b1e92a Mobile: Fix can't click on thumbstick widget to move anymore after going in-game, quitting, then going in-game again 2024-05-08 22:59:24 +10:00
UnknownShadow200
3ce74bf30e PS1: Fix texture brightness and blocks in inventory 2024-05-08 22:03:59 +10:00
UnknownShadow200
b6ff26aa5b PS1: Backface culling and better VRAM usage 2024-05-08 21:29:49 +10:00
UnknownShadow200
a4848d0f38 PS1: 10 to 15 FPS, sorta fix 2D rendering 2024-05-08 19:26:09 +10:00
UnknownShadow200
137705c51d 360: Untested analog controller support 2024-05-08 18:30:11 +10:00
UnknownShadow200
fe7fd614da Dreamcast: Slightly optimise clipping 2024-05-07 19:15:08 +10:00
UnknownShadow200
4f0b125f9b Change back Camera.GetPosition argument list to avoid breaking plugins 2024-05-07 18:39:26 +10:00
UnknownShadow200
d3f9c5ab84 Windows ARM builds for github actions 2024-05-05 21:37:55 +10:00
UnknownShadow200
c70cc1932c PS3/Vita: Disable low memory mode 2024-05-05 19:20:44 +10:00
UnknownShadow200
b55dadf50e Try to fix rare download issues 2024-05-05 18:25:46 +10:00
UnknownShadow200
ffa128c854
Merge pull request #1183 from ClassiCube/AdvLightingFix
Adv lighting: make entities lit in fully bright blocks
2024-05-05 16:59:43 +10:00
UnknownShadow200
14685d704c GameCube/Wii: Very slightly faster rendering 2024-05-05 14:43:13 +10:00
UnknownShadow200
3081e4b304 Implement comment state tracking for Gfx_SetAlphaBlending 2024-05-04 21:22:53 +10:00
UnknownShadow200
fd1f6ef424 Implement comment state tracking for Gfx_SetAlphaTest 2024-05-04 12:35:18 +10:00
UnknownShadow200
7cfce0fb96 iOS: Compile with less warnings 2024-05-04 11:00:54 +10:00
UnknownShadow200
6f0918ee95 iOS: Set deployment target to 6.0 2024-05-04 08:57:39 +10:00
UnknownShadow200
798a2d6e1e Dreamcast: Increase powervr buffer size 2024-05-03 23:26:49 +10:00
UnknownShadow200
0b8f07f307 Add right version of last commit 2024-05-03 23:07:41 +10:00
UnknownShadow200
f1fdc2a177 Dreamcast: Try to optimise transform, and increase powervr buffer size 2024-05-03 22:53:42 +10:00
UnknownShadow200
b659b609b9 Use faster atan2 implementation since accuracy is not that important 2024-05-03 19:53:12 +10:00
Goodlyay
dc59fc318a Adv lighting: make entities lit in fully bright blocks 2024-05-03 00:54:21 -07:00
UnknownShadow200
577d69153a Switch to classicube SDN for updates url 2024-05-03 17:02:05 +10:00
UnknownShadow200
1ee4c58fdd Webclient action 2024-05-02 22:23:34 +10:00
UnknownShadow200
7af80a9223 Virtual keyboard: X for backspace, Y for space 2024-05-02 21:03:39 +10:00
UnknownShadow200
82529852f4 Test whether notify action works 2024-05-02 07:22:13 +10:00
UnknownShadow200
a9a90c91e3 Wii U: WIP splitscreen and non-gamepade input 2024-05-01 21:47:00 +10:00
UnknownShadow200
f2307da83a WiiU: Properly handle out of memory for textures 2024-05-01 20:31:19 +10:00