1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-05 17:13:36 +08:00

69 Commits

Author SHA1 Message Date
GAMMACASE
09bd9e1872 Fix missing definition in interfaces.lib\.a 2024-10-07 23:04:00 +03:00
GAMMACASE
158405cdcd Update interfaces.lib/.a 2024-10-07 22:00:12 +03:00
GAMMACASE
96571c1827 Move strtools to tier0 & update tier1 2024-10-03 22:38:28 +03:00
GAMMACASE
8cc409e37f Update tier0 2024-10-03 17:09:14 +03:00
GAMMACASE
e06c04d131 Merge few sdk2013 changes to mathlib
Adds RandomVectorInUnitSphere & RandomVectorInUnitCircle definitions
2024-08-20 22:57:34 +03:00
GAMMACASE
d485fe4709 Update mathlib.lib/.a 2024-06-07 14:37:53 +03:00
GAMMACASE
71fd9a9497 Update tier0.lib/so 2024-05-31 06:11:54 +03:00
GAMMACASE
f64ebbff38 Update tier0 libs 2024-05-02 02:41:53 +03:00
GAMMACASE
12479b44d2 Update interfaces.lib/.a 2024-03-25 00:31:37 +03:00
GAMMACASE
c5587c0fb6 Update tier1.lib/.a 2024-03-18 22:12:30 +03:00
GAMMACASE
391f9e7427 Update tier1.lib/.a 2024-03-18 18:34:40 +03:00
Mooshua
fdc4954f22
KeyValues & ICommandLine fixes after 7/2/24 CS2 update (#201)
Co-authored-by: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com>
2024-02-07 12:55:45 +03:00
Nick Hastings
d8c63810e1 Update tier0 2023-12-17 12:51:16 -05:00
Nick Hastings
1807752e95 Rebuild tier1 2023-12-17 12:25:01 -05:00
Nick Hastings
4358ed0a2d Recompile Linux libprotobuf with _GLIBCXX_USE_CXX11_ABI=0 2023-11-16 18:48:36 -05:00
Nick Hastings
f58a75ee60 Rebuild Windows libprotobuf and protoc with VS 2015 for higher compatibility 2023-11-16 11:10:13 -05:00
Nicholas Hastings
c5d57c03ee
Update Protobuf and add protos for CS2 (#176)
* Replace protobuf 2.6.1 with 3.21.8

* Update/add protobuf libs

* Add CS2 protos

* Remove old csgo/dota protos

* Add versioned protoc bin

* Comment out Valve's `schema` define for now

* Use ENetworkDisconnectionReason

* Fix-up `offsetof` to avoid errors on some Clang versions
2023-11-15 23:58:12 +00:00
Nick Hastings
62490710ed Update libs. 2023-10-13 14:51:08 -04:00
GAMMACASE
3903ac9d50 Update tier1.lib 2023-10-10 00:07:21 +03:00
Nick Hastings
db9b90619f Update SteamWorks SDK to v1.58 2023-09-30 10:03:16 -04:00
Nick Hastings
c6bab37efe Rebuild interfaces lib 2023-09-28 18:15:35 -04:00
GAMMACASE
924e0d9a67 Update tier1.lib 2023-09-27 16:54:58 +00:00
GAMMACASE
fad33b4ac0 Update mathlib.lib 2023-09-27 16:54:58 +00:00
GAMMACASE
2d0698c6e4 Update interfaces.lib 2023-09-27 16:54:58 +00:00
GAMMACASE
59837cbb41 Update tier1.lib 2023-09-27 16:54:58 +00:00
GAMMACASE
d525e7ad19 Update tier0.lib & Obsolete mem.h 2023-09-27 16:54:58 +00:00
GAMMACASE
d01418aca1 Update tier0.lib & KeyValues constructor 2023-09-27 16:54:58 +00:00
Nick Hastings
00b76b9dda Revert "Remove tier1 lib/code. It's implemented by tier0 now and exported."
This reverts commit 4fd0ac35ed9880b5bf26d559ccf09d7d68d05d9b.
2022-09-04 12:37:41 -04:00
Nick Hastings
4fd0ac35ed Remove tier1 lib/code. It's implemented by tier0 now and exported. 2022-09-04 12:31:05 -04:00
Nick Hastings
f2fc2ac6d5 Update Windows and Linux tier0 libs 2022-09-04 11:19:04 -04:00
Nick Hastings
576f364072 Remove vstdlib lib/bins 2022-09-04 11:18:44 -04:00
StanR
cab937bc33 Remove 32-bit libs 2022-09-04 11:18:25 -04:00
Nicholas Hastings
6e4f2cceab Update Linux static libs. 2018-07-07 13:56:00 -04:00
Nick Hastings
f94c42c090 Update Windows static libs. 2018-07-07 13:54:45 -04:00
Nick Hastings
f60592b4f9 More Source 2 / Dota shuffling.
- Remove tier1 interface/factory funcs that no longer exist.
- Add/fix tier0 interface funcs.
- Fix tier0 win64 link lib to have correct decorated names for Msg, Warning, etc.
- Update Error() shim to act more closely to old behavior.
- Moved CreateInterface impl to interfaces lib (appears to not be in tier1 anymore).
- Removed exports log channels that aren't exported in S2.
2018-06-30 08:15:58 -04:00
Nicholas Hastings
2d1a9237d8 Fix static lib names to match what MM:S expects when building.
This nukes the legacy '_i486' suffix.
2018-06-16 09:49:37 -04:00
Nicholas Hastings
3fcf2ee3e5 Recompile tier1 with latest ConVar/ConCommand updates. 2018-06-16 09:25:35 -04:00
Nick Hastings
26556b4aa6 Add WIP tier1 interface changes / tier0.
Not done, but this should fix current MM:S build from tier1 headers not
matching lib on Windows.
2018-05-05 10:55:21 -04:00
Nicholas Hastings
ef8c2c65c1 Renamed/moved x64 Linux libs for consistency with our other SDKs. 2017-12-20 08:45:17 -05:00
Nicholas Hastings
0963986cb8 Recompile Windows tier1. 2016-08-29 19:17:07 -04:00
Nicholas Hastings
987870d4db Update Win32 static libs. Add Win64 static libs. 2016-07-26 11:10:09 -04:00
Nicholas Hastings
e62e3c06e9 Update Win64 tier0 and vstdlib linker libs. 2016-07-26 11:04:45 -04:00
Nicholas Hastings
c977b07ae9 Add/update Linux static libs for convenience. 2016-07-22 13:44:07 -04:00
Nicholas Hastings
197acf7e0e Update linked shared objects to current versions. 2016-07-22 13:35:32 -04:00
Nicholas Hastings
2bb5557397 Remove tier1 and interfaces libs. They need to be recompiled anyway and won't be committed until things stablize. 2015-12-29 21:11:16 -05:00
Nicholas Hastings
6b806c8252 Update tier0 and vstdlib link libs for KeyValuesSystem move. 2015-11-23 15:05:55 -05:00
Scott Ehlert
9a69b72448 Add quick and dirty Win64 static libraries 2015-07-09 13:19:34 -05:00
Scott Ehlert
4e0f6d3c60 Fix ConVar and ConCommands 2015-07-09 13:10:10 -04:00
Nicholas Hastings
cd9b331641 Start of Source2 work. 2015-07-09 13:07:26 -04:00
Nicholas Hastings
d0bb0415cf Recompile Mac libprotobuf with libstdc++. 2015-01-21 14:02:01 -05:00