7021 Commits

Author SHA1 Message Date
headshot2017
0676d409a4 Wii: set unused voice channel in Audio_SetFormat
if it's set in Audio_Init, all sounds will be on the same channel, causing cut-offs
2024-03-26 14:03:50 -04:00
headshot2017
38736b2a25 Wii: remove Audio_PlayData, make buf[0] available immediately if playing a wav file 2024-03-26 14:00:24 -04:00
headshot2017
1668a1ba2b Wii: some more fixes to audio backend/music 2024-03-26 13:54:16 -04: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
Goodlyay
b972f105f6 Merge branch 'master' into ChatScaleImprovements 2024-03-21 06:58:16 -07:00
Goodlyay
c3aec9a912 Add "scale with window" chat option 2024-03-21 06:56:49 -07:00
UnknownShadow200
8f9d56fd0c Dreamcast: Audio sort of works now 2024-03-21 22:23:29 +11:00
UnknownShadow200
b7d92bc8b9 Change saplings to not instantly grow when placed in singleplayer
Also change PSP to always load from PSP/GAME/ClassiCube folder on the memory stick
2024-03-21 17:13:52 +11:00