nillerusr
c3417ca08d
engine: fix cmdrate/updaterate values
2023-02-13 00:27:40 +03:00
nillerusr
67ef35bb78
engine(masterserver): typo fix
2023-02-11 20:34:27 +03:00
nillerusr
efbcaf7820
engine(masterserver): add master request timeout
2023-02-11 19:36:39 +03:00
nillerusr
dda12fcec6
engine(masterserver): add additional masterserver, implement setmaster command
2023-02-11 19:17:57 +03:00
nillerusr
70cc94bd01
engine(masterserver): fix latency calculation
2023-02-11 15:57:06 +03:00
nillerusr
bca8a497ad
engine: set net_usesocketsforloopback 0 by default( 1 breaks singleplayer mode )
2023-02-11 15:56:06 +03:00
nillerusr
12716fd07f
engine(masterserver): Add sequence for requesting server info, implement StopRefresh and use it on timeout
2023-02-10 22:45:36 +03:00
nillerusr
a08b6ae7bf
engine: update server info reply
2023-01-30 22:19:08 +03:00
nillerusr
41aa50e66e
WIP: Begin rewriting serverbrowser
2023-01-29 19:26:04 +03:00
nillerusr
548be38a0b
engine: restore checksum check
2023-01-28 05:37:40 +03:00
nillerusr
0df7838ee1
WIP: initial masterserver client implementation
2023-01-28 05:29:26 +03:00
exstrim401
e26b40d889
Basic Steam Dick support ( #166 )
...
Without gamepadui library
2023-01-08 15:38:24 +03:00
exstrim401
9bca259e0f
Make net_usesocketsforloopback 1 by default ( #153 )
...
Fixes connection to localhost server on macOS
2022-12-05 19:23:43 +03:00
nillerusr
729ac111af
engine: add bsp v21 support, add StaticPropLump_t v7-v11 support
2022-11-30 15:58:19 +03:00
exstrim401
2fb712af66
Fix macOS build ( #146 )
...
* Fix macOS build
* Fix *BSD build
* Add missing *BSD include
2022-11-27 16:48:27 +03:00
Er2
53bd92f7a8
BSD: Add support ( #140 )
...
* BSD: Add support
* BSD: other fixes
There is still a bug when vgui haven't got text, maybe because of resources.
Also there is bug where when trying to start new game caption names shows wrong.
* BSD: Debugging
* BSD: modify preprocessor and fix windows
* BSD: Remove debugging and fix labels in gameui
* BSD: Remove disabling some DX9 commands
* BSD: Remove -g flag
2022-11-24 22:04:29 +03:00
exstrim401
d8580d59d2
Fix CreateThreadPool
2022-11-20 19:32:30 +02:00
exstrim401
1f3b4583da
macOS build support
2022-11-20 15:00:44 +02:00
nillerusr
de873d3fc3
engine: upgrade benchmark
2022-11-16 13:51:03 +03:00
nillerusr
8fbc002a37
Replace empty constructors with default constructors #88
2022-11-05 14:23:05 +03:00
nillerusr
2f15ebbfb8
wscript: add videoservices
2022-10-13 17:47:27 +03:00
nillerusr
bca0ae8c59
engine/audio: fix build
2022-10-12 05:31:18 +03:00
nillerusr
a68d5d8633
engine: move engine/audio/public to public/ directory
2022-10-12 03:34:30 +03:00
nillerusr
5912845f29
engine: fix audio language setting
2022-09-10 03:30:28 +03:00
nillerusr
a16123e4be
fixed some unitialized variables
2022-08-19 23:27:37 +03:00
nillerusr
c909de8faf
use HAVE_* macros for dependencies
2022-08-19 23:19:53 +03:00
nillerusr
08073ae622
again boring misalignment fixes
2022-08-09 21:24:27 +03:00
nillerusr
168e52e428
engine: fix windows dedicated build
2022-08-01 01:01:39 +03:00
nillerusr
000b2db0b7
engine: restore delta float decode/encode from 2007 branch
2022-07-31 20:11:48 +03:00
HappyDOGE
9a095d6b4b
fix opus error msg log
2022-07-28 18:34:48 +03:00
HappyDOGE
de84690884
fix opus
2022-07-28 18:32:42 +03:00
HappyDOGE
3faf6a69ac
fix windows build scripts, add windows opus support
2022-07-28 14:27:56 +03:00
HappyDOGE
90cd6e0e15
Merge branch 'master' into windows
2022-07-27 12:58:56 +03:00
nillerusr
42f9ada917
Unlock mat_picmip cvar for values lower than -1
2022-07-12 16:19:13 +03:00
nillerusr
bf0062066d
engine: fix config executing
2022-06-22 19:11:55 +03:00
nillerusr
2e7fa2dfc8
aarch64: fix android build
2022-06-19 15:07:41 +03:00
nillerusr
57bb27e443
engine: add spatialpartition from cs:go engine
2022-06-15 21:59:40 +03:00
nillerusr
b06620b8c9
fpersmissive fixes
2022-06-15 21:59:06 +03:00
nillerusr
29db778997
fix some AddressSanitizer issues
2022-06-14 13:16:08 +03:00
nillerusr
9ee21ecf90
amd64: fix multithread, fix vgui, fix physmodels
2022-06-05 01:44:42 +03:00
hymei
01413fdd71
arm64 : fix mempool align
2022-06-05 01:14:23 +03:00
hymei
fd38243b54
arm64 ptr size fix
2022-06-05 01:14:23 +03:00
hymei
0499fde751
arm64 : intp fixes
2022-06-05 01:13:13 +03:00
hymei
3291cdf978
osx : fix syscalls
2022-06-05 01:13:13 +03:00
hymei
ff588a8810
osx : malloc.h => malloc/malloc.h
2022-06-05 01:12:37 +03:00
hymei
4e4039d756
arm64 : fix intptr_t size
2022-06-05 01:12:32 +03:00
nillerusr
432a6b2297
materialsystem: fix s_NormalizationCubemap generation for ToGL
2022-05-17 14:38:34 +03:00
nillerusr
3a73624b7e
misaligment fixes
2022-05-15 21:09:59 +03:00
nillerusr
1218fa659c
engine: remove useless vprof for rcon
2022-05-13 12:16:34 +03:00
nillerusr
61cd8d0afc
fix address sanitizer issues #2
2022-05-01 20:08:32 +03:00