1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 17:47:38 +08:00
Commit Graph

60 Commits

Author SHA1 Message Date
Nicholas Hastings
2ed625af40 Recompile mathlib. 2017-06-21 08:38:06 -04:00
Nicholas Hastings
d0c71a9eb7 Replace HushAsserts() calls in mathlib. Older SDK2013 mods don't have this. 2017-06-21 08:16:54 -04:00
Nicholas Hastings
210dc2073f Re-add Mac malloc.h fix lost in last merge. 2017-04-29 09:46:46 -04:00
Nicholas Hastings
fd5a970b2c Recompile tier1. 2017-04-29 09:29:59 -04:00
Nicholas Hastings
4ed8d23c39 Add back some fixes that got clobbered in sync again. 2017-04-28 07:16:29 -04:00
Geoffrey McRae
fd71bdcb17 [gcc] fixed out of order initializers (#33) 2017-03-26 11:10:42 -04:00
Nicholas Hastings
f71fa10c56 Add .gitignore. 2016-11-30 15:06:24 -05:00
Nicholas Hastings
282da21485 Recompile tier1 and mathlib. 2016-11-30 15:05:57 -05:00
Nicholas Hastings
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
Nicholas Hastings
98fe5b5a34 Force KeyValues to use g_pMemAlloc where applicable for string alloc. 2015-07-12 15:25:35 -04:00
Nicholas Hastings
c6a0af0f3c Unsigned warning fix in public/tier1/byteswap.h 2015-04-23 21:20:35 -04:00
Nicholas Hastings
28b43b0624 Recompile Windows tier1 with VS2010. 2014-11-25 11:27:22 -05:00
Nicholas Hastings
12d384f0de Compat hacks for mods on old SDK Base. 2014-11-01 10:05:56 -04:00
Nicholas Hastings
37cd5ba0ae Recompile Windows tier1. 2014-10-30 13:43:03 -04:00
Nicholas Hastings
0bb45db464 Recompile OSX tier1. 2014-10-30 10:39:02 -07:00
Nicholas Hastings
5a6339710a Recompile linux tier1. 2014-10-30 10:20:30 -07:00
Nicholas Hastings
917a15eeb9 Add back some fixes that got clobbered in sync. 2014-10-30 13:13:30 -04:00
Nicholas Hastings
88961a1b35 Add back some fixes that got clobbered in sync. 2014-10-30 13:12:17 -04:00
Nicholas Hastings
2445f07be4 Add missing files from last sync. 2014-10-30 13:06:07 -04:00
Nicholas Hastings
5c7d90ed0f Add back some fixes that got clobbered in sync. 2014-10-30 12:53:45 -04:00
Nicholas Hastings
820616e9fc Merge branch 'sdk2013' of https://github.com/alliedmodders/hl2sdk into sdk2013 2014-10-30 12:32:51 -04:00
Nicholas Hastings
aa5841f220 Sync with latest source-sdk-2013. 2014-10-30 12:30:57 -04:00
Nicholas Hastings
6abc7fddca Remove libprotobuf from tree. 2014-10-30 12:30:18 -04:00
David Anderson
a72900cd1a Fix reorder warning in tier0/vprof.h. 2014-06-25 01:06:04 -07:00
David Anderson
ba938c001a Delete README.md 2014-05-27 01:22:11 -07:00
David Anderson
3c367af625 Create README.md 2014-05-27 00:10:03 -07:00
Scott Ehlert
287a038894 Re-enable __restrict modifier for GCC, Clang 3.4, or Apple Clang 5.1. 2014-03-10 22:36:34 -05:00
Scott Ehlert
d091fd2e17 Fix initialization order warning for GCC and Clang. 2014-02-28 16:10:02 -06:00
Nicholas Hastings
9f56d259e9 Recompile Windows mathlib and tier1 with newly synced proj settings. 2014-02-28 14:08:49 -05:00
Nicholas Hastings
e2781a0000 SDK sync. 2014-02-28 14:08:09 -05:00
Nicholas Hastings
7cc1bd2f96 Recompile linux and mac tier1. 2013-11-03 09:37:43 -05:00
Nicholas Hastings
b6b8c0d16c Fix line endings in xcode_ccache_wrapper script. 2013-11-03 09:37:30 -05:00
Nicholas Hastings
a111d890da Undefine RESTRICT if GNUC due to ABI incompat between GCC and Clang. 2013-11-03 09:37:09 -05:00
Nicholas Hastings
9bdeb3743c Recompiled tier1. 2013-11-01 18:08:01 -04:00
Nicholas Hastings
07230e9a3b Recompiled tier1. 2013-10-13 15:15:15 -04:00
Nicholas Hastings
fd59de0881 Include stdlib.h instead of malloc.h on Mac. 2013-10-13 11:28:49 -04:00
Nicholas Hastings
d4c0dc2f11 Fixed restrict errors in bitbuf when compling on clang. 2013-10-13 10:25:08 -04:00
Nicholas Hastings
9889382863 Allow compilation on gcc/clang without -Wno-unknown-pragmas. 2013-10-06 13:46:15 -04:00
Nicholas Hastings
34d4b05185 Added SetNext to ConCommandBase, required for MM:S. 2013-10-06 12:36:32 -04:00
Nicholas Hastings
14d75c2f42 Added linux server tier0 and vstdlib libs. 2013-10-06 12:35:19 -04:00
Nicholas Hastings
66e98064f5 Various warning and error fixes. 2013-10-06 12:10:21 -04:00
Joe Ludwig
e424d7f958 Added missing libs for linux and OSX in their new location. 2013-09-05 18:17:03 -07:00
Nicholas Hastings
c31f3fdba1 Add missing executable flag to xcode_ccache_wrapper. 2013-09-05 08:41:38 -04:00
Joe Ludwig
b95948fb75 * Fixed Source Mod back-compatability by reordering methods in a couple interfaces.
* Added missing singleplayer OSX libs
* Updated vpc and libs.
2013-09-03 16:02:10 -07:00
Joe Ludwig
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
Joe Ludwig
e38213b8fe Added bloom shader and screenspace effect helpers as examples for the SDK. 2013-07-30 15:10:15 -07:00
Joe Ludwig
e4acadd6b1 Added missing OSX and Linux shaderlibs 2013-07-18 10:11:37 -07:00
Joe Ludwig
0e42951d44 * Added support for building shaders in your mod
* Added nav mesh support
* fixed many warnings and misc bugs
* Fixed the create*projects scripts in mp
* Added a bunch of stuff to .gitignore
2013-07-17 18:26:59 -07:00
Joe Ludwig
64f3b0abed Merge pull request #36 from AnAkIn1/fogplayerparams_fix
Fix typo and value which should be non float
2013-07-16 17:18:23 -07:00
Jørgen P. Tjernø
6ece5546d6 Normalize line endings
Fixes issue #75.
2013-07-05 12:09:48 -07:00