Commit graph

107 commits

Author SHA1 Message Date
nillerusr
1d8149a3b3 client: add touch editor 2022-01-09 19:58:08 +03:00
nillerusr
05ab85e853 make achivements work without steam( partially ) 2022-01-09 19:57:09 +03:00
nillerusr
ead7bfc155 Update ToGLES( fix occlusion query and other small things ) 2022-01-09 19:32:21 +03:00
nillerusr
d651c2b38d Fix font problems 2022-01-09 19:20:00 +03:00
nillerusr
8703d8bbf4 togles: update wscript 2021-11-26 20:57:45 +03:00
nillerusr
24b2f5892c Fix shaders compilation, replace some opengl functions with opengles analogs 2021-11-26 20:51:33 +03:00
nillerusr
1aa234af4d togles: use GL_EXT_buffer_storage if avalible 2021-11-21 19:47:42 +03:00
nillerusr
e8dd3cece3 Replace glBegin/glEnd 2021-11-21 18:51:30 +03:00
nillerusr
4508c9c863 Rewrite ToGL in OpenGLES(Uncomplete) 2021-11-21 01:38:59 +03:00
nillerusr
76bfcf40ca Copy original togl to track changes 2021-11-21 00:48:13 +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
d2f3cc44db touch: add new commands 2021-11-16 23:46:29 +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
b1edca8c4c utlbuffer: typo fix 2021-11-09 19:02:26 +03:00
nillerusr
2d17c2b52f utlbuffer,bitbuf: misalign fix 2021-11-05 19:51:41 +03:00
nillerusr
7a69af7b00 Android OpenGL support( for tegra gpu's ) 2021-10-26 21:30:11 +03:00
nillerusr
99e02e25c9 CUtlBuffer, Color: misalign fixes 2021-10-25 18:45:21 +03:00
nillerusr
6e5ef80a0e
Update README.md, update ivp submodule 2021-10-23 17:09:16 +03:00
nillerusr
18e088f8ff
Update wscript 2021-10-23 15:51:37 +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
977bac3205 touch: replace static arrays with linked list 2021-10-13 18:18:36 +03:00
nillerusr
63e458ef84 add vgui touch panel, touch logic 2021-10-09 15:22:16 +03:00
nillerusr
81b976c384 inputsystem: touch event handling 2021-10-06 21:09:43 +03:00
nillerusr
0d2a493312 materialsystem: fix undefined behaviour(bruh moment) 2021-10-05 00:53:56 +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
nillerusr
2a490d398c Revert "Fix code for Android"
This reverts commit 7a91fbebd9.
2021-09-02 20:31:11 +03:00
nillerusr
b62d2f4f1a Revert "Upload Android armv7 libs"
This reverts commit 557c300975.
2021-09-02 20:18:18 +03:00
JusicP
7a91fbebd9 Fix code for Android 2021-08-20 19:56:20 +03:00
JusicP
557c300975 Upload Android armv7 libs 2021-08-20 19:35:07 +03:00
nillerusr
ddb086ddd1
Merge pull request #11 from q4a/add_lang
add Command line param "language"
2021-05-30 19:29:28 +03:00
q4a
51ba28fae1 add Command line param "language" 2021-05-30 18:04:37 +03:00
nillerusr
838584af38 wscript: fix 32bit build 2021-05-23 18:43:53 +03:00
nillerusr
8d6eeb47bf force32_bit should be loaded before check_pkg calls 2021-05-23 18:18:18 +03:00
JusicP
d349b1769a Fix clang compile 2021-04-28 18:24:16 +03:00
nillerusr
c70e496e72 fix dedicated server build 2021-04-27 23:33:46 +03:00
nillerusr
c1c616e569 wscript: typo fix 2021-04-27 21:07:11 +03:00
nillerusr
814b22f25b waifulib: update 2021-04-28 08:36:34 +03:00
nillerusr
b33af199a7 fixes for arm target 2021-04-27 19:44:24 +03:00
nillerusr
50a93ce91a build: arm target support 2021-04-25 23:36:09 +03:00
nillerusr
e794dbcbb1 fix loading libraries with lib prefix 2021-04-08 22:40:26 +03:00
nillerusr
597f9da3b0 waf: fix install 2021-04-06 23:22:52 +03:00
nillerusr
f0c72952c8
Update README.md 2021-04-06 22:34:32 +03:00
nillerusr
598de9eb49 add wscipt files to build vphysics and game 2021-04-06 22:31:58 +03:00
nillerusr
b28176ff44 add ivp submodule 2021-03-31 20:19:16 +03:00
nillerusr
5e870e53c1 add waf buildsystem 2021-03-31 20:12:00 +03:00