Commit Graph

9 Commits

Author SHA1 Message Date
iProgramInCpp
ec73b28e92 Merge branch 'master' into master 2023-08-02 14:05:02 +03:00
iProgramInCpp
b485071d00 * Unblock sound playback 2023-08-02 14:03:57 +03:00
iProgramInCpp
450cb190b6 * Finish level saving. 2023-08-02 13:15:25 +03:00
f
9bfec799e2 Improve and fix crash in SoundSystemWindows
Add 3D Sound Listener, Fix crash when DirectSound fails to initialize. Add second argument to setListenerAngle. Implement setListenerAngle and setListenerPos in Minecraft.cpp (Is this a good place to put it?)
2023-08-01 22:02:24 +02:00
Kleadron
40e54c2be8 Add 0-1 clamp and remove useless operations 2023-07-31 17:41:13 -07:00
Kleadron
63cd6a32f2 Add volume attenuation to SoundSystem_windows 2023-07-31 17:41:13 -07:00
iProgramInCpp
ea16d96a4c * Fix bad names in the PCM sound header. Audio now works well :) 2023-07-31 15:15:20 +03:00
f
311ab75ee4 Make windows soundsystem use GetHWND
made invisible window before, was not needed
2023-07-31 12:58:45 +02:00
f
ace9069077 Add windows soundsystem
Add Basic functionality to the playAt method only can play sounds in 2D.
2023-07-31 12:17:52 +02:00