1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

10 Commits

Author SHA1 Message Date
4e9d54dd02 Fix file encoding 2025-05-17 14:16:25 -04:00
980d56b4fd Remove nonexistent ICVarIteratorInternal virtual dtor. 2014-06-01 16:26:02 -04:00
9ca623490e Fix ICvar::Iterator dtor to destroy internal iterator through IMemAlloc on Windows. 2014-06-01 16:25:24 -04:00
eedbb7b7df Update for latest game update. 2014-05-20 23:28:32 -04:00
c1ade7206d Fixed compiler error in icvar.h when memalloc.h wasn't included (bug 5159). 2011-11-03 13:59:52 -05:00
bd48f8889d Backported various changes from Alien Swarm SDK (bug 4532, r=dvander). 2010-07-22 01:55:24 -05:00
02a47fc112 Updated IMemAlloc interface from tier0 and added note in icvar.h about freeing ICvarIteratorInternal. 2008-12-02 10:36:09 -06:00
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
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
055f5cd168 Added most recent version of unmodified HL2 SDK for Orange Box engine 2008-09-15 01:07:45 -05:00