1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-03 16:13:22 +08:00

77 Commits

Author SHA1 Message Date
Nicholas Hastings
3880461208 Merge branch 'l4d2' of https://github.com/alliedmodders/hl2sdk into l4d2. 2015-07-12 16:08:24 -04:00
Nicholas Hastings
538be1e398 Force KeyValues to use g_pMemAlloc where applicable for string alloc. 2015-07-12 16:07:46 -04:00
Nicholas Hastings
1b1d59120b Merge pull request #13 from Ayuto/update_temp_entities
Updated vtable of ITemEntsSystem
2015-06-13 10:01:25 -04:00
Ayuto
0dfa780938 Updated vtable of ITemEntsSystem 2015-06-13 10:00:55 +02:00
Nicholas Hastings
43b337d346 Fix return type on IServerTools::RespawnEntitiesWithEdits. 2015-06-12 13:13:54 -04:00
Nicholas Hastings
4ab5b72f21 Merge pull request #12 from Ayuto/update_tool_entity
Updated vtable of IServerTools.
2015-06-12 13:06:58 -04:00
Nicholas Hastings
3454e4beb6 Merge pull request #11 from Ayuto/update_temp_entities
Removed ITempEntsSystem::DispatchEffect().
2015-06-12 11:45:14 -04:00
Ayuto
150114424d Updated vtable of IServerTools 2015-06-12 16:29:39 +02:00
Ayuto
a16cb697de Removed ITempEntsSystem::DispatchEffect()
It doesn't exist in L4D2.
2015-06-12 15:56:16 +02:00
Nicholas Hastings
9ab343dff8 Updated INetChannel. 2015-03-14 09:42:36 -04:00
Nicholas Hastings
a003cc3ca3 Port offsetof "fix" from swarm sdk. 2014-11-09 10:36:58 -05:00
Nicholas Hastings
4790e1a62d Add missing const to CSteamID Render return. 2014-08-21 20:08:40 -04:00
Nicholas Hastings
4e394cbd0a Update some SendProp flags from Swarm SDK. 2014-03-17 15:38:10 -04:00
Nicholas Hastings
aa44fb4174 Updated IBSPPack. 2014-02-04 09:32:28 -05:00
Nicholas Hastings
0134c042b0 Only define NO_MALLOC_OVERRIDE (on posix) if not already defined. 2013-10-06 10:57:00 -04:00
Nicholas Hastings
b0e79a596d Recompiled linux and mac tier1 libs. 2013-07-06 11:22:32 -04:00
Nicholas Hastings
149b72b388 Updated for recent posix memory-handling changes. 2013-07-06 11:15:58 -04:00
Nicholas Hastings
ab50f57278 Fixed some warnings in tier1 generichash. 2013-07-06 11:09:05 -04:00
Nicholas Hastings
8934b5255a Updated ICVarIteratorInternal. 2013-07-04 16:43:11 -04:00
Nicholas Hastings
7dc05adf99 Added new linux libtier0 and libvstdlib.
--HG--
extra : rebase_source : 81d77f0c483e474153a7ac4d2b397a8f6cd91ac5
2013-06-30 10:32:19 -04:00
Scott Ehlert
664783e773 Rebuilt tier1 and mathlib for OS X using clang. 2013-04-27 10:47:03 -05:00
Scott Ehlert
e0fe50f9f5 Removed 3DNow support from mathlib. 2013-04-27 10:34:41 -05:00
Nicholas Hastings
94844b1d99 Fixed unused var warning in logging.h when compiling with GCC. 2013-01-03 18:16:49 -05:00
Scott Ehlert
3038e8311f Ugh, really suppress clang warning for GetCPUInformation(). 2012-05-29 19:59:24 -05:00
Scott Ehlert
722d1d9293 Suppress clang warning for tier0's GetCPUInformation(). 2012-05-29 19:11:47 -05: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
Reuben Morais
b9c54ec60f Fixed debug mode builds on OS X (bug 5076, r=ds). 2011-09-09 18:20:05 -05:00
Asher Baker
7c12e79993 Added support for the new logging system (bug 5017, r=ds). 2011-07-18 03:13:59 +01:00
Scott Ehlert
b7472ee95e Block out seemingly unused CRefDebug class for clang builds. 2011-06-17 17:41:40 -05:00
Scott Ehlert
4caefcbcba Fixed conflict between min/max macros and std::min/max when using GCC >= 4.2. 2011-04-28 01:30:37 -05:00
Scott Ehlert
6c38e2e589 Fixed a clang warning: control may reach end of non-void function [-Wreturn-type] (bug 4877, r=dvander). 2011-04-23 21:23:18 -05:00
Nicholas Hastings
c8b9c464d9 Added missing vector to takedamageinfo.h (bug 4792, r=DS). 2011-01-14 14:19:10 -05:00
ProdigySim
b91e37dddb Updated FileWeaponInfo_t struct and fixed compile errors in shareddefs.h (bug 4744, r=ds). 2010-12-19 21:49:36 -08:00
Nicholas Hastings
cabe543f67 Updated player_info_s/player_info_t struct (bug 4729, r=ds). 2010-12-03 22:39:31 -08:00
Nicholas Hastings
18bc4916c0 Fixed ENTINDEX and INDEXENT in utils.h (bug 4685, r=ds).
--HG--
extra : rebase_source : 3d5b5e9f88e1e7157670e2babc87094cd0113806
2010-10-28 11:49:23 -07:00
Scott Ehlert
f12130c3a9 More portions of L4D2 SDK compile and link on Mac OS X (bug 4646, r=dvander). 2010-10-14 16:36:09 -05:00
Scott Ehlert
1d2bcd2337 Updated INetChannelHandler inteface. 2010-10-05 23:24:44 -07: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
Nicholas Hastings
d60e38af62 Recompiled tier1 for Linux (bug 4509). 2010-07-10 00:07:42 -04:00
Scott Ehlert
fc2a5340a7 Fixed compile error in filesystem.h and recompiled tier1 for Windows (bug 4509). 2010-07-09 22:43:41 -05:00
Scott Ehlert
3b4ae7caee Updated IFileSystem interface (bug 4509). 2010-07-09 23:25:01 -04:00
Scott Ehlert
1ddbadb072 Recompiled tier1 for Linux against older glibc. 2010-05-24 16:23:32 -04:00
Asher Baker
eb79dd725f Fixed gcc-4.4 errors (bug 4346, r=dvander). 2010-04-29 02:05:30 -07:00
Scott Ehlert
12a50a43c2 Recompiled tier1 for Windows (thanks Fyren\!) 2010-04-23 08:42:19 -04:00
Scott Ehlert
283938666e Updated IFileSystem interface and recompiled tier1 for Linux. 2010-04-23 08:14:59 -04:00
Scott Ehlert
afdb086579 Slightly updated SDK for L4D2 DLC, The Passing
Renamed and updated tier0 and vstdlib libraries.
Bumped VFileSystem to 018.

