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

44 Commits

Author SHA1 Message Date
530fe84cc3 Merge 2011-12-20 11:16:30 -05:00
f623cd05fe Fixed takedamageinfo (removed m_hWeapon) (bug 5196, r=ds). 2011-12-20 11:14:19 -05:00
c1ade7206d Fixed compiler error in icvar.h when memalloc.h wasn't included (bug 5159). 2011-11-03 13:59:52 -05:00
b0aa85ed47 Fixed debug mode builds on OS X (bug 5076, r=ds). 2011-09-09 18:18:44 -05:00
4cf6e7575f Block out seemingly unused CRefDebug class for clang builds. 2011-06-17 17:41:40 -05:00
f176864cce Fixed conflict between min/max macros and std::min/max when using GCC >= 4.2. 2011-04-28 01:30:20 -05:00
4b918c8877 Fixed a clang warning: control may reach end of non-void function [-Wreturn-type] (bug 4877, r=dvander). 2011-04-23 21:21:55 -05:00
fee590cc59 Updated player_info_s/player_info_t struct (bug 4729, r=ds). 2010-12-12 18:43:54 -05:00
9995112ca5 Portions of L4D SDK compile and link on Mac OS X (bug 4684, r=me). 2010-10-14 16:36:09 -05:00
0ab19ebe2e Fixed ENTINDEX and INDEXENT in utils.h (bug 4685, r=ds). 2010-10-28 11:47:23 -07:00
916da3c3a1 Updated INetChannelHandler interface and renamed/updated tier0 and vstdlib libs.
--HG--
rename : lib/linux/tier0_i486.so => lib/linux/libtier0.so
rename : lib/linux/vstdlib_i486.so => lib/linux/libvstdlib.so
2010-10-27 21:01:19 -07:00
4547db69dc Recompiled tier1 for Linux. 2010-10-05 19:47:41 -07:00
afbb182100 Recompiled tier1 for Windows. 2010-10-05 21:33:36 -05:00
acb53374d4 Updated IFileSystem interface. 2010-10-05 19:28:52 -07:00
bd48f8889d Backported various changes from Alien Swarm SDK (bug 4532, r=dvander). 2010-07-22 01:55:24 -05:00
096ab8ed3b Fixed gcc-4.4 errors (bug 4346, r=dvander). 2010-04-29 02:05:13 -07:00
cd122aa43b Ugh. 2009-10-01 11:39:56 -04:00
c4a1fca7ff Updated IGameEvent with GetUint64 and SetUint64 (bug 4032) 2009-10-01 11:16:41 -04:00
69f329ad05 Added shared libraries necessary to link plugins. 2009-08-28 00:51:08 -04:00
33f3241fe6 Updated Ray_t class definition (bug 3634, r=dvander,Fyren) 2009-03-02 14:38:22 +13:00
027b04693f Fixed ENTINDEX/INDEXENT not compiling (bug 3543, r=ds). 2009-02-16 16:15:11 -05:00
3e5d0a7960 Merged changes from hl2sdk-ob. 2008-12-29 01:18:43 -06:00
168e6792f9 Some includes can be used on Mac OS X now (bug 3515, r=ds). 2008-12-22 23:33:59 -05:00
7ea852ec15 Fixed typedescription_t structure (I hope). 2008-12-03 10:21:09 -06:00
0f8974ec32 Added .hgignore so that 'hg status' can ignore untracked files of certain types. 2008-12-02 10:45:33 -06:00
02a47fc112 Updated IMemAlloc interface from tier0 and added note in icvar.h about freeing ICvarIteratorInternal. 2008-12-02 10:36:09 -06:00
a5680dae14 Updated a few miscellaneous interfaces 2008-11-18 14:14:34 -06:00
e70414add2 Removed freetime from edict_t and fixed comment regarding IndexOfEdict and PEntityOfEntIndex replacements 2008-11-14 22:57:15 -06:00
3ef6aa802d Changed return value of default implementation for IGameEventManager2::GetEventDebugID() from 0 to 42.
- This stops the engine from printing the 'GameEventListener2 callback' warning
2008-11-14 01:01:20 -06:00
5ed18462cf Updated INetChannelInfo and INetChannel interfaces 2008-11-12 16:30:21 -06:00
8071e95e35 Whoops, fixed compilation 2008-11-12 00:11:49 -06:00
2f59f3eb64 Updated typedescription_t with unknown members (thanks pred) 2008-11-12 00:02:51 -06:00
a3e4dfb524 Added extra string param to IVEngineServer::UserMessageBegin 2008-11-11 16:41:09 -06:00
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
d9eb0a00c7 Updated IEngineTrace.h with default parameters for GetPointContents and GetPointContents_WorldOnly 2008-11-10 14:13:23 -06:00
ef3d33c09e Updated inetmsghandler.h with new engine network messages 2008-11-10 00:11:52 -06:00
c1aede03ed Fixed some compile errors in networkstringtabledefs.h and iclient.h 2008-11-10 00:11:25 -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
6408a28095 Compiled tier1 static library for Linux 2008-11-09 03:31:26 -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
7ff7f366d5 Modified SDK for GCC 4.2 2008-09-15 02:50:57 -05:00
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
9fc21643eb Removed vmpi directory from root since ununsed 2008-09-15 01:43:20 -05:00
055f5cd168 Added most recent version of unmodified HL2 SDK for Orange Box engine 2008-09-15 01:07:45 -05:00