Commit graph

7385 commits

Author SHA1 Message Date
EGAMatsu
d2b3831fcc Begining to try getting MacOS Classic to **run** at all. 2024-06-02 16:22:15 -05:00
UnknownShadow200
d639c66cf5 Classic mac stuff 2024-06-02 22:18:19 +10:00
UnknownShadow200
d28cef938e Classic mac stuff 2024-06-02 20:17:56 +10:00
UnknownShadow200
accb1d4af4 maybe disable lowmem build for Wii 2024-06-02 07:46:59 +10:00
UnknownShadow200
1587dd7f65 Fix last commit 2024-06-01 20:19:55 +10:00
UnknownShadow200
e13917ec44 Add Window_PreInit that's called before loading options and initing platform 2024-06-01 20:07:50 +10:00
UnknownShadow200
9db8b20f08 PS1 workflow 2024-06-01 18:11:21 +10:00
UnknownShadow200
cbaf9a8386 Avoid implicit reliance on memcpy due to large structure copy 2024-05-31 21:39:13 +10:00
UnknownShadow200
2d362dcd01 Avoid even more stdlib 2024-05-31 20:12:28 +10:00
UnknownShadow200
cbaf42c886 Avoid more stdlib functions with FreeType 2024-05-31 08:03:54 +10:00
UnknownShadow200
bbda33cd5a Add update links for FreeBSD, NetBSD, Windows ARM 2024-05-30 19:56:34 +10:00
UnknownShadow200
b3716e259e Avoid stdlib a bit more with FreeType 2024-05-30 17:35:43 +10:00
UnknownShadow200
bd878f464a macOS: Add xcode project 2024-05-29 20:53:48 +10:00
UnknownShadow200
a5b80f2390 N64/Saturn/PS1: Disable multiplayer stuff on main menu 2024-05-29 20:46:46 +10:00
UnknownShadow200
8c014a5d26 GUIs that grab input should always prevent all normal actions 2024-05-29 17:48:49 +10:00
UnknownShadow200
245d470a39 Use more conditionally compiled code via if/else instead of via preprocessor 2024-05-28 11:51:32 +10:00
UnknownShadow200
264106c526 Avoid breaking plugin backwards compatibility 2024-05-27 09:39:26 +10:00
UnknownShadow200
aefed23229 iOS: Change updater message because you don't need to compile source code to update anymore 2024-05-26 18:49:42 +10:00
UnknownShadow200
0e993ff6d4 Move autogenerated header files out of src directory 2024-05-26 18:04:17 +10:00
UnknownShadow200
ce20154942 Always enable ModernGL builds in Updates menu 2024-05-26 07:56:50 +10:00
UnknownShadow200
b28f1a802d macOS: Try to reduce warnings 2024-05-25 19:11:14 +10:00
UnknownShadow200
3302963305 Unify ARM64 and Intel64 macOS workflows 2024-05-25 18:21:54 +10:00
UnknownShadow200
a7d2921a85 SoftGPU backend: Fix can't take screenshots 2024-05-25 17:24:41 +10:00
UnknownShadow200
b3a1d45f75 Actions: Build for macOS arm64 2024-05-25 17:15:50 +10:00
UnknownShadow200
9d0f87abd7 Oops 2024-05-25 16:42:53 +10:00
UnknownShadow200
02c7ae5da7
Merge pull request #1197 from ClassiCube/BindsRewrite
Support two button bind mappings
2024-05-25 16:32:56 +10:00
UnknownShadow200
304dd6c327 Fix two button mappings not behaving properly 2024-05-25 16:18:00 +10:00
UnknownShadow200
2331c3d445 Change fly/noclip/speed gamepad mappings to two button defaults 2024-05-25 09:31:25 +10:00
UnknownShadow200
c1670ba583 WIP on support for 2 button binds 2024-05-25 09:26:43 +10:00
UnknownShadow200
16f0900198 Rename keybinds to more general input binds 2024-05-24 17:58:27 +10:00
UnknownShadow200
b45dfc9176 Dreamcast: Allow binding D and C buttons too 2024-05-24 17:18:49 +10:00
Goodlyay
563a941ead Correct WoM style hacks description 2024-05-23 17:01:26 -07:00
UnknownShadow200
077b3956fe Change terminal backend to not use printf 2024-05-24 09:52:28 +10:00
Goodlyay
ac3ab3b84e Give a description for WoM style hacks in the hacks settings menu 2024-05-23 16:48:37 -07:00
UnknownShadow200
e3a5f77502 Oops 2024-05-23 20:15:22 +10:00
UnknownShadow200
bce813602e Android: Controller support, maybe 2024-05-23 19:55:30 +10:00
UnknownShadow200
0a28e7fa7e Horizontal scroll wheel support (untested) 2024-05-23 18:17:05 +10:00
UnknownShadow200
8b58359c12 Fix direct3d9 backend 2024-05-23 07:10:20 +10:00
UnknownShadow200
20909895d6 Fix wrong output on Powershell 2024-05-22 23:24:03 +10:00
UnknownShadow200
93c0286739 Termina: Keyboard buttons now release after 1 second, display works on Windows sorta 2024-05-22 22:52:46 +10:00
UnknownShadow200
079e83dae6 Sort of get terminal backend to work on windows 2024-05-22 21:39:43 +10:00
UnknownShadow200
8630a87cc7 oops 2024-05-22 20:03:02 +10:00
UnknownShadow200
1732750da9 Try building SDL2 for Linux too 2024-05-22 19:55:04 +10:00
UnknownShadow200
30d3fe47a8 simplify overriding graphics backend 2024-05-22 19:47:19 +10:00
UnknownShadow200
3aa1f9749f Allow easily overriding default window backend 2024-05-22 18:35:43 +10:00
UnknownShadow200
7ef901715c Build fixes 2024-05-22 18:09:40 +10:00
UnknownShadow200
dcf25086c6
Merge pull request #1195 from ClassiCube/ModernLighting
Add "Fancy lighting"
2024-05-22 17:35:40 +10:00
UnknownShadow200
855923abf2 Try to restore terminal state on exit 2024-05-22 07:51:10 +10:00
UnknownShadow200
1d205638ed Respond to resize and maybe fix macOS compilation 2024-05-22 07:13:30 +10:00
UnknownShadow200
6b25058f68 Try to fix mouse input 2024-05-21 23:29:37 +10:00