6891 Commits

Author SHA1 Message Date
UnknownShadow200
2634c0bb12 PSP: Use cooperative threading for map gen
Also fix OpenAL backend not properly resetting error state before calling important functions that may set the error state
2024-02-08 18:26:57 +11:00
UnknownShadow200
7d881ad452 iOS: Add missing files to xcode project 2024-02-07 21:45:40 +11:00
UnknownShadow200
fc279ff830 Reorganise Http worker code to avoid having a single global for current request progress
Dreamcast: Be slightly more sensitive to mouse movement
2024-02-07 18:00:11 +11:00
UnknownShadow200
acd4edb0b0 Dreamcast: SD card support, maybe 2024-02-06 18:58:16 +11:00
UnknownShadow200
7c3e5c735b Don't try to write chat logs or cache texture packs when filesystem is known to be readonly
Attempting to save options will still show an error message, that way the user at least knows that the changed option won't be persisted
2024-02-06 18:32:55 +11:00
UnknownShadow200
f677529e44 PSP: Untested networking support 2024-02-06 17:54:10 +11:00
UnknownShadow200
b4821e5092 PSP: Really fix this time 2024-02-06 12:10:59 +11:00
UnknownShadow200
57cbd94469 PSP: Fix launcher not displaying and fix game usually crashing after several seconds (Thanks Zekiu, fixes #1144 and fixes #1145) 2024-02-06 11:52:14 +11:00
UnknownShadow200
13a7f49658 Fix not building prx and fix errors logged about closing files (based on issues raised in #1145, thanks Zekiu) 2024-02-06 08:39:29 +11:00
UnknownShadow200
04346551dc Dreamcast: Try dialling a longer number 2024-02-05 23:59:05 +11:00
UnknownShadow200
2963723746 Dreamcast: Show initial loading messages for modem initing, so that users don't think the game is unresponsive 2024-02-05 23:01:20 +11:00
UnknownShadow200
9feeadb52f Dreamcast: Add WIP mouse support 2024-02-05 22:05:52 +11:00
UnknownShadow200
88d43a8420 DS: Fix can't move camera 2024-02-05 21:45:10 +11:00
UnknownShadow200
f4ada2aa51 DS: 3D sorta works 2024-02-05 21:26:58 +11:00
UnknownShadow200
0437d9d0cc DS: Add control support sorta 2024-02-05 20:28:22 +11:00
UnknownShadow200
e07f1bc4c7 Completely unfinished DS port
macOS: Always build cocoa build when using makefile, fixes it trying to compile carbon build on M1 macs
2024-02-05 18:15:02 +11:00
UnknownShadow200
4de0747168 PSP: Try to fix launcher not rendering
Dreamcast: Try to workaround when BIOS RTC time hasn't been configured
2024-02-05 17:51:59 +11:00
Goodlyay
653c6497ae
Update readme.md 2024-02-02 20:47:46 -08:00
UnknownShadow200
a2710e044a 3DS: Move setting render screen out of Launcher code 2024-02-03 14:45:44 +11:00
UnknownShadow200
61e901ec10 Try to simplify launcher framebuffer drawing, hopefully doesn't break 2024-02-03 14:20:41 +11:00
UnknownShadow200
2955330e49 Simplify launcher title drawing 2024-02-03 13:49:42 +11:00
UnknownShadow200
d65fad3836 Use CC_BUILD_DUALSCREEN define instead, and fix PSP build to work with latest master commit 2024-02-03 13:15:44 +11:00
UnknownShadow200
164958df36
Merge pull request #1136 from camthehaxman/3ds-dualscreen
Dual screen mode for 3DS
2024-02-03 12:57:14 +11:00
UnknownShadow200
510b34317d 3DS: Try to defer deleting buffers to avoid issues 2024-02-03 09:13:03 +11:00
UnknownShadow200
3583aa29bc Dreamcast: Try to fix freeze/crash after leaving in-game and then trying to go in-game again 2024-02-02 21:37:53 +11:00
UnknownShadow200
6921c9516d Vita: Try to fix problems with deleting unreferenced buffers causing crashes 2024-02-02 19:21:04 +11:00
UnknownShadow200
9e0c9ba942 Fix some skins couldn't be downloaded from dropbox (fixes #1143), fix root directory not being created on Vita port 2024-02-02 18:25:08 +11:00
UnknownShadow200
e5eafc25a0 Nintendo 64 github actions build 2024-02-01 23:38:41 +11:00
UnknownShadow200
003542eef7 PS2 build on github actions 2024-02-01 20:22:16 +11:00
UnknownShadow200
fff5887126 Dreamcast: Try to simplify some things, doesn't fix issues though 2024-01-27 23:01:21 +11:00
camthehaxman
8cd740f054 remove 3DS exit button combo that I used for debugging 2024-01-26 19:51:13 -06:00
UnknownShadow200
b8a7305bb1 Dreamcast: Reduce error spam and fix some long error messages being cutoff 2024-01-26 18:49:58 +11:00
UnknownShadow200
57bba753f6 Dreamcast: Not really working audio and modem support 2024-01-26 15:15:39 +11:00
camthehaxman
cdab26b0a5 enable double buffering on top screen to fix tearing 2024-01-24 17:23:08 -06:00
camthehaxman
c27c0bd639 vertically center the title on 3DS 2024-01-24 16:37:57 -06:00
camthehaxman
a05ac59cc5 add an ugly brown background to the touch screen 2024-01-24 16:24:58 -06:00
camthehaxman
18adec0295 put launcher titles on 3DS bottom screen 2024-01-24 15:10:27 -06:00
UnknownShadow200
9c3158e258
Merge pull request #1138 from camthehaxman/x11-flicker-fix
fix annoying flicker when resizing window on X11
2024-01-25 07:10:26 +11:00
camthehaxman
f0f7da8a16 clarify comment about screen width 2024-01-24 11:51:30 -06:00
camthehaxman
77e9ac6320 put chat buttons on bottom screen 2024-01-24 11:28:53 -06:00
camthehaxman
5b8a8bc091 fix positioning of highlighted buttons 2024-01-24 11:28:27 -06:00
camthehaxman
c1adccb0aa simplify 3DS touch handling and make it behave more like the Android port 2024-01-24 10:50:27 -06:00
camthehaxman
e66e99c048 don't emulate a mouse click with the 3DS touch. doing so causes unintentional block removal when touch screen buttons are clicked 2024-01-24 10:04:24 -06:00
camthehaxman
0932dfc6f8 fix annoying flicker when resizing window on X11 2024-01-24 09:26:28 -06:00
UnknownShadow200
959f00cc46 Dreamcast: Fix couldn't sign in due to SSL certificate valid period time validation failing, fix couldn't connect to servers on real hardware 2024-01-23 23:09:46 +11:00
UnknownShadow200
1814fdc286 Dreamcast: Fix can't sign in due to SSL support not actually being enabled 2024-01-23 11:47:36 +11:00
camthehaxman
4e53ea0ab5 put Tablist on top screen 2024-01-22 16:41:40 -06:00
camthehaxman
b6f1c6728e Merge branch 'master' into 3ds-dualscreen 2024-01-22 15:30:01 -06:00
UnknownShadow200
4ac860ad34
Merge pull request #1135 from camthehaxman/3ds-audio
fix audio on 3DS
2024-01-23 07:08:13 +11:00
camthehaxman
65217e4529 Merge branch 'master' into 3ds-audio 2024-01-22 10:48:34 -06:00