Commit Graph

3151 Commits

Author SHA1 Message Date
Diavolo
f6ca5a92de feat: go back to a main master server, node as fallback 2023-08-28 19:33:10 +02:00
Louvenarde
395e531d8d Fix up some structs sign 2023-08-19 18:09:42 +02:00
Louvenarde
1800341b95 BG_WeaponRecoilMultiplier 2023-08-19 18:09:20 +02:00
Louvenarde
353c36cf46 DrawDebugClipmap 2023-08-19 18:09:05 +02:00
Louvenarde
4d2dcd426a Added dumptechset command - removed header function that did not exist anymore 2023-08-19 18:08:47 +02:00
Louvenarde
582b85958e Bump IW4OF 2023-08-05 15:17:49 +02:00
Diavolo
208b68f218 fix(node): make node system responsive 2023-07-27 17:55:35 +02:00
Louvenarde
bbe9c2c1eb Fixed a hack into a better hack, but it should still be removed when we have a chance to 2023-07-25 12:51:16 +02:00
Louvenarde
4b1aade899 Merge branch 'diamante_develop' into develop
# Conflicts:
#	.gitmodules
2023-06-22 19:23:13 +02:00
Diavolo
008775d1b4
fix(utils): typo 2023-06-22 11:19:25 +02:00
Diavolo
4d7d51fb29
maint(node): literally a one line fix I can't do without 2023-06-22 00:30:34 +02:00
Diavolo
6fd4ec54cc
fix(utils): fix RSA function 2023-06-21 22:12:38 +02:00
Diavolo
da34ecbba7
maint(utils): clean up RSA code 2023-06-21 21:50:41 +02:00
Diavolo
e26eed4c11
maint(utils): clean up crypto utils 2023-06-21 20:47:09 +02:00
Diavolo
0da8167a0a
maint: re-order local variable definitions 2023-06-20 19:10:41 +02:00
Diavolo
1bdb56f6a0
maint: use {} initializer for strings more often 2023-06-19 19:08:53 +02:00
Diavolo
3f3cfc0be8
maint(branding): rename 2023-06-18 16:07:39 +02:00
Diavolo
94e9429926
maint: remove spooky references 2023-06-18 15:30:12 +02:00
Diavolo
77bfbd8e85
fix(serverlist): remove toast notification 2023-06-18 15:10:29 +02:00
Diavolo
2ae991ccbf
maint: remove components I will never use 2023-06-18 14:59:37 +02:00
Diavolo
7c05b151b7
maint(node): cleanup node system 2023-06-18 11:37:02 +02:00
Diavolo
c85538eb23
feature(nodes): migrate to JSON node list 2023-06-17 11:46:20 +02:00
Diavolo
a6864ff725
feature: /serverlist TCP endpoint 2023-06-16 21:56:18 +02:00
Edo
e49900abca
[AssetInterfaces]: Remove unused header include (#1056) 2023-05-22 12:24:37 +01:00
Edo
6baca79165
[General]: Fix capitalization inconsistency (#1055) 2023-05-22 12:13:43 +01:00
Edo
02c2df9bed
[Menus]: Execute cleanup earlier before shutdown (#1054) 2023-05-22 11:27:14 +01:00
Edo
758ce516f0
Update Events.cpp 2023-05-19 15:07:39 +01:00
Edo
15ff855efd
Update Events.hpp 2023-05-19 15:07:23 +01:00
FutureRave
2f3ab39aee
[Events]: Add new event & cleanup 'Lean' 2023-05-19 14:58:24 +01:00
Edo
148ec30f0d
[ScriptError]: Use size_t (#1050) 2023-05-17 14:07:41 +01:00
Edo
57d04e5a59
[Events]: User modern concurrency container (#1042) 2023-05-15 23:27:37 +01:00
Edo
d0bb7840cb
[General]: Remove broken patch (#1038) 2023-05-14 23:00:21 +01:00
Edo
ffef0d6172
[ServerList]: Fix crash on empty server list (#1041) 2023-05-14 21:56:56 +01:00
Edo
2e27fca19f
[Node]: Reduce console spam on debug (#1039) 2023-05-14 17:42:42 +01:00
Edo
c3dfd6bd0c
[ScriptExtension]: Do not lookup null pointers (#1037) 2023-05-14 13:24:55 +01:00
Edo
038680bd09
Revert "[ZoneBuilder]: Remove old dump command" (#1036) 2023-05-14 13:07:24 +01:00
Edo
88ffb70dc4
[ZoneBuilder]: Remove old dump command (#1035) 2023-05-14 12:54:23 +01:00
Louve
8ec6441232
Zb export (#1033)
Co-authored-by: Louvenarde <louve@louve.systems>
Co-authored-by: FutureRave <edoardo.sanguineti222@gmail.com>
2023-05-14 11:21:31 +00:00
Edo
9e036e5174
[Network]: Better patch (#1032) 2023-05-12 22:35:31 +01:00
Edo
2805c3fb2f
[Network]: Fix potential dead-lock (#1031) 2023-05-12 20:11:01 +01:00
Edo
d3775d2565
[Auth]: Small update (#1030) 2023-05-12 12:00:04 +01:00
FutureRave
7d03e90197
[Weapon]: Add very realistic FreezeControlsAllowLook 2023-05-11 12:32:14 +01:00
Edo
6cd4c2d83f
[Localization]: Fix (#1021) 2023-05-09 15:52:09 +01:00
Edo
67d3cf2bb7
[Party]: Use .empty() (#1020) 2023-05-08 13:35:23 +01:00
Edo
3c7fbb26e7
[Dvar]: Un-Cheat some more (#1019) 2023-05-08 00:11:30 +01:00
Edo
9632d789d8
[PlayerMovement]: Remove cheat protections from harmless dvars (#1018) 2023-05-07 22:45:19 +01:00
Edo
c87e6971e7
[Dvars]: Remove cheat flag from jump_height (#1017) 2023-05-07 19:16:58 +01:00
Edo
54f6162a7a
[Events]: Cleanup (#1016) 2023-05-07 15:26:06 +01:00
Edo
e107b20551
[StructuredData]: Fix (#1014) 2023-05-06 15:09:19 +01:00
Edo
d7d06ea47b
[Command]: Refactor (#1013) 2023-05-06 14:20:56 +01:00
Edo
da1c5bfcf6
[Network]: Use push_back (#1012) 2023-05-05 19:42:34 +01:00
Edo
6001044ae6
[Network]: Better reverse of print OOB handler (#1011) 2023-05-05 19:14:53 +01:00
Edo
00bc10ac3c
[General]: Syntax cleanup in utils (#1010) 2023-05-04 19:18:35 +01:00
Edo
e018f6c8fd
[Voice]: Add debug print (#1009) 2023-05-04 18:40:38 +01:00
Edo
42110d586d
[SoundFix]: Disable as this seems fixed (#1007) 2023-05-03 22:44:11 +01:00
Edo
a46a271dfd
[Field]: Add address field (#1003) 2023-05-03 18:03:46 +01:00
Edo
8f02f164a0
[GSC]: Add field component: (ping field) (#1002) 2023-05-03 17:31:24 +01:00
Edo
e1cd5766d5
[General]: Prepare new release (#998) 2023-05-03 13:29:17 +01:00
Edo
b29374c9ee
[CHANGELOG]: Amend (#997) 2023-05-03 12:40:44 +01:00
Edo
dc3cc28693
[Auth]: Remove whitespace (#996) 2023-05-03 00:10:14 +01:00
Edo
4c7353646c
[Stats]: Update Function (#995) 2023-05-02 20:42:31 +01:00
Edo
233242a013
[Proxy]: Format (#991) 2023-05-01 22:50:42 +01:00
Edo
5b04b71c4d
[Utils]: Code style update (#990) 2023-04-30 13:07:45 +01:00
Edo
ad59acc457
[Chat]: Skip over '/' (#989) 2023-04-29 11:11:57 +01:00
Edo
c1809dbf7d
[General]: Cleanup logger (#988) 2023-04-29 10:45:15 +01:00
Edo
de52a67277
[CardTitles]: Code Style Update (#987) 2023-04-28 22:29:19 +01:00
Edo
97cc02b6e1
[ClanTags]: Update event (#986) 2023-04-28 22:08:12 +01:00
Edo
7f67cde8fd
[MapRotation]: Last fix ever (#980) 2023-04-26 23:02:17 +01:00
Edo
a60b06002b
[MapRotation]: Change command type to SV (#979) 2023-04-26 22:14:30 +01:00
Edo
b34407449c
[MapRotation]: Clean unit test (#978) 2023-04-26 21:41:57 +01:00
Edo
0a5a585f34
[MapRotation]: Fix bug (#977) 2023-04-26 21:12:21 +01:00
Edo
6c775ceb20
[MapRotation]: Update minor detail (#976) 2023-04-26 18:48:05 +01:00
Edo
619cdf39e4
[Bots]: Format code properly (#975) 2023-04-26 14:57:54 +01:00
Edo
82662a2088
[RCon]: Improve (#974) 2023-04-26 10:58:53 +01:00
Edo
4dd88de3a0
[Voice]: Check who sent packet (#973) 2023-04-25 13:08:29 +02:00
Edo
b5ed99a2f9
[Chat]: Go back to using SV_CMD_CAN_IGNORE (#972) 2023-04-25 10:05:12 +02:00
Edo
409b23d233
[String]: Reduce initial buffer size (#971) 2023-04-25 00:55:08 +02:00
Edo
2d196ea313
[Network]: Fix this (#970) 2023-04-24 23:51:04 +02:00
Edo
f8acea54d8
[Network]: Check who sent print OOB (#969) 2023-04-24 23:42:36 +02:00
Edo
b33d5912a9
[Console]: Fix format string (#968) 2023-04-24 16:55:10 +02:00
Edo
c879fddffd
[Branding]: Small update (#966) 2023-04-22 22:35:31 +02:00
Edo
a43b95cbaa
[General]: Small cleanup (#963) 2023-04-22 18:56:29 +02:00
Edo
42e5132c5e
[ClientCommand]: Improve GSC methods (#962) 2023-04-22 14:58:15 +02:00
Edo
4dcbe32c54
[Utils]: Update InfoString (#961) 2023-04-22 10:13:55 +02:00
Edo
1439f32bde
[Branding]: Undo this (#960) 2023-04-21 11:31:45 +02:00
Edo
63711ddd51
[General]: Update build.yml (#959) 2023-04-21 11:08:18 +02:00
Edo
aa3f0d414a
[Bots]: Use correct parameter (#958) 2023-04-20 19:32:27 +02:00
Edo
39b9b9818c
[Bots]: Use modern c++ lambda for loading file once (#957) 2023-04-20 19:20:00 +02:00
Edo
e7ac9365d8
[Download]: Fix com_dedicated (#955) 2023-04-20 16:04:05 +02:00
Edo
6b0f6cc395
[General]: Remove unused macro (#954) 2023-04-20 14:11:13 +02:00
Edo
1c29eaf229
[Branding]: Update (#953) 2023-04-20 12:28:30 +02:00
Edo
8d63b23cd9
[Localization]: Update contributors list (#952) 2023-04-20 11:38:43 +02:00
Edo
a39febed66
[General]: New versioning system (#944) 2023-04-19 19:53:29 +02:00
Edo
70be263918
[Bots]: I misread std::string docs (#943) 2023-04-19 15:53:07 +02:00
Edo
ed059c280a
[Network]: Change code style (#942) 2023-04-19 10:07:11 +02:00
Edo
777215b90a
[General]: Clean global headers (#941) 2023-04-17 14:47:29 +02:00
Edo
8514ec863b
[Dvars]: Remove archive flag for this (#940) 2023-04-17 13:08:44 +02:00
Edo
0b9d41af3d
[Chat]: Catch Edge Case (#937) 2023-04-17 12:27:31 +02:00
Edo
bf57ab2daa
[Bans]: Correct small mistake (#936) 2023-04-16 15:07:09 +02:00
Edo
6fb59fff1f
[Bots]: Cleanup (#934) 2023-04-16 13:01:58 +02:00
Edo
e05fa7f6a0
[Bots]: 🤦‍♂️ I'm blind (#933) 2023-04-16 12:30:12 +02:00
Edo
23bfc3e89a
[Bots]: Fix (#932) 2023-04-16 12:09:47 +02:00
Edo
9401543a13
[Auth]: Edit comment (#931) 2023-04-16 11:36:06 +02:00
Edo
c9b1566e38
[Bots]: sv_replaceTestClients dvar (#930) 2023-04-16 11:27:19 +02:00
Edo
d53fc404b2
[Auth]: Undo this (#929) 2023-04-16 11:05:51 +02:00
Edo
e945652dc1
[Auth]: Improve sv_privateClients patch (#928) 2023-04-16 10:47:02 +02:00
Edo
9160436b05
[General]: Fix dvar name (#927) 2023-04-15 12:19:56 +02:00
Edo
c319ca7456
[Dvar]: Update comment (#924) 2023-04-13 15:26:59 +02:00
Edo
625a80afc8
[General]: Cleanup (#921) 2023-04-11 14:56:01 +02:00
Diavolo
11a7160a38
[Dvar]: Un-Cheat some harmless dvars 2023-04-09 19:18:20 +02:00
Edo
33ebf76a8f
[MapRotation]: Exec only from this folder (#917) 2023-04-09 18:39:32 +02:00
Edo
9b1f49252e
[MapRotation]: Refactor (#916) 2023-04-09 18:26:25 +02:00
Diavolo
fbe7b1cf10
[Command]: Return if empty 2023-04-09 15:19:04 +02:00
Edo
b6082da91a
[FS]: Imrove spead of patch (#914) 2023-04-08 15:39:32 +02:00
Edo
6198c0bac5
[IO]: Support fs_game mod folder (#913) 2023-04-08 12:22:50 +02:00
Edo
2a55829d5a
[IO]: Refactor GSC funcs (#910) 2023-04-07 19:38:23 +02:00
Edo
64ed0ba7fb
[General]: Use some static assert (#909) 2023-04-07 11:52:46 +02:00
Edo
44ca51e11b
[Server]: Complete sv_privatePassword implementation (#908) 2023-04-06 19:57:40 +02:00
Edo
4e9ec3f0af
[Server]: Enforce password verification for private clients (#905) 2023-04-06 17:28:57 +02:00
Edo
bc000fd9be
[General]: use std::format more often (#904) 2023-04-06 14:27:51 +02:00
Diavolo
dd0ddda091
[General]: Cleanup 2023-04-06 09:27:20 +02:00
Edo
d214cb0e58
[Maps]: Undo shipment hack in preparation of rawfiles fix (#900) 2023-04-04 12:49:34 +02:00
Edo
bacaec491f
[Logging]: Fix (#896) 2023-04-03 13:49:37 +02:00
Edo
daf6da1cfa
[Logger]: Make use of Scr_LogString & ScrCmd_LogString_Stub (#895) 2023-04-03 13:13:42 +02:00
Edo
3f5db59ff1
[Utils]: Small cleanup (#893) 2023-04-02 21:53:45 +02:00
Edo
a2437c6f48
[PlayerName]: Display error message to user (#889) 2023-03-31 16:59:08 +02:00
Edo
21cebf3439
[ChangeLog]: Prep for release (#886) 2023-03-31 13:36:03 +02:00
Edo
4aa8e8c7dd
[General]: Fix upper bound check here (#885) 2023-03-31 12:35:49 +02:00
Edo
b53781c0bc
[Chat]: Patch G_SayTo (#884) 2023-03-29 21:38:58 +01:00
Edo
f7bd6ac4d0
[Voice]: Update the buffer size (#883) 2023-03-29 19:05:03 +01:00
Edo
dfe92ef2bc
[Script]: Add comments (#882) 2023-03-28 23:57:53 +01:00
Edo
289414d770
[Script]: Allow this patch to run (#881) 2023-03-28 22:25:39 +01:00
Edo
6006c58c86
[Script]: IW3 compiler behaviour (#880) 2023-03-28 20:06:46 +01:00
Edo
6224728d4b
[Download]: Log Mongoose stuff properly (#879) 2023-03-28 19:13:47 +01:00
Edo
c45fd2d5e6
[Utils]: Cleanup VA (#878) 2023-03-27 21:45:47 +01:00
Edo
ae6d50dad8
[String]: Add IString func (#877) 2023-03-27 12:51:00 +01:00
Edo
e539701d3d
[Bots]: Add back random bot names dvar (#876) 2023-03-25 23:14:31 +00:00
Edo
8284f89777
[Dedicated]: Rename local variable (#875) 2023-03-25 11:38:22 +00:00
Edo
703f3338aa
[Deps]: Downgrade Mongoose (#874) 2023-03-24 14:47:00 +00:00
Edo
0585b5b028
[Chat]: Use reliable messages (#873) 2023-03-23 18:38:34 +00:00
Edo
655b7fe913
[Chat]: Check client number from input (#872) 2023-03-23 14:08:21 +00:00
Edo
b4500226dd
[Discord]: Make sure partyId is at least 2 chars (#871) 2023-03-23 12:02:43 +00:00
Edo
58bf01196e
[General]: Small cleanup (#870) 2023-03-23 11:27:44 +00:00
Edo
48e82543db
[Maps]: mp_citystreets (#869) 2023-03-22 23:20:46 +00:00
Edo
3ae5e7aea8
[Loc]: Put function here (#868) 2023-03-22 18:47:13 +00:00
Edo
cb24ddabf2
[Network]: Pass Address obj by reference (#867) 2023-03-22 12:55:39 +00:00
Edo
5766ecef1f
[IO]: Forgot to return -1 on func failure (#866) 2023-03-22 10:48:02 +00:00
Edo
a52337bbac
[General]: Use {} default ctor (#865) 2023-03-21 23:00:13 +00:00
Edo
78dde29067
[IO]: Use Scr_AddBool (#864) 2023-03-21 22:35:44 +00:00
Edo
5a1c92c762
[IO]: Disable directory traversal (#863) 2023-03-21 21:01:58 +00:00