Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-27 | rename project folder (:tf: commit log) | BobTheBob | |
2022-05-26 | lots of cleanup and starting moving to new hooking macros | BobTheBob | |
2022-05-21 | remove unnecessary header files | BobTheBob | |
2022-05-11 | normalise mod fs paths to be lowercase | BobTheBob | |
2022-05-09 | use lambdas for dll load callbacks so intellisense shits itself less | BobTheBob | |
2022-05-09 | use in-file macros rather than global funcs for registering dll load callbacks | BobTheBob | |
2022-04-13 | Format project | Northstar | |
2022-04-13 | Fix formatting to stop clang-format failing in CI (#143) | GeckoEidechse | |
2022-04-09 | add audio changes (#133) | BobTheBob | |
* add audio changes * use shared_mutex instead of atomic_int for waiting on audio loads | |||
2022-02-23 | ConVar 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-03 | Format project | Northstar | |
2022-01-04 | fix the beforementioned sound check | HappyDOGE | |
2022-01-04 | add a missing bad sound check | HappyDOGE | |
2022-01-04 | fix build error on v143 | HappyDOGE | |
2022-01-04 | fix crash when reloading mods when an override is played | HappyDOGE | |
2022-01-04 | fix typo and improve performance | HappyDOGE | |
2022-01-04 | audio override | HappyDOGE | |