1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-07 09:43:40 +08:00

130 Commits

Author SHA1 Message Date
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
Scott Ehlert
84ff4858a8 More fixes for GCC and Clang builds. 2014-03-02 00:56:59 -06:00
Scott Ehlert
74a371eef4 Add libprotobuf for Linux. 2014-03-02 00:35:48 -06:00
Scott Ehlert
505d9abb99 Added libprotobuf for Mac OS X. 2014-03-01 23:45:33 -06:00
Scott Ehlert
c245dced4b Add ILauncherMgr interface. 2014-03-01 19:17:41 -06:00
Scott Ehlert
967ad297ec Add reverse-engineered INetworkSystem interface. 2014-03-01 13:29:54 -06:00
Scott Ehlert
73995c3bbf Add static and dynamic libs for Mac OS X and Linux. 2014-03-01 13:29:27 -06:00
Scott Ehlert
755381dc49 Various fixes for building static libs on Mac OS X and Linux. 2014-03-01 13:28:50 -06:00
Scott Ehlert
86892164eb Add reverse-engineered code for SrcDS launcher. 2014-03-01 13:26:04 -06:00
Nicholas Hastings
ec8aa94c92 Update usermessage protos and regenerate. 2014-02-28 14:39:56 -05:00
Nicholas Hastings
bb1638d3b6 Fix KeyValues compile error. 2014-02-28 14:39:35 -05:00
Nicholas Hastings
e94746ad89 Add msvc11 and msvc12 libprotobuf versions. 2014-02-28 14:39:17 -05:00
Nicholas Hastings
6019eb1826 Fix protobuf compile error on msvc12. 2014-02-28 14:32:49 -05:00
Nicholas Hastings
452e5af977 Recompile Windows static libs. 2014-02-28 14:32:20 -05:00
Nicholas Hastings
87ff0a8e7d Update static lib project settings to compile for max compatibility. 2014-02-28 14:26:50 -05:00