Kenzzer
69c8a02a17
Update tier0
2024-11-11 00:23:21 +01:00
Nick Hastings
5c00eb77e2
Update libs
2024-04-22 21:27:29 -04:00
Nick Hastings
732b5b29b5
More mathlib unification with SDK 2013, including 3dnow fixes ( #231 )
2024-04-21 11:52:42 -04:00
Nick Hastings
a3efa702d0
Rebuild tier1 and mathlib ( #231 )
2024-04-20 13:42:47 -04:00
Benoist
c489fe84ba
Update tier0 ( #230 )
...
* update tier0
* update libs
* inline the functions
---------
Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
2024-04-19 13:56:34 +00:00
Benoist
017978fef7
Fix ThreadGetCurrentId
definition on Win32 ( #218 )
...
* Add updated libs
* Fix ThreadGetCurrentId definition on win32
---------
Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
2024-03-21 00:10:45 +00:00
Benoist
8a6d1c6cd2
TF2 win64 + Ambuild tier1/mathlib + long=devil ( #198 )
...
* Fix compilation for windows, setup ambuild
* Add built tier1 and mathlib for win64
* Ensure compilation is working on windows and linux
* Add -fPIC
* Add compiled libs, with optimisation enabled
* Added windows lib
* Fix hl2sdk for windows
* Longs are the devil
* Fix up threadtools functions
* Add updated libs
* Rework lib naming, and package script
* Update lib directory according to new packaging
---------
Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
2024-03-09 03:57:12 +00:00
Benoist
dcf515fea8
Prepare for TF2 64bits ( #127 )
...
* Prepare for 64bits
* Add the dynamic and static librairies
* Delete choreoobjects_x86_64.a
---------
Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
2024-01-26 13:19:59 +00:00
Nick Hastings
0fb7706f1b
Recompile tier1.
2018-05-05 10:53:32 -04:00
Nicholas Hastings
1fca804cbd
Recompile Linux tier1 lib to fix missing symbol issue.
2017-06-16 08:07:19 -04:00
Scott Ehlert
7ee1f97dd6
Imported more changes from sdk2013.
2017-05-30 15:22:52 -05:00
Nicholas Hastings
e24a1442a7
Recompile Linux and Mac tier1.
2015-07-13 20:54:49 -04:00
Nicholas Hastings
1c13e12266
Port KeyValues class from Source SDK 2013.
2015-07-12 15:44:04 -04:00
Nicholas Hastings
b4174d4985
Revert "Recompile tier1 for IFileSystem changes."
...
This reverts commit dd84e8624b
.
2014-10-01 18:45:41 -04:00
Nicholas Hastings
dd84e8624b
Recompile tier1 for IFileSystem changes.
2014-09-10 20:57:02 -04:00
Scott Ehlert
99bfb50b2b
Rebuilt tier1 and mathlib for OS X using clang.
2013-04-27 00:18:49 -05:00
Nicholas Hastings
c964035fa0
Recompiled Windows and linux tier1 for filesystem changes.
2013-03-29 14:50:28 -04:00
Nicholas Hastings
374bc8dc32
Updated mac tier0, vstdlib, tier1, and mathlib libraries (bug 5521).
2012-10-28 15:50:02 -04:00
Nicholas Hastings
eebf58324d
Updated tier0, vstdlib, tier1, and mathlib libraries (bug 5521).
2012-10-26 14:46:26 -04:00
Nicholas Hastings
75671383be
Hacked Windows and Linux tier2 libs to look for VFileSystem019 (bug 5062, r=DS).
2011-08-22 10:07:49 -04:00
Scott Ehlert
2c14f0be0f
Recompiled tier1 for OS X for the last time I hope.
2011-06-23 21:46:20 -05:00
Scott Ehlert
3a171228cb
Recompiled tier1 for OS X once again and for good this time!
2011-06-23 21:05:28 -05:00
Scott Ehlert
cd47803877
Recompiled tier1 for Mac OS X. (32-bit this time!)
2011-06-23 19:35:44 -05:00
Scott Ehlert
8ed748db54
Merge.
2011-06-23 18:18:44 -05:00
Scott Ehlert
9d38b43e97
Recompiled tier1 for OS X.
2011-06-23 18:18:15 -05:00
Nicholas Hastings
4393c9b64c
Recompiled Windows tier1.
2011-06-23 18:44:34 -04:00
Nicholas Hastings
7231f70825
Windows and linux tier1 lib recompiles for VFileSystem019 (bug 4965).
2011-06-23 18:05:24 -04:00
Scott Ehlert
2d42a3f3ac
Updated Mac OS X libs.
2011-04-14 23:48:29 -05:00
Nicholas Hastings
32559d4637
Updated linux shared libs.
2011-04-15 00:28:35 -04:00
Scott Ehlert
b06949c4cc
More portions of the SDK compile (and link!) on Mac OS X (bug 4392, r=dvander).
...
SourceMod compiles and links now. Hurray! Most plugins may also but there may be more work to do.
2010-05-13 04:08:37 -05:00
Scott Ehlert
c1145393ab
Renamed and updated tier0 and vstdlib libraries for Linux.
...
--HG--
rename : lib/linux/tier0_i486.so => lib/linux/libtier0.so
rename : lib/linux/vstdlib_i486.so => lib/linux/libvstdlib.so
2010-04-29 11:41:56 -04:00
David Anderson
9534adab91
Added shared libraries necessary to link plugins.
2009-08-28 01:12:45 -04:00
Scott Ehlert
7ff7f366d5
Modified SDK for GCC 4.2
2008-09-15 02:50:57 -05:00
Scott Ehlert
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
Scott Ehlert
055f5cd168
Added most recent version of unmodified HL2 SDK for Orange Box engine
2008-09-15 01:07:45 -05:00