Commit graph

158 commits

Author SHA1 Message Date
nillerusr
d0c601d189 game: small fixes 2022-06-04 23:08:40 +03:00
nillerusr
f28365781a materialsystem: fix s_NormalizationCubemap generation for ToGL 2022-05-17 14:38:34 +03:00
nillerusr
d809ac7b6c tier0: enable vprof 2022-05-16 12:37:38 +03:00
nillerusr
4630e66eb3 ivp: update submodule 2022-05-16 00:06:26 +03:00
nillerusr
71630d7237 wscript: add --disable-warns option 2022-05-16 00:00:37 +03:00
nillerusr
2b9eefb136 materialsystem: fix(hack) flashlight. normalizedcubemap broken? 2022-05-15 21:19:04 +03:00
nillerusr
6a7f9d0d28 misaligment fixes 2022-05-15 21:09:59 +03:00
nillerusr
17f4136e40 engine: remove useless vprof for rcon 2022-05-13 12:16:34 +03:00
nillerusr
6c1186d0b1 game: init uninitialized variables 2022-05-01 20:09:55 +03:00
nillerusr
78145e4bba fix address sanitizer issues #2 2022-05-01 20:08:32 +03:00
nillerusr
bcdccd56d5 togles: use original glCompressedTexture2D when gpu have DXT support 2022-05-01 15:53:52 +03:00
nillerusr
660a8391ee fix address sanitizer issues 2022-04-25 17:21:00 +03:00
nillerusr
9fd47d0823 game: make achievements work without steam 2022-04-16 13:08:46 +03:00
nillerusr
cbcedcdc1a game/client: fix messagemode, add acceleration for touch, GameUI: add touch options 2022-04-16 12:58:59 +03:00
nillerusr
d87c806f4e engine: fix hdr to ldr conversion 2022-04-16 12:54:00 +03:00
nillerusr
5a307aac59 togles: create pseudo buffer for mali gpu's 2022-04-16 12:27:43 +03:00
nillerusr
54dc82a1c2 GameUI: fix propotional scale 2022-04-16 12:20:36 +03:00
nillerusr
0280f18ad1 add hl1,portal,dod source code 2022-04-16 12:05:19 +03:00
nillerusr
3afa6329a4 update ivp submodule 2022-04-16 10:07:38 +03:00
nillerusr
0a6d81245a Merge pull request #63 from nillerusr/ssdk2013 2022-04-09 20:51:24 +03:00
nillerusr
3b5065d73d Revert "materialsystem/shaderapidx9: restore shaders from source-sdk-2013"
This reverts commit cca56d5a6f.
2022-03-28 00:45:52 +03:00
nillerusr
654dbe09f3 togles: gamma fix, optimize texture convertation 2022-03-28 00:45:37 +03:00
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
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