aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-05Revert "Plugin system v2 (#343)"temp/test-dedi-crash-pluginpg9182
2023-05-04Revert "Remove leftover LoadPlugins declaration (#449)"GeckoEidechse
2023-04-22Replace `set-output` in GitHub Actions workflows (#452)v1.13.0-rc2v1.13.0-rc1v1.13.0pg9182
2023-04-19Remove leftover LoadPlugins declaration (#449)pg9182
2023-04-19Fix parsing string ConVar/ConCommand.Flags from `mod.json` (#450)pg9182
2023-04-19Fix incorrect script ConCommand argc (#446)Glacir
2023-04-18Fix DecodeJSON fatalParseErrors param (#443)EladNLG
2023-04-18Fix getvector returning garbage data (#448)uniboi
2023-04-17Set default server auth failure reasonpg9182
2023-04-17Use detailed master server error messages when availablepg9182
2023-04-17Remove httplibpg9182
2023-04-17Replace HTTP auth server with Atlas connectionless packetpg9182
2023-04-17Add missing curl lib depspg9182
2023-04-17Implement Atlas sigreq1 connectionless packetpg9182
2023-04-17Add support for Atlas connectionless packetspg9182
2023-04-17Extract ProcessConnectionlessPacket hook to separate filepg9182
2023-04-11Plugin system v2 (#343)Emma Miler
2023-04-08Fix stringcmd limits causing unnecessary disconnects (#447)Jack
2023-04-07Bump download-artifact action to v3 (#444)GeckoEidechse
2023-03-31Bring back sq_getobject and sq_getthisentity for the client and ui vm (#428)cat_or_not
2023-03-19CI create release and upload files on tag (#439)GeckoEidechse
2023-03-08Fix `sv_alltalk 1` (broken originally by respawn changes) (#291)BobTheBob
2023-03-08Reject banned players during masterserver auth (#434)pg9182
2023-03-07me when case inconsistency (#437)v1.12.4-rc1v1.12.4EladNLG
2023-03-05Fix build errors due to declaration order in scripthttprequesthandler (#430)pg9182
2023-02-23Add `FUNCTION_AT` and `VAR_AT` macros (#416)BobTheBob
2023-02-22Implement `dedi_sendPrintsToClient` (#418)BobTheBob
2023-02-22Add additional properties to `CBasePlayer` (#329)BobTheBob
2023-02-14Force-include `pch.h` to all files, remove explicit includes (#393)p0358
2023-02-12Add `CGlobals` class and `g_pGlobals`, and update code to support (#411)BobTheBob
2023-02-09Add Destroy callback for squirrel scripts. (#383)v1.12.3-rc2v1.12.3-rc1v1.12.3Erlite
2023-02-07Do not load streaming files on dedicated server (#412)BobTheBob
2023-02-06Flush loggers properly on dedicated server shutdown (#413)v1.12.2-rc1v1.12.2v1.12.1-rc1v1.12.1BobTheBob
2023-02-01Allow `launchplaylist` to be used to start dedicated servers (#409)BobTheBob
2023-01-30feat: Remote mods directory (#403)Rémy Raes
2023-01-30Format content of `enabledmods.json` (#406)Glacir
2023-01-29fix broken filters (#407)BobTheBob
2023-01-26remove debug logging (#402)uniboi
2023-01-21Expose Cursor Position to UI vm (#387)uniboi
2023-01-20Pedantic fix for #391 (use if-else instead of if) (#392)p0358
2023-01-13Execute cfgs before server startup for gamemode being run (#398)v1.12.0-rc5v1.12.0-rc4v1.12.0BobTheBob
2023-01-11push vectors to stack correctly (#395)uniboi
2023-01-06Fix overriding individual localisation strings being weird (#394)v1.12.0-rc3v1.12.0-rc2BobTheBob
2023-01-06Fix issues of restriction of chat message charset (#391)v1.12.0-rc1p0358
2023-01-06Revert "add FCVAR_REPLICATED to ns_server_name" (#390)GeckoEidechse
2023-01-05Restrict chat message charset (#389)pg9182
2023-01-05add FCVAR_REPLICATED to ns_server_name (#386)cat_or_not
2023-01-04Improve response to UI VM compile errors (#388)Jack
2023-01-04generally cleanup authentication code and fix client state issues with reject...BobTheBob
2022-12-26Add missing breaks to AsyncCall_External() (#382)Erlite