Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-30 | Added command line option for custom northstar dir | Emma Miler | |
Added command line option for custom northstar dir https://github.com/orgs/R2Northstar/projects/1#card-76312632 | |||
2022-01-16 | merge with upstream | HappyDOGE | |
2022-01-05 | refactor to allow servers to reregister themselves in heartbeat | BobTheBob | |
2022-01-04 | audio override | HappyDOGE | |
2021-12-31 | Fix loop | geni | |
2021-12-31 | Clean up | geni | |
2021-12-30 | actually use custom allocation, override allocators of curl and rapidjson | p0358 | |
2021-12-30 | fix various random warnings | p0358 | |
2021-12-20 | auth fix and typo fix | BobTheBob | |
2021-12-19 | openssl support | BobTheBob | |
2021-12-03 | slightly awful fix for allocation issues | BobTheBob | |
2021-11-07 | more modmanager improvements | BobTheBob | |
2021-11-06 | modmanager fixes | BobTheBob | |
2021-11-05 | reworking modloading code | BobTheBob | |
2021-11-05 | small dedi changes | BobTheBob | |
2021-10-17 | fix a crashing GetCurrentPlaylistVar call, fix mod sorting | BobTheBob | |
2021-10-11 | add server script early persistence writes | BobTheBob | |
2021-10-06 | add mod enabling/disabling | BobTheBob | |
2021-10-01 | Revert "small modmanager refactors" | BobTheBob | |
This reverts commit 1ff8e068e62d095775ef2ae54d3685d89238f28c. | |||
2021-09-30 | small modmanager refactors | BobTheBob | |
2021-08-29 | add mod vpk support | BobTheBob | |
2021-08-21 | more work on dedicated and launcher | BobTheBob | |
2021-08-09 | add mod localisation, say command and more masterserver stuff | BobTheBob | |
2021-08-06 | add support for connecting to servers from masterserver | BobTheBob | |
2021-08-03 | fix playlist kv building | BobTheBob | |
2021-08-02 | add dynamic keyvalue building, client serverbrowser stuff | BobTheBob | |
2021-07-29 | add script api for mods and add temp fix for scripts.rson not loading right | BobTheBob | |
2021-07-28 | improve lookup speeds for mod files | BobTheBob | |
2021-07-27 | add pdata support, improve filesystem hooks | BobTheBob | |
2021-07-25 | wasted a day working on something that didn't end up working, rework some ↵ | BobTheBob | |
modloader code | |||
2021-07-23 | add support for building scripts.rson at runtime | BobTheBob | |
2021-07-23 | add basic vpk file replacement | BobTheBob | |
2021-07-21 | add some basic filesystem stuff and client/ui script callbacks | BobTheBob | |
2021-07-21 | add eval commands and script compile error hook | BobTheBob | |
2021-07-20 | add basic mod support with support for mod convars | BobTheBob | |
2021-07-18 | add rapidjson, move all logging to spdlog | BobTheBob | |