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 |
|
Nicholas Hastings
|
134e93e0af
|
Updated linux Makefile to use correct binary names for linking.
|
2012-12-18 17:39:48 -05:00 |
|
Tony Paloma
|
c62127dca8
|
Updated jobthread.h.
|
2012-11-12 21:10:32 -05:00 |
|
Nicholas Hastings
|
2b684d874f
|
Updated collisionproperty.h.
|
2012-10-29 21:53:07 -04: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
|
374bc8dc32
|
Updated mac tier0, vstdlib, tier1, and mathlib libraries (bug 5521).
|
2012-10-28 15:50:02 -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
|
eebf58324d
|
Updated tier0, vstdlib, tier1, and mathlib libraries (bug 5521).
|
2012-10-26 14:46:26 -04:00 |
|
Nicholas Hastings
|
af9cf6a553
|
Fix mathlib compile from missing MIN/MAX.
|
2012-10-26 14:45:48 -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 |
|
Nicholas Hastings
|
cb4f63f743
|
Touched up CTakeDamageInfo (bug 5084, r=DS).
|
2011-09-09 15:17:50 -04:00 |
|
Nicholas Hastings
|
998fd9a9e8
|
Added missing semicolon from changeset 0a26feca0527.
|
2011-08-29 12:51:31 -04:00 |
|
Nicholas Hastings
|
c52bee2f7c
|
Added new penetrations var to CTakeDamageInfo (bug 5065, r=DS).
|
2011-08-22 15:49:30 -04:00 |
|
Nicholas Hastings
|
75671383be
|
Hacked Windows and Linux tier2 libs to look for VFileSystem019 (bug 5062, r=DS).
|
2011-08-22 10:07:49 -04:00 |
|
Nicholas Hastings
|
0f7f3abc92
|
Removed PostClientMessagesSent in sample plugin to match removal on iface (bug 5059, r=DS).
|
2011-08-22 10:07:25 -04:00 |
|
Nicholas Hastings
|
f7df65a747
|
Updated INetChannel iface (bug 5058, r=DS).
|
2011-08-21 13:42:41 -04:00 |
|
Nicholas Hastings
|
7b620971fe
|
Updated IServerGameDLL interface (bug 4978, r=asherkin).
|
2011-06-26 23:49:43 +01:00 |
|
Scott Ehlert
|
2c14f0be0f
|
Recompiled tier1 for OS X for the last time I hope.
|
2011-06-23 21:46:20 -05:00 |
|
Scott Ehlert
|
2112e9711f
|
Reverting Makefile to version from fade3c380c5b for now.
|
2011-06-23 21:45:32 -05:00 |
|
Scott Ehlert
|
3a171228cb
|
Recompiled tier1 for OS X once again and for good this time!
|
2011-06-23 21:05:28 -05:00 |
|
Scott Ehlert
|
cd47803877
|
Recompiled tier1 for Mac OS X. (32-bit this time!)
|
2011-06-23 19:35:44 -05:00 |
|
Scott Ehlert
|
8ed748db54
|
Merge.
|
2011-06-23 18:18:44 -05:00 |
|
Scott Ehlert
|
9d38b43e97
|
Recompiled tier1 for OS X.
|
2011-06-23 18:18:15 -05:00 |
|
Nicholas Hastings
|
4393c9b64c
|
Recompiled Windows tier1.
|
2011-06-23 18:44:34 -04:00 |
|
Nicholas Hastings
|
7231f70825
|
Windows and linux tier1 lib recompiles for VFileSystem019 (bug 4965).
|
2011-06-23 18:05:24 -04:00 |
|
Nicholas Hastings
|
52a6383c49
|
VFileSystem019 update (bug 4965).
|
2011-06-23 18:04:51 -04:00 |
|
Scott Ehlert
|
c142a7a0a1
|
Block out seemingly unused CRefDebug class for clang builds.
|
2011-06-17 17:41:40 -05:00 |
|
Nicholas Hastings
|
6447fb2fba
|
Merge.
|
2011-05-24 18:48:45 -04:00 |
|
Nicholas Hastings
|
55958f6dbd
|
Added missing var to end of CTakeDamageInfo (bug 4903, r=DS).
|
2011-05-24 18:48:00 -04:00 |
|
Scott Ehlert
|
3e7f7bdabd
|
Fixed conflict between min/max macros and std::min/max when using GCC >= 4.2.
|
2011-04-28 01:30:09 -05:00 |
|