Commit graph

489 commits

Author SHA1 Message Date
nillerusr
d80dd880c3 Merge pull request #192 from steadyfield/tankfix
Fixed Mounted Gun Anims and Effects When Spawned by Users
2023-02-16 14:19:12 +03:00
nillerusr
3b20e2404c engine(masterserver): fix servers duplication 2023-02-14 20:22:18 +03:00
nillerusr
7be935079d engine: fix cmdrate/updaterate values 2023-02-13 00:27:40 +03:00
nillerusr
a77129aefc tier0: fix windows build 2023-02-11 20:39:55 +03:00
nillerusr
d3bfa892fd engine(masterserver): typo fix 2023-02-11 20:34:27 +03:00
nillerusr
7f0905a7f1 tier0: disable vprof by default 2023-02-11 20:32:11 +03:00
nillerusr
056a37e91d serverbrowser: rewrite according my expectations 2023-02-11 19:39:01 +03:00
nillerusr
e5bbe17c2e engine(masterserver): add master request timeout 2023-02-11 19:36:39 +03:00
nillerusr
783c3f6056 engine(masterserver): add additional masterserver, implement setmaster command 2023-02-11 19:17:57 +03:00
nillerusr
2aa9ebd13f engine(masterserver): fix latency calculation 2023-02-11 15:57:06 +03:00
nillerusr
28b785aa65 engine: set net_usesocketsforloopback 0 by default( 1 breaks singleplayer mode ) 2023-02-11 15:56:06 +03:00
nillerusr
a7d3ad4032 engine(masterserver): Add sequence for requesting server info, implement StopRefresh and use it on timeout 2023-02-10 22:45:36 +03:00
steadyfield
c2f9cb5b12 Fixed Mounted Gun Anims and Effects When Spawned by Users
Fixed mounted gun anims and effects when spawned by .cfg user scripts.
2023-02-08 09:05:10 +08:00
nillerusr
c33be80763 wscript: fix arm build 2023-02-07 02:11:36 +03:00
nillerusr
ac774ef12b materialsystem: fix rendering bugs with togl 2023-02-07 02:05:00 +03:00
nillerusr
71200fb9a2 Merge pull request #191 from AruMoon/tweak/unlock-tickrate
Unlock tickrate
2023-02-06 15:36:20 +03:00
AruMoon
12b3400388 Unlock tickrate 2023-02-04 10:46:31 +00:00
nillerusr
398e79a903 fix dedicated build caused by previous commit 2023-02-03 03:40:57 +03:00
nillerusr
de1efa823a togl: fix MacOS build( fixes #187 ) 2023-02-03 02:27:22 +03:00
nillerusr
d81e6520d9 engine: update server info reply 2023-01-30 22:19:08 +03:00
nillerusr
602e85c329 vgui_controls: fix SetParent function 2023-01-29 21:48:36 +03:00
nillerusr
ad63a53fd3 WIP(serverbrowser): update IServersInfo interface 2023-01-29 20:57:04 +03:00
nillerusr
e194f6ca2c WIP: Begin rewriting serverbrowser 2023-01-29 19:26:04 +03:00
nillerusr
b14959d827 Merge pull request #186 from nillerusr/win64
Win64
2023-01-28 21:37:41 +03:00
nillerusr
0c7ff9565b engine: restore checksum check 2023-01-28 05:37:40 +03:00
nillerusr
f3861b8d03 WIP: initial masterserver client implementation 2023-01-28 05:29:26 +03:00
nillerusr
4d2daca3c9 Update README.md 2023-01-24 20:30:17 +03:00
HappyDOGE
7cfb06dd5c Merge branch 'master' into win64 2023-01-23 19:16:19 +03:00
Caroline Joy Bell
868cbf997b Update tasks.json 2023-01-16 07:54:17 -08:00
HappyDOGE
a9171e89d3 win64: misc pointer truncation fixes 2023-01-16 11:56:05 +03:00
Er2
957ce33edb Fix HTML MOTD (#174) 2023-01-14 20:47:16 +03:00
nillerusr
8f1156442e materialsystem: threaded optimizations, fix mat_queue_mode on some android devices 2023-01-14 15:53:33 +03:00
Caroline Joy Bell
34be1a4c07 Update tasks.json
Thought I already did this
2023-01-13 21:02:02 -08:00
Caroline Joy Bell
1ace20ac37 Merge branch 'nillerusr:master' into patch-1 2023-01-13 08:09:22 -08:00
Caroline Joy Bell
6f25cfce6e Update tasks.json 2023-01-13 08:00:04 -08:00
Caroline Joy Bell
d03927117d Update tasks.json 2023-01-13 07:50:03 -08:00
Caroline Joy Bell
bcfea44aad Update tasks.json
Adding commands for Android build on Windows and macOS just in case it's now supported. This will just result in an error if it's not supported anyway.
2023-01-12 21:38:45 -08:00
Caroline Joy Bell
f5a89c4a8b Update tasks.json
Adds macOS-specific commands
2023-01-12 21:34:29 -08:00
Caroline Joy Bell
96311026f6 Update tasks.json
Addresses some comments by @exstrim401.
These changes were made through GitHub's editor, they have not been tested.
2023-01-12 21:15:42 -08:00
nillerusr
3493fe9b0e datacache: enable async mode(was disabled in TF2 branch, lol?) 2023-01-13 01:51:19 +03:00
nillerusr
b610df81f7 togles: optimize PBO usage 2023-01-12 20:48:13 +03:00
Caroline Joy Bell
67a3adda93 Create tasks.json
Enables Visual Studio code integration with Waf for configure and build.
2023-01-09 08:57:09 -08:00
exstrim401
08e33c477e Basic Steam Dick support (#166)
Without gamepadui library
2023-01-08 15:38:24 +03:00
nillerusr
1b6758a51f vtf: fix cubemap loading for vtf versions less than 7.5 2023-01-02 16:39:44 +03:00
nillerusr
8ef87b6012 launcher(android): fix crashhandler initialization 2022-12-31 19:14:30 +03:00
LegendGuard
4e479c6422 Add forgotten VTF 7.5 support (#160)
VTF 7.5 support was added some time ago, the issue #83 was solved. 
This is important for making artists, mappers and modelers know.
2022-12-29 17:31:44 +03:00
nillerusr
77657361b4 Update README.md 2022-12-19 00:37:13 +03:00
nillerusr
d0d469c72f restore MAXSTUDIOBONES value 2022-12-18 20:24:28 +03:00
nillerusr
7091002691 sse2neon: typo fix 2022-12-17 19:55:22 +03:00
nillerusr
afbc680542 sse2neon: fix armhf build( fixes #157 ) 2022-12-17 18:27:04 +03:00