JusicP
29090744e7
Fix AnimationController conditional parse
2022-03-15 17:35:39 +02:00
nillerusr
c20d72b882
inputsystem: fix build with older sdl2 versions
2022-03-15 15:33:05 +03:00
nillerusr
38da636fcc
Merge pull request #55 from lilmayofuksu/fix-vpk
...
Fix VPK loading for Dedicated Linux builds
2022-03-15 13:14:42 +03:00
nillerusr
ae1dbaf5f7
tier1: exclude steam deck from KeyValues
2022-03-15 13:09:34 +03:00
lilmayofuksu
684cbe4461
fix linker errors for dedicated when building with vpk support
2022-03-07 02:21:30 +03:00
nillerusr
55ba87f223
game/server: fix build
2022-03-02 20:47:19 +03:00
nillerusr
d30382e8d5
add csrike source code
2022-03-02 11:45:17 +03:00
nillerusr
d2638d9416
engine: remove PROTOCOL_STEAM requirement
2022-03-02 11:42:47 +03:00
nillerusr
13191a2659
add source-sdk-2013
2022-03-01 23:00:42 +03:00
nillerusr
d2b157d7f2
ToGLES: add hard float support
2022-03-01 22:53:30 +03:00
nillerusr
df96e3937c
engine/audio/private: add voice recording using sdl
2022-03-01 22:48:18 +03:00
nillerusr
593b930def
engine: get opus voice codec
2022-02-13 06:15:27 +03:00
nillerusr
501c43b9b9
Disable trusted key verification for sv_pure, fix mod_texture.txt loading
2022-02-12 13:45:43 +03:00
nillerusr
3f2782a74c
Fix external .lmp loading
2022-02-11 11:00:57 +03:00
nillerusr
7a626082b1
cl_main: set language according to LANG variable
2022-02-06 03:48:40 +03:00
nillerusr
f76f1039ed
gameui: add console button to main menu
2022-02-05 22:33:45 +03:00
nillerusr
1d4cd9e25b
Merge pull request #43 from nillerusr/ToGLES3
...
ToGLES, and some other shit
2022-02-05 21:45:29 +03:00
nillerusr
7ef0a0c248
Merge pull request #38 from r-a-sattarov/master
...
vgui2/vgui_surfacelib/linuxfont: fix incorrect variadic casts
2022-02-05 18:25:24 +03:00
r-a-sattarov
05a8d2888a
vgui2/vgui_surfacelib/linuxfont: fix incorrect variadic casts
...
backport from MainUI C++
Ref: fad4805fab
2022-01-28 23:49:27 +03:00
nillerusr
0c34bd2244
add more custom screen resolutions, fix build
2022-01-25 00:14:29 +03:00
nillerusr
5c0e3180e6
fix build with clang, fix saverestore again, android mod launcher support
2022-01-19 18:59:42 +03:00
JusicP
4fdd5cd3d7
Add xpos scale for chapters panel
2022-01-09 20:21:50 +02:00
JusicP
3fe04750ab
Fix ypos scale for chapters panel
2022-01-09 20:17:11 +02:00
nillerusr
7236dc5268
Oops, typo fix
2022-01-09 22:33:59 +03:00
nillerusr
0f63f6f8c7
fix compilation with msvc
2022-01-09 22:28:24 +03:00
nillerusr
0454017065
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
0ff5b74afa
saveload fix
2022-01-09 19:59:13 +03:00
nillerusr
5cb2d31b4b
client: add touch editor
2022-01-09 19:58:08 +03:00
nillerusr
a4c686799a
make achivements work without steam( partially )
2022-01-09 19:57:09 +03:00
nillerusr
9314a411c8
Update ToGLES( fix occlusion query and other small things )
2022-01-09 19:32:21 +03:00
nillerusr
2154279349
Fix font problems
2022-01-09 19:20:00 +03:00
nillerusr
23348a0fed
togles: update wscript
2021-11-26 20:57:45 +03:00
nillerusr
3e287a6b70
Fix shaders compilation, replace some opengl functions with opengles analogs
2021-11-26 20:51:33 +03:00
nillerusr
245e7d1368
togles: use GL_EXT_buffer_storage if avalible
2021-11-21 19:47:42 +03:00
nillerusr
a041c8fc1a
Replace glBegin/glEnd
2021-11-21 18:51:30 +03:00
nillerusr
6e68d4f953
Rewrite ToGL in OpenGLES(Uncomplete)
2021-11-21 01:38:59 +03:00
nillerusr
7e7ac2c827
Copy original togl to track changes
2021-11-21 00:48:13 +03:00
nillerusr
d96b3e38eb
Vpc parser ( #31 )
...
Co-authored-by: nillerusr <nillerusr@users.noreply.github.com>
2021-11-16 20:50:27 +03:00
nillerusr
65a87392e5
Merge pull request #30 from nillerusr/misalign-fixes
...
Misalign fixes
2021-11-16 20:48:45 +03:00
nillerusr
9a5311c979
touch: add new commands
2021-11-16 23:46:29 +03:00
nillerusr
c45c9a2803
android: fix SDL_QUIT
2021-11-14 13:21:01 +03:00
nillerusr
28aa80c3a0
saverestore fixes
2021-11-14 00:07:58 +03:00
nillerusr
8ade470a62
utlbuffer: typo fix
2021-11-09 19:02:26 +03:00
nillerusr
23e892f354
utlbuffer,bitbuf: misalign fix
2021-11-05 19:51:41 +03:00
nillerusr
f6b8391ad0
Android OpenGL support( for tegra gpu's )
2021-10-26 21:30:11 +03:00
nillerusr
de1d746fae
CUtlBuffer, Color: misalign fixes
2021-10-25 18:45:21 +03:00
nillerusr
4ef1e77634
Update README.md, update ivp submodule
2021-10-23 17:09:16 +03:00
nillerusr
f074b13703
Update wscript
2021-10-23 15:51:37 +03:00
nillerusr
92c0c3aeb9
physics: fix a lot of problems
2021-10-23 14:41:59 +03:00
nillerusr
b44df09ae1
Replace 1e24 with 1e16 to avoid float overflow
2021-10-13 20:01:24 +03:00