Commit Graph

67 Commits

Author SHA1 Message Date
coderamen
c4f13f04a8
Allow compilation on Raspberry Pi OS 32 bit 2023-12-13 13:55:05 -06:00
nillerusr
f402495b24 wscript: make bzip2 mandatory #321 2023-12-13 21:38:18 +03:00
nillerusr
ade05ab153 dedicated(win32): fix build issues #322 2023-12-13 20:18:31 +03:00
nillerusr
7c863a351b wscript(win32): restore FORCE parameter for multiple references #322
This is using to override debug crt functions.
Does anyone actually use this?
2023-12-13 17:38:02 +03:00
nillerusr
8fcac9c164 wscript(win32): disable /FORCE linker option added by accident #322 2023-12-13 17:25:20 +03:00
nillerusr
7a3b3cd96f return accidentally commented out engine module( fixes #315 ) 2023-11-28 06:47:35 +03:00
nillerusr
90e2937b32 update waf, enable gccdeps and msvcdeps 2023-11-24 11:28:25 +03:00
nillerusr
23204fcc73 wscipt: fix cant find env cache togl 2023-11-08 22:06:10 +03:00
nillerusr
abb470a471 fix build scripts for workflow 2023-11-08 21:58:33 +03:00
nillerusr
ab527be41a wscript: target 64bit architecture by default 2023-11-08 21:44:30 +03:00
nillerusr
b8558de63e fix crash in some cases 2023-10-23 19:52:35 +03:00
nillerusr
047f8b1185 gameui: fix disconnect in video settings for multiplayer games 2023-10-08 02:40:43 +03:00
nillerusr
035861bf52 disable new/mallloc override on non-windows platforms( #299 ) 2023-10-08 00:50:14 +03:00
nillerusr
8b1be47f4d scripts: fix vpc_parser errror 2023-05-24 00:46:37 +03:00
nillerusr
3b1b08fd93 win32: fix sdl2 install path 2023-05-05 19:14:50 +03:00
SanyaSho
30f1e02cda wscript: use "/LARGEADDRESSAWARE" on windows 2023-04-28 19:45:47 +03:00
nillerusr
823e437005 wscript(android,windows): add sdl2 to installation path 2023-04-26 22:30:28 +03:00
nillerusr
a63138347b disable fortify-source headers 2023-04-25 15:08:19 +00:00
nillerusr
f2fa241ae6 add macos workflow, fix filesystem_async max thread count 2023-04-24 18:54:23 +00:00
nillerusr
1ccbe2bbb6 unitests: add mathlib test 2023-04-23 23:45:09 +03:00
nillerusr
4f063c4053 unittests: fix library loading 2023-04-07 13:47:43 +03:00
nillerusr
9008da4f43
fix arm64 build on non-android platforma 2023-03-11 23:51:59 +03:00
nillerusr
e84ad80c46 add -g option for android by default 2023-02-17 03:16:45 +03:00
nillerusr
746aa8b1cc wscript: fix arm build 2023-02-07 02:11:36 +03:00
nillerusr
af8c358ce9 windows: fix dedicated build 2022-12-16 19:47:53 +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
a1c4e27718
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
ad5790eee6 Don't use -march=native on macOS 2022-11-20 21:04:32 +03:00
exstrim401
54d76a1131 Move mm_hook to separate file 2022-11-20 16:47:32 +02:00
exstrim401
1f3b4583da macOS build support 2022-11-20 15:00:44 +02:00
nillerusr
2f15ebbfb8 wscript: add videoservices 2022-10-13 17:47:27 +03:00
nillerusr
5e9ce905f7 tier1(android): add error message for library loading from mod apk 2022-09-17 18:27:50 +03:00
nillerusr
5a28ccec8c game(client): fix touch drawing 2022-09-17 15:57:17 +03:00
nillerusr
3e19d26a72 add additional logging information 2022-09-05 12:54:41 +03:00
nillerusr
9aa0ecab6a add wscripts for unittests 2022-08-17 11:12:27 +03:00
nillerusr
38fcc71c6e launcher(android): add crashhandler 2022-08-15 22:14:09 +03:00
nillerusr
79e83bb97f tier0: fix cpu freq on some arm cpu's 2022-08-01 04:30:44 +03:00
HappyDOGE
9dbdad3dc4 fix debug compile 2022-07-28 19:48:53 +03:00
HappyDOGE
84ed551ceb fix debug macros 2022-07-28 19:18:14 +03:00
HappyDOGE
de84690884 fix opus 2022-07-28 18:32:42 +03:00
HappyDOGE
5206f38b9b update windows lib placement 2022-07-28 16:40:36 +03:00
HappyDOGE
4fc6661cb4 fix SDL 2022-07-28 14:58:51 +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
f266efa942 wscript: make opus optional( should help #69 ) 2022-07-25 19:20:14 +03:00
nillerusr
9ee21ecf90 amd64: fix multithread, fix vgui, fix physmodels 2022-06-05 01:44:42 +03:00
nillerusr
816cc23833 wscript: add --disable-warns option 2022-05-16 00:00:37 +03:00
JusicP
edbe1baceb Fix Windows build with WAF 2022-03-19 14:40:11 +02:00
nillerusr
6b10b528e9 engine: get opus voice codec 2022-02-13 06:15:27 +03:00