nillerusr
|
d719a18fa7
|
engine: fix black screen in changelevel
|
2023-04-09 09:44:41 +03:00 |
|
nillerusr
|
e392686d3c
|
Merge pull request #230 from SanyaSho/patch/null-sprite-crash
Add missing NULL check from original MP branch
|
2023-04-08 18:12:22 +03:00 |
|
SanyaSho
|
d23ae89574
|
game: add another NULL check for CEngineSprite::GetMaterial
|
2023-04-08 15:35:41 +03:00 |
|
nillerusr
|
f3b17b77e5
|
update workflows
|
2023-04-08 13:40:33 +03:00 |
|
nillerusr
|
3fcf986853
|
unittests: don't use ASAN_POISON_MEMORY_REGION with gcc
|
2023-04-07 15:19:35 +03:00 |
|
nillerusr
|
b2d168c701
|
scripts: remove useless deps from installation
|
2023-04-07 15:03:12 +03:00 |
|
nillerusr
|
92028d4e80
|
tier1: fix possible unsafe read in lzss SafeUncompress, make tests pass under asan
|
2023-04-07 14:59:36 +03:00 |
|
nillerusr
|
4f063c4053
|
unittests: fix library loading
|
2023-04-07 13:47:43 +03:00 |
|
nillerusr
|
dcdcf6b733
|
togles: don't use alpha channel in dxt1 decompression for textures without it
|
2023-04-06 14:36:14 +03:00 |
|
nillerusr
|
ceda7d8ad0
|
update workflows
|
2023-04-06 02:12:59 +03:00 |
|
nillerusr
|
f1de24b0b2
|
engine: fix bsp21 loading
|
2023-04-04 23:22:06 +03:00 |
|
nillerusr
|
d56e855742
|
Merge pull request #208 from tyabus/multirun
launcher: multirun should work on POSIX now
|
2023-03-18 17:06:47 +03:00 |
|
tyabus
|
46fc2b7090
|
launcher: don't grab/release mutex if multirun is enabled
|
2023-03-13 17:47:44 +06:00 |
|
nillerusr
|
e998499068
|
Merge pull request #211 from tyabus/hibernation
engine: restore sv_hibernate_when_empty cvar
|
2023-03-13 10:09:47 +03:00 |
|
tyabus
|
4e87659a1d
|
engine: restore sv_hibernate_when_empty
|
2023-03-12 21:17:49 +06:00 |
|
nillerusr
|
9008da4f43
|
fix arm64 build on non-android platforma
|
2023-03-11 23:51:59 +03:00 |
|
nillerusr
|
5e6e7503bb
|
Merge pull request #209 from AruMoon/fix-angles
fix spectator free mode wrong angles
|
2023-03-05 04:36:20 +03:00 |
|
AruMoon
|
c0b63d602e
|
fix spectator free mode wrong angles
|
2023-03-05 00:44:17 +05:00 |
|
tyabus
|
88418ebb4d
|
launcher: multirun should work on POSIX now
|
2023-03-04 12:59:02 +06:00 |
|
nillerusr
|
db6a9839fe
|
engine: fix windows build( windows must die )
|
2023-02-20 22:02:41 +03:00 |
|
nillerusr
|
c970f28804
|
engine: fix Map_IsValid for mapcycle
|
2023-02-20 21:03:47 +03:00 |
|
nillerusr
|
d06435a8bc
|
Merge pull request #202 from AruMoon/fix-spec_goto-crash
Fix spec_goto old crash
|
2023-02-20 20:18:22 +03:00 |
|
nillerusr
|
6a8da7084b
|
engine: add -nobackgroundlevel command-line argument
|
2023-02-20 20:07:23 +03:00 |
|
nillerusr
|
9075ccd9e4
|
engine: don't check sv_lan value in masterserver requests when DEDICATED is defined
|
2023-02-19 15:18:49 +03:00 |
|
tyabus
|
6e7915b6c3
|
Fix spec_goto old crash
|
2023-02-18 19:40:25 +05:00 |
|
nillerusr
|
5198d808fa
|
datacache: disable async mode
|
2023-02-17 12:42:56 +03:00 |
|
nillerusr
|
1e3389c70d
|
gameui: fix linux build issue
|
2023-02-17 03:38:59 +03:00 |
|
nillerusr
|
e84ad80c46
|
add -g option for android by default
|
2023-02-17 03:16:45 +03:00 |
|
nillerusr
|
30a97f855e
|
gameui: fix console size on android
|
2023-02-17 02:41:53 +03:00 |
|
nillerusr
|
1d39be1a97
|
engine: again fix static prop lump version 10 loading
|
2023-02-17 01:41:55 +03:00 |
|
nillerusr
|
92a1eae995
|
android: add extras vpk to PLATFORM path search
|
2023-02-16 23:15:01 +03:00 |
|
nillerusr
|
cc7541f132
|
change PROTOCOL_VERSION to 25
|
2023-02-16 22:47:32 +03:00 |
|
nillerusr
|
9919f7ee95
|
engine: fix static prop lump version 10 loading
|
2023-02-16 18:44:33 +03:00 |
|
nillerusr
|
c7056b1aa4
|
Update README.md
|
2023-02-16 14:35:51 +03:00 |
|
nillerusr
|
ec3ab23a0e
|
Merge pull request #198 from nillerusr/serverbrowser
Serverbrowser support
|
2023-02-16 14:35:01 +03:00 |
|
nillerusr
|
2aa14bb24c
|
restore threadtools and vstdlib from 12716fd commit
|
2023-02-16 17:32:26 +03:00 |
|
nillerusr
|
e4f5549cbd
|
serverbrowser: copy gametype to map name in quicklist
|
2023-02-16 17:16:35 +03:00 |
|
nillerusr
|
e9af8c6876
|
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
|
e10f29854e
|
engine(masterserver): fix servers duplication
|
2023-02-14 20:22:18 +03:00 |
|
nillerusr
|
c3417ca08d
|
engine: fix cmdrate/updaterate values
|
2023-02-13 00:27:40 +03:00 |
|
nillerusr
|
0fda062e8e
|
tier0: fix windows build
|
2023-02-11 20:39:55 +03:00 |
|
nillerusr
|
67ef35bb78
|
engine(masterserver): typo fix
|
2023-02-11 20:34:27 +03:00 |
|
nillerusr
|
c48da00b92
|
tier0: disable vprof by default
|
2023-02-11 20:32:11 +03:00 |
|
nillerusr
|
2b2ca63b48
|
serverbrowser: rewrite according my expectations
|
2023-02-11 19:39:01 +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 |
|
steadyfield
|
474df720e7
|
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 |
|