Commit graph

453 commits

Author SHA1 Message Date
smallmodel
eefe8ee2d1
Allow 3D / pan with streamed or MP3 sounds 2024-07-01 18:17:04 +02:00
smallmodel
edb1cb0ebe
Renamed SFX_FLAG_NO_DATA to SFX_FLAG_STREAMED 2024-07-01 18:05:24 +02:00
smallmodel
140242a761
Fixes MP3 files like dialog improperly working 2024-07-01 18:00:20 +02:00
smallmodel
ae13be0c37
Fixes OpenAL errors 2024-07-01 17:39:47 +02:00
smallmodel
74ff3b920e
Fixes OpenAL 2D origin 2024-07-01 17:39:32 +02:00
smallmodel
2cd6b981f1
Puts the volume gain constant in a variable 2024-07-01 16:46:54 +02:00
smallmodel
f866dcbcfc
Adds triggered music support
This allows the main menu music to play, as well as single-player musics
2024-07-01 16:10:42 +02:00
smallmodel
0d394a7e67
Fixes strings printing on the same line 2024-07-01 14:15:58 +02:00
smallmodel
7059f32ecc
Don't timeout if the client hosts the game 2024-07-01 01:09:39 +02:00
smallmodel
f5aadbb788
If the loopSound has no origin, make it local
This should fix #309
2024-06-15 16:38:02 +02:00
smallmodel
141574a0d7
Ignore mouse events when paused 2024-06-15 16:22:21 +02:00
smallmodel
2df8ed10d0
Improves timeout checking, properly show the timeout menu and shutdown the server 2024-06-15 14:56:30 +02:00
pryon
c84702b490 Fix file picker crash on AA 2024-06-10 14:18:49 +02:00
smallmodel
74ccb03e54
Reduced compilation warnings 2024-06-07 20:34:13 +02:00
smallmodel
ff6e81d44f
Fixed CL_GetSnapshot sometimes wrongfully assigning parents multiple times and displaying errors
This should fix #170
2024-05-01 18:55:25 +02:00
smallmodel
4cf4ca2943
Fixed crash on pSoundAlias 2024-03-03 18:53:22 +01:00
smallmodel
a7b3fdd70b
Added getConfigStringIdNormalized client game import to normalize config strings 2024-03-02 14:06:32 +01:00
smallmodel
65d3a51a17
Use '\n' instead of 10 2024-02-21 20:12:14 +01:00
smallmodel
8b2b1a9a47
S_AddLoopingSound: ignore null sfx handle 2024-02-20 22:42:54 +01:00
smallmodel
ceb901e9ca
Fixed disconnected menu not being pushed properly 2024-02-14 18:32:06 +01:00
smallmodel
0ef743d945
Forgot newline 2024-02-13 01:01:39 +01:00
smallmodel
42c0605abf
Fixed game message printing possible random characters if the string is empty 2024-01-28 23:33:59 +01:00
smallmodel
0a634c633b
Fixed crash when loading MP3 in OpenAL 2024-01-28 19:41:31 +01:00
smallmodel
adaeaea596
Fixed other code that makes the game crash when length is 0 2024-01-25 19:48:34 +01:00
smallmodel
9ab28dc7da
Fixed objective maps appearing twice 2024-01-23 22:42:27 +01:00
smallmodel
840501c8dd
Fixed waffenss skin name 2024-01-23 00:04:41 +01:00
smallmodel
cc048f5099
Fixed some sounds being improperly replaced 2024-01-21 23:50:15 +01:00
smallmodel
ac02afaae6
Don't spam the console with OpenAL errors 2024-01-21 23:48:49 +01:00
smallmodel
55582a85ab
Fixed entityNum callback 2024-01-18 20:39:04 +01:00
smallmodel
f1e2a45520
Don't crash if the length is 0 2024-01-18 20:05:57 +01:00
smallmodel
cb9e69238c
Initialize buffer to 0 (integer) 2024-01-17 23:15:38 +01:00
smallmodel
56b2971dee
Fixed AL positioning and volume 2024-01-17 20:44:32 +01:00
smallmodel
1fd7bd3fa5
Fixed MP3 loading and improperly configured channels 2024-01-16 20:54:41 +01:00
smallmodel
187ee87f10
Make sure to initialize new sound system 2024-01-16 20:28:13 +01:00
smallmodel
5ae88b816d
Initialize pSoundAlias to NULL 2024-01-16 20:27:56 +01:00
smallmodel
3418691f88
Added S_NeedFullRestart and S_ReLoad 2024-01-16 20:27:43 +01:00
smallmodel
4e8a51db81
Fixed Wav not loading properly 2024-01-16 20:27:32 +01:00
smallmodel
2629ef17c3
Made snd_codec c++ aware 2024-01-16 20:27:20 +01:00
smallmodel
9b63625c2b
Add snd_codec 2024-01-16 20:27:10 +01:00
smallmodel
970d72cf07
Implemented snd_openal_new.cpp 2024-01-15 23:04:25 +01:00
smallmodel
d88870bc04
Added more exports 2024-01-15 23:04:13 +01:00
smallmodel
9b35e13923
Added qalGetSourceiv / qalGetBufferfv 2024-01-15 23:04:01 +01:00
smallmodel
032eb11cfb
Implemented various methods 2024-01-12 00:04:36 +01:00
smallmodel
9ea7b77231
Added channel flags and loopsound flags 2024-01-12 00:04:20 +01:00
smallmodel
318dc18891
Added MAX_OPENAL_POSITION_CHANNELS 2024-01-10 23:03:03 +01:00
smallmodel
8d327cd0a0
Added more SFX flags and exports 2024-01-10 23:02:30 +01:00
smallmodel
3be1673eb9
Added boolean sound DMA variables 2024-01-10 19:32:44 +01:00
smallmodel
13f23ace76
Added macros for more clarity 2024-01-09 23:30:29 +01:00
smallmodel
26c50f15dc
Added s_volume and sfx exports + added load_sfx_info() declaration 2024-01-09 23:28:28 +01:00
smallmodel
46aa58d0cd
Made qal.h C++ aware 2024-01-09 23:28:01 +01:00