1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-09 18:48:51 +08:00

244 Commits

Author SHA1 Message Date
Nicholas Hastings
39abe90ee2 IEngineService, IEngineServiceMgr, IServer->INetworkGameServer, INetworkServerService, protos. 2015-07-11 13:56:04 -04:00
Scott Ehlert
9a69b72448 Add quick and dirty Win64 static libraries 2015-07-09 13:19:34 -05:00
Scott Ehlert
4e0f6d3c60 Fix ConVar and ConCommands 2015-07-09 13:10:10 -04:00
Nicholas Hastings
cd9b331641 Start of Source2 work. 2015-07-09 13:07:26 -04:00
Nicholas Hastings
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
Nicholas Hastings
dd6800e560 Update IServer. 2015-03-06 10:54:36 -05:00
Nicholas Hastings
409858e4ee Regenerate proto files. 2015-02-20 09:14:02 -05:00
Nicholas Hastings
78eb05f228 Update usermessage/clientmessage helpers. 2015-02-20 09:13:41 -05:00
Nicholas Hastings
a80a03849b Update proto files. 2015-02-20 09:13:08 -05:00
Nicholas Hastings
d0bb0415cf Recompile Mac libprotobuf with libstdc++. 2015-01-21 14:02:01 -05:00
Nicholas Hastings
bcae3dedf5 Regenerate proto files with protoc 2.6.1. 2015-01-21 11:03:16 -05:00
Nicholas Hastings
e62fa6228f Update usermessage/clientmessage helpers. 2015-01-21 11:02:50 -05:00
Nicholas Hastings
7f01f7a843 Update proto files. 2015-01-21 11:02:16 -05:00
Nicholas Hastings
60aa026d74 Add param names for ShouldClientReceiveStringTableUserData in eiface. 2015-01-21 09:09:41 -05:00
Nicholas Hastings
0b6df770a9 Switch to protobuf 2.6.1 to match Dota. 2015-01-21 09:09:05 -05:00
Nicholas Hastings
74e89486e5 Remove vs2010 and vs2012 libprotobuf versions from tree. We don't need them. 2015-01-21 09:08:33 -05:00
Nicholas Hastings
50511410ab Update IVEngineServer. 2015-01-08 19:41:50 -05:00
Nicholas Hastings
744cc3ffaa Update INetworkSystem. 2014-12-18 16:00:04 -05:00
Nicholas Hastings
45349862a9 Update INetworkSystem. 2014-11-21 21:10:32 -05:00
Nicholas Hastings
688e870937 Update INetChannel. 2014-11-10 13:24:08 -05:00
Nicholas Hastings
c9c1b66154 Update INetworkSystem. 2014-10-24 07:53:35 -04:00
Nicholas Hastings
68b1c9e8a7 Recompile libprotobuf with libstdc++ 2014-09-03 13:11:12 -07:00
Nicholas Hastings
daf8e68cda Update usermessage and clientmessage helpers with new messages. 2014-09-01 11:24:17 -04:00
Nicholas Hastings
1c3382c9c6 Regenerate proto files with protoc 2.5.0. 2014-09-01 11:23:51 -04:00
Nicholas Hastings
b929fa537d Recompile libprotobuf. 2014-09-01 11:22:42 -04:00
Nicholas Hastings
ec26f9f98e Update protobuf source from v2.4.1 to 2.5.0. 2014-09-01 11:21:36 -04:00
Nicholas Hastings
e4ff29c755 Update usermessage and engine protos. 2014-09-01 11:20:08 -04:00
Nicholas Hastings
5cce01a48e Merge pull request #3 from AnAkIn1/commandcallbackfix
Fix command callbacks (r=psychonic).
2014-08-28 13:49:45 -04:00
AnAkkk
a0bb9c48cf Fix command callbacks 2014-08-28 19:42:10 +02:00
Nicholas Hastings
6434012619 Update GameEvents interfaces. 2014-08-24 18:06:40 -04:00
Scott Ehlert
399db8d47e Update INetworkSystem. 2014-06-03 16:32:47 -05:00
Nicholas Hastings
3c6248392a Update INetChannelInfo. 2014-06-02 09:29:19 -04:00
tet
a94a3920ec Update IScriptVM. 2014-05-24 10:16:05 -04:00
Nicholas Hastings
3bf43564b0 Updated INetChannel and INetChannelInfo. 2014-04-23 23:32:17 -04:00
Nicholas Hastings
24658e726f Update INetChannelInfo for latest updates and other cleanup. 2014-05-04 10:41:21 -04:00
Nicholas Hastings
e9c3082d47 Update IServer. Add missed disconnect change to IServer, IVEngineServer. 2014-04-30 10:15:56 -04:00
Nicholas Hastings
4c13ce12cb Fix signed/unsigned compare in usermessage/clientmessage helpers. 2014-04-18 07:34:33 -04:00
Nicholas Hastings
f290b12631 Update IClient. 2014-04-09 09:26:01 -04:00
Nicholas Hastings
982f3c5bb9 Update IServerGameClients.
--HG--
extra : rebase_source : 61ba9f87d54866ffd23bf9a448e7727575896801
2014-04-06 17:02:48 -04:00
Scott Ehlert
3c4dc1c9cf Fix various GCC/Clang warnings in ivscript.h and functors.h. 2014-03-15 01:20:26 -05:00
Nicholas Hastings
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
Scott Ehlert
ba88136a11 Explicitly link to libpthread in the srcds_linux binary. 2014-03-14 15:01:07 -05:00
Scott Ehlert
7460126c21 Explicitly link to libstdc++ in the srcds_linux binary. 2014-03-06 20:14:31 -06:00
Scott Ehlert
222e567d14 Update ILoggingListener interface and other logging system declarations. 2014-03-05 17:49:59 -06:00
Scott Ehlert
7fb3dee871 Add Plat_Printf() for tier0. 2014-03-04 16:49:07 -06:00
Scott Ehlert
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
Scott Ehlert
82969bfa84 Add Plat_IsInTestMode() for tier0. 2014-03-04 14:43:24 -06:00
Scott Ehlert
8c5e815276 Add Plat_ShouldCollectMiniDumpsForFatalErrors() from tier0. 2014-03-03 16:03:49 -06:00
Scott Ehlert
51e1b89dcf Fixed sizeof warning in utlbuffer.h. 2014-03-03 04:57:58 -06:00
Scott Ehlert
16eab68112 Fixed macro redefinition problem when compiling code that #includes stdint.h. 2014-03-03 04:56:56 -06:00