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

16 Commits

Author SHA1 Message Date
20adbba3f9 Add debug functions for keyvalues (#278) 2024-10-31 23:21:32 +00:00
d9831d4429 [L4D2] Update KeyValues for changes in May 14th (#244)
* Update KeyValues for changes in May 14th

Simply ported from csgo branches + some minor changes (comment out functions missing implementation).

* Rebuild tier1

---------

Co-authored-by: Nick Hastings <nshastings@gmail.com>
2024-05-23 11:48:05 +00:00
b65d0bc295 Rebuild tier1 2024-05-15 09:14:15 -04:00
82b2b5336e Rebuild tier1 2024-05-14 10:04:58 -04:00
b0e79a596d Recompiled linux and mac tier1 libs. 2013-07-06 11:22:32 -04:00
7dc05adf99 Added new linux libtier0 and libvstdlib.
--HG--
extra : rebase_source : 81d77f0c483e474153a7ac4d2b397a8f6cd91ac5
2013-06-30 10:32:19 -04:00
d60e38af62 Recompiled tier1 for Linux (bug 4509). 2010-07-10 00:07:42 -04:00
1ddbadb072 Recompiled tier1 for Linux against older glibc. 2010-05-24 16:23:32 -04:00
283938666e Updated IFileSystem interface and recompiled tier1 for Linux. 2010-04-23 08:14:59 -04:00
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
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
69f329ad05 Added shared libraries necessary to link plugins. 2009-08-28 00:51:08 -04:00
6408a28095 Compiled tier1 static library for Linux 2008-11-09 03:31:26 -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
055f5cd168 Added most recent version of unmodified HL2 SDK for Orange Box engine 2008-09-15 01:07:45 -05:00