1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-08 10:13:28 +08:00

130 Commits

Author SHA1 Message Date
Nicholas Hastings
6ae5f40572 Regenerated protobuf files. 2014-02-10 09:20:47 -05:00
Nicholas Hastings
6f4e636a80 Updated usermessage and clientmessage helpers. 2014-02-10 09:20:34 -05:00
Nicholas Hastings
12bbcf4f25 Updated protos. 2014-02-10 09:20:18 -05:00
Nicholas Hastings
bda8c1d418 Updated more of IScriptVM. 2014-01-07 22:30:25 -05:00
Nicholas Hastings
d14ed862a3 Updated IServerGameDLL with new PreChangeLevel. 2014-01-07 16:39:27 -05:00
Nicholas Hastings
e2a543fe4c Fix GetGameDescription and GetAddonName order being transposed. 2014-01-07 16:26:28 -05:00
Nicholas Hastings
1536ac9707 Datadesc type fixups.
--HG--
extra : amend_source : c426b723acc32c36b08bdfe91a9af214f45cd442
2013-12-18 09:54:27 -05:00
Nicholas Hastings
5e193a4524 Numerous VScript and datadesc type updates. 2013-12-18 00:11:54 -05:00
Nicholas Hastings
0a130c1a1f Updated IServerGameDLL, added new convar flag. 2013-12-13 11:08:21 -05:00
Nicholas Hastings
895e77b7cd Updated CSoundParameters and ISoundEmitterSystemBase. 2013-11-12 11:26:59 -05:00
Nicholas Hastings
9b7fc95b59 Updated INetworkStringTable. 2013-07-24 00:29:22 -04:00
Nicholas Hastings
c12d94dec2 Updated protos. 2013-07-24 00:29:09 -04:00
Nicholas Hastings
c1ab28a287 Updated IClient::Disconnect prototype. 2013-07-13 13:57:35 -04:00
Nicholas Hastings
da6f92795c Fixed compile error in IClient. 2013-07-13 12:42:19 -04:00
Nicholas Hastings
91ecba685a Tidied up a few more things. 2013-07-12 12:15:03 -04:00
Scott Ehlert
334e8f97b8 Updated IAppSystem and ICommandLine. 2013-07-12 07:30:00 -05:00
Nicholas Hastings
b4f7c7966a Did a pass of updating/fixing now that symbol info is available. 2013-07-12 02:25:04 -04:00
Nicholas Hastings
0ffa0eb6ad Updated IVEngineServer. 2013-06-18 12:14:39 -04:00
Nicholas Hastings
7db20d956c Updated protobufs, regenerated. 2013-06-18 12:12:50 -04:00
Nicholas Hastings
d5f624f533 Copied the Valve debug code killer from um helper to client message helper. 2013-06-06 12:18:57 -04:00
Nicholas Hastings
934bf4fc7a Fixed non-debug builds using usermessage helpers. 2013-06-06 12:18:23 -04:00
Nicholas Hastings
6f2dff28f5 Updated protobufs.
--HG--
extra : rebase_source : 33b658e2d314424a66e48aa987d13fae26bfeb24
2013-06-05 21:05:42 -04:00
Nicholas Hastings
d217b943d4 Kill Valve debug code included by dota usermessage helpers when _DEBUG.
--HG--
extra : rebase_source : caa4ed31c57e632f9afcf09417dc7bd7637d8a35
2013-06-05 20:45:20 -04:00
Nicholas Hastings
da63ff1077 Tweaked IRecipientFilter style to be more consistent. 2013-05-14 10:00:53 -04:00
Nicholas Hastings
fce8d36acc Updated IRecipientFilter. 2013-05-14 09:52:51 -04:00
Nicholas Hastings
5f30794961 Removed ShouldUseNewAssertDialog from tier0 exports. It's gone. 2013-05-14 09:52:37 -04:00
Nicholas Hastings
b63f2fdffd Another IServerGameDLL fix. 2013-05-10 19:48:17 -04:00
Nicholas Hastings
3ee193e107 Updated IServerGameDLL. 2013-05-10 17:44:19 -04:00
Nicholas Hastings
a86168418e Updated IServerGameClients and IVEngineServer. 2013-05-09 10:07:30 -04:00
Nicholas Hastings
f1806b93c0 Updated ServerActivate on IServerGameDLL. 2013-05-08 09:16:29 -04:00
Nicholas Hastings
fe5ebe640c Updated IGameEvent. 2013-05-07 16:42:20 -04:00
Nicholas Hastings
ebc0633c9d Updated CGlobalVars. 2013-04-25 11:26:34 -04:00
Nicholas Hastings
bac49f4e16 Updated IFileSystem, IKeyValuesSystem, ConCommand and tier1 lib for 2013-04-19 game update. 2013-04-22 18:57:11 -04:00
Nicholas Hastings
c0340929ba Updated INetChannelHandler, IClient, INetChannelInfo and some of INetChannel. 2013-04-06 22:41:43 -04:00
Nicholas Hastings
baf5b1e98f Recompiled tier1 for IKeyValuesSystem changes. 2013-03-29 09:24:26 -04:00
Nicholas Hastings
ade87d3fc5 Updated IKeyValuesSystem. 2013-03-29 09:22:08 -04:00
Nicholas Hastings
4dbcfc2d11 Hl2sdk-ized uint8 def in eiface for consistency. 2013-03-22 20:37:33 -04:00
Nicholas Hastings
5ada94f3e0 Recompiled tier1 for filesystem changes. 2013-03-21 22:02:18 -04:00
Nicholas Hastings
54a632f7ed Updated IAppSystem. 2013-03-21 22:01:34 -04:00
Nicholas Hastings
c0d4f54a2a Updated ICommandLine. 2013-03-21 21:13:05 -04:00
Nicholas Hastings
12a2c648b6 Added IServerGameClients::DispatchClientMessage + client message protos, generated code, and helpers. 2013-03-13 23:54:54 -04:00
Nicholas Hastings
5da322ccfa Updated interfaces and tier1 libs. 2013-03-03 01:02:56 -05:00
Nicholas Hastings
e712582819 Moved ai_activity proto files out of dota-specific spot.
--HG--
rename : public/game/shared/dota/protobuf/ai_activity.pb.cc => public/game/shared/protobuf/ai_activity.pb.cc
rename : public/game/shared/dota/protobuf/ai_activity.pb.h => public/game/shared/protobuf/ai_activity.pb.h
rename : public/game/shared/dota/protobuf/ai_activity.proto => public/game/shared/protobuf/ai_activity.proto
2013-03-03 01:00:55 -05:00
Nicholas Hastings
31b4af4d99 Added IServerGCLobby vtable. 2013-03-03 01:00:31 -05:00
Nicholas Hastings
012383f7c5 Added missing virtual destructor to ICVarIteratorInternal. 2013-03-01 17:33:45 -05:00
Nicholas Hastings
f2baaa8b15 Updated IFileSystem. 2013-03-01 13:44:20 -05:00
Nicholas Hastings
84620eccb6 Fixed up CGlobalVars enough for maxentities and pEdicts to be correct again (probably still not right). 2013-03-01 12:49:29 -05:00
Nicholas Hastings
164a41207c Fixed SendProp (dtor is no longer virtual). 2013-03-01 12:49:29 -05:00
Nicholas Hastings
7607970cab More eiface updates. 2013-03-01 12:49:29 -05:00
Nicholas Hastings
4322ebcfb8 Added WriteVarInt32 and ByteSizeVarInt32 to tier1 bf_write. 2013-01-10 19:02:29 -05:00