1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-12 03:32:11 +08:00

9 Commits

Author SHA1 Message Date
Nicholas Hastings
149b72b388 Updated for recent posix memory-handling changes. 2013-07-06 11:15:58 -04:00
Nicholas Hastings
8934b5255a Updated ICVarIteratorInternal. 2013-07-04 16:43:11 -04:00
Scott Ehlert
1af349b854 Fixed compiler error in icvar.h when memalloc.h wasn't included (bug 5159). 2011-11-03 13:58:35 -05:00
Scott Ehlert
1fa41fd130 IMemAlloc::Free now used in ICvar::Iterator destructor. 2010-07-22 14:35:35 -05:00
Scott Ehlert
d4162df4e1 Backported various changes from Alien Swarm SDK (bug 4532, r=dvander). 2010-07-21 22:52:49 -05:00
Scott Ehlert
02a47fc112 Updated IMemAlloc interface from tier0 and added note in icvar.h about freeing ICvarIteratorInternal. 2008-12-02 10:36:09 -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
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
055f5cd168 Added most recent version of unmodified HL2 SDK for Orange Box engine 2008-09-15 01:07:45 -05:00