David Anderson
|
fef9f18cfc
|
Rename mathlib clamp to V_clamp.
|
2023-10-13 21:13:34 -07:00 |
|
Rafał
|
d82a11ffc0
|
Add missing replay bool in CPlayerState from sdk2013 to tf2 branch (#124)
(cherry picked from commit 78673d4c4aac783f30c80491997b22a9f6281309)
|
2023-02-16 19:39:45 -05:00 |
|
David Anderson
|
83db0b81af
|
Fix conflicts with std::swap.
|
2020-05-18 17:42:31 -07:00 |
|
Michael Flaherty
|
5fd5ef92d9
|
Revert "Remove depricated register declaration"
This reverts commit 87812067ecf3f2d4d9c3e397258879f8b7908478.
|
2018-07-19 19:09:23 -07:00 |
|
Michael Flaherty
|
87812067ec
|
Remove depricated register declaration
|
2018-07-19 18:39:12 -07:00 |
|
Kristian Klausen
|
cc1e093cb8
|
utlmemory.h: Add missing template parameter (#31)
|
2017-01-18 17:18:40 -05:00 |
|
Nicholas Hastings
|
4489bb13b7
|
Merge pull request #16 from Ayuto/update_eiface
Updated eiface.h
|
2015-09-19 19:50:25 -04:00 |
|
Nicholas Hastings
|
d3001ea486
|
Remove extra _alligned_malloc.
|
2015-07-13 19:08:59 -04:00 |
|
Nicholas Hastings
|
39587b453f
|
Port KeyValues class from Source SDK 2013.
|
2015-07-12 15:37:32 -04:00 |
|
Nicholas Hastings
|
e1eaea7e78
|
Port offsetof "fix" from sdk2013.
|
2014-11-09 10:24:36 -05:00 |
|
Nicholas Hastings
|
b3aa910ad2
|
Preemptively update IVEngineServer and IServerTools so we can dynamically use new functions
when interface versions get updated in binaries.
|
2014-10-30 19:06:51 -04:00 |
|
Nicholas Hastings
|
367ad02ba2
|
Add missing const to CSteamID Render return.
|
2014-08-21 20:07:34 -04:00 |
|
Nicholas Hastings
|
714edfda3b
|
POSIX not _POSIX
|
2013-10-06 11:10:49 -04:00 |
|
Nicholas Hastings
|
816909b216
|
Only define NO_MALLOC_OVERRIDE (on posix) if not already defined.
|
2013-10-06 10:54:40 -04:00 |
|
Scott Ehlert
|
99bfb50b2b
|
Rebuilt tier1 and mathlib for OS X using clang.
|
2013-04-27 00:18:49 -05:00 |
|
Scott Ehlert
|
c8788cc5ac
|
Removed 3DNow support from mathlib.
MathLib_3DNowEnabled() will always return false.
|
2013-04-27 00:18:21 -05:00 |
|
Nicholas Hastings
|
49b9c9caf2
|
Merge with tf2beta.
|
2013-03-29 14:41:23 -04:00 |
|
Nicholas Hastings
|
5ca391edb8
|
Further updates to IFileSystem.
--HG--
branch : tf2beta
|
2013-03-26 08:31:23 -04:00 |
|
Nicholas Hastings
|
c9e10aad8a
|
Added IServerGCLobby vtable.
|
2013-03-03 00:59:53 -05:00 |
|
Nicholas Hastings
|
49a0c0eeca
|
Updated IServerGameDLL.
|
2013-02-25 08:27:42 -05:00 |
|
Nicholas Hastings
|
7f38fa2e9b
|
Added missing parameter to CheckCachedFileHash.
--HG--
branch : tf2beta
|
2013-02-20 08:43:02 -05:00 |
|
Nicholas Hastings
|
dc30ffd8b3
|
Updated IFileSystem.
--HG--
branch : tf2beta
|
2013-02-20 00:30:48 -05:00 |
|
raydan
|
e181ebc3b3
|
Added missing virtual dtor to CFunctor (bug 5615, r=psychonic).
|
2013-02-17 22:05:24 -05:00 |
|
Nicholas Hastings
|
2d694d064b
|
Updated ISpatialPartition.
|
2013-02-14 14:43:03 -05:00 |
|
Nicholas Hastings
|
3e517c314a
|
Updated ISoundEmitterSystemBase (bug 5452).
|
2013-02-14 08:20:45 -05:00 |
|
Nicholas Hastings
|
37242fb231
|
Fixed more bitvec issues for GCC 4.7 and Clang.
|
2012-12-23 22:05:33 -05:00 |
|
Nicholas Hastings
|
cc5b58ef68
|
Copied bitvec fixes for GCC from hl2sdk-swarm.
|
2012-12-23 17:21:38 -05:00 |
|
Nicholas Hastings
|
7956320fcb
|
Added missing utlstring inc to filesystem.h.
|
2012-12-21 17:25:37 -05:00 |
|
Nicholas Hastings
|
c530fd2166
|
Alias SPROP_NORMAL to SPROP_VARINT as it now has a use for integer props.
|
2012-12-18 17:48:56 -05:00 |
|
Nicholas Hastings
|
43bc862dc5
|
Updated filesystem interfaces for VFileSystem020.
|
2012-12-18 17:48:24 -05:00 |
|
Tony Paloma
|
c62127dca8
|
Updated jobthread.h.
|
2012-11-12 21:10:32 -05:00 |
|
Nicholas Hastings
|
edbfc289da
|
Fixed IServerTools.
|
2012-10-28 20:52:03 -04:00 |
|
Nicholas Hastings
|
d03e28abd3
|
Updated IServerTools.
|
2012-10-28 20:45:01 -04:00 |
|
Nicholas Hastings
|
33fbbaccab
|
Changed posix impl of _aligned_malloc to match MemAlloc_Aligned behavior (other than tracking).
|
2012-10-28 12:05:52 -04:00 |
|
Nicholas Hastings
|
d540f4f0b1
|
Force NO_MALLOC_OVERRIDE on for mac (bug 5521).
|
2012-10-27 18:02:25 -04:00 |
|
Nicholas Hastings
|
7d37bfc976
|
Better fix for posix _aligned_malloc in utlmemory, fixing mac support.
|
2012-10-27 17:41:19 -04:00 |
|
Nicholas Hastings
|
38003f0586
|
Fix SDK issues with NO_MALLOC_OVERRIDE (bug 5521).
|
2012-10-26 14:45:40 -04:00 |
|
Nicholas Hastings
|
3a36e4b850
|
Force NO_MALLOC_OVERRIDE on for linux due to recent tier0 changes. (bug 5521).
|
2012-10-26 14:44:39 -04:00 |
|
Nicholas Hastings
|
0905e8a48f
|
Typo fix, added forward decl for bbox_t;
|
2012-08-23 07:31:57 -04:00 |
|
Nicholas Hastings
|
716b11eb47
|
Updated IVEngineServer.
|
2012-08-23 07:27:04 -04:00 |
|
Nicholas Hastings
|
5ad032f350
|
Updated IGameMovement and ICollideable for today's engine update.
|
2012-08-15 23:30:41 +01:00 |
|
Nicholas Hastings
|
27187a1060
|
Another IEngineSound update.
|
2012-06-28 11:26:05 -04:00 |
|
Nicholas Hastings
|
44d15276cf
|
Merge.
|
2012-06-27 22:17:52 -04:00 |
|
Nicholas Hastings
|
f88e00beda
|
Updated IEngineSound.
|
2012-06-27 22:17:23 -04:00 |
|
Scott Ehlert
|
9a904fbd8a
|
Suppress clang warning for tier0's GetSpewOutputColor().
|
2012-05-29 20:12:41 -05:00 |
|
Scott Ehlert
|
999642229d
|
Merge.
|
2012-05-29 20:06:27 -05:00 |
|
Scott Ehlert
|
b9d0498d18
|
Suppress clang warning for tier0's GetCPUInformation().
|
2012-05-29 20:06:17 -05:00 |
|
Nicholas Hastings
|
badee7a0de
|
Merge.
|
2011-10-20 21:47:01 -04:00 |
|
Nicholas Hastings
|
fe3915a2a5
|
Some changes for 2011-10-13 engine update (bug 5140, r=DS).
|
2011-10-20 21:45:47 -04:00 |
|
Reuben Morais
|
79abae1291
|
Fixed debug mode builds on OS X (bug 5076, r=ds).
|
2011-09-09 18:17:48 -05:00 |
|