Commit Graph

3051 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