AruMoon
12b3400388
Unlock tickrate
2023-02-04 10:46:31 +00:00
nillerusr
398e79a903
fix dedicated build caused by previous commit
2023-02-03 03:40:57 +03:00
nillerusr
de1efa823a
togl: fix MacOS build( fixes #187 )
2023-02-03 02:27:22 +03:00
nillerusr
d81e6520d9
engine: update server info reply
2023-01-30 22:19:08 +03:00
nillerusr
602e85c329
vgui_controls: fix SetParent function
2023-01-29 21:48:36 +03:00
nillerusr
ad63a53fd3
WIP(serverbrowser): update IServersInfo interface
2023-01-29 20:57:04 +03:00
nillerusr
e194f6ca2c
WIP: Begin rewriting serverbrowser
2023-01-29 19:26:04 +03:00
nillerusr
b14959d827
Merge pull request #186 from nillerusr/win64
...
Win64
2023-01-28 21:37:41 +03:00
nillerusr
0c7ff9565b
engine: restore checksum check
2023-01-28 05:37:40 +03:00
nillerusr
f3861b8d03
WIP: initial masterserver client implementation
2023-01-28 05:29:26 +03:00
nillerusr
4d2daca3c9
Update README.md
2023-01-24 20:30:17 +03:00
HappyDOGE
7cfb06dd5c
Merge branch 'master' into win64
2023-01-23 19:16:19 +03:00
Caroline Joy Bell
868cbf997b
Update tasks.json
2023-01-16 07:54:17 -08:00
HappyDOGE
a9171e89d3
win64: misc pointer truncation fixes
2023-01-16 11:56:05 +03:00
Er2
957ce33edb
Fix HTML MOTD ( #174 )
2023-01-14 20:47:16 +03:00
nillerusr
8f1156442e
materialsystem: threaded optimizations, fix mat_queue_mode on some android devices
2023-01-14 15:53:33 +03:00
Caroline Joy Bell
34be1a4c07
Update tasks.json
...
Thought I already did this
2023-01-13 21:02:02 -08:00
Caroline Joy Bell
1ace20ac37
Merge branch 'nillerusr:master' into patch-1
2023-01-13 08:09:22 -08:00
Caroline Joy Bell
6f25cfce6e
Update tasks.json
2023-01-13 08:00:04 -08:00
Caroline Joy Bell
d03927117d
Update tasks.json
2023-01-13 07:50:03 -08:00
Caroline Joy Bell
bcfea44aad
Update tasks.json
...
Adding commands for Android build on Windows and macOS just in case it's now supported. This will just result in an error if it's not supported anyway.
2023-01-12 21:38:45 -08:00
Caroline Joy Bell
f5a89c4a8b
Update tasks.json
...
Adds macOS-specific commands
2023-01-12 21:34:29 -08:00
Caroline Joy Bell
96311026f6
Update tasks.json
...
Addresses some comments by @exstrim401.
These changes were made through GitHub's editor, they have not been tested.
2023-01-12 21:15:42 -08:00
nillerusr
3493fe9b0e
datacache: enable async mode(was disabled in TF2 branch, lol?)
2023-01-13 01:51:19 +03:00
nillerusr
b610df81f7
togles: optimize PBO usage
2023-01-12 20:48:13 +03:00
Caroline Joy Bell
67a3adda93
Create tasks.json
...
Enables Visual Studio code integration with Waf for configure and build.
2023-01-09 08:57:09 -08:00
exstrim401
08e33c477e
Basic Steam Dick support ( #166 )
...
Without gamepadui library
2023-01-08 15:38:24 +03:00
nillerusr
1b6758a51f
vtf: fix cubemap loading for vtf versions less than 7.5
2023-01-02 16:39:44 +03:00
nillerusr
8ef87b6012
launcher(android): fix crashhandler initialization
2022-12-31 19:14:30 +03:00
LegendGuard
4e479c6422
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
77657361b4
Update README.md
2022-12-19 00:37:13 +03:00
nillerusr
d0d469c72f
restore MAXSTUDIOBONES value
2022-12-18 20:24:28 +03:00
nillerusr
7091002691
sse2neon: typo fix
2022-12-17 19:55:22 +03:00
nillerusr
afbc680542
sse2neon: fix armhf build( fixes #157 )
2022-12-17 18:27:04 +03:00
nillerusr
5ee52da628
windows(amd64): fix EHANDLE size( fixes saverestore )
2022-12-17 12:21:22 +03:00
nillerusr
d1a30f68fd
windows: fix(workaround) illegal instruction in release build
2022-12-17 10:14:49 +03:00
nillerusr
35c190c357
windows: fix dedicated build
2022-12-16 19:47:53 +03:00
nillerusr
a768fe12f9
windows: add workflows for amd64 target architecture
2022-12-16 19:23:23 +03:00
nillerusr
474bdff553
windows: fix 64bit build( #149 )
2022-12-16 19:20:56 +03:00
exstrim401
935094a2d5
Make net_usesocketsforloopback 1 by default ( #153 )
...
Fixes connection to localhost server on macOS
2022-12-05 19:23:43 +03:00
nillerusr
d1c4af295d
bsp: change MAX_MAP_DISPINFO value to 4096
2022-12-02 21:45:33 +03:00
nillerusr
bdc84e286e
update ivp submodule
2022-11-30 16:00:03 +03:00
nillerusr
9e35fc6521
engine: add bsp v21 support, add StaticPropLump_t v7-v11 support
2022-11-30 15:58:19 +03:00
nillerusr
ca9e52c0bf
vtf: fix cubemap loading
2022-11-30 14:07:51 +03:00
nillerusr
3fec9212da
add MDL version 49 support
2022-11-29 18:49:29 +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
c8920cf1c2
Pretend macOS to be Linux in KeyValues ( #145 )
...
Workaround for FL_Load_Glyph error
2022-11-24 20:29:11 +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