Commit Graph

718 Commits

Author SHA1 Message Date
Skull Merlin
c761c912a3 client aim assist 2022-02-28 22:49:10 +02:00
m
fb2efeb089 finish dedi addresses 2022-02-28 14:21:22 -06:00
Federico Cecchetto
84687a6715 Add dvar & flag to disable shader caching 2022-02-28 21:18:27 +01:00
Federico Cecchetto
d4767230c5 Nevermind 2022-02-28 21:04:44 +01:00
Federico Cecchetto
a866064ca2 Fix on_game_initialized 2022-02-28 20:56:55 +01:00
m
85f28bbd9f Dvars component + update dvar list 2022-02-28 13:36:32 -06:00
Federico Cecchetto
eb22450669 Dvars component + update dvar list 2022-02-28 20:31:25 +01:00
m
9530caad52 Merge remote-tracking branch 'origin/main' into dedicated 2022-02-28 11:40:42 -06:00
Federico Cecchetto
ced51f723b Dont Com_Error in infoResponse 2022-02-28 18:11:09 +01:00
Federico Cecchetto
b4aab6e3db Remove this for now 2022-02-28 15:25:30 +01:00
Federico Cecchetto
0b4f427522 More party fixes 2022-02-28 15:22:04 +01:00
Federico Cecchetto
30f7b0f2bf More fixes 2022-02-28 15:13:03 +01:00
Federico Cecchetto
63644a1184 Fix 2022-02-28 15:07:22 +01:00
Federico Cecchetto
f78548a677 Merge branch 'main' of https://github.com/skkuull/h1-mod 2022-02-28 15:01:37 +01:00
Federico Cecchetto
0321753278 More network fixes 2022-02-28 15:01:30 +01:00
m
6a5994c437 hours of progress, not done 2022-02-28 03:13:16 -06:00
m
78a193707c typo 2022-02-27 23:10:30 -06:00
dependabot[bot]
4c72cad04f
Bump deps/asmjit from a4e1e88 to 6efd4d5 (#8)
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `a4e1e88` to `6efd4d5`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](a4e1e88374...6efd4d563d)

---
updated-dependencies:
- dependency-name: deps/asmjit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-27 23:02:20 -06:00
m
7d9c9f5314 cleanup 2022-02-27 23:01:28 -06:00
m
1515279e5c
new components + more symbols (#10)
* add bots, discord, party components + more symbols

* proper check for server player count

* progress on party/server list

* fix socket, server list now shows S1 servers
2022-02-27 22:54:27 -06:00
Skull Merlin
23c203d15a Update renderer.cpp 2022-02-28 02:53:44 +02:00
Federico Cecchetto
03d6243ec9 Merge branch 'main' of https://github.com/skkuull/h1-mod 2022-02-27 20:52:20 +01:00
Federico Cecchetto
264ac50f6c Another fix 2022-02-27 20:52:13 +01:00
Skull Merlin
a2420cbdf1 cg_fov fix 2022-02-27 21:35:21 +02:00
Federico Cecchetto
c958916a1f Some fixes 2022-02-27 16:10:04 +01:00
m
292a7f16d0 Alphabetical order + remove dupes
thanks to a kind fella on discord :D
2022-02-27 03:59:09 -06:00
m
bd961ae124 renderer on debug only, sp no longer crashes 2022-02-27 00:36:54 -06:00
Federico Cecchetto
4982a33aea Fix command stub 2022-02-27 04:10:11 +01:00
Federico Cecchetto
4caef329bc Remove incorrect pointers 2022-02-27 02:16:38 +01:00
Federico Cecchetto
e1498e7bc2 Comment 2022-02-27 00:00:16 +01:00
Federico Cecchetto
d5d9ef4a01 Merge branch 'main' of https://github.com/skkuull/h1-mod 2022-02-26 23:53:08 +01:00
Federico Cecchetto
a4f82c66f7 Fix game freezing at dw start + correct pointer 2022-02-26 23:53:05 +01:00
Skull Merlin
79c6afa947 Merge branch 'main' of https://github.com/skkuull/h1-mod 2022-02-27 00:40:57 +02:00
Skull Merlin
6cfab48182 lost dvars 2022-02-27 00:40:52 +02:00
quaK
55bc6bc4d9 add virtuallobby component 2022-02-27 00:31:12 +02:00
Federico Cecchetto
e93ac3a906 Branding & fps adjustments 2022-02-26 23:03:29 +01:00
m
ae114a9ba2 add unlit fullbright + add/update addresses 2022-02-26 15:24:03 -06:00
Federico Cecchetto
6b2563f214 Fix SP crashing on quit 2022-02-26 22:09:23 +01:00
Federico Cecchetto
cba7940bff Fix SP name 2022-02-26 21:58:04 +01:00
Federico Cecchetto
c20b0c50ab Macro for native console window 2022-02-26 21:42:44 +01:00
Federico Cecchetto
dfc98bb475 Dvar command + cleanup symbols 2022-02-26 21:36:29 +01:00
Federico Cecchetto
042a5e1c41 Merge branch 'main' of https://github.com/skkuull/h1-mod 2022-02-26 21:36:00 +01:00
Federico Cecchetto
7488921c2d Unlock com_maxfps 2022-02-26 21:35:58 +01:00
m
a5518503d3 use name dvar for persona name
iw6x/s1x doesn't do this, maybe we missed something else?
2022-02-26 13:32:30 -06:00
Federico Cecchetto
ac17a5ff1d Fix connecting + scheduler mp addresses 2022-02-26 20:12:05 +01:00
Skull Merlin
514f6cd310 Merge branch 'main' of https://github.com/skkuull/h1-mod 2022-02-26 17:10:45 +02:00
Skull Merlin
b77b95d7b2 sp crash fix and patches 2022-02-26 17:10:35 +02:00
Federico Cecchetto
3be9a00df9 Console fixes 2022-02-26 16:10:29 +01:00
Federico Cecchetto
0c710269da Fix getaddrinfo hook 2022-02-26 16:07:45 +01:00
Skull Merlin
31fd684242
Update README.md 2022-02-26 16:28:10 +03:00