Cfauto
78c16891a2
Utils port
2026-06-15 20:40:36 +02:00
Cfauto
10391eddf4
Various fixes
2026-06-15 19:43:49 +02:00
tupoy-ya
a0151bb9a9
chore: Merge branch 'master' of https://github.com/nillerusr/source-engine .
2024-03-10 17:47:09 +05:00
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
tupoy-ya
d3c09196ba
chore: Merge branch 'master' of https://github.com/nillerusr/source-engine .
2023-10-08 11:03:44 +05:00
nillerusr
5a4d0b7a4d
fix undefined behaviours and jpeg crash on non-windows platforms
2023-10-08 07:31:07 +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
tupoy-ya
c25efd6c7f
feat(Portal 2): Implemented point_changelevel entities
...
fix(VScript): Now actually works and does not crash.
fix(Triggers): Buttons unpress again.
fix(Engine Debug Build): Engine now build in debug.
chore(Engine): Don't print the "SOLID_VPHYSICS static prop with no vphysics model! (%s)\n"
message.
2023-10-06 12:29:56 +05:00
tupoy-ya
bba4bb4625
feat(VScript): Added vscript from mapbase.
...
Does not work, for the most part.
2023-10-04 12:02:54 +05:00
nillerusr
8b1be47f4d
scripts: fix vpc_parser errror
2023-05-24 00:46:37 +03:00
Er2
56485c5f05
some fixes
2023-05-14 16:52:26 +03:00
Er2
974cf6d842
fix togl when no gl lol
2023-05-13 21:22:15 +03:00
Er2
d4ca49ff1a
use vrad from kisak strike and fix wscript
2023-05-13 21:11:15 +03:00
Er2
8241777248
lol
2023-05-12 21:13:27 +03:00
Er2
faa452222e
some things
2023-05-12 21:10:58 +03:00
Er2
403b060ef9
WIP studiomdl port
2023-05-11 21:08:32 +03:00
Er2
569816e8ed
fix ci
2023-05-09 20:36:30 +03:00
Er2
f9added066
add utils
2023-05-09 19:59:15 +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