6002 Commits

Author SHA1 Message Date
UnknownShadow200
68912bf09b Add/Improve some comments here and there 2021-08-14 11:57:12 +10:00
igor725
f34faa2ed2 Consistency fix 2021-08-14 04:00:27 +03:00
igor725
6033d5d794 Android: Display cutout fix 2021-08-14 00:30:12 +03:00
UnknownShadow200
02a2410925 Load .lvl with corrupted custom blocks section (Thanks icanttellyou/Smappy767) 2021-08-13 22:47:37 +10:00
UnknownShadow200
c59173a377 credit where credit is due 2021-08-13 22:41:19 +10:00
UnknownShadow200
775cbd1528 Get playback rate working through terrible hack 2021-08-13 18:47:25 +10:00
UnknownShadow200
5a5504dae5 Support volume and add all sounds 2021-08-13 18:02:46 +10:00
UnknownShadow200
b53a6ced46 Fix insta crashing 2021-08-13 17:19:32 +10:00
UnknownShadow200
c37f2ee0d4 sounds work.. one time 2021-08-13 12:17:10 +10:00
UnknownShadow200
288fe4b2ce Get WebAudio context creation working, including error handling 2021-08-13 09:05:09 +10:00
UnknownShadow200
cfb4917c92
Merge pull request #881 from UnknownShadow200/AudioFixup3
Audio fixup part 3
2021-08-12 20:24:58 +10:00
UnknownShadow200
399bc9210a How many times will I break OpenAL backend? 2021-08-12 20:13:10 +10:00
UnknownShadow200
ad79a63b05 Split up Audio_PlaySound and partially move into backend 2021-08-12 19:15:32 +10:00
UnknownShadow200
37dfbcfefd Split up Audio_Close and mostly move into backend 2021-08-12 17:16:18 +10:00
UnknownShadow200
a3e81f3f57 Fix OpenAL backend crashing when sounds is initially 0 due to my mistakes 2021-08-12 11:54:24 +10:00
UnknownShadow200
dc692eefaa Add error messages for audio 2021-08-11 19:20:41 +10:00
UnknownShadow200
7055bd1fa3 Move Audio_SetFormat into backend, fix backends not working at all 2021-08-10 23:31:26 +10:00
UnknownShadow200
d43d931ed8 Move 'fast context detection' code into dedicated Audio_FastPlay
This only benefits OpenAL backend
2021-08-10 23:13:58 +10:00
UnknownShadow200
29f023f8c1 simplify interop_web.js by using __deps
This way can just call functions directly instead of having to use a separate wrapper function declare a function property of Module
2021-08-10 18:05:53 +10:00
UnknownShadow200
2cc65bf627
Merge pull request #880 from UnknownShadow200/AudioFixup2
Audio fixup part 2
2021-08-10 07:09:52 +10:00
UnknownShadow200
39f5e9a229 #defome is not a valid token 2021-08-09 19:54:59 +10:00
UnknownShadow200
94415a57c6 Fix OpenAL backend not compiling 2021-08-09 18:01:45 +10:00
UnknownShadow200
bf2d34dc34 Simplify sound context code, split up CC_BUILD_NOAUDIO into CC_BUILD_NOSOUND/NOMUSIC 2021-08-08 17:12:12 +10:00
UnknownShadow200
faf01b1eea avoid removing then readding audio folder from paths 2021-08-08 14:00:01 +10:00
UnknownShadow200
d9662de0a8 simplify Sounds code to avoid global StringsBuffer 2021-08-08 13:09:02 +10:00
UnknownShadow200
233d8cb53c Move code out of Audio and into Music/Sounds 2021-08-08 12:55:10 +10:00
UnknownShadow200
75fb77f702 Separate out music files retrieving 2021-08-08 11:07:53 +10:00
UnknownShadow200
4b86422359 move sound playing code into Audio_PlaySound 2021-08-08 08:01:46 +10:00
UnknownShadow200
8c5864621d Eliminate AudioFormat struct 2021-08-07 21:03:08 +10:00
UnknownShadow200
4bd2e4f49f Backend -> AudioBackend/HttpBackend 2021-08-07 16:30:34 +10:00
UnknownShadow200
c9e1c9159e Add +names/-names to MOTD (thanks Venk) 2021-08-07 12:32:16 +10:00
UnknownShadow200
1ca308f23d Fix /cuboid [block] yes not persisting (Thanks Goodly) 2021-08-07 12:03:01 +10:00
UnknownShadow200
63316d405a per menu titles, remove yellow from classicube title 2021-08-06 22:10:51 +10:00
UnknownShadow200
60c123b37f Fix 2021-08-06 20:38:59 +10:00
UnknownShadow200
ee096caa54
Merge pull request #879 from UnknownShadow200/Themes
Add very basic themes to launcher
2021-08-06 20:27:35 +10:00
UnknownShadow200
cd367d8e97 Improve classic theme, add border for checkbox 2021-08-06 20:06:10 +10:00
UnknownShadow200
4fbd5005f4 Add checkbox widget 2021-08-06 19:48:51 +10:00
UnknownShadow200
c2d84dcdb5 Add themes list menu 2021-08-06 18:39:59 +10:00
UnknownShadow200
0573eaedd4 WIP classic theme 2021-08-06 18:18:12 +10:00
UnknownShadow200
4ef86dfa13 Move skin related variables into LauncherTheme struct 2021-08-06 17:32:21 +10:00
UnknownShadow200
579027fda2 Fix crash playing music on Windows (thanks ThatGuyJerry) 2021-08-06 10:03:57 +10:00
UnknownShadow200
919045f7ce Fix issues when running game through libTAS
1. Window always thought it didn't have input focus, so was stuck in menu
2. Crashed whenever a key was pressed
2021-08-04 23:04:24 +10:00
UnknownShadow200
b62a315a8b Fix input overlay not being closed when source button is disabled (Thanks Me_) 2021-08-03 19:03:02 +10:00
UnknownShadow200
76e5c2b899
Merge pull request #877 from UnknownShadow200/AudioFixup1
Audio rewrite
2021-07-31 17:59:08 +10:00
UnknownShadow200
1ca0b4e636 Android: Pause music when in background, instead of muting 2021-07-31 11:52:55 +10:00
UnknownShadow200
0b08bf77bd Fix OpenAL backend 2021-07-30 07:11:28 +10:00
UnknownShadow200
50f2ec067c Change API to single Audio_Poll instead which returns number of buffers in use
OpenAL backend still needs to be rewritten, OpenSLES backend isn't even tested
2021-07-29 23:11:56 +10:00
UnknownShadow200
16cf787236 Don't recreate OpenAL source if possible 2021-07-29 19:05:57 +10:00
UnknownShadow200
b30995e14a Remove Audio_Stop from API 2021-07-29 18:50:54 +10:00
UnknownShadow200
907ddd90cd Tidy up readme, add TCC WIP compile instructions 2021-07-24 13:51:30 +10:00