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

92 Commits

Author SHA1 Message Date
Scott Ehlert
c65d358990 Fixed sizeof warning in utlbuffer.h for clang 3.3. 2013-06-19 03:05:12 -05:00
Scott Ehlert
ed2d3a4a06 Really fixed macro redefinition warnings for stdint.h limits. 2013-06-19 02:55:06 -05:00
Scott Ehlert
85274b71d9 Fixed macro redefinition problem when compiling code that #includes stdint.h with clang 3.3. 2013-06-19 02:14:47 -05:00
Scott Ehlert
8b822a5947 Removed 3DNow source files from mathlib. 2013-04-27 11:03:29 -05:00
Nicholas Hastings
d0dac2efeb Updated protos and regenerated code. 2013-03-29 12:43:45 -04:00
Nicholas Hastings
e12fd9948a Updated player_info_s/player_info_t and MAX_PLAYER_NAME_LENGTH def (bug 5677). 2013-03-23 17:48:27 -04:00
Nicholas Hastings
f67e475478 Merge. 2013-03-07 21:21:09 -05:00
Nicholas Hastings
dcd8c29561 Updated protos and regenerated code. 2013-03-07 21:19:35 -05:00
Asher Baker
612a6b2ab0 Replaced ISteamRemoteStorage include with a typedef for the type required, to avoid pulling in mostly-outdated Steamworks headers (r=psychonic). 2013-03-01 16:12:08 +00:00
Nicholas Hastings
0065875ade Fixed compile issues in filesystem_passthru. 2013-02-25 17:52:15 -05:00
Nicholas Hastings
985bae9f32 Added some missing param names to IVEngineServer, IServerGameDLL, and IClient. 2013-02-20 09:32:02 -05:00
Nicholas Hastings
dd9c1b3187 Updated IFilesystem. 2013-02-20 09:31:11 -05:00
Nicholas Hastings
f16bfd7e21 Added missing forward declaration of INetMessage. 2013-02-16 19:17:34 -05:00
Nicholas Hastings
d4e913c838 Updated IVEngineServer and IServerGameDLL. 2013-02-15 16:28:06 -05:00
Nicholas Hastings
ed77f9e5d5 Updated IGameTypes. 2013-02-15 11:45:56 -05:00
Nicholas Hastings
2e148ebb1f Updated protos and regenerated code. 2013-02-13 21:34:36 -05:00
Nicholas Hastings
09b038f24c Wrapped #pragma warning in networkvar.h with #ifdef _MSC_VER. 2013-02-08 00:08:22 -05:00
Nicholas Hastings
2c076846f6 Updated protos and regenerated code. 2013-02-07 20:59:43 -05:00
Nicholas Hastings
12961bf79f Fixed GCC reorder warning in util_shared CountdownTimer. 2013-02-05 21:34:56 -05:00
Nicholas Hastings
75892707cc Merge. 2013-02-04 08:40:10 -05:00
Nicholas Hastings
19e11d6d60 Updated protos and regenerated code. 2013-02-04 08:39:37 -05:00
Asher Baker
bd4e9d299f Fix GCC warning. 2013-01-24 05:04:09 +00:00
Nicholas Hastings
0de159bb09 Replacing osx libprotobuf.a with an actual 32bit version. 2013-01-22 23:38:44 -05:00
Nicholas Hastings
c1091d867d Replacing osx libprotobuf.a with a hopefully-32bit version. 2013-01-22 23:17:46 -05:00
Nicholas Hastings
bd3bd3e829 Fixed clang default argument redefinition warning in CUtlHashDict. 2013-01-22 22:11:38 -05:00
Nicholas Hastings
902c44e1bb Merged branch protobuf. 2013-01-22 21:59:30 -05:00
Nicholas Hastings
15e2041c49 Closed branch protobuf.
--HG--
branch : protobuf
extra : close : 1
2013-01-22 21:58:47 -05:00
Nicholas Hastings
491f01b7c9 Added linux and osx libprotobuf.a.
--HG--
branch : protobuf
2013-01-16 12:49:08 -05:00
Nicholas Hastings
9b4973eaed Added CS:GO usermessage helper class.
--HG--
branch : protobuf
2013-01-15 14:08:29 -05:00
Nicholas Hastings
00a7f11cf5 Added Windows libprotobuf libs.
--HG--
branch : protobuf
2013-01-15 14:07:35 -05:00
Nicholas Hastings
b1b8109c45 Added protobuf 2.3.0 source.
--HG--
branch : protobuf
2013-01-15 14:07:32 -05:00
Nicholas Hastings
935d4b337a Updated tier1 binaries.
--HG--
branch : protobuf
2013-01-10 19:25:00 -05:00
Nicholas Hastings
c96ea55ff1 Added WriteVarInt32 and ByteSizeVarInt32 to tier1 bf_write.
--HG--
branch : protobuf
2013-01-10 19:02:29 -05:00
Nicholas Hastings
61abf75e82 Added netmessage and usermessage protos and generated protobuf code.
--HG--
branch : protobuf
2013-01-10 19:01:36 -05:00
Nicholas Hastings
714ef6f9b3 Fixed unused var warning in logging.h when compiling with GCC. 2013-01-03 18:30:42 -05:00
Nicholas Hastings
2476d7f402 Backed out changeset: 138e7ceec329 2012-12-26 17:59:17 -05:00
Nicholas Hastings
97e3c6c9a3 Backed out changeset: 23b0b2437720. 2012-12-26 17:58:58 -05:00
Nicholas Hastings
4ddb14848d Backed out changeset: 725fa48c102b. 2012-12-26 17:58:41 -05:00
Nicholas Hastings
393d5916b4 Backed out changeset: 841ebbb46667. 2012-12-26 17:58:23 -05:00
Nicholas Hastings
c693432c60 Backed out changeset: 34572fdd3c7c. 2012-12-26 17:58:05 -05:00
Nicholas Hastings
3099f494af Backed out changeset: 7b40835d165c. 2012-12-26 17:57:49 -05:00
Nicholas Hastings
a8bfbf24d8 Updated IClient and INetChannelHandler again. 2012-12-26 10:34:46 -05:00
Nicholas Hastings
7b015279cb Added missing forward declaration of INetMessageBinder in inetchannel.h. 2012-12-26 10:15:30 -05:00
Nicholas Hastings
025c0ae152 Updated IClient and INetChannel.
--HG--
branch : protobuf
2012-12-26 10:09:03 -05:00
Nicholas Hastings
0141f38f2f Updated IClient and INetChannel. 2012-12-26 10:09:03 -05:00
Nicholas Hastings
bbf981cb92 Further update to IServerGameDLL. 2012-12-25 00:57:25 -05:00
Nicholas Hastings
8df04730e1 Added missing forward declaration in eiface for protobuf message. 2012-12-25 00:57:24 -05:00
Nicholas Hastings
cbcbecf648 Updated IVEngineServer, IServerGameDLL, and entity flags.
--HG--
branch : protobuf
2012-12-24 20:36:33 -05:00
Nicholas Hastings
485f238a58 Updated IVEngineServer, IServerGameDLL, and entity flags. 2012-12-24 20:36:33 -05:00
Nicholas Hastings
448163cf79 Fixed compile error when including igametypes.h more than once. 2012-09-09 17:36:17 -04:00