nillerusr
e38eaf75f0
materialsystem/shaderapidx9: restore shaders from source-sdk-2013
2022-03-26 03:26:53 +03:00
nillerusr
bc125ed0ff
engine: hdr to ldr conversion for HDR_TYPE_NONE
2022-03-26 03:24:41 +03:00
JusicP
d5d0cac107
Fix Windows build with WAF
2022-03-19 14:40:11 +02:00
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
JusicP
6c85ab8cb7
Fix VPC scripts for VS2019
2022-02-03 18:18:12 +02: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
JusicP
4e74e8e3fd
Fix an VPC error related to GUID for VS2019 project
2022-01-27 14:28:20 +02: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
6bcc82140c
remove valve p4 script from tier0 and vstdlib vpc
2022-01-13 18:43:31 +02:00
JusicP
96a1dca4e6
Add some libs
2022-01-13 16:31:42 +02:00
JusicP
61dcc7b5be
Fix built server copied to wrong folder
2022-01-13 16:22:33 +02:00
JusicP
7e5db61d4b
Fix compilation under MSVC(VS2019)
2022-01-13 16:18:38 +02: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