1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00
Commit Graph

54 Commits

Author SHA1 Message Date
Michael Flaherty
c12fac7c95 Revert "Remove depricated register declaration"
This reverts commit ae9a775125.
2018-07-19 19:06:46 -07:00
Michael Flaherty
ae9a775125 Remove depricated register declaration 2018-07-19 18:42:56 -07:00
Robin Gohmert
5a149d1348 Updated MAX_EDICT_BITS (#29) 2016-08-27 11:04:57 -04:00
Nicholas Hastings
9559b62bdd Update CCollisionProperty. 2016-08-25 10:55:55 -04:00
Nicholas Hastings
737599c056 Update to current-ish. 2016-08-23 21:38:05 -04: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
Scott Ehlert
b9b7f08197 Fixed a clang warning: control may reach end of non-void function [-Wreturn-type] (bug 4877, r=dvander). 2011-04-23 21:25:34 -05:00
Nicholas Hastings
8cfffe26cf Updated IBotController iface (bug 4882, r=ds). 2011-04-22 12:33:36 -04:00
Asher Baker
88711a8303 Updated more of IServerGameDLL iface to match current (bug 4856, r=dvander). 2011-04-15 03:16:11 -04:00
Scott Ehlert
2d42a3f3ac Updated Mac OS X libs. 2011-04-14 23:48:29 -05:00
Nicholas Hastings
32559d4637 Updated linux shared libs. 2011-04-15 00:28:35 -04:00
Nicholas Hastings
f010f1aa68 Merge. 2011-04-14 23:22:23 -04:00
Nicholas Hastings
a23c4d8371 Fixed IServerGameDLL (bug 4865, r=dvander). 2011-04-14 23:21:35 -04:00
Scott Ehlert
e312e5d5b9 Added .hgignore file. 2011-04-10 01:41:48 -05:00
Nicholas Hastings
edcfe2372f Updated entity flag defines (bug 4810, r=DS). 2011-02-28 20:09:34 -05:00
Scott Ehlert
5a70b3bdb2 Updated IServer interface. 2010-07-03 02:30:55 -05:00
Scott Ehlert
38d7df6bb1 Fixed a template error triggered by gcc 4.0.1 on Mac OS X (bug 4459). 2010-06-21 04:33:22 -05:00
Nicholas Hastings
066f9bd2a7 Fixed compiler error in server/enginecallback.h on Mac OS X (bug 4459). 2010-06-21 04:31:01 -05:00
Scott Ehlert
b06949c4cc More portions of the SDK compile (and link!) on Mac OS X (bug 4392, r=dvander).
SourceMod compiles and links now. Hurray! Most plugins may also but there may be more work to do.
2010-05-13 04:08:37 -05:00
Scott Ehlert
7daeca53eb Updated IPlayerInfo AGAIN. 2010-04-29 23:27:03 -04:00
Nicholas Hastings
cf926a50ae Updated CPlayerInfo in player.h (bug 4372). 2010-04-29 11:59:17 -04:00
Scott Ehlert
c1145393ab Renamed and updated tier0 and vstdlib libraries for Linux.
--HG--
rename : lib/linux/tier0_i486.so => lib/linux/libtier0.so
rename : lib/linux/vstdlib_i486.so => lib/linux/libvstdlib.so
2010-04-29 11:41:56 -04:00
Asher Baker
09c415ecd5 Fixed gcc-4.4 errors (bug 4346, r=dvander). 2010-04-29 02:03:00 -07:00
Scott Ehlert
c722e8334b Update to IPlayerInfo and INetMsgHandler (bug 4372). 2010-04-28 23:16:28 -07:00
David Anderson
9534adab91 Added shared libraries necessary to link plugins. 2009-08-28 01:12:45 -04:00
Matt Woodrow
c789d33e17 Added new SendProp type to dt_common.h 2009-08-14 20:27:42 +12:00
Matt Woodrow
9bec59d99d Added new var to SendProp 2009-08-14 15:16:11 +12:00
David Anderson
168e6792f9 Some includes can be used on Mac OS X now (bug 3515, r=ds). 2008-12-22 23:33:59 -05:00