Commit graph

52 commits

Author SHA1 Message Date
293f5a4b48 Testing prerelease 2024-09-09 17:11:59 +02:00
10cb9dbf07 Fix for macOS 2024-09-06 00:56:54 +02:00
6ca405f1ca Remove tests from workflows 2024-09-06 00:38:45 +02:00
fea66298de Fixed some tests 2024-09-06 00:20:36 +02:00
32baed793c Updated build scripts for zstd 2024-09-05 16:55:19 +02:00
c4459282f2 Changed compiler optimizations and removed rawinput from being static var 2024-08-28 20:37:02 +02:00
0bfa931400 Turn back on system's allocator 2024-08-24 16:16:59 +02:00
b4fabb845e Move MD to MT for msvc 2024-08-24 15:50:20 +02:00
14717d8092 Added prediction for triggers, thanks oblivious
Prediction is fixed by me by adding two more functions in prediction
class, there had before some issues because
starttouch/endtouch weren't predicted.
The result is that with lag, it restores touched entities,
including the triggers touched entity list.
2024-08-23 00:42:58 +02:00
deadspy
fd39abbaf3 Fixed printing help usage
by replacing placeholders with formatters in the options.
Background: Waf update introduced a change where now the dict
of all option parameters are passed rather than the default value exclusively.
2024-07-30 19:16:31 +02:00
e360866bf5 Added a better way to debug hitboxes & new waf script 2024-07-15 06:52:33 +02:00
nillerusr
3739f4b0cf fix build scripts for workflow 2023-11-08 21:58:33 +03:00
nillerusr
1f470cb34a scripts: fix vpc_parser errror 2023-05-24 00:46:37 +03:00
nillerusr
444515a813 replace stlport with gnustl 2023-05-17 16:06:34 +00:00
nillerusr
d48ce70c83 add macos workflow, fix filesystem_async max thread count 2023-04-24 18:54:23 +00:00
nillerusr
6817e09c4e scripts: remove useless deps from installation 2023-04-07 15:03:12 +03:00
nillerusr
4b7036075c unittests: fix library loading 2023-04-07 13:47:43 +03:00
nillerusr
33a33aa399 update workflows 2023-04-06 02:12:59 +03:00
nillerusr
c33be80763 wscript: fix arm build 2023-02-07 02:11:36 +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
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
b1e4f2da4e game(client): fix touch drawing 2022-09-17 15:57:17 +03:00
nillerusr
19ce9493dd add -fvisibility=hidden for gcc 2022-09-05 19:33:23 +03:00
nillerusr
16392ee9e4 fix day of defeat build 2022-08-21 02:12:18 +03:00
nillerusr
e5e02734f6 scripts: fix tests 2022-08-17 13:39:51 +03:00
nillerusr
d52fabd0eb workflows: add tests.yml 2022-08-17 12:54:11 +03:00
nillerusr
fff10176b4 waifulib: fix configure with clang 2022-08-15 22:37:56 +03:00
nillerusr
2c5764e127 launcher(android): add crashhandler 2022-08-15 22:14:09 +03:00
nillerusr
c6e47fce35 materialsystem: unlock mat_picmip cvar again 2022-08-03 16:30:27 +03:00
SanyaSho
c34cdfbb7f Fov cvar fix (#98)
* game: set fov_desired cvar max value to 110
* scripts: waifulib: change '4.9,9' to '4.9,21' in configure example
2022-08-03 16:22:17 +03:00
nillerusr
602bd7f09b fix ubuntu build 2022-08-01 00:41:26 +03:00
nillerusr
e08425fbad fix dedicated build 2022-08-01 00:38:10 +03:00
HappyDOGE
1f3083a5a2 fix debug compile 2022-07-28 19:48:53 +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
12993b1e8e add github workflow (#78) 2022-07-26 00:15:02 +03:00
nillerusr
2b9eefb136 materialsystem: fix(hack) flashlight. normalizedcubemap broken? 2022-05-15 21:19:04 +03:00
JusicP
d5d0cac107 Fix Windows build with WAF 2022-03-19 14:40:11 +02:00
nillerusr
13191a2659 add source-sdk-2013 2022-03-01 23:00:42 +03: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
d96b3e38eb Vpc parser (#31)
Co-authored-by: nillerusr <nillerusr@users.noreply.github.com>
2021-11-16 20:50:27 +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
a6abdca9e6 Revert "Fix code for Android"
This reverts commit 7a91fbebd9.
2021-09-02 20:31:11 +03:00
JusicP
c3c9e2e62b Fix code for Android 2021-08-20 19:56:20 +03:00
nillerusr
286a892cc0 waifulib: update 2021-04-28 08:36:34 +03:00
nillerusr
da0265bc15 fix loading libraries with lib prefix 2021-04-08 22:40:26 +03:00