aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/audio.cpp
AgeCommit message (Collapse)Author
2022-02-23ConVar class rebuild (#90)Kawe Mazidjatari
* Implement CCvar class with mapped out vtable funcs * Rebuilded ConVar class + code overhaul to use new system * ConVar class is now properly mapped out for r2 (0x80 in size). * Reimplemented and exposed all frequently used ConVar class methods to the SDK. * Implement frequently used CCvar class methods. * Implement all CCVarIteratorInternal class methods. * Performed additional cleanup over the SDK to use new system instead. * ConVar class improvements + rebuilded ConCommand struct * Fix actual struct size for ConCommand
2022-02-03Format projectNorthstar
2022-01-04fix the beforementioned sound checkHappyDOGE
2022-01-04add a missing bad sound checkHappyDOGE
2022-01-04fix build error on v143HappyDOGE
2022-01-04fix crash when reloading mods when an override is playedHappyDOGE
2022-01-04fix typo and improve performanceHappyDOGE
2022-01-04audio overrideHappyDOGE