Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-11 | rename g_ModManager to g_pModManager | BobTheBob | |
2022-05-11 | replace files in ReadFromCache | BobTheBob | |
2022-05-11 | normalise mod fs paths to be lowercase | BobTheBob | |
2022-05-10 | allow parsing of convar flags from string | BobTheBob | |
2022-05-09 | use lambdas for dll load callbacks so intellisense shits itself less | BobTheBob | |
2022-05-09 | standardise concommand func naming in c++ | BobTheBob | |
2022-05-09 | move tier0 and playlist funcs to namespaces | BobTheBob | |
2022-05-09 | fix debug crashes | 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-09 | various rpak loading changes (#135) | BobTheBob | |
* various rpak loading changes * format rpakfilesystem.cpp | |||
2022-03-28 | More exploit fixes by KIttenPopo (#126) | GeckoEidechse | |
* Quick fix for a bug I caused * Typo * Update kitten-fixes branch to my repo (#122) * Added string hash macro * Added convenient vtfunc macro * Made lil ConCommand creation macro * Fixed multiple NET_SetConVar exploits * Quick fixerino * Fix convar struct (and other things) * Revive clang-format (but good, i think) * Update .clang-format * Reformatted code to meet .clang-format requirements * Minor formatting fixes * Fixed Northstar "crashing" when console is closed * Update .clang-format * Quick fix for a bug I caused * Typo * NSMem Update * ExplotFixes: Only block excessive convar counts if server * Update ExploitFixes.cpp * Update ExploitFixes.cpp * Updated bytepatch format * reformatted all code for clang-format * Updated my clang-format to v13.0.0 * 3 fixes in 1 - ANTITAMPER fixed - NSMem simplification update - Fixed bad byte string in serverauthentication.cpp * Improved ExploitFixes logging and NET_SetConVar patch * clang-format unironically sabotaged my code * Made ns_exploitfixes_log on by default * Fixed IsMemoryReadable (oops) Co-authored-by: KittenPopo <Pokeberry123@gmail.com> | |||
2022-03-26 | Major exploit fixes and some minor bug fixes/improvements (#117)v1.6.0-rc3 | KittenPopo | |
* Added main exploit fixes * Fixed typo in sigscanning.cpp * Fully implemented * Added proper includes for new files * Update README.md * typo * spare me my sanity (fixed ridiculous code) * Added rest of KittenMemUtils * Rename KittenMemUtils * Removed all messy memory edits, implemented NSMem instead * Update NorthstarDedicatedTest.vcxproj * [1] Move everything from securitypatches to ExploitFixes * [2] Move everything from securitypatches to ExploitFixes * Fixed module offsets in stack trace * Fixed UTF8 Parsing (Multiplayer Crash) * Implemented UT8 fix * Update NorthstarDedicatedTest.vcxproj * Update hookutils.cpp * Small fixes * all my homies hate clang-format * Temporarily restore README.md * Added string hash macro * Added convenient vtfunc macro * Made lil ConCommand creation macro * Fixed multiple NET_SetConVar exploits * Quick fixerino * Fix convar struct (and other things) * Revive clang-format (but good, i think) * Update .clang-format * Reformatted code to meet .clang-format requirements * Minor formatting fixes * Fixed Northstar "crashing" when console is closed * Update .clang-format | |||
2022-03-15 | add mod binks, mod rpak loading, and support for non-preload vpks/rpaks | BobTheBob | |
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 | |