1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-07-19 01:58:14 +08:00

117 Commits

Author SHA1 Message Date
94b660e16e Update from SDK 2013 2025-02-19 18:39:00 -05:00
6d5c024820 CSS: remove 'register' keyword for C++17 compat (#299) 2025-01-27 23:44:01 +00:00
1eed75b10c Rename mathlib clamp to V_clamp. 2023-10-13 21:13:34 -07:00
ef291082a9 Add missing replay bool in CPlayerState from sdk2013 to tf2 branch (#124)
(cherry picked from commit 78673d4c4a)
2023-02-16 19:40:15 -05:00
92dcf04225 Remove accidental files. 2020-05-18 17:47:42 -07:00
8d200196cf Fix conflicts with std::swap. 2020-05-18 17:42:11 -07:00
243166ec1a Merge pull request #54 from maximsmol/fix_css_isPowerOfTwo
css: Fix IsPowerOfTwo ambiguity
2019-03-26 12:02:13 +09:00
cde7e6e6a4 fix IsPowerOfTwo ambiguity 2019-01-22 16:23:24 -08:00
dad30b28ae Revert "Remove depricated register declaration"
This reverts commit 48debf7ab0.
2018-07-19 19:09:59 -07:00
48debf7ab0 Remove depricated register declaration 2018-07-19 18:37:02 -07:00
731dfdf34e Updated CGameRules (#44) 2018-05-23 14:30:04 -04:00
82770f0434 Update IMaterialSystem for CSS. 2017-08-06 20:13:10 -05:00
80466261f6 Imported more changes from sdk2013. 2017-08-06 19:46:53 -05:00
9b952c8845 Imported some changes from sdk2013. 2017-08-06 19:36:25 -05:00
aad754b945 utlmemory.h: Add missing template parameter (#31) 2017-01-18 17:16:49 -05:00
dbe9d8ab8e Update CTakeDamageInfo from Source SDK 2013. 2015-11-11 12:54:42 -05:00
02a7e3c497 Merge pull request #16 from Ayuto/update_eiface
Updated eiface.h
2015-09-19 19:49:16 -04:00
514eb48f9b Updated eiface.h with the latest code from the TF and HL2 branches
See also:
0d8dceea43 (diff-b60c6c09dd0414e40d716c825b125376)
2015-09-20 00:19:27 +02:00
08919e9cc7 Update CUserCmd. 2015-09-18 15:30:52 -04:00
e6c4fc4297 Recompile Linux and Mac tier1. 2015-07-13 20:54:15 -04:00
4c7d1a0cfc Remove extra _alligned_malloc. 2015-07-13 19:08:30 -04:00
a6722dd010 Port KeyValues class from Source SDK 2013. 2015-07-12 15:30:05 -04:00
921bfd15d3 Port offsetof "fix" from sdk2013. 2014-11-09 10:23:41 -05:00
3bf3d05e5c Preemptively update IVEngineServer and IServerTools so we can dynamically use new functions
when interface versions get updated in binaries.
2014-10-30 19:06:33 -04:00
f1ba26a63d Add missing const to CSteamID Render return. 2014-08-21 20:07:09 -04:00
7bbdf7da22 Update CTakeDamageInfo from 2013 sdk. 2014-02-28 14:02:43 -05:00
8c64091457 POSIX not _POSIX 2013-10-06 11:10:49 -04:00
bb30ec3ad3 Update CTakeDamageInfo from 2013 sdk. 2013-10-06 10:54:58 -04:00
d02ada1eeb Only define NO_MALLOC_OVERRIDE (on posix) if not already defined. 2013-10-06 10:54:40 -04:00
3d25a17e99 Fixed SHLIBSUFFIX typos in Linux/OSX Makefile. 2013-04-27 10:28:01 -05:00
893686bf31 Rebuilt tier1 and mathlib for OS X using clang. 2013-04-27 00:18:49 -05:00
01792d127f Removed 3DNow support from mathlib.
MathLib_3DNowEnabled() will always return false.
2013-04-27 00:18:21 -05:00
422486339d Updated IFileSystem for SteamPipe update changes. 2013-04-16 13:13:47 -04:00
f8884b4fd0 Added IServerGCLobby vtable. 2013-04-16 13:13:24 -04:00
f5d27e565f Updated IGameSystem (bug 5627). 2013-02-25 09:32:39 -05:00
b138962b47 Updated IServerGameDLL. 2013-02-25 08:27:42 -05:00
11e428d4cf Added missing virtual dtor to CFunctor (bug 5615, r=psychonic). 2013-02-17 22:05:24 -05:00
cfda86ba66 Updated ISpatialPartition. 2013-02-14 14:43:03 -05:00
36b0fdd882 Updated MAX_PLAYERS defines to the actual limits. 2013-02-14 08:21:47 -05:00
760dd33a6a Updated EmitSound_t (bug 5376). 2013-02-14 08:21:16 -05:00
ce514a1b4d Updated ISoundEmitterSystemBase (bug 5452). 2013-02-14 08:20:45 -05:00
67ea7d75e6 Added newest CTakeDamageInfo var to ctor. 2013-02-14 08:20:06 -05:00
3fd10f35d1 Added missing new var to CTakeDamageInfo, fixing CMultiDamage. 2012-12-24 11:18:25 -05:00
57edc63c2c Fixed more bitvec issues for GCC 4.7 and Clang. 2012-12-23 22:05:33 -05:00
7f5785337e Copied bitvec fixes for GCC from hl2sdk-swarm. 2012-12-23 17:21:38 -05:00
38c7131f8c Added missing utlstring inc to filesystem.h. 2012-12-21 17:25:37 -05:00
4584deff10 Updated filesystem interfaces for VFileSystem020. 2012-12-18 17:48:24 -05:00
8639948916 Updated linux Makefile to use correct binary names for linking. 2012-12-18 17:39:48 -05:00
d033536fe6 Updated jobthread.h. 2012-11-12 21:10:32 -05:00
177a18b2b6 Updated collisionproperty.h. 2012-10-29 21:53:07 -04:00