1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00
Commit Graph

65 Commits

Author SHA1 Message Date
Scott Ehlert
5ed18462cf Updated INetChannelInfo and INetChannel interfaces 2008-11-12 16:30:21 -06:00
Scott Ehlert
8071e95e35 Whoops, fixed compilation 2008-11-12 00:11:49 -06:00
Scott Ehlert
2f59f3eb64 Updated typedescription_t with unknown members (thanks pred) 2008-11-12 00:02:51 -06:00
Scott Ehlert
a3e4dfb524 Added extra string param to IVEngineServer::UserMessageBegin 2008-11-11 16:41:09 -06:00
Scott Ehlert
6dbe88f841 Fixed up some SendProp stuff
- Added unknown member variable to SendProp structure in dt_send.h
- Added DPT_VectorXY to SendPropType enum in dt_common.h
2008-11-11 00:13:38 -06:00
Scott Ehlert
d9eb0a00c7 Updated IEngineTrace.h with default parameters for GetPointContents and GetPointContents_WorldOnly 2008-11-10 14:13:23 -06:00
Scott Ehlert
ef3d33c09e Updated inetmsghandler.h with new engine network messages 2008-11-10 00:11:52 -06:00
Scott Ehlert
c1aede03ed Fixed some compile errors in networkstringtabledefs.h and iclient.h 2008-11-10 00:11:25 -06:00
Scott Ehlert
ef23ddbd87 Added ICvarIteratorInternal to icvar.h
ICvar::FactoryIteratorInternal returns a pointer to this.
This can be used as a replacement for ICvar::GetCommands and iterating the ConCommandBase list.
2008-11-09 22:21:58 -06:00
Scott Ehlert
6408a28095 Compiled tier1 static library for Linux 2008-11-09 03:31:26 -06:00
Scott Ehlert
db8a44c299 Initial set of changes from reversed engineered l4d binaries
* Bumped IVEngineServer to version 022
 * Bumped ICvar to version 007
 * Added/Removed various functions to/from the following interfaces: IVEngineServer, ICvar, IServerGameDLL, IServerGameEnts, IServerGameClients, IFileSystem, IEngineSound, IEngineTrace, IClient, IConvar, and INetworkStringTableContainer
 * Added unknown extra int ptr param to IGameEventManager2::CreateEvent
 * Added GetDebugEventID to IGameEventListener2
 * Added two new members of CGlobalVars: serverCount and baseEdict
 * Added new functions to ConCommandBase and ConVar classes in tier1
 * Recompiled tier1 static library for Windows
 * Updated notes.txt to reflect the nature of this SDK
2008-11-09 02:40:03 -06:00
Scott Ehlert
7ff7f366d5 Modified SDK for GCC 4.2 2008-09-15 02:50:57 -05:00
Scott Ehlert
86f3bc8a60 Renamed linux static libs from *_486.a to *_i486.a
--HG--
rename : lib/linux/choreoobjects_486.a => lib/linux/choreoobjects_i486.a
rename : lib/linux/dmxloader_486.a => lib/linux/dmxloader_i486.a
rename : lib/linux/mathlib_486.a => lib/linux/mathlib_i486.a
rename : lib/linux/particles_486.a => lib/linux/particles_i486.a
rename : lib/linux/tier1_486.a => lib/linux/tier1_i486.a
rename : lib/linux/tier2_486.a => lib/linux/tier2_i486.a
rename : lib/linux/tier3_486.a => lib/linux/tier3_i486.a
2008-09-15 02:47:53 -05:00
Scott Ehlert
9fc21643eb Removed vmpi directory from root since ununsed 2008-09-15 01:43:20 -05:00
Scott Ehlert
055f5cd168 Added most recent version of unmodified HL2 SDK for Orange Box engine 2008-09-15 01:07:45 -05:00