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

21 Commits

Author SHA1 Message Date
Nick Hastings
0f4322ea95 Fix or workaround some tier1 compilation errors 2024-05-14 10:04:46 -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
a003cc3ca3 Port offsetof "fix" from swarm sdk. 2014-11-09 10:36:58 -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
149b72b388 Updated for recent posix memory-handling changes. 2013-07-06 11:15:58 -04:00
Scott Ehlert
664783e773 Rebuilt tier1 and mathlib for OS X using clang. 2013-04-27 10:47:03 -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
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
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
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
d4162df4e1 Backported various changes from Alien Swarm SDK (bug 4532, r=dvander). 2010-07-21 22:52:49 -05:00
Asher Baker
eb79dd725f Fixed gcc-4.4 errors (bug 4346, r=dvander). 2010-04-29 02:05:30 -07: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
3e5d0a7960 Merged changes from hl2sdk-ob. 2008-12-29 01:18:43 -06:00
David Anderson
168e6792f9 Some includes can be used on Mac OS X now (bug 3515, r=ds). 2008-12-22 23:33:59 -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
7ff7f366d5 Modified SDK for GCC 4.2 2008-09-15 02:50:57 -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