Commit Graph

3825 Commits

Author SHA1 Message Date
Kyle Sanderson
e2b519a21e Fixed build error in mms_sample_ext from cset d17aed3d46bf (r=psychonic). 2013-03-16 23:02:36 -04:00
Nicholas Hastings
cf0401fea7 Add DPT_Int64 type to netprop dumps (bug 5655, r=asherkin). 2013-03-16 22:57:57 -04:00
Nicholas Hastings
14a8f4a728 Get GetEntityClassname m_iClassname offset from worldspawn (bug 5654, r=asherkin). 2013-03-16 22:57:33 -04:00
Scott Ehlert
3e41d9b794 Made BreakpadSymbols script compatbile with Python 2.6 and above (bug 5660, r=asherkin). 2013-03-16 22:55:59 -04:00
Nicholas Hastings
148867bf47 Fixed build. 2013-03-16 22:50:51 -04:00
Kyle Sanderson
ef6c454137 Replace usages of deprecated Sourcehook Add/Remove macros (bug 5631, r=dvander). 2013-03-16 22:15:25 -04:00
FlaminSarge
093f8cb89b Exposed third parameter of TF2's AddCond in TF2_AddCondition (bug 5641, r=psychonic). 2013-03-16 18:05:22 -04:00
Nicholas Hastings
707e820af6 Fixed some engine builds failing. 2013-03-16 14:11:56 -04:00
Nicholas Hastings
0c7696da65 Add GetPlayerResourceEntity to SDKTools; deprecate old, broken TF2-specific impl (bug 5491, r=asherkin). 2013-03-16 13:50:36 -04:00
Nicholas Hastings
9e540eb1c4 Move UserMessages::m_pBase to only engines without protobuf msgs (r=asherkin). 2013-03-16 13:42:11 -04:00
Nicholas Hastings
306828480f Added repeated field handing to PbSet* natives (bug 5633, r=asherkin). 2013-03-16 13:31:56 -04:00
Nicholas Hastings
42b415952b Added repeated field handling to PbRead* natives. Deprecate PbReadRepeated* (bug 5633, r=asherkin). 2013-03-16 13:31:35 -04:00
FlaminSarge
e155e258cb Updated TF2 TFCond defines (bug 5642, r=psychonic). 2013-03-16 13:30:00 -04:00
Kyle Sanderson
6f45794574 Fixed mismatched delete [] on thunks in JIT CompData dtor (bug 5639, r=dvander). 2013-03-16 13:08:35 -04:00
Scott Ehlert
1d30f00806 Added --sdks option to configure script to specify which SDKs to build againt (bug 5630, r=dvander).
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-13 20:26:08 -05:00
Asher Baker
52e9ec10bf Fixed issues with COMMAND_FILTER_NO_BOTS and @bots multi-target. (r=fennec) 2013-03-10 03:20:31 +00:00
Asher Baker
8da56ff98c Allow access to unvalidated authstrings (bug 5587, r=psychonic). 2013-03-07 00:58:17 +00:00
Nicholas Hastings
d44e334524 Fixed SDKHooks GetMaxHealth callback being passed incorrect parameters. 2013-03-02 13:42:07 -05:00
Asher Baker
e814e65fcb Error on access to nested datamap props (bug 5446, r=psychonic). 2012-09-03 20:26:39 +01:00
Kyle Sanderson
c2f7d600aa Change extension unload order to avoid exposing finalisation window (bug 5556, r=asherkin). 2013-02-28 22:04:28 +00:00
Kyle Sanderson
5d942265f9 Overhaul of ClientPrefs extension (bug 5538, r=asherkin). 2013-02-28 21:51:49 +00:00
Scott Ehlert
6b07625192 Added L4D and L4D2 gamedata for SDK Hooks on Mac OS X. 2013-02-25 20:44:16 -06:00
Scott Ehlert
19b56361b9 Triggerin' a build. 2013-02-25 17:02:00 -06:00
Kyle Sanderson
7d93eba321 Removed call to getchar() in debug build of compiler (bug 5626, r=ds). 2013-02-25 16:30:19 -06:00
Nicholas Hastings
7b42aba5ea Fixed startup crash regression (bug 5607, r=dvander). 2013-02-18 20:13:08 -05:00
GoD-Tony
be4ac7ca61 Rolled version to 1.6.0 for manual builds (r=psychonic). 2013-02-17 22:13:51 -05:00
GoD-Tony
28e25ea718 Added missing rootconsole extern to sample extension (bug 5402, r=psychonic). 2013-02-17 21:47:19 -05:00
Nicholas Hastings
b2e6e6155f Updated core and logic msvc10 project files (NPOTB). 2013-02-16 22:21:41 -05:00
David Anderson
f5e1ff3f1f Fix more build bustage. 2013-02-16 17:28:17 -08:00
David Anderson
3fda82b5f8 Fix build bustage. 2013-02-16 17:01:53 -08:00
David Anderson
822a4896da Fix build bustage. 2013-02-16 16:50:47 -08:00
David Anderson
7f2bf03d7e Trigger an build. 2013-02-16 16:45:54 -08:00
David Anderson
1e8a6e878d Move DebugReporter from core to logic (bug 5607, r=psychonic).
--HG--
rename : core/DebugReporter.cpp => core/logic/DebugReporter.cpp
rename : core/DebugReporter.h => core/logic/DebugReporter.h
2013-02-16 15:57:00 -08:00
David Anderson
5f0a55057e Move filesystem natives from Core to Logic (bug 5606, r=psychonic).
--HG--
rename : core/smn_filesystem.cpp => core/logic/smn_filesystem.cpp
2013-02-16 15:52:11 -08:00
David Anderson
7814acb9f8 Remove plugin_settings.cfg and supporting code (bug 5605, r=psychonic).
--HG--
extra : rebase_source : 66d0ba0ddb5c649e7f72d96bdf3629e563522ae9
2013-02-16 15:15:22 -08:00
Nicholas Hastings
b296af6fe4 Added support for "fuzzy" map names in L4D and later (bug 5599, r=asherkin). 2013-02-14 19:28:12 -05:00
Nicholas Hastings
14b9902f6d Updated CS:GO gamedata. 2013-02-13 22:25:15 -05:00
Kyle Sanderson
f2d54b7728 Fixed SM ambuild config failure at TF2 ext if ep2v sdk is missing (bug 5608, r=psychonic). 2013-02-12 12:26:10 -05:00
Nicholas Hastings
8950a693db More, hopefully final CS:GO/protobuf usermessage fixups (bug 5588). 2013-02-11 15:11:04 -05:00
Ruben Gonzalez
fd3b9095ba Fix CS_WeaponIDToAlias param missing CSWeaponID tag (bug 5460) 2013-02-11 11:17:31 -05:00
Nicholas Hastings
030e1b9130 Added missing smn_protobuf.cpp to core msvc10 project (NPOTB). 2013-02-11 09:39:23 -05:00
Nicholas Hastings
a040c237bc Removed intentional invalid steamid crash in SDK Hooks. 2013-02-11 09:39:23 -05:00
Nicholas Hastings
a62fafd4ed Fixed typo in Fortress Forever gamedat.a 2013-02-11 09:39:23 -05:00
David Anderson
666703e8cf Trigger build. 2013-02-10 21:43:07 -08:00
David Anderson
52cd52ca54 Bump version to 1.6.0. 2013-02-10 21:10:25 -08:00
Nicholas Hastings
ef825d8a94 Fixed non-CS:GO builds. 2013-02-10 23:11:04 -05:00
Nicholas Hastings
6775898712 Serialize and deserialize usermessages from the server on CS:GO to avoid issues on linux (bug 5588). 2013-02-10 23:06:26 -05:00
Nicholas Hastings
d3dd82f190 Updated core msvc10 project file for CS:GO w/ protobuf (NPOTB). 2013-02-10 09:44:33 -05:00
Nicholas Hastings
95409f7ec7 Updated gdc-psyfork symbols.txt with support for ep1 (NPOTB). 2013-02-09 14:21:50 -05:00
Nicholas Hastings
1141a73945 Updated Fortress Forever gamedata. 2013-02-09 14:19:43 -05:00