Commit graph

6975 commits

Author SHA1 Message Date
UnknownShadow200
c8acd0ad33 iOS: Add support for older UIAlertView for displaying message boxes 2024-03-29 10:48:26 +11:00
UnknownShadow200
ff42b7d352 Use stopwatch time for measuring ping and launcher caret, change UTC time measurement to seconds instead of milliseconds 2024-03-28 19:03:30 +11:00
UnknownShadow200
5fb4887191 PS1: Use a little bit less memory 2024-03-28 17:39:10 +11:00
UnknownShadow200
95a1efe5f1 PS1: Bit more works 2024-03-27 22:01:44 +11:00
UnknownShadow200
6bc90ea76d PS1: Something renders 2024-03-27 17:36:54 +11:00
UnknownShadow200
93d3d5d84f PS1: 3D clearing works I guess 2024-03-27 17:02:31 +11:00
UnknownShadow200
eff5ddabd2 Broken PS1 port 2024-03-27 16:31:01 +11:00
UnknownShadow200
8bfe004d71 Audio: AllocChunks should return error code, and fix GameCube/Wii backend to compile again after merging audio changes branch 2024-03-26 20:20:58 +11:00
UnknownShadow200
cb92c04cef
Merge pull request #1159 from ClassiCube/AudioRewrite2
Simplify audio code slightly
2024-03-26 19:46:32 +11:00
UnknownShadow200
25f6fddd2e Fix Android 2024-03-26 19:36:55 +11:00
UnknownShadow200
5c8e6db4e2
Merge pull request #1160 from headshot2017/wii-audio
GC/Wii audio backend
2024-03-26 18:20:23 +11:00
headshot2017
910ade826f add audio backend for GC/Wii 2024-03-26 02:53:43 -04:00
UnknownShadow200
bd7f646d6a Wii U: Now 3D blank screen works 2024-03-26 12:14:31 +11:00
UnknownShadow200
17f0e51a07 Fix windowws audio backend 2024-03-26 07:38:32 +11:00
UnknownShadow200
56177f94f5 Fix non-working common audio code oops 2024-03-25 20:51:16 +11:00
UnknownShadow200
b2fdf80be1 Try to simplify audio backend code a bit 2024-03-25 20:33:25 +11:00
UnknownShadow200
93f2ef9d46 DS: Fix options being wiped on load 2024-03-25 20:11:12 +11:00
UnknownShadow200
e22be93ab3 Refactor audio backends to allow explicitly setting volume 2024-03-25 19:46:27 +11:00
UnknownShadow200
e06f54e61b Makefile stores results in build folder instead, general tidyup 2024-03-25 18:02:14 +11:00
UnknownShadow200
d9e2ec9ad9 Less warnings compiling on MinGW 2024-03-25 07:31:12 +11:00
UnknownShadow200
b2941dd4b6 oops 2024-03-25 07:04:34 +11:00
UnknownShadow200
32c135ea5d DS: On screen keyboard triggers Enter key behaviour when RETURN button is pressed, also fix to properly initialise it with initial text 2024-03-24 21:52:47 +11:00
UnknownShadow200
28324ddd40 DS: Http downloads stuff, try to reduce UI clipping with the world 2024-03-24 21:10:15 +11:00
UnknownShadow200
0c2fc7f5c5 DS: Increase thresholds for timer overflow detection 2024-03-24 15:32:16 +11:00
UnknownShadow200
189b164be4 DS: Try to fix issues with water overlapping from outside of world, don't infinitely loop when connecting to WIFI 2024-03-24 10:57:46 +11:00
UnknownShadow200
9164d7c9c3 DS: Try to fix GUI and allow more VRAM for textures 2024-03-24 10:28:07 +11:00
UnknownShadow200
ed6864004b DS: Slightly optimise vertex submission code 2024-03-24 09:37:01 +11:00
UnknownShadow200
2326020f89 DS: Increase camera sensitivity, fix window not being restored properly after quitting game, fix keyboard not hiding debug console, allocate another 128 kb vram bank for textures 2024-03-24 08:59:27 +11:00
UnknownShadow200
02082d71fb DS: Fix texture coordinates not being repeated 2024-03-23 22:23:29 +11:00
UnknownShadow200
d9d63b86dd Fix last commit whoops 2024-03-23 21:18:42 +11:00
UnknownShadow200
d319f07192 DS: Fix touch input block tapping not behaving correctly 2024-03-23 20:43:44 +11:00
UnknownShadow200
02d35e96c8
Merge pull request #1155 from ClassiCube/ChatScaleImprovements
Chat scale improvements
2024-03-23 20:02:15 +11:00
UnknownShadow200
ccc6802028 DS: Add github action workflow 2024-03-23 19:51:46 +11:00
Goodlyay
5ff4eae241 Merge branch 'master' into ChatScaleImprovements 2024-03-23 01:16:28 -07:00
Goodlyay
195b0ad2f7 Merge branch 'master' into ChatScaleImprovements 2024-03-23 01:13:09 -07:00
UnknownShadow200
c1d19c5d07 Allow separately toggling touch GUI from touch input support, mainly for DS 2024-03-23 19:09:43 +11:00
UnknownShadow200
e86d57f4f6 DS: Slightly better touch input, still needs work though 2024-03-23 10:46:46 +11:00
UnknownShadow200
d54cf921c4 DS: Fix hanging after a minute or two due to timer overflow, fix messages not being logged to nocash debug output 2024-03-23 10:22:23 +11:00
UnknownShadow200
d88b095b98 DS: Onscreen keyboard support 2024-03-23 09:40:09 +11:00
UnknownShadow200
d64a38fa0d DS: Fix console window not showing anything in 3D mode, also log path of opened files 2024-03-23 08:32:23 +11:00
UnknownShadow200
a47374aeaa DS: Avoid assuming fat:/ for SD card location, also default to generating 16x16x16 flatgrass 2024-03-23 08:17:26 +11:00
UnknownShadow200
526bd40646 DS: Fix UI sort of to work 2024-03-22 23:55:17 +11:00
UnknownShadow200
6d8a0fb933 DS: World rendering sort of works better now 2024-03-22 23:36:30 +11:00
Goodlyay
f617cc22e8 Improve scales of big and small announce
They now default to clean multiples to avoid non-uniform pixel distortion, assuming your chat scale is a whole integer
2024-03-22 04:21:45 -07:00
UnknownShadow200
da398bb2bd DS: WIP wifi support 2024-03-22 21:57:06 +11:00
UnknownShadow200
3f26352644 DS: Texturing sort of works 2024-03-22 21:33:53 +11:00
UnknownShadow200
85db25c305 DS: Fix incorrect stopwatch measurement resulting in jumpy movement etc 2024-03-22 19:42:01 +11:00
UnknownShadow200
de815b0de8 Add secret broken anaglyph 3D option 2024-03-22 08:14:20 +11:00
UnknownShadow200
551dfa716f Change Gfx_Clear to allow separately clearing colour and depth buffer 2024-03-22 07:51:51 +11:00
UnknownShadow200
b7bde85cd4 Gfx_SetColorWrite remembers state across depth only rendering calls 2024-03-22 07:14:36 +11:00