1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00

20 Commits

Author SHA1 Message Date
Juice
d8ff047ffd
Update convar.h (#110)
* Update convar.h

* Replace with CVValue_t
2022-10-23 21:22:28 +00:00
PerfectLaugh
325244bdeb
update keyvalues (#103) 2022-06-26 02:14:40 +00:00
Peace-Maker
32d0484c4a Rename new unknown KeyValues member variables
Coming from reversing how they're used.
2022-06-24 15:34:24 +02:00
PerfectLaugh
a5dbb62fd6
KeyValues update on 6/24/2022 (#102)
* to get around gcc compilation

* KeyValues update on 6/24/2022

* I should initialize the additional varaibles

* correct vtable destructor

* remove unknown1 virtual
2022-06-24 13:23:27 +00:00
David Anderson
18f01659e9 Fix min/max defines conflicting with STL. 2020-05-20 22:00:20 -07: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
2076b6e040 Add ctor for ns_address from netadr_t. 2016-06-29 14:59:18 -04:00
Nicholas Hastings
1e7c5c8b92 Fix compilation errors with ns_address.
Move to after netadr_t decl.
Add steamclientpublic.h for CSteamID.
2016-06-29 14:58:57 -04:00
Nicholas Hastings
559fd3e885 Copy ns_address from hl2sdk-dota 2016-06-29 14:51:20 -04:00
Ayuto
8913803426 Fixed an fpermissive error 2015-05-22 22:02:55 +02:00
Scott Ehlert
c65d358990 Fixed sizeof warning in utlbuffer.h for clang 3.3. 2013-06-19 03:05:12 -05:00
Nicholas Hastings
bd3bd3e829 Fixed clang default argument redefinition warning in CUtlHashDict. 2013-01-22 22:11:38 -05:00
Nicholas Hastings
c96ea55ff1 Added WriteVarInt32 and ByteSizeVarInt32 to tier1 bf_write.
--HG--
branch : protobuf
2013-01-10 19:02:29 -05:00
Scott Ehlert
72d9dab127 Block out seemingly unused CRefDebug class for clang builds. 2011-06-17 17:41:40 -05:00
Scott Ehlert
b143b27a0f Updated ConVar for 5/21 update and rebuilt tier1.
GetInt and GetFloat are now virtual.
2012-05-22 14:00:56 -05:00
Scott Ehlert
1b50ad202a Added OS X static libs for the future. 2012-05-21 18:30:56 -05:00
Scott Ehlert
18afb9c47c Added reverse-engineered interfaces lib code and hacked up tier1 and mathlib to build against the newer headers. 2012-05-21 02:49:35 -05:00
Scott Ehlert
c0a96ff1e8 Added original SDK code for Alien Swarm. 2010-07-22 01:46:14 -05:00