nillerusr
1f470cb34a
scripts: fix vpc_parser errror
2023-05-24 00:46:37 +03:00
nillerusr
02d4be6467
win32: fix sdl2 install path
2023-05-05 19:14:50 +03:00
SanyaSho
4ab2d71807
wscript: use "/LARGEADDRESSAWARE" on windows
2023-04-28 19:45:47 +03:00
nillerusr
329cf7689e
wscript(android,windows): add sdl2 to installation path
2023-04-26 22:30:28 +03:00
nillerusr
7b875df23f
disable fortify-source headers
2023-04-25 15:08:19 +00:00
nillerusr
d48ce70c83
add macos workflow, fix filesystem_async max thread count
2023-04-24 18:54:23 +00:00
nillerusr
07d9427a19
unitests: add mathlib test
2023-04-23 23:45:09 +03:00
nillerusr
4b7036075c
unittests: fix library loading
2023-04-07 13:47:43 +03:00
nillerusr
db0bedffe0
fix arm64 build on non-android platforma
2023-03-11 23:51:59 +03:00
nillerusr
7cd9ab5fb7
add -g option for android by default
2023-02-17 03:16:45 +03:00
nillerusr
c33be80763
wscript: fix arm build
2023-02-07 02:11:36 +03:00
nillerusr
35c190c357
windows: fix dedicated build
2022-12-16 19:47:53 +03:00
exstrim401
b69cdde7be
Fix macOS build ( #146 )
...
* Fix macOS build
* Fix *BSD build
* Add missing *BSD include
2022-11-27 16:48:27 +03:00
Er2
9175b29f60
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
3f3431a777
Don't use objcopy for macOS build ( #143 )
...
* Don't use objcopy for macOS build
* Add -x option to strip on macOS
Without -x strip results in error for dylib
2022-11-21 21:18:35 +03:00
exstrim401
320753e42e
Don't use -march=native on macOS
2022-11-20 21:04:32 +03:00
exstrim401
17c0664d45
Move mm_hook to separate file
2022-11-20 16:47:32 +02:00
exstrim401
2cd1288516
macOS build support
2022-11-20 15:00:44 +02:00
nillerusr
667a68041d
wscript: add videoservices
2022-10-13 17:47:27 +03:00
nillerusr
b84c205533
tier1(android): add error message for library loading from mod apk
2022-09-17 18:27:50 +03:00
nillerusr
b1e4f2da4e
game(client): fix touch drawing
2022-09-17 15:57:17 +03:00
nillerusr
f3bdff8a34
add additional logging information
2022-09-05 12:54:41 +03:00
nillerusr
e9145519ec
add wscripts for unittests
2022-08-17 11:12:27 +03:00
nillerusr
2c5764e127
launcher(android): add crashhandler
2022-08-15 22:14:09 +03:00
nillerusr
e774db85ea
tier0: fix cpu freq on some arm cpu's
2022-08-01 04:30:44 +03:00
HappyDOGE
1f3083a5a2
fix debug compile
2022-07-28 19:48:53 +03:00
HappyDOGE
75be5912db
fix debug macros
2022-07-28 19:18:14 +03:00
HappyDOGE
d9e5af06da
fix opus
2022-07-28 18:32:42 +03:00
HappyDOGE
d69c238da0
update windows lib placement
2022-07-28 16:40:36 +03:00
HappyDOGE
818a3f9ac6
fix SDL
2022-07-28 14:58:51 +03:00
HappyDOGE
a7e90573c6
fix windows build scripts, add windows opus support
2022-07-28 14:27:56 +03:00
HappyDOGE
34bb8aa1ae
Merge branch 'master' into windows
2022-07-27 12:58:56 +03:00
nillerusr
5f4c1343fa
wscript: make opus optional( should help #69 )
2022-07-25 19:20:14 +03:00
nillerusr
2e5a08b894
amd64: fix multithread, fix vgui, fix physmodels
2022-06-05 01:44:42 +03:00
nillerusr
71630d7237
wscript: add --disable-warns option
2022-05-16 00:00:37 +03:00
JusicP
d5d0cac107
Fix Windows build with WAF
2022-03-19 14:40:11 +02:00
nillerusr
593b930def
engine: get opus voice codec
2022-02-13 06:15: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
nillerusr
6e68d4f953
Rewrite ToGL in OpenGLES(Uncomplete)
2021-11-21 01:38:59 +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
f074b13703
Update wscript
2021-10-23 15:51:37 +03:00
nillerusr
c0eae4cc22
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
d373bedc56
wscript: fix 32bit build
2021-05-23 18:43:53 +03:00
nillerusr
98b373c7ef
force32_bit should be loaded before check_pkg calls
2021-05-23 18:18:18 +03:00
nillerusr
ee99628970
wscript: typo fix
2021-04-27 21:07:11 +03:00
nillerusr
286a892cc0
waifulib: update
2021-04-28 08:36:34 +03:00
nillerusr
beb468044a
fixes for arm target
2021-04-27 19:44:24 +03:00