Added typeinfogen with state system

This commit is contained in:
Justin Marshall
2026-05-18 21:35:07 -07:00
parent 4686349b62
commit b841fcb33b
27 changed files with 21899 additions and 194 deletions
-7
View File
@@ -80,15 +80,8 @@ static const int SSF_HILITE = BIT(16); // display debug info for this emitter
static const int SSF_VOICEAMPLITUDE = BIT(10); // HUMANHEAD pdm: include in findamplitude queries
static const int SSF_OMNI_WHEN_CLOSE = BIT(11); // HUMANHEAD pdm: make omni when within the mindistance
static const int SSF_NOREVERB = BIT(12); // HUMANHEAD pdm: reverb exclusion
#ifndef GAMEPORTAL_SOUND
#define GAMEPORTAL_SOUND 1
#endif
#if GAMEPORTAL_SOUND
static const int SSF_NOPORTALFLOW = BIT(13); // don't allow sounds to flow through game portals
#endif
#endif
// these options can be overriden from sound shader defaults on a per-emitter and per-channel basis
typedef struct {