1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 20:46:03 +08:00
Commit Graph

440 Commits

Author SHA1 Message Date
56e10b870f Update CBaseEdict for "6.84" changes.
Eight bytes were added in the middle of the class. No clue what they are yet.
2015-05-03 09:34:55 -04:00
dd6800e560 Update IServer. 2015-03-06 10:54:36 -05:00
409858e4ee Regenerate proto files. 2015-02-20 09:14:02 -05:00
78eb05f228 Update usermessage/clientmessage helpers. 2015-02-20 09:13:41 -05:00
a80a03849b Update proto files. 2015-02-20 09:13:08 -05:00
d0bb0415cf Recompile Mac libprotobuf with libstdc++. 2015-01-21 14:02:01 -05:00
bcae3dedf5 Regenerate proto files with protoc 2.6.1. 2015-01-21 11:03:16 -05:00
e62fa6228f Update usermessage/clientmessage helpers. 2015-01-21 11:02:50 -05:00
7f01f7a843 Update proto files. 2015-01-21 11:02:16 -05:00
60aa026d74 Add param names for ShouldClientReceiveStringTableUserData in eiface. 2015-01-21 09:09:41 -05:00
0b6df770a9 Switch to protobuf 2.6.1 to match Dota. 2015-01-21 09:09:05 -05:00
74e89486e5 Remove vs2010 and vs2012 libprotobuf versions from tree. We don't need them. 2015-01-21 09:08:33 -05:00
50511410ab Update IVEngineServer. 2015-01-08 19:41:50 -05:00
744cc3ffaa Update INetworkSystem. 2014-12-18 16:00:04 -05:00
45349862a9 Update INetworkSystem. 2014-11-21 21:10:32 -05:00
688e870937 Update INetChannel. 2014-11-10 13:24:08 -05:00
c9c1b66154 Update INetworkSystem. 2014-10-24 07:53:35 -04:00
68b1c9e8a7 Recompile libprotobuf with libstdc++ 2014-09-03 13:11:12 -07:00
daf8e68cda Update usermessage and clientmessage helpers with new messages. 2014-09-01 11:24:17 -04:00
1c3382c9c6 Regenerate proto files with protoc 2.5.0. 2014-09-01 11:23:51 -04:00
b929fa537d Recompile libprotobuf. 2014-09-01 11:22:42 -04:00
ec26f9f98e Update protobuf source from v2.4.1 to 2.5.0. 2014-09-01 11:21:36 -04:00
e4ff29c755 Update usermessage and engine protos. 2014-09-01 11:20:08 -04:00
5cce01a48e Merge pull request #3 from AnAkIn1/commandcallbackfix
Fix command callbacks (r=psychonic).
2014-08-28 13:49:45 -04:00
a0bb9c48cf Fix command callbacks 2014-08-28 19:42:10 +02:00
6434012619 Update GameEvents interfaces. 2014-08-24 18:06:40 -04:00
399db8d47e Update INetworkSystem. 2014-06-03 16:32:47 -05:00
3c6248392a Update INetChannelInfo. 2014-06-02 09:29:19 -04:00
tet
a94a3920ec Update IScriptVM. 2014-05-24 10:16:05 -04:00
3bf43564b0 Updated INetChannel and INetChannelInfo. 2014-04-23 23:32:17 -04:00
24658e726f Update INetChannelInfo for latest updates and other cleanup. 2014-05-04 10:41:21 -04:00
e9c3082d47 Update IServer. Add missed disconnect change to IServer, IVEngineServer. 2014-04-30 10:15:56 -04:00
4c13ce12cb Fix signed/unsigned compare in usermessage/clientmessage helpers. 2014-04-18 07:34:33 -04:00
f290b12631 Update IClient. 2014-04-09 09:26:01 -04:00
982f3c5bb9 Update IServerGameClients.
--HG--
extra : rebase_source : 61ba9f87d54866ffd23bf9a448e7727575896801
2014-04-06 17:02:48 -04:00
3c4dc1c9cf Fix various GCC/Clang warnings in ivscript.h and functors.h. 2014-03-15 01:20:26 -05:00
1200d949cb Add missing CORRECT_PATH_SEPARATOR_S and INCORRECT_PATH_SEPARATOR_S defines.
--HG--
extra : rebase_source : cb6c6b8d501a6ceac9a394bbb2caa0d86098c9b3
2014-03-15 00:56:21 -04:00
ba88136a11 Explicitly link to libpthread in the srcds_linux binary. 2014-03-14 15:01:07 -05:00
7460126c21 Explicitly link to libstdc++ in the srcds_linux binary. 2014-03-06 20:14:31 -06:00
222e567d14 Update ILoggingListener interface and other logging system declarations. 2014-03-05 17:49:59 -06:00
7fb3dee871 Add Plat_Printf() for tier0. 2014-03-04 16:49:07 -06:00
0058f609e5 Call raise for DebuggerBreak() in non-debug mode on OS X and define import for Plat_DebugString() on Linux and OS X.
This changes come from the 2013 SDK but they also seem to match Dota 2 code on these platforms.
2014-03-04 15:09:50 -06:00
82969bfa84 Add Plat_IsInTestMode() for tier0. 2014-03-04 14:43:24 -06:00
8c5e815276 Add Plat_ShouldCollectMiniDumpsForFatalErrors() from tier0. 2014-03-03 16:03:49 -06:00
51e1b89dcf Fixed sizeof warning in utlbuffer.h. 2014-03-03 04:57:58 -06:00
16eab68112 Fixed macro redefinition problem when compiling code that #includes stdint.h. 2014-03-03 04:56:56 -06:00
84ff4858a8 More fixes for GCC and Clang builds. 2014-03-02 00:56:59 -06:00
74a371eef4 Add libprotobuf for Linux. 2014-03-02 00:35:48 -06:00
505d9abb99 Added libprotobuf for Mac OS X. 2014-03-01 23:45:33 -06:00
c245dced4b Add ILauncherMgr interface. 2014-03-01 19:17:41 -06:00