0ad/source/soundmanager
trompetin17 95fc9bd2ed
Standardize OggData fields and variable naming
This commit renames ogg to m_OggStreamPtr for clarity and consistency
with naming conventions. Additionally, it moves the m_Format and
m_Frequency fields to the private section to ensure proper
encapsulation.

Local variables like pcmout have been renamed to PCMOut to match style
conventions, and all member fields now follow a consistent m_ prefix
style, placed at the end of the class definition for clarity.

These changes help improve code readability, enforce privacy, and align
with the rest of the codebase's naming standards.
2025-07-22 08:40:58 -05:00
..
data Standardize OggData fields and variable naming 2025-07-22 08:40:58 -05:00
items Dissolve external_libraries/openal.h 2025-07-08 19:33:36 +02:00
scripting Fix some includes in source/graphics 2025-07-20 17:28:48 +02:00
ISoundManager.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
SoundManager.cpp Remove UNUSED 2025-06-26 17:25:05 +02:00
SoundManager.h Dissolve external_libraries/openal.h 2025-07-08 19:33:36 +02:00