nillerusr
cd1c5bd397
fix build for latest musl
2023-11-08 13:26:46 +00:00
nillerusr
b8558de63e
fix crash in some cases
2023-10-23 19:52:35 +03:00
nillerusr
523f4e9eaa
vgui_controls: fix unitialized variable
2023-05-05 19:17:06 +03:00
nillerusr
ba695d2092
fix steam dick font loading
2023-04-24 22:04:29 +00:00
nillerusr
64f7bf9f96
vgui_controls: fix SetParent function
2023-01-29 21:48:36 +03:00
exstrim401
2fb712af66
Fix macOS build ( #146 )
...
* Fix macOS build
* Fix *BSD build
* Add missing *BSD include
2022-11-27 16:48:27 +03:00
Er2
53bd92f7a8
BSD: Add support ( #140 )
...
* BSD: Add support
* BSD: other fixes
There is still a bug when vgui haven't got text, maybe because of resources.
Also there is bug where when trying to start new game caption names shows wrong.
* BSD: Debugging
* BSD: modify preprocessor and fix windows
* BSD: Remove debugging and fix labels in gameui
* BSD: Remove disabling some DX9 commands
* BSD: Remove -g flag
2022-11-24 22:04:29 +03:00
exstrim401
1f3b4583da
macOS build support
2022-11-20 15:00:44 +02:00
nillerusr
cb0e405e0f
Merge pull request #133 from SanyaSho/master
...
string vulnerabilities
2022-11-20 11:41:02 +03:00
nillerusr
8fbc002a37
Replace empty constructors with default constructors #88
2022-11-05 14:23:05 +03:00
SanyaSho
e368f3e9a6
game: fix string vulnerabilities
2022-11-04 01:28:39 +00:00
nillerusr
e5eaf0fa9e
tier1: rewrite Sys_LoadModule
2022-10-08 22:14:26 +03:00
nillerusr
4ace9f8030
game(client): fix touch drawing problems again, fix some fonts on android
2022-09-18 19:54:29 +03:00
nillerusr
c909de8faf
use HAVE_* macros for dependencies
2022-08-19 23:19:53 +03:00
nillerusr
c5607661f0
vgui_surfacelib(android): use fonts with chinese/japanese/korean support( fixes #104 )
2022-08-05 22:40:06 +03:00
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
b06620b8c9
fpersmissive fixes
2022-06-15 21:59:06 +03:00
nillerusr
9ee21ecf90
amd64: fix multithread, fix vgui, fix physmodels
2022-06-05 01:44:42 +03:00
hymei
3bc519aecf
arm64 : fix vgui2 VPAMEL in messagemap
2022-06-05 01:13:13 +03:00
hymei
df78eef85f
osx : use freetype instead of deprecated carbon api
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
0772ca1063
GameUI: fix propotional scale
2022-04-16 12:20:36 +03:00
JusicP
edbe1baceb
Fix Windows build with WAF
2022-03-19 14:40:11 +02:00
JusicP
312fdb9576
Fix AnimationController conditional parse
2022-03-15 17:35:39 +02:00
nillerusr
74b7a6d151
Merge pull request #43 from nillerusr/ToGLES3
...
ToGLES, and some other shit
2022-02-05 21:45:29 +03:00
r-a-sattarov
2ad3bc4a66
vgui2/vgui_surfacelib/linuxfont: fix incorrect variadic casts
...
backport from MainUI C++
Ref: fad4805fab
2022-01-28 23:49:27 +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
61bd00c12b
Oops, typo fix
2022-01-09 22:33:59 +03: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
d651c2b38d
Fix font problems
2022-01-09 19:20:00 +03:00
nillerusr
dc2be1dcb4
physics: fix a lot of problems
2021-10-23 14:41:59 +03:00
nillerusr
977bac3205
touch: replace static arrays with linked list
2021-10-13 18:18:36 +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
597f9da3b0
waf: fix install
2021-04-06 23:22:52 +03:00
nillerusr
5e870e53c1
add waf buildsystem
2021-03-31 20:12:00 +03:00
nillerusr
d3f308699b
vgui_controls: fix unitialized boolean
2020-11-18 03:10:09 +03:00
nillerusr
f27eb7916b
vgui_controls: fix mouse click
2020-11-17 23:05:31 +03:00
nillerusr
e5cea442d4
fix freetype2
2020-10-29 12:53:46 +03:00
nillerusr
3fec7d612e
change output path in all vpc
2020-10-22 21:00:42 +03:00
FluorescentCIAAfricanAmerican
3bf9df6b27
1
2020-04-22 12:56:21 -04:00