1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-29 11:24:19 +01:00
Commit Graph

826 Commits

Author SHA1 Message Date
Nicholas Hastings
18c40b94db Triggering build. 2013-03-29 09:55:11 -04:00
Nicholas Hastings
15118a94b4 Triggering build. 2013-03-29 09:47:47 -04:00
Nicholas Hastings
8b465be02f Merge. 2013-03-29 09:29:50 -04:00
Nicholas Hastings
c9bf4c4b95 Triggering build. 2013-03-29 09:28:41 -04:00
Scott Ehlert
95aad72edc Added --sdks option to configure script to specify which SDKs to build againt (bug 5676, r=psychonic).
Valid arguments are "all", "present", or a comma delimited list of engine names.

The "all" option will try to build against all supported SDKs. (This is the default.)
The "present" option will only attempt to build against SDKs that exist on the system.

Examples:

configure.py --sdks=css,csgo,ep2v
configure.py --sdks=l4d
configure.py -s present
2013-03-23 23:12:16 -05:00
Nicholas Hastings
42a139baf5 Removed loader's reliance on tier0 by manually parsing command line for -game (bug 5674, r=DS). 2013-03-22 20:47:35 -04:00
Nicholas Hastings
6f10f32a3a Fixed typo in AMBuild script causing Dota 2 bin to not attempt to build. 2013-03-04 11:07:15 -05:00
Nicholas Hastings
0f2d7aa234 Added support for Dota 2 (bug 5640). 2013-03-04 10:38:17 -05:00
Peace-Maker
afa0fcaa74 Updated for CS:S sync (r=asherkin). 2013-02-05 21:26:40 +00:00
Nicholas Hastings
9530aa33ae Triggering build. 2013-01-22 22:00:50 -05:00
Nicholas Hastings
e3e40c67a0 Removed usermessage api support for CS:GO (bug 5578, r=asherkin). 2013-01-22 21:38:16 -05:00
Nicholas Hastings
ee730b1c62 Triggering build. 2012-12-20 17:31:18 -05:00
Nicholas Hastings
f72c603186 Updated core-legacy test tool's msvc8 project file (NPOTB). 2012-11-09 15:04:13 -05:00
Pavol Marko
0edf8d1691 Fixed core-legacy crash on hook from making wrong page writable (bug 5533, r=psychonic). 2012-11-07 21:45:11 -05:00
Nicholas Hastings
26b7b3b385 Triggering build. 2012-10-28 15:51:05 -04:00
Nicholas Hastings
bb906b94c5 Updated Makefiles (NPOTB). 2012-10-27 11:48:06 -04:00
Nicholas Hastings
b518d1e372 Fixed linux build (bug 5522). 2012-10-26 16:15:10 -04:00
Nicholas Hastings
1978c586f0 Triggering build. 2012-10-26 16:08:13 -04:00
Nicholas Hastings
2819fe69e6 Updated loader to attempt to guess correct tier0/vstdlib filenames on linux (bug 5522). 2012-10-26 15:48:10 -04:00
Nicholas Hastings
65a48029e5 Updated ambuild script for new ep2v lib names (bug 5522). 2012-10-26 15:47:46 -04:00
Nicholas Hastings
de9e05f224 Remove unused variables and defines (bug 5523, r=asherkin). 2012-10-26 11:19:45 -04:00
Nicholas Hastings
76858fc2f3 Fixed core Makefile trying to link interfaces lib on non-csgo engines (NPOTB). 2012-10-26 11:19:02 -04:00
Asher Baker
a87dedcf75 Fixed include order issue introduced in 276192fd70a1 (bug 5079, bug 5469). 2012-09-03 13:43:02 +01:00
Scott Ehlert
e4a4d98720 Triggering build. 2012-08-25 11:10:58 -05:00
Scott Ehlert
d14c9dc501 Triggering build. 2012-08-25 10:45:44 -05:00
Scott Ehlert
32e7814bdf Bumped version. 2012-08-25 10:07:14 -05:00
Scott Ehlert
298cfd4cde Updated stub and sample makefiles for CS:S and CS:GO (bug 5458, r=psychonic). 2012-08-25 09:29:14 -05:00
Scott Ehlert
c3773bf039 Added support for CS:GO on Mac OS X (bug 5458, r=psychonic). 2012-08-25 09:28:35 -05:00
Nicholas Hastings
385af7b383 Triggering build. 2012-08-23 00:08:00 -04:00
Nicholas Hastings
7cb4543411 Triggering build. 2012-08-22 23:57:58 -04:00
Nicholas Hastings
1feea29092 Triggering build. 2012-08-22 23:05:15 -04:00
Nicholas Hastings
f51ba6abee Triggering build. 2012-08-22 15:00:20 -04:00
Nicholas Hastings
15d5b335c0 Fixed incompatibility introduced by cset a1b97ab6e0b1 (bug 5369). 2012-08-20 14:40:23 -04:00
Nicholas Hastings
a883459f16 Updated project files for CS:S as new engine (bug 5369) (NPOTB). 2012-08-20 14:25:56 -04:00
Nicholas Hastings
b5771f3c96 Split CS:S support off to a separate engine/build (bug 5369, r=asherkin). 2012-08-20 14:25:29 -04:00
Asher Baker
37abddb712 Added META_NO_HL2SDK define to stop MM:S headers using the HL2SDK (bug 5079, r=dvander). 2012-08-20 14:23:58 -04:00
Nicholas Hastings
82ecaa1d6b Triggering another build for bug 5391. 2012-07-22 09:10:36 -04:00
Nicholas Hastings
107f0db876 Triggering build for bug 5391. 2012-07-21 20:42:59 -04:00
Nicholas Hastings
59b71fbcc6 Added missing vc10 proj configs, updated to only build necessary core ver (NPOTB). 2012-07-20 17:26:56 -04:00
Nicholas Hastings
ed44092793 Overhauled vc10 proj files, fixed .rc errors, added combined sln, added MMSOUTDIR env var support (NPOTB). 2012-07-20 17:06:10 -04:00
Asher Baker
756fbf3bca Backed out changeset: ba8cd35102b1 (bug 5079) 2012-05-27 02:44:19 +01:00
Asher Baker
46787b81df Merge. 2012-05-27 02:16:48 +01:00
Asher Baker
03ebf0a76c Added META_NO_HL2SDK define to stop MM:S headers using the HL2SDK (bug 5079, r=dvander). 2012-05-27 02:16:08 +01:00
Nicholas Hastings
fb73ddece1 Fixed passage of non-literals as error and warning format strings (r=DS). 2012-05-26 17:46:02 -04:00
Nicholas Hastings
ff5c8d1af6 Triggering build. 2012-05-26 17:36:58 -04:00
Nicholas Hastings
3aa20f1405 Added support for CS: Global Offensive (bug 5228, r=DS). 2012-05-26 17:07:26 -04:00
Nicholas Hastings
2be591d793 Don't add -Wno-delete-non-virtual-dtor for gcc < 4.7. (bug 5205, r=DS). 2012-05-26 15:46:15 -04:00
Nicholas Hastings
c857fe1ea1 Remove std string include from core and core-legacy headers (bug 5304, r=DS). 2012-05-26 15:43:00 -04:00
Scott Ehlert
fca6721199 Only add -Wno-delete-non-virtual-dtor for gcc >= 4.3 and clang >= 3.0. 2012-03-21 21:02:15 -05:00
Scott Ehlert
78be328787 Triggering a build. 2012-03-21 19:27:58 -05:00