1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 03:56:10 +08:00

10 Commits

Author SHA1 Message Date
de72e1ad4d Fix file encoding 2025-05-17 14:18:14 -04:00
d37768fc19 Fix even more build errors caused by c33f715: mathlib (#107)
This fixes the mathlib build, at least for me.

I didn't bother to fix code in e.g. raytrace or vgui_controls, so things
are almost certainly still broken in there.
2022-10-15 13:52:44 +00:00
d0c71a9eb7 Replace HushAsserts() calls in mathlib. Older SDK2013 mods don't have this. 2017-06-21 08:16:54 -04:00
3957adff10 Sync with upstream (Issue #30).
Recompiled tier1 and mathlib  for all platforms will come in next commit.
2016-11-30 10:01:15 -05:00
aa5841f220 Sync with latest source-sdk-2013. 2014-10-30 12:30:57 -04:00
e2781a0000 SDK sync. 2014-02-28 14:08:09 -05:00
9889382863 Allow compilation on gcc/clang without -Wno-unknown-pragmas. 2013-10-06 13:46:15 -04:00
39d16ca147 General:
* Fixed a variety of server browser issues with mods based on this SDK
* Fixed many warnings on various platforms
* Added source code for fgdlib and raytrace
* Updated many source files with the latest shared source from TF2.

OSX:
* Added support for Xcode 4.6
* Switched OSX builds to use Xcode instead of makefiles
* Moved libs from src/lib/osx32 to src/lib/public/osx32 or src/lib/common/osx32 to match windows better.

Linux:
* Moved libs from src/lib/linux32 to src/lib/public/linux32 or src/lib/common/linux32 to match windows better.
2013-09-02 11:39:10 -07:00
3569c0f8f5 * Switched the SDK from checked-in projects to VPC, the Valve Project Creator. See the Getting Started document on the wiki for details.
* Pulled in bug fixes from HL2 and HL2MP.
2013-07-04 11:20:31 -07:00
e7d6f4c174 First version of the SOurce SDK 2013 2013-06-26 15:22:04 -07:00