aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/buildainfile.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-20Fix formattingTom Barham
2022-02-19fix bugs with ainfile dumping (now identical on dumps from loaded files!!!)BobTheBob
2022-02-18Fix formattingJakubiakDev
Done by using clang-format Should fix format-check CI error
2022-02-16functional ain dumpingBobTheBob
2022-02-12Format buildainfile.cpp and masterserver.cppBarichello
2022-02-10ain dumping improvementsBobTheBob
2022-02-03Format projectNorthstar
2022-01-28initial work on ain file dumpingBobTheBob