aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/dedicated.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-03Format projectNorthstar
2022-01-21Limit title update interval to 500mspg9182
2022-01-20Fixes and optimizations around title and server nameswolf109909
Server name now supports UTF-8 chars in Unicode codepoints. Dedicated server now displays server name for better itentification.
2022-01-18improve dedicated startupBobTheBob
2022-01-15run server autoexec after engine init from cbuf rather than commandline parm ↵BobTheBob
to allow stuffcmds to work
2022-01-03merge with upstreamHappyDOGE
2021-12-31some post-merge changes combined with my local changesp0358
2021-12-31Replace Tier0_InitOrigin hook with patchgeni
2021-12-30fix various random warningsp0358
2021-12-29add launcher.dll proxy optionp0358
2021-12-28fix quick edit enabled messageHappyDOGE
2021-12-28add parm checks for dedicated input + disable quick editHappyDOGE
2021-12-28dedicated console command inputHappyDOGE
2021-12-21dedi cleanup and d3d hooksBobTheBob
2021-12-21fix some timing issues on dediBobTheBob
2021-12-15dedi ShowWindow patchBobTheBob
2021-12-11write_persistence fixBobTheBob
2021-12-05fix a bug with dedi not setting playlist max_players rightBobTheBob
2021-12-02tier0 code cleanup and loadlibrary hook fixBobTheBob
2021-11-29web browser changes and dedi fixesBobTheBob
2021-11-05small dedi changesBobTheBob
2021-10-25fixing some dedi crashesBobTheBob
2021-09-30add maxplayers to dedi window titleBobTheBob
2021-09-30add spewfunc, setplaylistvaroverride, dedicated changesBobTheBob
2021-09-27dedi works nowBobTheBob
2021-09-27improve some commandline arg stuffBobTheBob
2021-09-27read cmdline args from file, disable origin on dediBobTheBob
2021-09-26fix CEngine and HostState structsBobTheBob
2021-09-26commandline struct change, dedicated refactorBobTheBob
2021-09-26add CommandLine() and Cbuf_ExecuteBobTheBob
2021-09-09add IsValveMod patchesBobTheBob
2021-08-25deprecate clc_SetPlaylistVarOverrideBobTheBob
2021-08-21more work on dedicated and launcherBobTheBob
2021-08-18lots of launcher stuffBobTheBob
2021-07-23add basic vpk file replacementBobTheBob
2021-07-21add some basic filesystem stuff and client/ui script callbacksBobTheBob
2021-07-17add support for custom convars and concommandsBobTheBob
2021-07-11add temp console supportBobTheBob
2021-07-08initial commitBobTheBob