Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-15 | move to using g_pCVar more | 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-01-13 | unbreak sp | BobTheBob | |
2022-01-10 | prevent FCVAR_GAMEDLL concommands without FCVAR_CLIENTCMD_CAN_EXECUTE from ↵ | BobTheBob | |
being called by non-local clients | |||
2022-01-09 | restrict netchan limit checks to serverside calls only | BobTheBob | |
2021-12-31 | some post-merge changes combined with my local changes | p0358 | |
2021-12-31 | Remove linear allocator | geni | |
2021-12-30 | Refactor and fix of various issues, add run_northstar.txt support | p0358 | |
2021-12-29 | add launcher.dll proxy option | p0358 | |
2021-12-25 | fix setplaylistvaroverride bug | BobTheBob | |
2021-12-21 | fix some timing issues on dedi | BobTheBob | |
2021-12-03 | slightly awful fix for allocation issues | BobTheBob | |
2021-12-02 | tier0 code cleanup and loadlibrary hook fix | BobTheBob | |
2021-11-29 | web browser changes and dedi fixes | BobTheBob | |
2021-11-07 | beginning work on new auth | BobTheBob | |
2021-10-19 | add masterserver mod list support and fix some squirrel issues | BobTheBob | |
2021-09-30 | add maxplayers to dedi window title | BobTheBob | |
2021-09-30 | add spewfunc, setplaylistvaroverride, dedicated changes | BobTheBob | |
2021-09-26 | fix CEngine and HostState structs | BobTheBob | |
2021-09-26 | commandline struct change, dedicated refactor | BobTheBob | |
2021-09-26 | add CommandLine() and Cbuf_Execute | BobTheBob | |
2021-08-14 | add authentication with local server | BobTheBob | |
2021-08-13 | add local http server for auth | 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 | |