Commit graph

65 commits

Author SHA1 Message Date
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
nillerusr
2ec2a47a53 fix address sanitizer issues 2022-04-25 17:21:00 +03:00
nillerusr
0feeab91dd engine: fix hdr to ldr conversion 2022-04-16 12:54:00 +03:00
nillerusr
0772ca1063 GameUI: fix propotional scale 2022-04-16 12:20:36 +03:00
nillerusr
24366ef9a8 engine: hdr to ldr conversion for HDR_TYPE_NONE 2022-03-26 03:24:41 +03:00
JusicP
edbe1baceb Fix Windows build with WAF 2022-03-19 14:40:11 +02:00
nillerusr
f7233c84e0 engine: remove PROTOCOL_STEAM requirement 2022-03-02 11:42:47 +03:00
nillerusr
edc8d6c584 add source-sdk-2013 2022-03-01 23:00:42 +03:00
nillerusr
1aac303d7e engine/audio/private: add voice recording using sdl 2022-03-01 22:48:18 +03:00
nillerusr
6b10b528e9 engine: get opus voice codec 2022-02-13 06:15:27 +03:00
nillerusr
a1d8c59d01 Fix external .lmp loading 2022-02-11 11:00:57 +03:00
nillerusr
9dd2d20e78 cl_main: set language according to LANG variable 2022-02-06 03:48:40 +03:00
nillerusr
c36cfccdf0 gameui: add console button to main menu 2022-02-05 22:33:45 +03:00
JusicP
b296444d0c Fix VPC scripts for VS2019 2022-02-03 18:18:12 +02:00
nillerusr
303b387e76 add more custom screen resolutions, fix build 2022-01-25 00:14:29 +03:00
nillerusr
0fb75b41fd fix build with clang, fix saverestore again, android mod launcher support 2022-01-19 18:59:42 +03:00
JusicP
5e27785d40 Fix compilation under MSVC(VS2019) 2022-01-13 16:18:38 +02:00
nillerusr
9d77bb17c5
Add proportionality support for GameUI panels (#35)
* Add proportionality support for GameUI panels

* Add Android platform define

* Fix button wrong state on fast clicking

Co-authored-by: JusicP <slender87844@gmail.com>
2022-01-09 17:04:47 +03:00
nillerusr
1f3436945f saveload fix 2022-01-09 19:59:13 +03:00
nillerusr
d651c2b38d Fix font problems 2022-01-09 19:20:00 +03:00
nillerusr
e8dd3cece3 Replace glBegin/glEnd 2021-11-21 18:51:30 +03:00
nillerusr
d947e5e20e
Vpc parser (#31)
Co-authored-by: nillerusr <nillerusr@users.noreply.github.com>
2021-11-16 20:50:27 +03:00
nillerusr
fb55975a75
Merge pull request #30 from nillerusr/misalign-fixes
Misalign fixes
2021-11-16 20:48:45 +03:00
nillerusr
1233e05fcb android: fix SDL_QUIT 2021-11-14 13:21:01 +03:00
nillerusr
f7cdca7ad2 saverestore fixes 2021-11-14 00:07:58 +03:00
nillerusr
dc2be1dcb4 physics: fix a lot of problems 2021-10-23 14:41:59 +03:00
nillerusr
cb04a1e451 Replace 1e24 with 1e16 to avoid float overflow 2021-10-13 20:01:24 +03:00
nillerusr
63e458ef84 add vgui touch panel, touch logic 2021-10-09 15:22:16 +03:00
nillerusr
2f12021cce fix previous commit 2021-10-05 00:51:01 +03:00
Danny Parker
61302b61e7
fix latest gcc builds (#19)
Co-authored-by: Danny Parker <DannyParker0001@users.noreply.github.com>
2021-10-01 20:32:20 +03:00
nillerusr
2c6669f5e3
Initial android support (#17)
* Upload Android armv7 libs

* Fix debug build

* utlvector: fix undefined behavior

* wscript: add --use-ccache option

* wscript: store ccache in a separate directory

* Propertly use gl4es

* fontconfig: fix font detection

* [android]remove fontconfig dependency

* Add build guide for other platforms

Co-authored-by: JusicP <slender87844@gmail.com>
Co-authored-by: nillerusr <nillerusr@users.noreply.github.com>
2021-09-02 20:33:03 +03:00
q4a
51ba28fae1 add Command line param "language" 2021-05-30 18:04:37 +03:00