1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 17:47:38 +08:00
Commit Graph

238 Commits

Author SHA1 Message Date
Nick Hastings
7e05606ab1 Fix variant_t initialization order 2024-05-05 11:01:03 -04:00
David Anderson
34fc38cf0d Rename mathlib clamp to V_clamp. 2023-10-13 21:13:14 -07:00
Scott Ehlert
a14ad10afc
Update tier0 and vstdlib import libraries for Windows. (#104)
The 64-bit ones were previously importing by ordinal instead of name.
2022-08-28 19:01:31 -04:00
Nick Hastings
ddc1447004 Recompile Win64 mathlib using VS2015. 2021-10-13 11:19:14 -04:00
David Anderson
1abc52853d Add libc++ versions of libprotobuf. 2021-10-13 10:52:05 -04:00
Nick Hastings
01d1668bf3 Replace client's tier0/vstdlib bins with server's. 2021-10-02 11:46:18 -04:00
Nick Hastings
729e2a1111 Add updated IServerTools 2021-09-23 19:44:57 -04:00
Maxim Telezhenko
01e36b41b9 csgo: Update ICvar interface (#61)
* csgo: Update ICvar interface

GetCommandLineValue was replaced by HasCommandLineValue.
Update RegisterConCommand param name.

* Restore ICvar::GetCommandLineValue

* Make ICvar::GetCommandLineValue non-static

(cherry picked from commit 802ae03f3f)
2021-09-22 21:07:55 -04:00
Maxim Telezhenko
9f9530c54b Update ICvar::RegisterConCommand params (#60)
(cherry picked from commit 8f9e0fa602)
2021-09-22 21:07:48 -04:00
Peace-Maker
b1d3d5b58f Fix compilation on Windows x64
Add precompiled libraries needed to build MetaMod and SourceMod.
2020-10-29 12:21:15 +01:00
Asher Baker
77caffb19a Update UserMessage protobufs 2020-03-11 22:14:21 +00:00
Asher Baker
c2a3461823 Update engine/server interfaces for next update 2020-03-10 23:51:59 +00:00
Asher Baker
306122359a Merge remote-tracking branch 'origin/blade' into blade 2020-03-10 23:47:29 +00:00
Asher Baker
13c39a01e2 Add missing default value to IEngineTrace::GetBrushesInAABB 2019-07-21 17:22:58 +01:00
Asher Baker
dc5a336249 Update IEngineTrace 2019-07-20 14:36:55 +01:00
Scott Ehlert
9509414371 Update IShaderDevice and IShaderAPI interfaces. 2019-05-28 01:30:21 -05:00
Nick Hastings
6142bb4f2d Add new CheckBoxPartiallyInPVS func to IVEngineServer. 2019-03-24 10:14:55 -04:00
peace-maker
dcb91d06b8 Update and regenerate protobuf files (#48) 2019-01-06 19:32:13 -05:00
Michael Flaherty
7dd4d0e808 Revert "Remove depricated register declaration"
This reverts commit b981822ef4.
2018-07-19 19:11:14 -07:00
Michael Flaherty
3db18b7b76 Revert "Remove depricated register declaration"
This reverts commit e862441f61.
2018-07-19 19:10:18 -07:00
Michael Flaherty
b981822ef4 Remove depricated register declaration 2018-07-19 18:32:12 -07:00
Michael Flaherty
e862441f61 Remove depricated register declaration 2018-07-19 18:26:10 -07:00
Nick Hastings
4586783bc3 Update IEngineSound. 2018-07-07 08:42:30 -04:00
Nick Hastings
6f67535513 Partial revert.
WE WENT TOO FAR
2018-07-06 20:53:03 -04:00
Nick Hastings
19c6fe10f4 Update INetChannel, INetChannelInfo. 2018-07-06 19:03:30 -04:00
Nick Hastings
00d0a73ad1 Revert "Update IClient."
This reverts commit 74020d688c.
2018-07-06 18:45:10 -04:00
Nick Hastings
74020d688c Update IClient. 2018-07-06 18:43:53 -04:00
Sen66
cdb21c5293 Fixed classes for latest csgo update 30/03/2018 (#41)
* Fixed classes for latest csgo update 30/03/2018

Valve added static prop scaling and therefore they added new virtual functiongs to get the VCollide with a scale.

* Revert "Fixed classes for latest csgo update 30/03/2018"

This reverts commit 1bd7589916.

* New functions from csgo update

Added new functions from csgo update. This time in the right order.
2018-04-01 20:25:25 -04:00
Scott Ehlert
1bea3d3b1e
Rebuild 64-bit protobuf for Linux with -Wa,-mrelax-relocations=no 2017-12-20 04:07:22 -06:00
Scott Ehlert
d5480b033f Rebuild 64-bit profobuf for Linux with -fPIC. 2017-10-08 19:21:50 -05:00
Scott Ehlert
43eb11440a Added 64-bit libprotobuf binaries. 2017-10-08 03:52:17 -05:00
Scott Ehlert
ecfdb625fb Ugh. Rebuild 64-bit Linux libs with -fPIC. 2017-09-15 04:13:25 -05:00
Scott Ehlert
f25a6ecfd5 Added 64-bit libs for Linux. 2017-09-15 03:58:17 -05:00
Scott Ehlert
b8ef1b5393 Build 64-bit Linux libraries with clang. 2017-09-15 03:55:22 -05:00
Nicholas Hastings
7a988dce0b Update IServerTools. 2017-09-08 07:17:08 -04:00
Nicholas Hastings
58e3e568f9 Recompile tier1 for ConVar int-from-string handling changes. 2017-08-06 10:30:26 -04:00
Nicholas Hastings
0b94b21a91 Update setting ConVar int values from string to more closely match game logic.
( https://github.com/alliedmodders/sourcemod/issues/648 )

They use a double as a go-between to gain precision, rather than casting the float value to an int,
2017-08-06 10:22:00 -04:00
Scott Ehlert
884ba15d3c Updated ILauncherMgr and shaderapiempty. 2017-07-11 04:13:01 -05:00
Scott Ehlert
6fd68f3835 Various fixes for 64-builds and added 64-bit libs for macOS. 2017-06-02 08:31:37 -05:00
Nicholas Hastings
06c1c90b4e Add missing Linux steam_api lib. 2017-05-27 09:46:43 -04:00
Nicholas Hastings
e9dd47a8c2 Revert "Recompiled tier1 with v120_xp toolset, updating vcxproj accordingly."
This reverts commit 7c9104d7c0.
2017-05-17 19:06:47 -04:00
Nicholas Hastings
7c9104d7c0 Recompiled tier1 with v120_xp toolset, updating vcxproj accordingly. 2017-05-08 19:57:10 -04:00
Nicholas Hastings
8f20c14b05 Recompile tier1 for IFileSystem changes. 2017-04-25 21:54:11 -04:00
Nicholas Hastings
7ba42dff44 Update IFileSystem. 2017-04-25 21:46:07 -04:00
Nicholas Hastings
fd249f1919 Add vs2017 version of libprotobuf. 2017-03-11 09:04:33 -05:00
Nicholas Hastings
fc5867bd5e Add v4 of IServerPluginCallbacks. 2016-12-25 08:24:06 -05:00
Nicholas Hastings
1d5132e688 Add vs2015 version of libprotobuf. 2016-12-04 08:31:01 -05:00
Nicholas Hastings
d7a6baed25 Add Steam instance defs. 2016-10-13 21:34:05 -04:00
Nicholas Hastings
bb454b5045 Revert "Add Steam instance defs."
This reverts commit 1db7fa120d.
2016-10-13 21:33:23 -04:00
Nicholas Hastings
1db7fa120d Add Steam instance defs. 2016-10-13 21:28:33 -04:00