1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +08:00
Commit Graph

97 Commits

Author SHA1 Message Date
20adbba3f9 Add debug functions for keyvalues (#278) 2024-10-31 23:21:32 +00:00
cdf711a3e0 Add missing decl for KeyValues::SetExpressionHandler. 2024-06-02 13:27:56 -04:00
487ed6af40 Copy exprevaluator from csgo branch. 2024-06-02 13:10:17 -04:00
d0a33e824c Update KeyValues.h (#252) 2024-06-02 16:30:16 +00:00
d9831d4429 [L4D2] Update KeyValues for changes in May 14th (#244)
* Update KeyValues for changes in May 14th

Simply ported from csgo branches + some minor changes (comment out functions missing implementation).

* Rebuild tier1

---------

Co-authored-by: Nick Hastings <nshastings@gmail.com>
2024-05-23 11:48:05 +00:00
b65d0bc295 Rebuild tier1 2024-05-15 09:14:15 -04:00
ac4b9c7be2 Update KeyValues binary types (#241)
* Update KeyValues binary types

* Unused code
2024-05-15 13:00:07 +00:00
5e238727e6 Update KeyValues class definition (#240) 2024-05-15 12:59:35 +00:00
82b2b5336e Rebuild tier1 2024-05-14 10:04:58 -04:00
0f4322ea95 Fix or workaround some tier1 compilation errors 2024-05-14 10:04:46 -04:00
c3e11ddeae Update IKeyValuesSystem for game update 2024-05-14 10:03:53 -04:00
52f9d330b3 Rename mathlib clamp to V_clamp. 2023-10-13 21:13:34 -07:00
66743d0eee [L4D2] Update GameEventListener.h (#122)
* Update GameEventListener.h

* Remove unnecessary
2023-03-29 03:08:47 +00:00
9387871c52 Update vphysics_interface.h (#123)
Added missing options options in 'IPhysicsCollisionSolver' interface (l4d2).
2023-01-12 15:16:08 +00:00
70237509be Update ispatialpartition.h (#87) 2021-04-06 18:53:09 +01:00
1e7658ae33 Added headers for matchmaking library [L4D2] (#66)
* Added headers for matchmaking library

* Header for L4D differs from L4D2 one, despite both games using same interface name
2020-08-15 17:37:09 +00:00
be49946fbe Fix conflicts with std::swap. 2020-05-18 17:43:55 -07:00
c59809b16e Fix compilation on Clang 4.0+.
Mentioned in alliedmodders/metamod-source#58
2019-06-03 18:08:21 -04:00
ac2f88f6ef Revert "Remove depricated register declaration"
This reverts commit cef0b0a90c.
2018-07-19 19:05:31 -07:00
cef0b0a90c Remove depricated register declaration 2018-07-19 18:45:29 -07:00
3880461208 Merge branch 'l4d2' of https://github.com/alliedmodders/hl2sdk into l4d2. 2015-07-12 16:08:24 -04:00
538be1e398 Force KeyValues to use g_pMemAlloc where applicable for string alloc. 2015-07-12 16:07:46 -04:00
1b1d59120b Merge pull request #13 from Ayuto/update_temp_entities
Updated vtable of ITemEntsSystem
2015-06-13 10:01:25 -04:00
0dfa780938 Updated vtable of ITemEntsSystem 2015-06-13 10:00:55 +02:00
43b337d346 Fix return type on IServerTools::RespawnEntitiesWithEdits. 2015-06-12 13:13:54 -04:00
4ab5b72f21 Merge pull request #12 from Ayuto/update_tool_entity
Updated vtable of IServerTools.
2015-06-12 13:06:58 -04:00
3454e4beb6 Merge pull request #11 from Ayuto/update_temp_entities
Removed ITempEntsSystem::DispatchEffect().
2015-06-12 11:45:14 -04:00
150114424d Updated vtable of IServerTools 2015-06-12 16:29:39 +02:00
a16cb697de Removed ITempEntsSystem::DispatchEffect()
It doesn't exist in L4D2.
2015-06-12 15:56:16 +02:00
9ab343dff8 Updated INetChannel. 2015-03-14 09:42:36 -04:00
a003cc3ca3 Port offsetof "fix" from swarm sdk. 2014-11-09 10:36:58 -05:00
4790e1a62d Add missing const to CSteamID Render return. 2014-08-21 20:08:40 -04:00
4e394cbd0a Update some SendProp flags from Swarm SDK. 2014-03-17 15:38:10 -04:00
aa44fb4174 Updated IBSPPack. 2014-02-04 09:32:28 -05:00
0134c042b0 Only define NO_MALLOC_OVERRIDE (on posix) if not already defined. 2013-10-06 10:57:00 -04:00
b0e79a596d Recompiled linux and mac tier1 libs. 2013-07-06 11:22:32 -04:00
149b72b388 Updated for recent posix memory-handling changes. 2013-07-06 11:15:58 -04:00
ab50f57278 Fixed some warnings in tier1 generichash. 2013-07-06 11:09:05 -04:00
8934b5255a Updated ICVarIteratorInternal. 2013-07-04 16:43:11 -04:00
7dc05adf99 Added new linux libtier0 and libvstdlib.
--HG--
extra : rebase_source : 81d77f0c483e474153a7ac4d2b397a8f6cd91ac5
2013-06-30 10:32:19 -04:00
664783e773 Rebuilt tier1 and mathlib for OS X using clang. 2013-04-27 10:47:03 -05:00
e0fe50f9f5 Removed 3DNow support from mathlib. 2013-04-27 10:34:41 -05:00
94844b1d99 Fixed unused var warning in logging.h when compiling with GCC. 2013-01-03 18:16:49 -05:00
3038e8311f Ugh, really suppress clang warning for GetCPUInformation(). 2012-05-29 19:59:24 -05:00
722d1d9293 Suppress clang warning for tier0's GetCPUInformation(). 2012-05-29 19:11:47 -05:00
1af349b854 Fixed compiler error in icvar.h when memalloc.h wasn't included (bug 5159). 2011-11-03 13:58:35 -05:00
b9c54ec60f Fixed debug mode builds on OS X (bug 5076, r=ds). 2011-09-09 18:20:05 -05:00
7c12e79993 Added support for the new logging system (bug 5017, r=ds). 2011-07-18 03:13:59 +01:00
b7472ee95e Block out seemingly unused CRefDebug class for clang builds. 2011-06-17 17:41:40 -05:00
4caefcbcba Fixed conflict between min/max macros and std::min/max when using GCC >= 4.2. 2011-04-28 01:30:37 -05:00