Commit Graph

412 Commits

Author SHA1 Message Date
nillerusr
c48da00b92 tier0: disable vprof by default 2023-02-11 20:32:11 +03:00
nillerusr
746aa8b1cc wscript: fix arm build 2023-02-07 02:11:36 +03:00
nillerusr
0ffcbff303 materialsystem: fix rendering bugs with togl 2023-02-07 02:05:00 +03:00
nillerusr
cf467ff7c8
Merge pull request #191 from AruMoon/tweak/unlock-tickrate
Unlock tickrate
2023-02-06 15:36:20 +03:00
AruMoon
591534e7e4 Unlock tickrate 2023-02-04 10:46:31 +00:00
nillerusr
6428e90fa2 fix dedicated build caused by previous commit 2023-02-03 03:40:57 +03:00
nillerusr
3345902612 togl: fix MacOS build( fixes #187 ) 2023-02-03 02:27:22 +03:00
nillerusr
9586dc98e4
Merge pull request #186 from nillerusr/win64
Win64
2023-01-28 21:37:41 +03:00
nillerusr
17ff01c7ab
Update README.md 2023-01-24 20:30:17 +03:00
HappyDOGE
c69afba381 Merge branch 'master' into win64 2023-01-23 19:16:19 +03:00
HappyDOGE
bfb5b44d38 win64: misc pointer truncation fixes 2023-01-16 11:56:05 +03:00
Er2
f735e7a036
Fix HTML MOTD (#174) 2023-01-14 20:47:16 +03:00
nillerusr
a15db00bc0 materialsystem: threaded optimizations, fix mat_queue_mode on some android devices 2023-01-14 15:53:33 +03:00
nillerusr
3458c36d5a datacache: enable async mode(was disabled in TF2 branch, lol?) 2023-01-13 01:51:19 +03:00
nillerusr
3d43e9fe3a togles: optimize PBO usage 2023-01-12 20:48:13 +03:00
exstrim401
e26b40d889
Basic Steam Dick support (#166)
Without gamepadui library
2023-01-08 15:38:24 +03:00
nillerusr
f63849bb34 vtf: fix cubemap loading for vtf versions less than 7.5 2023-01-02 16:39:44 +03:00
nillerusr
7ca36e7b43 launcher(android): fix crashhandler initialization 2022-12-31 19:14:30 +03:00
LegendGuard
44fef251c5
Add forgotten VTF 7.5 support (#160)
VTF 7.5 support was added some time ago, the issue #83 was solved. 
This is important for making artists, mappers and modelers know.
2022-12-29 17:31:44 +03:00
nillerusr
be3d0e301f
Update README.md 2022-12-19 00:37:13 +03:00
nillerusr
c44ae6211c restore MAXSTUDIOBONES value 2022-12-18 20:24:28 +03:00
nillerusr
4f4e74273a
sse2neon: typo fix 2022-12-17 19:55:22 +03:00
nillerusr
892fc662e4
sse2neon: fix armhf build( fixes #157 ) 2022-12-17 18:27:04 +03:00
nillerusr
bc909e9f96 windows(amd64): fix EHANDLE size( fixes saverestore ) 2022-12-17 12:21:22 +03:00
nillerusr
ff2211f0ad windows: fix(workaround) illegal instruction in release build 2022-12-17 10:14:49 +03:00
nillerusr
af8c358ce9 windows: fix dedicated build 2022-12-16 19:47:53 +03:00
nillerusr
8404418202 windows: add workflows for amd64 target architecture 2022-12-16 19:23:23 +03:00
nillerusr
eff77f0a0a windows: fix 64bit build( #149 ) 2022-12-16 19:20:56 +03:00
exstrim401
9bca259e0f
Make net_usesocketsforloopback 1 by default (#153)
Fixes connection to localhost server on macOS
2022-12-05 19:23:43 +03:00
nillerusr
8c0f758a57 bsp: change MAX_MAP_DISPINFO value to 4096 2022-12-02 21:45:33 +03:00
nillerusr
26184742eb update ivp submodule 2022-11-30 16:00:03 +03:00
nillerusr
729ac111af engine: add bsp v21 support, add StaticPropLump_t v7-v11 support 2022-11-30 15:58:19 +03:00
nillerusr
20f5783225 vtf: fix cubemap loading 2022-11-30 14:07:51 +03:00
nillerusr
d2b202836d add MDL version 49 support 2022-11-29 18:49:29 +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
807eaae850
Pretend macOS to be Linux in KeyValues (#145)
Workaround for FL_Load_Glyph error
2022-11-24 20:29:11 +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
nillerusr
c2cdd880bf
Merge pull request #142 from exstrim401/macos
macOS build support
2022-11-20 20:35:30 +03:00
exstrim401
d8580d59d2 Fix CreateThreadPool 2022-11-20 19:32:30 +02: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
cb0e405e0f
Merge pull request #133 from SanyaSho/master
string vulnerabilities
2022-11-20 11:41:02 +03:00
nillerusr
006f82528e
Merge pull request #135 from nillerusr/optimization
Optimization branch
2022-11-20 11:39:37 +03:00
nillerusr
80c9ef37d7 Add cflags/ldflags, SDL version to engine.log 2022-11-16 13:58:09 +03:00
nillerusr
dde72b675b update ivp submodule 2022-11-16 13:51:28 +03:00
nillerusr
de873d3fc3 engine: upgrade benchmark 2022-11-16 13:51:03 +03:00
nillerusr
db3062c60b WIP: fix some memaccess-class warnings 2022-11-16 13:28:39 +03:00
nillerusr
8fbc002a37 Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00