--HG--
rename : lib/linux/tier0_linux.so => lib/linux/libtier0.so
rename : lib/linux/vstdlib_linux.so => lib/linux/libvstdlib.so
2010-04-23 05:13:46 -04:00
Scott Ehlert
65fb791f6d Removed CBaseEdict::StateChanged(unsigned short offset) since it no longer seems to be used. 2009-10-31 00:32:19 -05:00
Scott Ehlert
f77a985f91 Initial changes for Left 4 Dead 2.
* Added/removed various functions from the following interfaces: IVEngineServer, IServerGameDLL, IServerGameClients, IFilesystem, and IConVar
* Added new functions to ConVar for setting Color values
* Updated SendProp structure with unknown member
* Recompiled tier1 static library for Windows and Linux
* Fixed up some tier0 exports in public/tier0/dbg.h
* Rebuilt tier0 import libary for Windows
* Replaced tier0_i486.so and vstdlib_i486.so with the newly renamed versions: tier0_linux.so and vstdlib_linux.so

--HG--
rename : lib/linux/tier0_i486.so => lib/linux/tier0_linux.so
rename : lib/linux/vstdlib_i486.so => lib/linux/vstdlib_linux.so
2009-10-28 21:16:05 -05:00
Scott Ehlert
cd122aa43b Ugh. 2009-10-01 11:39:56 -04:00