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
Peace-Maker
176c003658
Fixed SDKHooks missing version info.
2013-02-09 11:37:51 -05:00
Nicholas Hastings
74aafaa72f
Fixed SDKHooks looking for IServerTools on < Orangebox, causing load failure (bug 5603).
2013-02-08 22:46:49 -05:00
Nicholas Hastings
0ac7867b3d
Updated SDKHooks msvc10 project files and added to SM solution (NPOTB).
2013-02-08 22:26:51 -05:00
Nicholas Hastings
c1b65f52be
Minor typo fix in SDKHooks version.rc.
2013-02-08 07:57:16 -05:00
Nicholas Hastings
1d242ee161
Triggering build.
2013-02-08 00:08:51 -05:00
Nicholas Hastings
230e4e3a32
Build fix.
2013-02-08 00:00:09 -05:00
Nicholas Hastings
7ff4724e28
Typo fix in SDKHooks AMBuildScript.
2013-02-07 23:46:48 -05:00
Nicholas Hastings
0015d00243
Initial commit of latest functional SDKHooks extension.
2013-02-07 23:43:33 -05:00
Nicholas Hastings
5ca8967375
Updated CS:GO gamedata.
2013-02-07 13:50:22 -05:00
Nicholas Hastings
4e0c1f97ac
Updated more CS:S gamedata.
2013-02-06 17:41:17 -05:00
Nicholas Hastings
191c3dabdb
Updated CS:S gamedata.
2013-02-05 17:20:00 -05:00
Peace-Maker
cd9a28864a
Updated for CS:S sync (r=asherkin).
2013-02-05 21:45:11 +00:00
Nicholas Hastings
c2ecb7363c
Fixed VARINT & UNSIGNED flags being read from dt instead of member in SendProp arrays (bug 5591, r=prodigysim).
2013-02-04 07:38:30 -05:00
Alexandr
e20e272ee1
Fixed basecomm forwards firing with incorrect client parameter value (bug 5583, r=psychonic).
2013-01-28 18:30:44 -05:00